hookehuyr

style: 移除排行榜卡片切换时的Y轴位移效果

1 <!-- 1 <!--
2 * @Date: 2025-01-09 00:00:00 2 * @Date: 2025-01-09 00:00:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-10 11:14:24 4 + * @LastEditTime: 2025-09-11 15:40:19
5 * @FilePath: /lls_program/src/components/RankingCard.vue 5 * @FilePath: /lls_program/src/components/RankingCard.vue
6 * @Description: 排行榜卡片组件 6 * @Description: 排行榜卡片组件
7 --> 7 -->
...@@ -423,7 +423,7 @@ defineExpose({ ...@@ -423,7 +423,7 @@ defineExpose({
423 423
424 &.content-switching { 424 &.content-switching {
425 opacity: 0.3; 425 opacity: 0.3;
426 - transform: translateY(-20rpx); 426 + // transform: translateY(-20rpx);
427 } 427 }
428 428
429 .rank-date { 429 .rank-date {
......
1 <!-- 1 <!--
2 * @Date: 2025-09-01 13:07:52 2 * @Date: 2025-09-01 13:07:52
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-09-09 16:21:17 4 + * @LastEditTime: 2025-09-11 15:42:29
5 * @FilePath: /lls_program/src/pages/FamilyRank/index.vue 5 * @FilePath: /lls_program/src/pages/FamilyRank/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -413,7 +413,7 @@ onMounted(async () => { ...@@ -413,7 +413,7 @@ onMounted(async () => {
413 413
414 &.content-switching { 414 &.content-switching {
415 opacity: 0.3; 415 opacity: 0.3;
416 - transform: translateY(-20rpx); 416 + // transform: translateY(-20rpx);
417 } 417 }
418 418
419 .rank-date { 419 .rank-date {
......