@@ -1,6 +1,6 @@
<template>
<div class="p-2">
- <el-dialog v-model="dialog.visible" :title="dialog.title" width="600px" :draggable="draggable">
+ <el-dialog v-model="dialog.visible" :title="dialog.title" width="30%" :draggable="draggable">
<el-form ref="formRef" v-loading="formLoading" :model="formData" :rules="formRules" label-width="80px">
#foreach($column in $columns)
#set($field=$column.javaField)
@@ -83,7 +83,7 @@
</el-row>
</template>
- <el-table v-loading="loading" :data="${businessName}List" max-height="#if($queryColumns > 3)400#else 500#end" @selection-change="handleSelectionChange">
+ <el-table v-loading="loading" :data="${businessName}List" max-height="#if($queryColumns > 3)calc(100vh - 27rem)#else calc(100vh - 23.75rem)#end" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
#set($aIndex = 0)