From 49224d6f76cadc7a3ee275bd218586f455d3f8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E5=86=89?= Date: Wed, 30 Nov 2022 14:09:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=EF=BC=9A=E6=95=B0=E6=8D=AE=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=AF=A6=E6=83=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Answer/questions/QImgShow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Answer/questions/QImgShow.vue b/src/views/Answer/questions/QImgShow.vue index 54dc8adc..725f2c24 100644 --- a/src/views/Answer/questions/QImgShow.vue +++ b/src/views/Answer/questions/QImgShow.vue @@ -8,7 +8,7 @@ :key="option.option_key" > -
+
From ce89786bea8b751b05fdcca7b0b34b77ceabac2d Mon Sep 17 00:00:00 2001 From: steven <844541199@qq.com> Date: Wed, 30 Nov 2022 14:30:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BA=A7=E5=93=81=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TempMarket/components/CreateSurveyProduct.vue | 2 +- .../planetDesign/Design/fragement/QuestionConfig.vue | 12 ++++++++++++ .../planetDesign/Design/questions/choice/Choice.vue | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/TempMarket/components/CreateSurveyProduct.vue b/src/views/TempMarket/components/CreateSurveyProduct.vue index 072b20cc..0d0ecf01 100644 --- a/src/views/TempMarket/components/CreateSurveyProduct.vue +++ b/src/views/TempMarket/components/CreateSurveyProduct.vue @@ -657,7 +657,7 @@ export default defineComponent({ packingData.value = JSON.parse(packingInit); ruleForm.tags = []; ruleForm.remarks = ""; - ruleForm.project_name = ""; + ruleForm.project_name = props.info?.project_name || ""; modalVisible.value = false; }, }); diff --git a/src/views/planetDesign/Design/fragement/QuestionConfig.vue b/src/views/planetDesign/Design/fragement/QuestionConfig.vue index a6e242d3..2914fbe5 100644 --- a/src/views/planetDesign/Design/fragement/QuestionConfig.vue +++ b/src/views/planetDesign/Design/fragement/QuestionConfig.vue @@ -233,4 +233,16 @@ export default { width: 100%; padding: 14px 10px; } + +:deep(.ant-radio-wrapper-disabled .ant-radio-checked .ant-radio-inner) { + border-color: rgba(112, 185, 54, 0.5) !important; +} + +:deep(.ant-radio-wrapper-disabled .ant-radio-checked .ant-radio-inner::after) { + background-color: rgba(112, 185, 54, 0.5) !important; +} + +:deep(.config-require[data-v-51a4fc66] .ant-switch-disabled) { + background-color: #F5F5F5; +} diff --git a/src/views/planetDesign/Design/questions/choice/Choice.vue b/src/views/planetDesign/Design/questions/choice/Choice.vue index 04b670ed..8eba9bee 100644 --- a/src/views/planetDesign/Design/questions/choice/Choice.vue +++ b/src/views/planetDesign/Design/questions/choice/Choice.vue @@ -434,6 +434,9 @@ export default { background: #f5f5f5; border: 1px solid transparent !important; } + &-disable { + margin-left: 24px; + } &-disable:hover { border: 1px solid transparent; }