Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4dd5c7d6
authored
2025-07-15 16:19:33 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
H5适配
1 parent
fd3f4520
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
8 deletions
src/viewsPc/booking/car.vue
src/viewsPc/booking/carOrder.vue
src/viewsPc/booking/car.vue
View file @
4dd5c7d
...
...
@@ -8,9 +8,9 @@
<br>
<br>
<div
class=
"box"
>
<el-row
:gutter=
"1
8
0"
>
<el-col
:
span=
"12
"
>
<el-card>
<el-row
:gutter=
"1
0
0"
>
<el-col
:
lg=
"12"
:md=
"12"
:xl=
"12"
:xs=
"24"
class=
"b20
"
>
<el-card
style=
"max-width:550px;margin: 0 auto"
>
<h2
class=
"text-center gradient-text"
>
{{
language
==
0
?
'接机'
:
"airport pickup"
}}
</h2>
<div
v-if=
"language==0"
>
<el-form
...
...
@@ -23,7 +23,6 @@
@
change=
"changeSelectIn"
>
<el-option
v-for=
"val in cardData.in"
:key=
"val"
:label=
"val"
:value=
"val"
/>
</el-select>
</el-form-item>
<br>
...
...
@@ -66,8 +65,8 @@
<br>
</el-card>
</el-col>
<el-col
:
span=
"12
"
>
<el-card>
<el-col
:
lg=
"12"
:md=
"12"
:xl=
"12"
:xs=
"24"
class=
"b20
"
>
<el-card
style=
"max-width:550px;margin: 0 auto"
>
<h2
class=
"text-center gradient-text"
>
{{
language
==
0
?
'送机'
:
'airport drop-off service'
}}
</h2>
<div
v-if=
"language==0"
>
<el-form
...
...
@@ -122,6 +121,8 @@
</el-card>
</el-col>
</el-row>
<br>
<br>
</div>
...
...
@@ -428,4 +429,18 @@ function goOrder(item, car) {
}
}
}
.b20
{
margin-bottom
:
20px
;
}
@media
screen
and
(
max-width
:
768px
)
{
.formEn
{
padding-right
:
0
;
}
.form
{
padding-right
:
0
;
}
}
</
style
>
...
...
src/viewsPc/booking/carOrder.vue
View file @
4dd5c7d
...
...
@@ -9,7 +9,7 @@
</div>
</
template
>
<el-row
:gutter=
"20"
class=
"pd20"
>
<el-col
:
span=
"14
"
>
<el-col
:
lg=
"14"
:md=
"14"
:xl=
"14"
:xs=
"24"
style=
"margin-bottom: 20px;
"
>
<div
class=
"border-info"
>
<div
class=
"flex aic"
>
<h3
class=
"esp"
>
{{ item.checkIn }}
</h3>
...
...
@@ -71,7 +71,7 @@
</el-form>
</div>
</el-col>
<el-col
:
span=
"10
"
>
<el-col
:
lg=
"10"
:md=
"10"
:xl=
"10"
:xs=
"24
"
>
<div
class=
"leftboderTT"
>
{{ language == 0 ? '订单明细' : 'Order details' }}
</div>
<div
class=
"border-rr mt20 pd20 ccitemBox"
>
<label>
{{ language == 0 ? '单价' : 'Price' }}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment