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
...@@ -150,8 +150,6 @@ const AssetTable = (props) => { ...@@ -150,8 +150,6 @@ const AssetTable = (props) => {
} }
}) })
}) })
console.log('data', data.data);
setAssetNames(_assetNames); setAssetNames(_assetNames);
setAssets(data.data||[]); setAssets(data.data||[]);
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
.yy-card-head-title { .yy-card-head-title {
padding: 0; padding: 0;
} }
.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