Commit 899804be by zhaochengxiang

导出目录调整

parent 57a412e5
...@@ -600,7 +600,7 @@ const AssetTree = (props) => { ...@@ -600,7 +600,7 @@ const AssetTree = (props) => {
<Tooltip title="导入目录"> <Tooltip title="导入目录">
<ImportOutlined className={(currentDirType==='custom-root'||currentDirType==='custom')?'#anticon-disable': ''} onClick={importDir} style={{ fontSize:16,cursor:(currentDirType==='custom-root'||currentDirType==='custom')?'not-allowed':'pointer' }} /> <ImportOutlined className={(currentDirType==='custom-root'||currentDirType==='custom')?'#anticon-disable': ''} onClick={importDir} style={{ fontSize:16,cursor:(currentDirType==='custom-root'||currentDirType==='custom')?'not-allowed':'pointer' }} />
</Tooltip> </Tooltip>
<Dropdown overlay={exportMenu} placement="bottomLeft" > <Dropdown overlay={exportMenu} placement="bottomCenter" >
<Tooltip title="导出目录"> <Tooltip title="导出目录">
<ExportOutlined style={{ fontSize:16,cursor:'pointer' }} /> <ExportOutlined style={{ fontSize:16,cursor:'pointer' }} />
</Tooltip> </Tooltip>
......
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