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