diff --git a/src/assets/css/index.css b/src/assets/css/index.css index 8deab1d09c822910f0292ff871a3da3883c04de7..795aaaffb0f5701200cde3d7b98e86dc5b20cc4a 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -326,9 +326,17 @@ div { } /* 设置tree的样式 */ +.el-tree { + position: static!important; +} .el-tree-node__content{ height: 36px; } +.el-tree-node__content:hover { + background-image: linear-gradient(90deg, + rgba(255, 255, 255, 0.05) 83%, + rgba(0, 0, 0, 0.05) 86%); +} /* .usrrole .el-tree-node:focus>.el-tree-node__content{ background: rgb(248, 249, 253) !important; } @@ -1466,7 +1474,7 @@ border-radius:8px; .flex_left { background-color: #fff; - height: calc(100% - 20px); + height: calc(100% - 16px); width: 320px; box-shadow: 0px 1px 4px 0px rgba(0, 7, 101, 0.15); @@ -1476,7 +1484,7 @@ border-radius:8px; } .flex_right { background-color: #fff; - height: calc(100% - 20px); + height: calc(100% - 16px); flex: 1; box-shadow: 0px 1px 4px 0px rgba(0, 7, 101, 0.15); @@ -1485,15 +1493,19 @@ border-radius:8px; } .tree::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 6px; + height: 6px; } .tree::-webkit-scrollbar-thumb { background: #bcc1d0; border-radius: 10px; - height: 5px; + height: 6px; } .tree::-webkit-scrollbar-track { background: transparent; border-radius: 2px; } +.label-text { + font-size: 14px; + color: #404a62; +} diff --git a/src/page/main/config/dict/index.vue b/src/page/main/config/dict/index.vue index 37c73554894f1db77a8996494430ffbd40a4d958..2fb0b6170827f4e6bba7cab68ce72c2c6c4341d8 100644 --- a/src/page/main/config/dict/index.vue +++ b/src/page/main/config/dict/index.vue @@ -21,7 +21,7 @@
- +