feat: 未建立商联,首次登陆页面

This commit is contained in:
rd
2025-09-09 14:08:54 +08:00
parent 9d150ee292
commit e62d14d2f7
12 changed files with 362 additions and 21 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;
}
}
}
}
}