update - 能源表具看板改V2

yangwl
yinq 4 months ago
parent db81ec5e4c
commit 361e3ade78

@ -463,4 +463,41 @@ export default {
background-color: rgba(0, 0, 0, 0.4);
z-index: 1;
}
.zoom {
width: 100%;
height: 100%;
}
.zoomButton {
position: absolute;
top: 7%;
left: 17.6%;
color: #fff;
}
.menu{
position: absolute;
top: 15%;
left: 1.6%;
width: 14.8%;
height: 80%;
overflow: auto;
}
.menu::-webkit-scrollbar{
display: none;
}
::v-deep .el-tree{
background-color: #0000;
}
::v-deep .el-tree-node__content{
height: 40px;
line-height: 40px;
color: #fff;
}
::v-deep .el-tree-node__content:hover{
background-color: #00afff;
}
::v-deep .el-tree-node:focus > .el-tree-node__content {
background-color: #00afff;
}
</style>

Loading…
Cancel
Save