hookehuyr

fix 下一步按钮样式调整

1 <!-- 1 <!--
2 * @Date: 2023-06-21 10:23:09 2 * @Date: 2023-06-21 10:23:09
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-08-31 13:46:44 4 + * @LastEditTime: 2023-09-04 14:40:47
5 * @FilePath: /bieyuan/src/views/index.vue 5 * @FilePath: /bieyuan/src/views/index.vue
6 * @Description: 预约页首页 6 * @Description: 预约页首页
7 --> 7 -->
...@@ -88,8 +88,9 @@ ...@@ -88,8 +88,9 @@
88 </van-row> 88 </van-row>
89 </div> 89 </div>
90 90
91 - <div> 91 + <div style="padding: 2rem;">
92 - <div @click="clickNext" class="next-btn">下一步</div> 92 + <!-- <div @click="clickNext" class="next-btn">下一步</div> -->
93 + <van-button block type="primary" color="#93663D" @click="clickNext">下一步</van-button>
93 </div> 94 </div>
94 95
95 <van-calendar v-model:show="show" type="multiple" :max-range="7" :formatter="formatter" :max-date="maxDate" 96 <van-calendar v-model:show="show" type="multiple" :max-range="7" :formatter="formatter" :max-date="maxDate"
......