Commit 72a93c41 authored by youjie's avatar youjie

no message

parent 41e20c1a
......@@ -55,7 +55,8 @@
</q-field>
<q-field stack-label label="人数及客房" standout
class="q-ml-lg"
:style="{'min-width': $q.platform.is.desktop?'190px':'130px',}" dense>
:style="{'min-width': $q.platform.is.desktop?'190px':'130px',
'min-max': $q.platform.is.desktop?'190px':'col',}" dense>
<div class="self-center full-width no-outline" tabindex="0">
{{numberOfAdults}}成人
<template v-if="numberOfChildren>0"> {{numberOfChildren}}儿童</template>
......
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