style(components): 优化多个组件的样式细节
- 修改 YlSwiper 组件的按钮颜色 - 调整 CreateSurvey 组件的标题和描述样式 - 更新 HomeRecommend 组件的标题和布局 - 调整 MineTask 组件的标题位置
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user