Commit fc2740f4 by zhaochengxiang

bug fix

parent 6766fd5c
...@@ -90,7 +90,7 @@ export const Basic = React.forwardRef(function ({ items }, ref) { ...@@ -90,7 +90,7 @@ export const Basic = React.forwardRef(function ({ items }, ref) {
(items??[]).length === 1 && <Diff item={currentItem} /> (items??[]).length === 1 && <Diff item={currentItem} />
} }
{ {
(items??[]).length > 1 && <Row gutter={10}> (items??[]).length > 1 && <Row gutter={20}>
<Col span={4}> <Col span={4}>
<Tree <Tree
className='tree' className='tree'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment