hookehuyr

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

<!--
* @Date: 2025-01-09 00:00:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-10 11:14:24
* @LastEditTime: 2025-09-11 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 {
......
<!--
* @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 {
......