Commit bc34f508 by zhaochengxiang

bug fix

parent d6826cc1
...@@ -609,7 +609,9 @@ const AssetTree = (props) => { ...@@ -609,7 +609,9 @@ const AssetTree = (props) => {
<Tooltip title="刷新目录"> <Tooltip title="刷新目录">
<Button type='text' onClick={refreshTree} icon={<ReloadOutlined />} /> <Button type='text' onClick={refreshTree} icon={<ReloadOutlined />} />
</Tooltip> </Tooltip>
<div style={{ flex: 3 }}></div> <div style={{ flex: 1, width: 32 }}></div>
<div style={{ flex: 1, width: 32 }}></div>
<div style={{ flex: 1, width: 32 }}></div>
</div> </div>
} }
bordered={false} bordered={false}
......
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