解决因退料页面的css样式影响到物资类型树高度缩短

This commit is contained in:
hongchao 2025-08-11 10:20:30 +08:00
parent da31b828cc
commit 161a4daaf7
2 changed files with 8 additions and 8 deletions

View File

@ -1421,10 +1421,10 @@ export default {
transform: rotateZ(180deg); transform: rotateZ(180deg);
} }
.el-tree { // .el-tree {
max-height: 300px; // max-height: 300px;
overflow-y: auto; // overflow-y: auto;
} // }
::v-deep .highlight-text { ::v-deep .highlight-text {
background-color: #ffd04b; background-color: #ffd04b;

View File

@ -952,10 +952,10 @@ export default {
transform: rotateZ(180deg); transform: rotateZ(180deg);
} }
.el-tree { // .el-tree {
max-height: 300px; // max-height: 300px;
overflow-y: auto; // overflow-y: auto;
} // }
::v-deep .highlight-text { ::v-deep .highlight-text {
background-color: #ffd04b; background-color: #ffd04b;