浏览代码

项目管理类型样式修改

lizhenhao 2 年之前
父节点
当前提交
06b8e5950c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/modules/program/configuration/typeDict/TypeDictList.vue

+ 1 - 1
src/views/modules/program/configuration/typeDict/TypeDictList.vue

@@ -17,7 +17,7 @@
           <el-button v-if="hasPermission('program:configuration:type:del')" type="danger"   size="small" icon="el-icon-delete" @click="del()" :disabled="$refs.typeDictTable && $refs.typeDictTable.getCheckboxRecords().length === 0" plain>删除</el-button>
         </template>
       </vxe-toolbar>
-      <div style="height: calc(100%)">
+      <div style="height: calc(100% - 50px)">
         <vxe-table
           border="inner"
           auto-resize