Commit 1fe82d04 authored by 沈良进's avatar 沈良进

Merge branch 'master' of http://gitlab.oytour.com/viitto/million

parents 89284a37 4734e39b
...@@ -55,14 +55,13 @@ ...@@ -55,14 +55,13 @@
</q-field> </q-field>
<q-field v-if="$q.platform.is.desktop" stack-label label="人数及客房" standout <q-field v-if="$q.platform.is.desktop" stack-label label="人数及客房" standout
class="q-ml-lg" class="q-ml-lg"
:style="{'min-width': $q.platform.is.desktop?'190px':'130px', style="min-width:190px" dense>
'min-max': $q.platform.is.desktop?'190px':'col',}" dense>
<div class="self-center full-width no-outline" tabindex="0"> <div class="self-center full-width no-outline" tabindex="0">
{{numberOfAdults}}成人 {{numberOfAdults}}成人
<template v-if="numberOfChildren>0"> {{numberOfChildren}}儿童</template> <template v-if="numberOfChildren>0"> {{numberOfChildren}}儿童</template>
{{roomGroup}}房 {{roomGroup}}房
</div> </div>
<q-popup-proxy :offset="[0, 10]" ref="qDateProxy2"> <q-popup-proxy :offset="[0, 10]">
<div class="q-pa-lg q-py-lg bg-white"> <div class="q-pa-lg q-py-lg bg-white">
<div class="items-center" <div class="items-center"
:clss="{'row':$q.platform.is.desktop,'column':$q.platform.is.mobile}"> :clss="{'row':$q.platform.is.desktop,'column':$q.platform.is.mobile}">
...@@ -175,15 +174,6 @@ ...@@ -175,15 +174,6 @@
</div> </div>
<q-separator v-if="index!=(msg.searchroomGroup.length-1)" color="grey-2" class="q-my-md" /> <q-separator v-if="index!=(msg.searchroomGroup.length-1)" color="grey-2" class="q-my-md" />
</div> </div>
<div class="row q-pt-md">
<q-btn
color="primary"
unelevated
class="q-px-xl col"
label="确定"
@click="getData(),$refs.qDateProxy2.hide()"
/>
</div>
</div> </div>
</q-popup-proxy> </q-popup-proxy>
</q-field> </q-field>
......
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