登录页面样式调整

pull/755/merge
zhangdaiscott 2023-09-20 10:18:03 +08:00
parent 76d455243d
commit 9956723946
1 changed files with 14 additions and 12 deletions

View File

@ -527,14 +527,7 @@ html[data-theme='dark'] {
.ant-checkbox-inner,.aui-success h3{ .ant-checkbox-inner,.aui-success h3{
border-color: #c9d1d9; border-color: #c9d1d9;
} }
} //update-begin---author:wangshuai ---date:20230828 forQQYUN-6363------------
input.fix-auto-fill,
.fix-auto-fill input {
-webkit-text-fill-color: #c9d1d9 !important;
box-shadow: inherit !important;
}
&-sign-in-way { &-sign-in-way {
.anticon { .anticon {
font-size: 22px !important; font-size: 22px !important;
@ -546,6 +539,15 @@ html[data-theme='dark'] {
} }
} }
} }
//update-end---author:wangshuai ---date:20230828 forQQYUN-6363------------
}
input.fix-auto-fill,
.fix-auto-fill input {
-webkit-text-fill-color: #c9d1d9 !important;
box-shadow: inherit !important;
}
.ant-divider-inner-text { .ant-divider-inner-text {
font-size: 12px !important; font-size: 12px !important;
color: @text-color-secondary !important; color: @text-color-secondary !important;