From 4b2c984f257b232b911b4dada3f9782feb2d012f Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期三, 07 八月 2024 17:06:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web

---
 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