diff --git a/src/views/Home/Index.vue b/src/views/Home/Index.vue index fe10f20..e5f4ca4 100644 --- a/src/views/Home/Index.vue +++ b/src/views/Home/Index.vue @@ -48,17 +48,8 @@ onMounted(async () => { - - - - - - - - - diff --git a/src/views/Home/components/LastSurvey/Index.vue b/src/views/Home/components/LastSurvey/Index.vue index 29bd081..30645fa 100644 --- a/src/views/Home/components/LastSurvey/Index.vue +++ b/src/views/Home/components/LastSurvey/Index.vue @@ -29,7 +29,7 @@ alt="Content Icon" style="width: 15px; height: 15px" /> - {{ survey.scene_name }} | + {{ survey.scene_name }}  | 
- {{ survey.source === 1 ? '移动端' : 'PC端' }} | + {{ survey.source === 1 ? '移动端' : 'PC端' }}  |  
@@ -128,7 +128,7 @@ const setImg = (code) => { color: #fff; .survey_header { - padding: 0 15px; + padding: 0 10px; font-size: 15px; & .survey-all {