diff --git a/src/components/YlSwiper/Index.vue b/src/components/YlSwiper/Index.vue index e10f80b..7d60ff2 100644 --- a/src/components/YlSwiper/Index.vue +++ b/src/components/YlSwiper/Index.vue @@ -255,7 +255,7 @@ defineExpose({ align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); - color: #409eff; + color: #71b73c; } .yl-swiper-pagination { @@ -278,7 +278,7 @@ defineExpose({ transition: all 0.3s; &.is-active { - background-color: #409eff; + background-color: #71b73c; width: 16px; border-radius: 4px; } diff --git a/src/views/Home/components/CreateSurvey/Index.vue b/src/views/Home/components/CreateSurvey/Index.vue index 122b65e..484ee39 100644 --- a/src/views/Home/components/CreateSurvey/Index.vue +++ b/src/views/Home/components/CreateSurvey/Index.vue @@ -31,7 +31,9 @@ const createdQuestion = (item) => { group_id: 0, source: 1, project_name: `${item.title ? item.title : 'z'} `, - remarks: item.title ? '为优化活动服务品质,烦请完成问卷,感谢配合!您的反馈至关重要!' : '请输入问卷描述', + remarks: item.title + ? '为优化活动服务品质,烦请完成问卷,感谢配合!您的反馈至关重要!' + : '请输入问卷描述', scene_code: item.parentCode, scene_code_info: item.code, tags: '' @@ -74,7 +76,7 @@ const createdApx = (res) => { snQuestions({ sn: res.data.data.sn }).then((ques) => { console.log(`res`, res); if (ques.data) { - const {data} = res.data + const { data } = res.data; ques.data.data.survey.introduction = `
${data.remarks}
`; store.questionsInfo.value = ques.data.data; saveQuestions({ @@ -169,7 +171,7 @@ onMounted(() => { color: #000; .create_survey_title { - margin: 16px; + margin: 16px 10px; font-size: 15px; font-family: PingFangSC-Heavy; font-weight: 900; diff --git a/src/views/Home/components/HomeRecommend/Index.vue b/src/views/Home/components/HomeRecommend/Index.vue index 581bcdc..30a5eca 100644 --- a/src/views/Home/components/HomeRecommend/Index.vue +++ b/src/views/Home/components/HomeRecommend/Index.vue @@ -40,8 +40,9 @@ const props = ref