enhance job-detail-filter error style

This commit is contained in:
geekgeekrun
2025-07-13 00:55:43 +08:00
parent 44b0e44e2e
commit 84a79c9bae

View File

@@ -29,7 +29,7 @@
@show="gtagRenderer('tooltip_show_about_job_source_ui')"
>
<template #content>
<div m0 line-height-1.5em w-fit-content >
<div m0 line-height-1.5em w-fit-content>
<img block h-320px src="../resources/intro-of-job-source.png" />
</div>
</template>
@@ -750,7 +750,16 @@
"
/>
</el-form-item>
<div mb0px font-size-12px flex flex-justify-center fw-800>
<div
mb0px
font-size-12px
flex
flex-justify-center
fw-800
flex-self-start
position-relative
style="top: 42px"
>
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
</div>
<el-form-item mb0 prop="expectJobTypeRegExpStr">
@@ -769,7 +778,16 @@
"
/>
</el-form-item>
<div mb0px font-size-12px flex flex-justify-center fw-800>
<div
mb0px
font-size-12px
flex
flex-justify-center
fw-800
flex-self-start
position-relative
style="top: 42px"
>
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
</div>
<el-form-item mb0 prop="expectJobDescRegExpStr">
@@ -1626,12 +1644,6 @@ function formatJobSourceFormValueToConfig(formValue = []) {
--el-slider-button-size: 18px;
}
}
.job-detail-filter-wrap {
transition: 0.2s ease margin-bottom;
&:has(.el-form-item__error) {
margin-bottom: 40px;
}
}
</style>
<style lang="scss">
@@ -1640,6 +1652,10 @@ function formatJobSourceFormValueToConfig(formValue = []) {
font-size: 12px;
line-height: 1.2em;
}
.job-detail-filter-wrap .el-form-item__error {
position: static;
word-break: break-word;
}
.job-source-form-item {
margin-bottom: 0;
.job-source-drag-orderer {