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-11 15:43:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68c038b779ccf18ab6bd475e6bcd567dcd5d1cb9
68c038b7
1 parent
43101e6e
style: 移除排行榜卡片切换时的Y轴位移效果
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/components/RankingCard.vue
src/pages/FamilyRank/index.vue
src/components/RankingCard.vue
View file @
68c038b
<!--
* @Date: 2025-01-09 00:00:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-1
0 11:14:24
* @LastEditTime: 2025-09-1
1 15:40:19
* @FilePath: /lls_program/src/components/RankingCard.vue
* @Description: 排行榜卡片组件
-->
...
...
@@ -423,7 +423,7 @@ defineExpose({
&.content-switching {
opacity: 0.3;
transform: translateY(-20rpx);
//
transform: translateY(-20rpx);
}
.rank-date {
...
...
src/pages/FamilyRank/index.vue
View file @
68c038b
<!--
* @Date: 2025-09-01 13:07:52
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-
09 16:21:17
* @LastEditTime: 2025-09-
11 15:42:29
* @FilePath: /lls_program/src/pages/FamilyRank/index.vue
* @Description: 文件描述
-->
...
...
@@ -413,7 +413,7 @@ onMounted(async () => {
&.content-switching {
opacity: 0.3;
transform: translateY(-20rpx);
//
transform: translateY(-20rpx);
}
.rank-date {
...
...
Please
register
or
login
to post a comment