|
@@ -40,6 +40,9 @@ html.dark {
|
|
.data-custom-tree-node .menu-icon1 {
|
|
.data-custom-tree-node .menu-icon1 {
|
|
background: hsla(0,0%,100%,0.46);
|
|
background: hsla(0,0%,100%,0.46);
|
|
}
|
|
}
|
|
|
|
+ .data-custom-tree-node .menu-icon1 .cu-tree-node-popover-menu-icon {
|
|
|
|
+ color: black;
|
|
|
|
+ }
|
|
//右键菜单
|
|
//右键菜单
|
|
.hc-context-menu-box {
|
|
.hc-context-menu-box {
|
|
background-color: #4A4A4A;
|
|
background-color: #4A4A4A;
|
|
@@ -75,4 +78,9 @@ html.dark {
|
|
.el-card.hc-tab-card-box .tab-card-header-tabs .item.cur:after {
|
|
.el-card.hc-tab-card-box .tab-card-header-tabs .item.cur:after {
|
|
background: #181818;
|
|
background: #181818;
|
|
}
|
|
}
|
|
|
|
+ //切换线
|
|
|
|
+ .hc-expansion-contraction-tree:hover {
|
|
|
|
+ color: #8c9099;
|
|
|
|
+ background: #181818;
|
|
|
|
+ }
|
|
}
|
|
}
|