33a6dc0f by zhangmeng

H5适配

1 parent 4dd5c7d6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 <br> 8 <br>
9 <br> 9 <br>
10 <div class="box"> 10 <div class="box">
11 <el-row :gutter="100"> 11 <el-row :gutter="20">
12 <el-col :lg="12" :md="12" :xl="12" :xs="24" class="b20"> 12 <el-col :lg="12" :md="12" :xl="12" :xs="24" class="b20">
13 <el-card style="max-width:550px;margin: 0 auto"> 13 <el-card style="max-width:550px;margin: 0 auto">
14 <h2 class="text-center gradient-text">{{ language == 0 ? '接机' : "airport pickup" }}</h2> 14 <h2 class="text-center gradient-text">{{ language == 0 ? '接机' : "airport pickup" }}</h2>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
22 {{ language == 0 ? '预约信息' : 'Reservation information' }} 22 {{ language == 0 ? '预约信息' : 'Reservation information' }}
23 </div> 23 </div>
24 <div class="border-rr mt20 pd20"> 24 <div class="border-rr mt20 pd20">
25 <el-form ref="formRef" :label-width="language == 0 ?'120':'200'" :model="form" :rules="rules"> 25 <el-form ref="formRef" :label-width="120" :model="form" :rules="rules">
26 <el-form-item :label="language==0?'人数':'Person Count'" prop="pickUpBo.count"> 26 <el-form-item :label="language==0?'人数':'Person Count'" prop="pickUpBo.count">
27 <el-input-number v-model="form.pickUpBo.count" type="text" @change="changecarNum" /> 27 <el-input-number v-model="form.pickUpBo.count" type="text" @change="changecarNum" />
28 </el-form-item> 28 </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!