Commit 35917995 authored by youjie's avatar youjie

no message

parent 7a5a59d7
...@@ -238,15 +238,6 @@ body ...@@ -238,15 +238,6 @@ body
background: var(--q-primary) background: var(--q-primary)
color: white color: white
cursor: pointer 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 .sticky-rightrowspan-column-table
max-width: 100% max-width: 100%
thead thead
......
<template> <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"> <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"> <span class="q-pa-sm rounded-border bg-orange-1 text-orange-8 f12">
{{$t('hotel.car.title')}} {{$t('hotel.car.title')}}
<span class="din text-orange-10">{{cars.length}}</span> <span class="din text-orange-10">{{cars.length}}</span>
...@@ -10,7 +13,7 @@ ...@@ -10,7 +13,7 @@
{{$t('hotel.car.title2')}} {{$t('hotel.car.title2')}}
</span> </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}"> <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>
</div> </div>
<q-separator color="grey-3" class="q-mt-md" /> <q-separator color="grey-3" class="q-mt-md" />
...@@ -106,7 +109,6 @@ ...@@ -106,7 +109,6 @@
<span class="text-h6">{{ moneyFormat(parameters.Money) }}</span> <span class="text-h6">{{ moneyFormat(parameters.Money) }}</span>
</div> </div>
<div :class="{'row':$q.platform.is.mobile,'justify-end':$q.platform.is.mobile,'q-pt-sm':$q.platform.is.mobile}"> <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"> <q-btn color="primary" size="md" unelevated class="q-px-xl" :loading="loading" @click="submit">
<div class="ellipsis"> <div class="ellipsis">
{{ $t('hotel.car.submit') }} {{ $t('hotel.car.submit') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment