修改 配置管理 属性配置 -> 标准体系 增加滚动条
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="标准体系" name="standSystem" v-if="standSystem">
|
<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>
|
<standSystem v-if="tabValue === 'standSystem'" ></standSystem>
|
||||||
</div>
|
</div>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
|||||||
Reference in New Issue
Block a user