修改bug 56604 关联模块字段的下拉选项缺少滚动条

This commit is contained in:
hanshaozhuang
2022-07-19 15:12:07 +08:00
parent 4d18a326cd
commit f8fbe9cf18
@@ -310,5 +310,8 @@ export default {
::v-deep .el-drawer{
outline: none!important;
}
.common-tree{
height: 100%;
overflow-y: auto;
}
</style>