Commit fc01e462 by zhaochengxiang

bug fix

parent bc34f508
...@@ -607,7 +607,7 @@ const AssetTree = (props) => { ...@@ -607,7 +607,7 @@ const AssetTree = (props) => {
} }
</Select> </Select>
<Tooltip title="刷新目录"> <Tooltip title="刷新目录">
<Button type='text' onClick={refreshTree} icon={<ReloadOutlined />} /> <ReloadOutlined className='default' onClick={refreshTree} style={{ fontSize:16,cursor:'pointer',flex:1}} />
</Tooltip> </Tooltip>
<div style={{ flex: 1, width: 32 }}></div> <div style={{ flex: 1, width: 32 }}></div>
<div style={{ flex: 1, width: 32 }}></div> <div style={{ flex: 1, width: 32 }}></div>
......
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