From f552692c5646473afc7f153cb25b48925ffd45a5 Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Sat, 7 May 2022 23:08:56 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E6=8F=90=E4=BE=9Bant=E5=8E=9F?=
=?UTF-8?q?=E7=94=9F=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
kicc-ui/src/views/system/config/ConfigModal.vue | 4 ++++
kicc-ui/src/views/system/config/index.vue | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
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' } }"
>