mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 00:47:15 +08:00
enhance job-detail-filter error style
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
@show="gtagRenderer('tooltip_show_about_job_source_ui')"
|
@show="gtagRenderer('tooltip_show_about_job_source_ui')"
|
||||||
>
|
>
|
||||||
<template #content>
|
<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" />
|
<img block h-320px src="../resources/intro-of-job-source.png" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -750,7 +750,16 @@
|
|||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</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 }}
|
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
|
||||||
</div>
|
</div>
|
||||||
<el-form-item mb0 prop="expectJobTypeRegExpStr">
|
<el-form-item mb0 prop="expectJobTypeRegExpStr">
|
||||||
@@ -769,7 +778,16 @@
|
|||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</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 }}
|
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
|
||||||
</div>
|
</div>
|
||||||
<el-form-item mb0 prop="expectJobDescRegExpStr">
|
<el-form-item mb0 prop="expectJobDescRegExpStr">
|
||||||
@@ -1626,12 +1644,6 @@ function formatJobSourceFormValueToConfig(formValue = []) {
|
|||||||
--el-slider-button-size: 18px;
|
--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>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@@ -1640,6 +1652,10 @@ function formatJobSourceFormValueToConfig(formValue = []) {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
.job-detail-filter-wrap .el-form-item__error {
|
||||||
|
position: static;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
.job-source-form-item {
|
.job-source-form-item {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
.job-source-drag-orderer {
|
.job-source-drag-orderer {
|
||||||
|
|||||||
Reference in New Issue
Block a user