From 6650c2f07bdfcb199ec36954df5b1be9e8eb37b5 Mon Sep 17 00:00:00 2001
From: yinbangzhong <zhongbangyin@126.com>
Date: 星期三, 07 八月 2024 17:05:19 +0800
Subject: [PATCH] 登录跳转权限配置页面
---
src/views/login/components/login-form.vue | 60 ++++++++++++++++++++++++++----------------------------------
1 files changed, 26 insertions(+), 34 deletions(-)
diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue
index 5519dfd..0b874fe 100644
--- a/src/views/login/components/login-form.vue
+++ b/src/views/login/components/login-form.vue
@@ -133,44 +133,36 @@
<style lang="less" scoped>
.login-form {
+&-wrapper {
+ width: 320px;
+ }
-&
--wrapper {
- width: 320px;
-}
+&-title {
+ color: var(--color-text-1);
+ font-weight: 500;
+ font-size: 24px;
+ line-height: 32px;
+ }
-&
--title {
- color: var(--color-text-1);
- font-weight: 500;
- font-size: 24px;
- line-height: 32px;
-}
+&-sub-title {
+ color: var(--color-text-3);
+ font-size: 16px;
+ line-height: 24px;
+ }
-&
--sub-title {
- color: var(--color-text-3);
- font-size: 16px;
- line-height: 24px;
-}
+&-error-msg {
+ height: 32px;
+ color: rgb(var(--red-6));
+ line-height: 32px;
+ }
-&
--error-msg {
- height: 32px;
- color: rgb(var(--red-6));
- line-height: 32px;
-}
+&-password-actions {
+ display: flex;
+ justify-content: space-between;
+ }
-&
--password-actions {
- display: flex;
- justify-content: space-between;
-}
-
-&
--register-btn {
- color: var(--color-text-3) !important;
-}
-
+&-register-btn {
+ color: var(--color-text-3) !important;
+ }
}
</style>
--
Gitblit v1.8.0