Commit d7754991 by zhaochengxiang

修改样式

parent cc30057d
@header-height: 64px; @header-height: 64px;
@pm-4: 2rem; @pm-4: 30px;
@pm-3: 1.5rem; @pm-3: 20px;
\ No newline at end of file \ No newline at end of file
...@@ -151,8 +151,6 @@ const AssetTable = (props) => { ...@@ -151,8 +151,6 @@ const AssetTable = (props) => {
}) })
}) })
console.log('data', data.data);
setAssetNames(_assetNames); setAssetNames(_assetNames);
setAssets(data.data||[]); setAssets(data.data||[]);
setTotal(data.total||0); setTotal(data.total||0);
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
} }
.yy-tree-list { .yy-tree-list {
height: calc(100vh - @header-height - @pm-4 - @pm-3 -32px - 20px - 42px) !important; height: calc(100vh - @header-height - @pm-4 - @pm-3 - 33px - 20px - 42px) !important;
overflow: auto !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