feat: 未建立商联,首次登陆页面
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.ant-btn {
|
||||
border-radius: 2px !important;
|
||||
border-radius: 4px !important;
|
||||
border: 1px solid #d7d7d9 !important;
|
||||
color: #3c4043 !important;
|
||||
font-family: $font-family-regular;
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
&.ant-input-focus,
|
||||
&.ant-textarea-focus {
|
||||
background-color: var(--color-bg-2) !important;
|
||||
border-color: rgb(var(--primary-6)) !important;
|
||||
border-color: $color-primary !important;
|
||||
box-shadow: 0 0 0 0 var(--color-primary-light-2) !important;
|
||||
}
|
||||
&.ant-input-disabled {
|
||||
@ -72,7 +72,7 @@ textarea.ant-input {
|
||||
&:focus,
|
||||
&-focused {
|
||||
box-shadow: none !important;
|
||||
border-color: rgb(var(--primary-6)) !important;
|
||||
border-color: $color-primary !important;
|
||||
}
|
||||
.ant-input {
|
||||
height: 30px;
|
||||
|
||||
@ -53,4 +53,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.ant-steps-dot {
|
||||
.ant-steps-item-process {
|
||||
.ant-steps-item-tail {
|
||||
&::after {
|
||||
background-color: #e6e6e8 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-steps-item-finish {
|
||||
.ant-steps-item-tail {
|
||||
&::after {
|
||||
background-color: #6d4cfe !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user