Merge pull request 'feature/0905_登录注册流程重构' (#47) from feature/0905_登录注册流程重构 into main

Reviewed-on: ai-team/lingji-work-fe#47
This commit is contained in:
2025-09-18 06:57:03 +00:00
4 changed files with 57 additions and 22 deletions

View File

@ -65,7 +65,7 @@
<template v-else> <template v-else>
<template v-if="item.audit_status === 1"> <template v-if="item.audit_status === 1">
<div class="w-full h-1px bg-#E6E6E8 mb-8px" v-if="enterprises.length > 0"></div> <div v-if="enterprises.length > 1" class="w-full h-1px bg-#E6E6E8 mb-8px"></div>
<MenuItem class="rounded-8px hover:bg-#F2F3F5 h-36px !mb-0" @click="onCreate(item)"> <MenuItem class="rounded-8px hover:bg-#F2F3F5 h-36px !mb-0" @click="onCreate(item)">
<div class="flex items-center"> <div class="flex items-center">
<SvgIcon size="16.5" name="svg-organization" class="color-#737478 mr-8px" /> <SvgIcon size="16.5" name="svg-organization" class="color-#737478 mr-8px" />
@ -231,7 +231,6 @@ const handleSubAccountClick = (item) => {
.ant-dropdown-menu-item { .ant-dropdown-menu-item {
padding: 0 12px; padding: 0 12px;
margin-bottom: 8px;
font-family: $font-family-regular; font-family: $font-family-regular;
color: var(--Text-1, #211f24); color: var(--Text-1, #211f24);
font-size: 14px; font-size: 14px;
@ -239,6 +238,10 @@ const handleSubAccountClick = (item) => {
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
&:not(:last-child) {
margin-bottom: 8px;
}
.ant-dropdown-menu-title-content { .ant-dropdown-menu-title-content {
display: flex; display: flex;
height: 32px; height: 32px;

View File

@ -70,6 +70,22 @@ textarea.ant-input {
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
@include box; @include box;
.ant-input-suffix {
.ant-input-show-count-suffix {
color: var(--Text-4, #939499);
font-family: font-family-manrope-regular;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.ant-input-clear-icon {
visibility: hidden;
}
}
&.ant-input-affix-wrapper-disabled { &.ant-input-affix-wrapper-disabled {
background-color: var(--BG-200, #f2f3f5) !important; background-color: var(--BG-200, #f2f3f5) !important;
} }
@ -81,15 +97,27 @@ textarea.ant-input {
&:hover { &:hover {
border-color: $color-primary !important; border-color: $color-primary !important;
.ant-input-clear-icon {
&:not(.ant-input-clear-icon-hidden) {
visibility: visible;
}
}
} }
} }
&:focus, &:focus,
&-focused { &-focused {
box-shadow: none !important; box-shadow: none !important;
border-color: $color-primary !important; border-color: $color-primary !important;
.ant-input-clear-icon {
&:not(.ant-input-clear-icon-hidden) {
visibility: visible;
} }
}
}
.ant-input { .ant-input {
height: 30px; height: 30px;
&.ant-input-lg { &.ant-input-lg {
@ -99,14 +127,4 @@ textarea.ant-input {
height: 26px; height: 26px;
} }
} }
.ant-input-suffix {
.ant-input-show-count-suffix {
color: var(--Text-4, #939499);
font-family: font-family-manrope-regular;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
}
} }

View File

@ -10,7 +10,7 @@
</div> </div>
</div> </div>
</Layout.Header> </Layout.Header>
<Layout class="flex trial-content items-center"> <Layout class="flex trial-content items-center mt-24px">
<div class="w-800px"> <div class="w-800px">
<!-- 未建联 --> <!-- 未建联 -->
<section class="w-full" v-if="!primary_enterprise"> <section class="w-full" v-if="!primary_enterprise">

View File

@ -12,6 +12,10 @@
:deep(.ant-steps) { :deep(.ant-steps) {
.ant-steps-item { .ant-steps-item {
margin-left: 0; margin-left: 0;
.ant-steps-item-container {
cursor: text;
.ant-steps-item-icon { .ant-steps-item-icon {
width: 10px; width: 10px;
height: 10px; height: 10px;
@ -19,7 +23,7 @@
.ant-steps-item-content { .ant-steps-item-content {
margin-top: 8px; margin-top: 8px;
.ant-steps-item-title { .ant-steps-item-title {
color: var(--Text-1, #211f24); color: var(--Text-1, #211f24) !important;
font-family: $font-family-regular; font-family: $font-family-regular;
font-size: 16px; font-size: 16px;
font-style: normal; font-style: normal;
@ -27,7 +31,7 @@
line-height: 24px; line-height: 24px;
} }
.ant-steps-item-description { .ant-steps-item-description {
color: var(--Text-3, #737478); color: var(--Text-3, #737478) !important;
font-family: $font-family-regular; font-family: $font-family-regular;
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
@ -35,6 +39,16 @@
line-height: 22px; line-height: 22px;
} }
} }
.ant-steps-item-tail {
top: 4px;
&::after {
height: 1px !important;
}
}
}
&.ant-steps-item-wait { &.ant-steps-item-wait {
.ant-steps-icon { .ant-steps-icon {
.ant-steps-icon-dot { .ant-steps-icon-dot {