|
|
@ -56,7 +56,7 @@ function Detail() {
|
|
|
|
{/* onNodeSelect={handleNodeSelect} */}
|
|
|
|
{/* onNodeSelect={handleNodeSelect} */}
|
|
|
|
<ProductsTree className='basis-80 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 '>
|
|
|
|
<ProductInfo />
|
|
|
|
<ProductInfo />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Flex>
|
|
|
|
</Flex>
|
|
|
|