Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
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
2024-01-26 18:12:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe92c1af4e41d9b01f8eabaaa9a093848726b9f3
fe92c1af
1 parent
554e71c6
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
src/views/booking.vue
src/views/booking.vue
View file @
fe92c1a
<!--
* @Date: 2024-01-15 13:35:51
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-26 1
5:53:13
* @LastEditTime: 2024-01-26 1
8:11:02
* @FilePath: /xysBooking/src/views/booking.vue
* @Description: 预约页面
-->
...
...
@@ -52,7 +52,7 @@
<van-icon v-if="checked_time !== index" :name="icon_select1" />
<van-icon v-else :name="icon_select2" />
{{ item.begin_time }}-{{ item.end_time }}
<span
style="color: #A67939;
">¥ {{ item.price }}</span>
<span
class="price
">¥ {{ item.price }}</span>
</div>
<div class="right">
<span v-if="item.rest_qty">余量:{{ item.rest_qty }}</span>
...
...
@@ -412,6 +412,9 @@ const nextBtn = () => {
display: flex;
align-items: center;
color: #1E1E1E;
.price {
color:#A67939;
}
}
.right {
color: #A67939;
...
...
@@ -420,6 +423,9 @@ const nextBtn = () => {
background-color: #E0E0E0;
.left {
color: #C7C7C7;
.price {
color:#C7C7C7;
}
}
.right {
color: #C7C7C7;
...
...
Please
register
or
login
to post a comment