Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-07 18:20:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c06d5883692eb8b08bb0d320d2bdcdb00aeff86
6c06d588
1 parent
83ae8ae9
style(notice): 修正复选框文本的缩进格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/notice/index.vue
src/pages/notice/index.vue
View file @
6c06d58
<!--
* @Date: 2024-01-15 11:43:01
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
4-02-04 22:29:54
* @LastEditTime: 202
6-01-07 10:50:51
* @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue
* @Description: 文件描述
-->
...
...
@@ -19,7 +19,7 @@
<view class="footer">
<nut-checkbox-group v-model="checked">
<nut-checkbox label="1" icon-size="32rpx">
<text style="color: #a67939; font-size: 32rpx">我已阅读并同意以上内容</text>
<text style="color: #a67939; font-size: 32rpx">我已阅读并同意以上内容</text>
</nut-checkbox>
</nut-checkbox-group>
<view @tap="confirmBtn" class="confirm-btn">确认,下一步</view>
...
...
Please
register
or
login
to post a comment