汪钰 vor 3 Jahren
Ursprung
Commit
0e105766b7

+ 1 - 1
src/views/system/dictionary/components/dict-data-search.vue

@@ -41,7 +41,7 @@
           </el-select>
         </el-form-item>
       </el-col>
-      <el-col v-bind="styleResponsive ? { md: 4 } : { span: 4 }">
+      <el-col v-bind="styleResponsive ? { md: 12 } : { span: 4 }">
         <el-form-item>
           <el-button
             size="small"

+ 1 - 1
src/views/system/dictionary/components/dict-data.vue

@@ -8,7 +8,7 @@
       :need-page="true"
       :toolkit="[]"
       :selection.sync="selection"
-      height="calc(100vh - 265px)"
+      height="calc(100vh - 350px)"
       full-height="calc(100vh - 116px)"
       tool-class="ele-toolbar-form"
       cache-key="systemDictDataTable"

+ 1 - 1
src/views/system/dictionary/index.vue

@@ -43,7 +43,7 @@
           ref="table"
           :columns="columns"
           :datasource="datasource"
-          height="calc(100vh - 265px)"
+          height="calc(100vh - 350px)"
           :need-page="false"
           :toolkit="[]"
           :current.sync="current"