feat: message替换
This commit is contained in:
@ -1,11 +1,18 @@
|
||||
.ant-input,
|
||||
.ant-input-password {
|
||||
@mixin box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 4px !important;
|
||||
border-color: #d7d7d9 !important;
|
||||
background-color: #fff !important;
|
||||
padding: 0 12px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-input-affix-wrapper {
|
||||
@include box;
|
||||
}
|
||||
.ant-input,
|
||||
.ant-input-password {
|
||||
@include box;
|
||||
|
||||
color: var(--Text-4, #211f24);
|
||||
font-family: $font-family-regular;
|
||||
font-size: 14px !important;
|
||||
|
||||
Reference in New Issue
Block a user