From dc67cdc2623827bd38a63f9254ec5b27ac1d5278 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Wed, 8 May 2024 11:04:17 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9C=8B=E7=AB=99=E7=B3=BB=E7=BB=9F?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=B0=E5=A2=9E=E7=AE=A1=E7=90=86=E5=91=98?=
=?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../quick-start/components/SystemConfig.vue | 92 ++++++++++++++++---
1 file changed, 79 insertions(+), 13 deletions(-)
diff --git a/src/views/system/quick-start/components/SystemConfig.vue b/src/views/system/quick-start/components/SystemConfig.vue
index 321bc50d..e4348fef 100644
--- a/src/views/system/quick-start/components/SystemConfig.vue
+++ b/src/views/system/quick-start/components/SystemConfig.vue
@@ -1,6 +1,5 @@
-
+
系统配置
+ 管理员账号
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+ 系统信息
@@ -235,7 +282,6 @@ function fnStepNext(stepName: 'NeInfoConfig' | 'Done') {
-
-
+
+
+ 保存
+
+
-
+
上一步
-
- 保存信息
-
+
下一步
@@ -322,4 +375,17 @@ function fnStepNext(stepName: 'NeInfoConfig' | 'Done') {
text-align: center;
}
}
+
+.ne {
+ height: 78vh;
+ overflow-x: hidden;
+ overflow-y: auto;
+ display: flex;
+ flex-direction: column;
+
+ &-oper {
+ padding-top: 24px;
+ text-align: end;
+ }
+}