+
+
记住密码
@@ -344,11 +368,29 @@ onMounted(() => {
color: rgba(0, 66, 66, 1);
background-color: rgba(var(--color-base1), 1);
border: none;
+ border-radius: 0;
}
.el-button.is-loading:before {
background-color: rgb(116 230 249 / 8%);
}
+
+ .checkbox-svg {
+ position: absolute;
+ top: 9px;
+ left: 0;
+ }
+
+ ::v-deep .el-checkbox {
+ .el-checkbox__input {
+ opacity: 0;
+ }
+
+ .el-checkbox__label {
+ color: #fff;
+ }
+ }
+
}
}
}
@@ -540,6 +582,7 @@ onMounted(() => {
width: 166px;
height: 40px;
border-radius: 0;
+
::v-deep span {
font-weight: 500;
}