|
@@ -261,7 +261,7 @@ const submitClick = async () => {
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
-<style>
|
|
|
+<style lang="scss">
|
|
|
.login-layer .el-input {
|
|
|
--el-input-bg-color: #f6f8fb;
|
|
|
/* var(--el-fill-color-blank) */
|
|
@@ -290,4 +290,15 @@ const submitClick = async () => {
|
|
|
input[type="password"]::-ms-reveal {
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
+.login {
|
|
|
+ .panel-form-item .el-button,
|
|
|
+ .panel-form-item .el-input__inner {
|
|
|
+ height: 40px !important;
|
|
|
+ font-size: 1.14rem;
|
|
|
+ }
|
|
|
+ .panel-form-item .el-form-item__label {
|
|
|
+ line-height: 40px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|