From b605bc5c4257de32e4de90b805c9089ba393699a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E5=86=89?= Date: Mon, 23 Sep 2024 14:04:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=A6=82=E5=BF=B5=E6=96=B9?= =?UTF-8?q?=E6=A1=88=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Concept/components/ConceptConfig.vue | 2 +- .../Concept/components/StandardConceptConfig.vue | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/views/Concept/components/ConceptConfig.vue b/src/views/Concept/components/ConceptConfig.vue index d7de38ff..d8025297 100644 --- a/src/views/Concept/components/ConceptConfig.vue +++ b/src/views/Concept/components/ConceptConfig.vue @@ -462,7 +462,7 @@ const getConceptInfo = () => { .then(() => { let params = { - survey_brand_id: ruleFormSet.surveyBrandId, + brand_id: ruleFormSet.surveyBrandId, ...standardConceptConfigRef.value.ruleForm, } diff --git a/src/views/Concept/components/StandardConceptConfig.vue b/src/views/Concept/components/StandardConceptConfig.vue index f84821d2..a7887798 100644 --- a/src/views/Concept/components/StandardConceptConfig.vue +++ b/src/views/Concept/components/StandardConceptConfig.vue @@ -2,7 +2,7 @@ - 自动生成 + 自动生成 @@ -461,4 +461,15 @@ export default defineComponent({ .show-select:deep(.ant-select-selector){ border-radius:4px; } + +.project-input { + width: 80%; + border-radius: 4px 0 0 4px; + border-right: 0px; +} + +.auto-button { + width: 20%; + border-radius: 0 4px 4px 0; +}