Commit 225ddc8e by zhaochengxiang

资产管理列表优化

parent 7b51fd30
......@@ -13,10 +13,10 @@
padding: 0 ;
}
.data-asset-spin {
height: calc(100vh - @header-height - @pm-4 - 53px - 58px);
height: calc(100vh - @header-height - @pm-4 - 53px - 52px + 1px);
}
.yy-checkbox-group {
height: calc(100vh - @header-height - @pm-4 - 53px - 58px - 48px) !important;
height: calc(100vh - @header-height - @pm-4 - 53px - 52px - 53px) !important;
overflow: auto !important;
}
.yy-divider-horizontal {
......
......@@ -383,8 +383,8 @@ const AssetTree = (props) => {
</Space>
)}
bordered={false}
bodyStyle={{ padding:10 }}
headStyle={{ padding:10 }}
bodyStyle={{ padding: 10 }}
headStyle={{ padding: 10 }}
style={{ width: '100%' }}
>
<Spin spinning={loading}>
......
......@@ -7,7 +7,7 @@
}
.yy-tree-list {
height: calc(100vh - @header-height - @pm-4 - @pm-3 - 33px - 20px - 42px) !important;
height: calc(100vh - @header-height - @pm-4 - @pm-3 - 33px + 1px - 20px - 42px) !important;
overflow: auto !important;
}
......
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