diff --git a/src/views/system/config/components/MailSetting.vue b/src/views/system/config/components/MailSetting.vue index bb7fd88..b7b5abd 100644 --- a/src/views/system/config/components/MailSetting.vue +++ b/src/views/system/config/components/MailSetting.vue @@ -9,25 +9,56 @@ :layout="width >= 500 ? 'horizontal' : 'vertical'" :disabled="!isUpdate" scroll-to-first-error + class="form" > - + - - + + - - + + - - + + - - + + - + - + @@ -186,7 +220,8 @@ onMounted(() => { margin-bottom: 5px; } -.input-width, :deep(.arco-select-view-single) { +:deep(.form .arco-input-wrapper), +:deep(.arco-select-view-single) { width: 220px; } diff --git a/src/views/system/config/components/SecuritySetting.vue b/src/views/system/config/components/SecuritySetting.vue index 3c8e1f6..6892751 100644 --- a/src/views/system/config/components/SecuritySetting.vue +++ b/src/views/system/config/components/SecuritySetting.vue @@ -9,35 +9,49 @@ :layout="width >= 500 ? 'horizontal' : 'vertical'" :disabled="!isUpdate" scroll-to-first-error + class="form" > @@ -45,43 +59,62 @@ - + - + @@ -138,7 +171,7 @@ const rules: FormInstance['rules'] = { { validator: (value, callback) => { if (form.PASSWORD_EXPIRATION_DAYS > 0 && value >= form.PASSWORD_EXPIRATION_DAYS) { - callback('密码到期前的提示时间应小于密码有效期') + callback('密码到期提醒时间应小于密码有效期') } else { callback() } @@ -238,7 +271,7 @@ onMounted(() => { margin-bottom: 5px; } -.input-width { +:deep(.form .arco-input-wrapper) { width: 200px; } diff --git a/src/views/system/config/components/BasicSetting.vue b/src/views/system/config/components/SiteSetting.vue similarity index 90% rename from src/views/system/config/components/BasicSetting.vue rename to src/views/system/config/components/SiteSetting.vue index 6e3ec5e..317deb5 100644 --- a/src/views/system/config/components/BasicSetting.vue +++ b/src/views/system/config/components/SiteSetting.vue @@ -72,24 +72,23 @@ - - + + - + - - + + - - + + - +