diff --git a/kicc-ui/src/views/system/config/ConfigModal.vue b/kicc-ui/src/views/system/config/ConfigModal.vue index 9f6e0d55..4d30532d 100644 --- a/kicc-ui/src/views/system/config/ConfigModal.vue +++ b/kicc-ui/src/views/system/config/ConfigModal.vue @@ -13,6 +13,9 @@ :scrollToFirstError="true" @keypress.enter="handleSubmit" > + + + @@ -151,6 +154,7 @@ try { // 提取验证数据 const formData = await formElRef.value.validate(); + console.log(formData); // 处理提交之前逻辑 setModalProps({ confirmLoading: true }); // 采用tag标签区分操作 diff --git a/kicc-ui/src/views/system/config/index.vue b/kicc-ui/src/views/system/config/index.vue index 0e645677..40712e06 100644 --- a/kicc-ui/src/views/system/config/index.vue +++ b/kicc-ui/src/views/system/config/index.vue @@ -5,7 +5,7 @@ layout="inline" :colon="false" :labelCol="{ span: 6 }" - :wrapperCol="{ style: { width: '300px', 'margin-bottom': '5px' } }" + :wrapperCol="{ style: { width: '260px', 'margin-bottom': '5px' } }" >