hookehuyr

style(FamilyRank): 调整底部间距从40rpx改为30rpx

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-10-29 13:34:25 4 + * @LastEditTime: 2025-10-29 13:57:22
5 * @FilePath: /lls_program/src/pages/FamilyRank/index.vue 5 * @FilePath: /lls_program/src/pages/FamilyRank/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -1115,7 +1115,7 @@ onMounted(async () => { ...@@ -1115,7 +1115,7 @@ onMounted(async () => {
1115 color: rgba(255, 255, 255, 0.8); 1115 color: rgba(255, 255, 255, 0.8);
1116 margin-top: 32rpx; 1116 margin-top: 32rpx;
1117 position: absolute; 1117 position: absolute;
1118 - bottom: 40rpx; 1118 + bottom: 30rpx;
1119 left: 0; 1119 left: 0;
1120 right: 0; 1120 right: 0;
1121 } 1121 }
......