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-16 13:16:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
226981ac4a07fc3374a5de2c6fe4a397d26368f9
226981ac
1 parent
91b65d25
style(Dashboard): 调整积分攻略文本样式
- 将字体大小从20rpx增大到24rpx - 修改文本颜色从白色改为灰色
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/pages/Dashboard/index.less
src/pages/Dashboard/index.vue
src/pages/Dashboard/index.less
View file @
226981a
...
...
@@ -17,7 +17,7 @@
}
.tip-text {
font-size: 2
0
rpx;
font-size: 2
4
rpx;
// color: #666;
line-height: 1;
}
...
...
src/pages/Dashboard/index.vue
View file @
226981a
...
...
@@ -46,7 +46,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text text-
white
">积分攻略</text>
<text class="tip-text text-
gray-600
">积分攻略</text>
</view>
</view>
<view class="flex justify-between items-center">
...
...
@@ -88,7 +88,7 @@
<!-- 积分规则提示 -->
<view class="points-rule-tip" @tap="handleGoToPointsRule">
<!-- <view class="tip-icon">💡</view> -->
<text class="tip-text text-
white
">积分攻略</text>
<text class="tip-text text-
gray-600
">积分攻略</text>
</view>
</view>
<view class="flex justify-between items-center">
...
...
Please
register
or
login
to post a comment