zhangxiao
2024-08-07 4b2c984f257b232b911b4dada3f9782feb2d012f
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>