hookehuyr

style(notice): 修正复选框文本的缩进格式

1 <!-- 1 <!--
2 * @Date: 2024-01-15 11:43:01 2 * @Date: 2024-01-15 11:43:01
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-02-04 22:29:54 4 + * @LastEditTime: 2026-01-07 10:50:51
5 * @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue 5 * @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 <view class="footer"> 19 <view class="footer">
20 <nut-checkbox-group v-model="checked"> 20 <nut-checkbox-group v-model="checked">
21 <nut-checkbox label="1" icon-size="32rpx"> 21 <nut-checkbox label="1" icon-size="32rpx">
22 - <text style="color: #a67939; font-size: 32rpx">我已阅读并同意以上内容</text> 22 + <text style="color: #a67939; font-size: 32rpx">我已阅读并同意以上内容</text>
23 </nut-checkbox> 23 </nut-checkbox>
24 </nut-checkbox-group> 24 </nut-checkbox-group>
25 <view @tap="confirmBtn" class="confirm-btn">确认,下一步</view> 25 <view @tap="confirmBtn" class="confirm-btn">确认,下一步</view>
......