fix 选人组件组织机构高度

This commit is contained in:
赵霄
2024-01-15 09:24:05 +08:00
parent 84032039d0
commit abe8230a96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ export default {
}
/deep/ .van-cascader__options {
max-height: 50vh;
max-height: 40vh;
}
.dropdown-operate-box {
+1 -1
View File
@@ -495,6 +495,6 @@ export default {
}
/deep/ .van-cascader__options {
max-height: 50vh;
max-height: 40vh;
}
</style>