hookehuyr

style(WeRunAuth): 移除多余的内边距并简化授权提示文本

...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 <!-- 未授权状态 --> 3 <!-- 未授权状态 -->
4 <view v-if="isAuthorized === false" class="auth-prompt"> 4 <view v-if="isAuthorized === false" class="auth-prompt">
5 <view class="px-5 py-6 bg-white rounded-xl shadow-md mx-4 mt-4"> 5 <view class="px-5 py-6 bg-white rounded-xl shadow-md mx-4 mt-4">
6 - <view class="flex flex-col items-center justify-center py-8"> 6 + <view class="flex flex-col items-center justify-center">
7 <!-- <view class="mb-4"> 7 <!-- <view class="mb-4">
8 <image 8 <image
9 src="https://placehold.co/100x100/e2f3ff/0369a1?text=步数&font=roboto" 9 src="https://placehold.co/100x100/e2f3ff/0369a1?text=步数&font=roboto"
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 </view> --> 12 </view> -->
13 <text class="text-lg font-medium mb-2">获取微信运动数据</text> 13 <text class="text-lg font-medium mb-2">获取微信运动数据</text>
14 <text class="text-gray-500 text-center mb-4 px-4"> 14 <text class="text-gray-500 text-center mb-4 px-4">
15 - 授权后可查看您的步数信息,与家人一起记录健康生活 15 + 授权后可查看您的步数信息
16 </text> 16 </text>
17 <view class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4 mx-4"> 17 <view class="bg-blue-50 border border-blue-200 rounded-lg p-4 mb-4 mx-4">
18 <text class="text-blue-800 text-sm font-medium block mb-2">数据用途说明:</text> 18 <text class="text-blue-800 text-sm font-medium block mb-2">数据用途说明:</text>
......