This commit is contained in:
2021-12-16 21:00:38 +08:00
parent 95dc548e21
commit 8ea747cbbf
9 changed files with 33 additions and 51 deletions

View File

@@ -446,3 +446,26 @@ img {
.el-radio-button__inner{
border: 0 !important;
}
.chart-container{
.kiln-electric-treebox{
width: 100%;
border: 1px solid #eeeeee;
border-radius: 0 15px 15px 0;
overflow: hidden;
position: relative;
right: 20px;
padding: 10px 0;
background: #fff;
.el-tree-node{
height: 56px;
.el-tree-node__content{
height: 56px;
line-height: 56px;
}
.el-tree-node__content:hover {
background: #CEE3FF;
}
}
}
}