@@ -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