style(components): 优化多个组件的样式细节

- 修改 YlSwiper 组件的按钮颜色
- 调整 CreateSurvey 组件的标题和描述样式
- 更新 HomeRecommend 组件的标题和布局
- 调整 MineTask 组件的标题位置
This commit is contained in:
Huangzhe
2025-05-26 11:32:16 +08:00
parent 83aee0d18a
commit f9b5d001e5
4 changed files with 11 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ function handleDragEnd() {
<template>
<div class="carousel-container">
<div class="title">
<span>我的任务</span>
<span style="margin-top: 6px">我的任务</span>
<div class="carousel-indicators">
<i
v-for="(item, index) in total"