litian
2024-11-20 621b71bb1cc0dc383db1e4b89c9413bb9925b231
src/assets/main.css
@@ -266,7 +266,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 +293,7 @@
}
.catalogueLabel{
  padding-right:10px;
  flex:1;
  /* width:200px;
  white-space: nowrap;
  overflow: hidden;
@@ -304,4 +310,8 @@
.icon-tabler-arrow-bar-to-left,.icon-tabler-arrow-bar-to-right{
  color:#707070 !important;
}
body {
  --keyboard-zindex: 999999;
}