33a6dc0f by zhangmeng

H5适配

1 parent 4dd5c7d6
......@@ -8,7 +8,7 @@
<br>
<br>
<div class="box">
<el-row :gutter="100">
<el-row :gutter="20">
<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>
......
......@@ -22,7 +22,7 @@
{{ language == 0 ? '预约信息' : 'Reservation information' }}
</div>
<div class="border-rr mt20 pd20">
<el-form ref="formRef" :label-width="language == 0 ?'120':'200'" :model="form" :rules="rules">
<el-form ref="formRef" :label-width="120" :model="form" :rules="rules">
<el-form-item :label="language==0?'人数':'Person Count'" prop="pickUpBo.count">
<el-input-number v-model="form.pickUpBo.count" type="text" @change="changecarNum" />
</el-form-item>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!