feat: 优化UI组件和样式
1. 修复搜索组件方法名拼写错误(handleSearchActino -> handleSearchAction) 2. 优化AI洞察区域样式,添加背景图片和内容容器 3. 调整搜索框右侧竖线位置(right: 11vh -> 9vh) 4. 优化问卷项时间显示样式,移除固定字体大小 5. 添加AI洞察区域背景定位(background-position: top) 6. 添加AI洞察图片资源
This commit is contained in:
@@ -16,6 +16,10 @@ const { surveys } = fetchSurveys();
|
||||
<survey-analysis :sn="survey.sn" :disable-search="true" :disable-insight="true" />
|
||||
</section>
|
||||
</van-swipe-item>
|
||||
<!-- 指示器 -->
|
||||
<!-- <template #indicator="{ active, total }">
|
||||
<div class="custom-indicator">{{ active + 1 }}/{{ total }}</div>
|
||||
</template> -->
|
||||
</van-swipe>
|
||||
</template>
|
||||
</van-cell>
|
||||
|
||||
Reference in New Issue
Block a user