754d1efe by renchao@pashanhoo.com

style:样式修改

1 parent 19f52067
......@@ -18,7 +18,7 @@
}
/deep/.el-form-item {
margin-bottom: 8px;
margin-bottom: 3px;
}
.marginBot0 {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 17:03:52
* @LastEditTime: 2024-01-18 09:58:50
-->
<template>
<div class="container">
......@@ -40,7 +40,9 @@
<el-tab-pane :label="item.name" :name="item.value" v-for="item in tabList" :key="item.value">
</el-tab-pane>
</el-tabs>
<component :key="fresh" :is="componentTag" v-bind="currentSelectProps" />
<div style="height:94%">
<component :key="fresh" :is="componentTag" v-bind="currentSelectProps" />
</div>
</div>
</div>
</div>
......