|
|
@ -54,7 +54,7 @@ function Detail() {
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<Flex gap={10}>
|
|
|
|
<Flex gap={10}>
|
|
|
|
{/* onNodeSelect={handleNodeSelect} */}
|
|
|
|
{/* onNodeSelect={handleNodeSelect} */}
|
|
|
|
<ProductsTree className='basis-64 sticky top-16 overflow-y-auto shrink-0' style={{ height: 'calc(100vh - 150px)' }} />
|
|
|
|
<ProductsTree className='basis-80 sticky top-16 overflow-y-auto shrink-0' style={{ height: 'calc(100vh - 150px)' }} />
|
|
|
|
<Divider type={'vertical'} className='mx-1 h-auto' />
|
|
|
|
<Divider type={'vertical'} className='mx-1 h-auto' />
|
|
|
|
<div className=' flex-auto grow-0 min-w-[800px]'>
|
|
|
|
<div className=' flex-auto grow-0 min-w-[800px]'>
|
|
|
|
<ProductInfo />
|
|
|
|
<ProductInfo />
|
|
|
|