diff --git a/src/views/Design/Index.vue b/src/views/Design/Index.vue index f2c084e..d15c052 100644 --- a/src/views/Design/Index.vue +++ b/src/views/Design/Index.vue @@ -52,8 +52,8 @@ - + { const ls = []; logics.map((item) => { if ( - item.skip_type === skipType - && item.question_index === activeQuestion.value.question_index + item.skip_type === skipType && + item.question_index === activeQuestion.value.question_index ) { ls.push(item); } @@ -277,13 +277,13 @@ const getSkipTypeText = (skipType) => { const questionSetting = (type) => { switch (type) { - case 'before': - questionBeforeShow.value = true; + case 'before': + questionBeforeShow.value = true; - break; - case 'after': - questionBeforeShow.value = true; - break; + break; + case 'after': + questionBeforeShow.value = true; + break; } skipType.value = type === 'before' ? 1 : 0; }; @@ -316,8 +316,8 @@ const updateConfig = (value) => { .question-action-container { font-size: 20px; - & .mobilefont{ - font-size:18px; + & .mobilefont { + font-size: 18px; } & .van-icon + .van-icon { diff --git a/src/views/Design/components/Questions/NPS.vue b/src/views/Design/components/Questions/NPS.vue index 2c1407c..2e610f0 100644 --- a/src/views/Design/components/Questions/NPS.vue +++ b/src/views/Design/components/Questions/NPS.vue @@ -19,12 +19,12 @@ :key="optionIndex" @click="chooseOption(item)" > -

{{ element.config.prompt_left }}

{{ element.config.prompt_center }}

{{ element.config.prompt_right }}

+ @@ -71,6 +71,6 @@ const chooseOption = (item) => { .tips { display: flex; justify-content: space-between; - color: #bfbfbf; + color: #b8b8b8; } diff --git a/src/views/Design/components/Questions/Rate.vue b/src/views/Design/components/Questions/Rate.vue index 8d69a0c..0ced0a8 100644 --- a/src/views/Design/components/Questions/Rate.vue +++ b/src/views/Design/components/Questions/Rate.vue @@ -5,6 +5,7 @@ :label="element.stem" :required="element.config.is_required === 1" label-align="top" + class="contenteditable-question-title" >