|
@@ -5,8 +5,8 @@
|
|
|
|
|
|
|
|
.el-tree-node > .el-tree-node__content,.el-tree-node__content{
|
|
.el-tree-node > .el-tree-node__content,.el-tree-node__content{
|
|
|
background-color: inherit;
|
|
background-color: inherit;
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.el-tree-node.is-current > .el-tree-node__content,.el-tree-node__content:hover {
|
|
.el-tree-node.is-current > .el-tree-node__content,.el-tree-node__content:hover {
|
|
@@ -25,7 +25,7 @@
|
|
|
&.node-checked {
|
|
&.node-checked {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
color: #08A6DC;
|
|
color: #08A6DC;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
&::after {
|
|
&::after {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
content: "";
|
|
content: "";
|
|
@@ -39,14 +39,14 @@
|
|
|
transform: rotate(270deg);
|
|
transform: rotate(270deg);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.custom-theme .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
|
|
.custom-theme .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
|
|
|
background-color: #003E51;
|
|
background-color: #003E51;
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
.el-tree .is-checked>.el-tree-node__content{
|
|
.el-tree .is-checked>.el-tree-node__content{
|
|
|
color: #08A6DC;
|
|
color: #08A6DC;
|
|
|
-}
|
|
|
|
|
|
|
+}
|
|
|
.custom-theme {
|
|
.custom-theme {
|
|
|
.el-tree{
|
|
.el-tree{
|
|
|
&::v-deep .el-tree-node__content:hover {
|
|
&::v-deep .el-tree-node__content:hover {
|