Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-10 11:16:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f1a206e1d27b0554f6b1068e8477d664f0da555
4f1a206e
1 parent
66637292
style: 调整查看更多按钮样式并移除排行榜卡片边框
修改Dashboard页面查看更多按钮的字体大小 移除RankingCard组件中不必要的边框样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/RankingCard.vue
src/pages/Dashboard/index.vue
src/components/RankingCard.vue
View file @
4f1a206
<!--
* @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 {
...
...
src/pages/Dashboard/index.vue
View file @
4f1a206
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment