From 84a79c9bae48120a1591de4856737e78a7e84b32 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sun, 13 Jul 2025 00:55:43 +0800 Subject: [PATCH] enhance job-detail-filter error style --- .../GeekAutoStartChatWithBoss/index.vue | 34 ++++++++++++++----- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue index 375af24..77b7a4d 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue @@ -29,7 +29,7 @@ @show="gtagRenderer('tooltip_show_about_job_source_ui')" > @@ -750,7 +750,16 @@ " /> -
+
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
@@ -769,7 +778,16 @@ " /> -
+
{{ getJobDetailRegExpMatchLogicConfig().logicText }}
@@ -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; - } -}