测点:设备选择树添加滚动
This commit is contained in:
parent
f13ade2c36
commit
c371c4c5c2
@ -551,4 +551,12 @@ onBeforeUnmount(() => {
|
||||
}
|
||||
}
|
||||
}
|
||||
.treeMain{
|
||||
height: 600px;
|
||||
.el-tree{
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user