Procházet zdrojové kódy

项目管理类型样式修改

lizhenhao před 2 roky
rodič
revize
06b8e5950c

+ 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