Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
35917995
Commit
35917995
authored
Nov 21, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7a5a59d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
+6
-13
App.vue
src/App.vue
+0
-9
ListCar.vue
src/components/hotel/list/ListCar.vue
+6
-4
No files found.
src/App.vue
View file @
35917995
...
...
@@ -238,15 +238,6 @@ body
background
:
var
(
--
q-primary
)
color
:
white
cursor
:
pointer
.draw-close-modile
position
:
fixed
right
:
400px
top
:
200px
border-bottom-left-radius
:
5px
border-top-left-radius
:
5px
background
:
var
(
--
q-primary
)
color
:
white
cursor
:
pointer
.sticky-rightrowspan-column-table
max-width
:
100%
thead
...
...
src/components/hotel/list/ListCar.vue
View file @
35917995
<
template
>
<q-card
class=
"bg-white q-pb-md window-height column"
:style=
"
{'width':$q.platform.is.desktop?'500px':'
400px
'}">
<q-card
class=
"bg-white q-pb-md window-height column"
:style=
"
{'width':$q.platform.is.desktop?'500px':'
100vw','height':$q.platform.is.desktop?'100%':'100vh
'}">
<div
class=
"q-pt-md q-px-lg row items-center justify-between"
>
<span
class=
"text-h6"
>
{{
$t
(
'hotel.car.subtitle'
)
}}
</span>
<div
class=
"row items-center"
>
<q-icon
v-if=
"$q.platform.is.mobile"
class=
"q-pr-sm"
style=
"margin-left: -15px;"
name=
"navigate_before"
size=
"30px"
@
click=
"close"
></q-icon>
<span
class=
"text-h6"
>
{{
$t
(
'hotel.car.subtitle'
)
}}
</span>
</div>
<span
class=
"q-pa-sm rounded-border bg-orange-1 text-orange-8 f12"
>
{{
$t
(
'hotel.car.title'
)
}}
<span
class=
"din text-orange-10"
>
{{
cars
.
length
}}
</span>
...
...
@@ -10,7 +13,7 @@
{{
$t
(
'hotel.car.title2'
)
}}
</span>
<div
v-if=
"$q.platform.is.desktop"
class=
"q-pa-sm"
:class=
"
{'draw-close':$q.platform.is.desktop,'draw-close-modile':$q.platform.is.mobile}">
<q-icon
name=
"close"
size=
"26px"
v-close-popup
></q-icon>
<q-icon
name=
"close"
size=
"26px"
></q-icon>
</div>
</div>
<q-separator
color=
"grey-3"
class=
"q-mt-md"
/>
...
...
@@ -106,7 +109,6 @@
<span
class=
"text-h6"
>
{{ moneyFormat(parameters.Money) }}
</span>
</div>
<div
:class=
"{'row':$q.platform.is.mobile,'justify-end':$q.platform.is.mobile,'q-pt-sm':$q.platform.is.mobile}"
>
<q-btn
v-if=
"$q.platform.is.mobile"
flat
dense
color=
"dark"
:label=
"$t('close')"
class=
"q-mr-sm"
@
click=
"close"
v-close-popup
/>
<q-btn
color=
"primary"
size=
"md"
unelevated
class=
"q-px-xl"
:loading=
"loading"
@
click=
"submit"
>
<div
class=
"ellipsis"
>
{{ $t('hotel.car.submit') }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment