Commit bdf43493 authored by tianfen's avatar tianfen

pref: 修改样式对齐问题

parent e70b4488
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
} }
.webConfigTabcontent{ .webConfigTabcontent{
background: #fff; background: #fff;
height: calc(100vh - 128px) !important; // height: calc(100vh - 128px) !important;
} }
} }
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
min-height: 100%; min-height: 100%;
border: 1px solid #eee; border: 1px solid #eee;
padding: 10px; padding: 10px;
height: calc( 100vh - 198px); // height: calc( 100vh - 198px);
overflow-y: auto; overflow-y: auto;
.ant-tree-node-content-wrapper{ .ant-tree-node-content-wrapper{
display: flex; display: flex;
......
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