修改 配置管理 属性配置 -> 标准体系 增加滚动条

This commit is contained in:
baoyu
2024-06-20 09:44:23 +08:00
parent 0a733f63d3
commit 8e4cff1c9b
@@ -17,7 +17,7 @@
</div>
</el-tab-pane>
<el-tab-pane label="标准体系" name="standSystem" v-if="standSystem">
<div style="position: absolute;top: 0;left: 0;right: 0;bottom: 0;">
<div style="position: absolute;top: 0;left: 0;right: 0;bottom: 0; overflow: auto">
<standSystem v-if="tabValue === 'standSystem'" ></standSystem>
</div>
</el-tab-pane>