style: 调整查看更多按钮样式并移除排行榜卡片边框
修改Dashboard页面查看更多按钮的字体大小 移除RankingCard组件中不必要的边框样式
Showing
2 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-09 00:00:00 | 2 | * @Date: 2025-01-09 00:00:00 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-09 16:29:09 | 4 | + * @LastEditTime: 2025-09-10 11:14:24 |
| 5 | * @FilePath: /lls_program/src/components/RankingCard.vue | 5 | * @FilePath: /lls_program/src/components/RankingCard.vue |
| 6 | * @Description: 排行榜卡片组件 | 6 | * @Description: 排行榜卡片组件 |
| 7 | --> | 7 | --> |
| ... | @@ -353,8 +353,8 @@ defineExpose({ | ... | @@ -353,8 +353,8 @@ defineExpose({ |
| 353 | color: rgba(255, 255, 255, 0.8); | 353 | color: rgba(255, 255, 255, 0.8); |
| 354 | font-size: 24rpx; | 354 | font-size: 24rpx; |
| 355 | padding: 8rpx 16rpx; | 355 | padding: 8rpx 16rpx; |
| 356 | - border: 1rpx solid rgba(255, 255, 255, 0.3); | 356 | + // border: 1rpx solid rgba(255, 255, 255, 0.3); |
| 357 | - border-radius: 20rpx; | 357 | + // border-radius: 20rpx; |
| 358 | transition: all 0.3s ease; | 358 | transition: all 0.3s ease; |
| 359 | 359 | ||
| 360 | &:hover { | 360 | &:hover { | ... | ... |
| ... | @@ -141,7 +141,7 @@ | ... | @@ -141,7 +141,7 @@ |
| 141 | <view class="p-5 mt-4 mb-6 bg-white rounded-xl shadow-md mx-4"> | 141 | <view class="p-5 mt-4 mb-6 bg-white rounded-xl shadow-md mx-4"> |
| 142 | <view class="flex justify-between items-center mb-2"> | 142 | <view class="flex justify-between items-center mb-2"> |
| 143 | <h2 class="font-medium text-lg">多彩瞬间</h2> | 143 | <h2 class="font-medium text-lg">多彩瞬间</h2> |
| 144 | - <view class="text-blue-500 flex items-center" @click="openAlbumList"> | 144 | + <view class="text-blue-500 flex items-center text-xs" @click="openAlbumList"> |
| 145 | 查看更多 | 145 | 查看更多 |
| 146 | </view> | 146 | </view> |
| 147 | </view> | 147 | </view> | ... | ... |
-
Please register or login to post a comment