解决因退料页面的css样式影响到物资类型树高度缩短
This commit is contained in:
parent
da31b828cc
commit
161a4daaf7
|
|
@ -1421,10 +1421,10 @@ export default {
|
|||
transform: rotateZ(180deg);
|
||||
}
|
||||
|
||||
.el-tree {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
// .el-tree {
|
||||
// max-height: 300px;
|
||||
// overflow-y: auto;
|
||||
// }
|
||||
|
||||
::v-deep .highlight-text {
|
||||
background-color: #ffd04b;
|
||||
|
|
|
|||
|
|
@ -952,10 +952,10 @@ export default {
|
|||
transform: rotateZ(180deg);
|
||||
}
|
||||
|
||||
.el-tree {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
// .el-tree {
|
||||
// max-height: 300px;
|
||||
// overflow-y: auto;
|
||||
// }
|
||||
|
||||
::v-deep .highlight-text {
|
||||
background-color: #ffd04b;
|
||||
|
|
|
|||
Loading…
Reference in New Issue