hookehuyr

style: 调整查看更多按钮样式并移除排行榜卡片边框

修改Dashboard页面查看更多按钮的字体大小
移除RankingCard组件中不必要的边框样式
<!--
* @Date: 2025-01-09 00:00:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-09 16:29:09
* @LastEditTime: 2025-09-10 11:14:24
* @FilePath: /lls_program/src/components/RankingCard.vue
* @Description: 排行榜卡片组件
-->
......@@ -353,8 +353,8 @@ defineExpose({
color: rgba(255, 255, 255, 0.8);
font-size: 24rpx;
padding: 8rpx 16rpx;
border: 1rpx solid rgba(255, 255, 255, 0.3);
border-radius: 20rpx;
// border: 1rpx solid rgba(255, 255, 255, 0.3);
// border-radius: 20rpx;
transition: all 0.3s ease;
&:hover {
......
......@@ -141,7 +141,7 @@
<view class="p-5 mt-4 mb-6 bg-white rounded-xl shadow-md mx-4">
<view class="flex justify-between items-center mb-2">
<h2 class="font-medium text-lg">多彩瞬间</h2>
<view class="text-blue-500 flex items-center" @click="openAlbumList">
<view class="text-blue-500 flex items-center text-xs" @click="openAlbumList">
查看更多
</view>
</view>
......