fix: 组件树显示不完整

This commit is contained in:
fit2cloud-chenyw 2021-06-02 15:23:06 +08:00
parent af4e85e10c
commit 5871e15387

View File

@ -611,7 +611,7 @@ export default {
}
.component-result-content {
height: calc(50vh - 140px);
height: calc(50vh - 150px);
overflow-y: auto;
}