Эх сурвалжийг харах

feat<报表管理>:店铺信息创建界面修改

xinyan 6 сар өмнө
parent
commit
887b414e21

+ 3 - 0
src/views/reportManage/TaskManage/index.vue

@@ -980,9 +980,11 @@ onMounted(() => {
         :rules="rules"
         :size="formSize"
         class="demo-taskRuleForm"
+        label-position="top"
         label-width="auto"
         status-icon
         style="max-width: 600px">
+      <div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px">
       <el-form-item
           v-for="(item, index) in formItems"
           :key="index"
@@ -1024,6 +1026,7 @@ onMounted(() => {
           </el-autocomplete>
         </template>
       </el-form-item>
+      </div>
     </el-form>
     <template #footer>
       <div class="dialog-footer">

+ 1 - 1
src/views/reportManage/TaskManage/utils/columns.ts

@@ -9,7 +9,7 @@ export const taskColumns = ref([
     fixed: 'left',
     editRender: { autofocus: '.vxe-input--inner' },
     slots: { edit: 'number_edit' },
-    minWidth: 72
+    minWidth: 70
   },
   {
     field: 'platformName',