优化bug

This commit is contained in:
24kycj
2026-01-19 02:46:47 +08:00
parent 9c471a494c
commit b277ef38b3
8 changed files with 374 additions and 294 deletions
+4 -4
View File
@@ -204,7 +204,7 @@ $light_gray: #eee;
.login_title {
font-weight: 500;
font-size: 30px;
color: #00C325;
color: #009688;
line-height: 44px;
text-align: center;
margin-bottom: 48px;
@@ -230,8 +230,8 @@ $light_gray: #eee;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #00C325;
border-color: #00C325;
background-color: #009688;
border-color: #009688;
}
.el-checkbox__inner::after {
@@ -246,7 +246,7 @@ $light_gray: #eee;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
color: #00C325;
color: #009688;
}
}
}