Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
bieyuan
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
2023-09-04 14:45:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d8e074cb1401b21b8f40455c21e5a858eb566691
d8e074cb
1 parent
0264a8f0
fix 下一步按钮样式调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/index.vue
src/views/index.vue
View file @
d8e074c
<!--
* @Date: 2023-06-21 10:23:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-0
8-31 13:46:44
* @LastEditTime: 2023-0
9-04 14:40:47
* @FilePath: /bieyuan/src/views/index.vue
* @Description: 预约页首页
-->
...
...
@@ -88,8 +88,9 @@
</van-row>
</div>
<div>
<div @click="clickNext" class="next-btn">下一步</div>
<div style="padding: 2rem;">
<!-- <div @click="clickNext" class="next-btn">下一步</div> -->
<van-button block type="primary" color="#93663D" @click="clickNext">下一步</van-button>
</div>
<van-calendar v-model:show="show" type="multiple" :max-range="7" :formatter="formatter" :max-date="maxDate"
...
...
Please
register
or
login
to post a comment