c1d094ee by 任超

style:审核表

1 parent f772edff
...@@ -350,7 +350,7 @@ export default { ...@@ -350,7 +350,7 @@ export default {
350 width: 100%; 350 width: 100%;
351 display: flex; 351 display: flex;
352 padding-left: 5px; 352 padding-left: 5px;
353 height: calc(100vh - 90px); 353 height: calc(100vh - 125px);
354 354
355 .left { 355 .left {
356 display: flex; 356 display: flex;
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
46 <el-button type="primary" v-if="tableData.length>0" @click="onSubmit">保存</el-button> 46 <el-button type="primary" v-if="tableData.length>0" @click="onSubmit">保存</el-button>
47 </div> 47 </div>
48 </el-form> 48 </el-form>
49 <el-empty v-if="tableData.length==0" description="暂无数据"></el-empty>
49 </div> 50 </div>
50 </template> 51 </template>
51 <script> 52 <script>
......