diff --git a/src/views/Design/components/ActionCompoents/components/QuestionItemAction/QuestionBefore.vue b/src/views/Design/components/ActionCompoents/components/QuestionItemAction/QuestionBefore.vue index edd6084..920c423 100644 --- a/src/views/Design/components/ActionCompoents/components/QuestionItemAction/QuestionBefore.vue +++ b/src/views/Design/components/ActionCompoents/components/QuestionItemAction/QuestionBefore.vue @@ -434,7 +434,7 @@ const addLogicItem = (logIndex, item) => { option_index: '', relation_question_index: 0, type: 0, - is_option_group: '', + is_option_group: 0, group_index: null }); }; diff --git a/src/views/Design/components/Questions/RateCharacter.vue b/src/views/Design/components/Questions/RateCharacter.vue index a37189f..33aaf16 100644 --- a/src/views/Design/components/Questions/RateCharacter.vue +++ b/src/views/Design/components/Questions/RateCharacter.vue @@ -105,11 +105,12 @@ ul { } .rate_item { - padding: 5px 10px; + //padding: 1px 3px; + min-width: 20px; //width: 20px; //height: 20px; - //margin: 0 5px 0 0; + margin: 0 5px 0 0; border: 1px solid #979797; border-radius: 5px; diff --git a/src/views/Home/components/LastSurvey/Index.vue b/src/views/Home/components/LastSurvey/Index.vue index 6fe761d..e40e9e5 100644 --- a/src/views/Home/components/LastSurvey/Index.vue +++ b/src/views/Home/components/LastSurvey/Index.vue @@ -178,11 +178,16 @@ fetchSurveys(); } .survey_remark { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; box-sizing: border-box; margin: 0 10px 1px; - padding: 8px; + //padding: 8px; border-radius: 8px; - background: #f6f7f8; + //background: #f6f7f8; color: #828282; font-weight: 400; font-style: normal; diff --git a/src/views/Survey/Index.vue b/src/views/Survey/Index.vue index fa6bf84..ae49510 100644 --- a/src/views/Survey/Index.vue +++ b/src/views/Survey/Index.vue @@ -59,10 +59,8 @@ -