Преглед изворни кода

项目管理类型样式修改

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