From 1d37cc9cb15c01d0f411f2c8c384f71a612fb2b9 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期一, 14 四月 2025 15:23:33 +0800 Subject: [PATCH] xiugai --- src/assets/main.css | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/src/assets/main.css b/src/assets/main.css index 5998ad9..922ce75 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -248,6 +248,11 @@ .graphBox .graphSelect .lineSegment{ width:15px; } +.acitveGraphType{ + padding:4px; + background-color: #e0e0e0; + border-radius: 5px; +} .el-input__inner { border: none !important; @@ -266,7 +271,12 @@ .el-tree { background: none !important; } -.el-tree-node:focus > .el-tree-node__content, +.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{ + background: rgba(0, 147, 255, 0.21) !important; +} +.el-tree-node:focus > .el-tree-node__content { + background: #e0f2ff !important; +} .el-tree-node__content:hover { background: rgba(0, 147, 255, 0.21) !important; } @@ -288,6 +298,7 @@ } .catalogueLabel{ padding-right:10px; + flex:1; /* width:200px; white-space: nowrap; overflow: hidden; @@ -300,4 +311,12 @@ float: right; color:#707070; padding-right:5px; +} + +.icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{ + color:#707070 !important; +} + +body { + --keyboard-zindex: 999999; } \ No newline at end of file -- Gitblit v1.9.1