Explorar el Código

feat: 自定义查询样式问题

chenhao hace 2 años
padre
commit
0186c1337a
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/modules/marking/inquiry/index.vue

+ 3 - 2
src/modules/marking/inquiry/index.vue

@@ -98,11 +98,12 @@ watch(
 getCustomQueryConfigList()
 
 const Span5 = defineColumn(_, _, { span: 5 })
+const Span6 = defineColumn(_, _, { span: 6 })
 const OneRow = Span5(_, 'row-1')
 const TwoRow = Span5(_, 'row-2')
 const ThreeRow = Span5(_, 'row-3')
 const FourRow = Span5(_, 'row-4')
-const ElevenRow5 = Span5(_, 'row-11')
+const ElevenRow = Span6(_, 'row-11')
 
 const rules: EpFormRules = {
   subjectCode: [{ required: true, message: '请选择科目' }],
@@ -206,7 +207,7 @@ const items = computed<EpFormItem[]>(() => [
     },
     undefined
   ),
-  ElevenRow5({ slotName: 'button-group' }),
+  ElevenRow({ slotName: 'button-group' }),
   {
     labelWidth: 20,
     slotName: 'short',