Commit d6a25252 authored by 康振飞's avatar 康振飞

dic左侧树优化

parent c6b14247
...@@ -711,7 +711,7 @@ textarea::-webkit-input-placeholder { ...@@ -711,7 +711,7 @@ textarea::-webkit-input-placeholder {
background: #fff; background: #fff;
padding: 0px 10px 20px 10px; padding: 0px 10px 20px 10px;
margin-top: 10px; margin-top: 10px;
overflow: auto;
.zh-title { .zh-title {
font-size: 14px; font-size: 14px;
padding: 0 5px; padding: 0 5px;
...@@ -1156,7 +1156,7 @@ html [type=button] { ...@@ -1156,7 +1156,7 @@ html [type=button] {
} }
} }
.tree { .tree {
height: calc(100% - 150px); // height: calc(100% - 150px);
overflow: auto; overflow: auto;
} }
} }
...@@ -1194,6 +1194,6 @@ html [type=button] { ...@@ -1194,6 +1194,6 @@ html [type=button] {
.row_border_bottom{ .row_border_bottom{
border-bottom: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;
padding: 15px 20px; padding: 15px 20px;
} }
\ No newline at end of file
This diff is collapsed.
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