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 faddccf..3043ce2 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue @@ -410,13 +410,17 @@ width: '400px', paddingLeft: '10px', flex: `0 0 auto`, - ...(formContent.blockCompanyNameRegExpStr?.length + ...((!formContent.fieldsForUseCommonConfig.blockCompanyNameRegExpStr + ? formContent + : commonJobConditionConfig + ).blockCompanyNameRegExpStr?.length ? { borderLeft: '1px solid #f0f0f0' } : { borderLeft: '1px solid transparent', - visibility: 'hidden' + visibility: 'hidden', + opacity: 0 }) }" > @@ -535,7 +539,12 @@