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-09 15:26:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8f9844bf6d6b1d144319dfc0ee75c47d667d991
d8f9844b
1 parent
78ee3f84
style: 更新文本和样式调整
将"积分规则"改为"积分攻略"以更符合用户理解 移除排行榜卡片底部边距并统一排名数字宽度
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/components/RankingCard.vue
src/pages/Dashboard/index.vue
src/components/RankingCard.vue
View file @
d8f9844
<!--
* @Date: 2025-01-09 00:00:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-09 1
4:18:28
* @LastEditTime: 2025-09-09 1
5:26:25
* @FilePath: /lls_program/src/components/RankingCard.vue
* @Description: 排行榜卡片组件
-->
...
...
@@ -428,7 +428,7 @@ onMounted(async () => {
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: 40rpx;
//
margin-bottom: 40rpx;
// height: 280rpx;
gap: -20rpx;
...
...
@@ -525,7 +525,7 @@ onMounted(async () => {
}
.rank-number {
width: 1
2
0rpx;
width: 1
5
0rpx;
height: 110rpx;
background: linear-gradient(135deg, #C0C0C0 0%, #A0A0A0 100%);
}
...
...
@@ -543,7 +543,7 @@ onMounted(async () => {
}
.rank-number {
width: 1
2
0rpx;
width: 1
5
0rpx;
height: 140rpx;
background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}
...
...
@@ -560,7 +560,7 @@ onMounted(async () => {
}
.rank-number {
width: 1
2
0rpx;
width: 1
5
0rpx;
height: 100rpx;
background: linear-gradient(135deg, #CD7F32 0%, #B8860B 100%);
}
...
...
src/pages/Dashboard/index.vue
View file @
d8f9844
...
...
@@ -40,7 +40,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text">积分
规则
</text>
<text class="tip-text">积分
攻略
</text>
</view>
</view>
<view class="flex justify-between items-center">
...
...
@@ -82,7 +82,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text">积分
规则
</text>
<text class="tip-text">积分
攻略
</text>
</view>
</view>
<view class="flex justify-between items-center">
...
...
Please
register
or
login
to post a comment