hookehuyr

style(index): 调整首页头部样式间距

移除多余的 padding 并统一使用水平间距
1 <!-- 1 <!--
2 * @Date: 2025-06-28 10:33:00 2 * @Date: 2025-06-28 10:33:00
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-07-15 15:45:21 4 + * @LastEditTime: 2025-07-15 15:58:51
5 * @FilePath: /jgdl/src/pages/index/index.vue 5 * @FilePath: /jgdl/src/pages/index/index.vue
6 * @Description: 捡个电驴首页 6 * @Description: 捡个电驴首页
7 --> 7 -->
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <view class="flex flex-col bg-orange-50 min-h-screen" style="background-color: #f6f6f6;"> 9 <view class="flex flex-col bg-orange-50 min-h-screen" style="background-color: #f6f6f6;">
10 <!-- Header --> 10 <!-- Header -->
11 <nut-sticky> 11 <nut-sticky>
12 - <view class="bg-orange-400 p-4 pt-4 pb-4"> 12 + <view class="bg-orange-400 px-4">
13 <nut-row type="flex" justify="center" align="center"> 13 <nut-row type="flex" justify="center" align="center">
14 <nut-col span="6"> 14 <nut-col span="6">
15 <view class="text-xl font-bold text-white">捡个电驴</view> 15 <view class="text-xl font-bold text-white">捡个电驴</view>
......