|
@@ -4,7 +4,7 @@
|
|
|
<view class="box box1">
|
|
|
<view class="tit">预订信息</view>
|
|
|
<u-cell-group :border="false" customStyle="margin:0 -30rpx">
|
|
|
- <u-cell>
|
|
|
+ <u-cell customStyle="height:88rpx">
|
|
|
<text>*</text>
|
|
|
<text slot="icon" class="label">姓名</text>
|
|
|
<view slot="title" class="title">
|
|
@@ -12,7 +12,7 @@
|
|
|
placeholder="请输入姓名" v-model="dataForm.guestName"></u--input>
|
|
|
</view>
|
|
|
</u-cell>
|
|
|
- <u-cell>
|
|
|
+ <u-cell customStyle="height:88rpx">
|
|
|
<text slot="icon" class="label">手机号码</text>
|
|
|
<view slot="title" class="title">
|
|
|
<u--input border="none" class="input" inputAlign="right" placeholderStyle="font-size:26rpx"
|
|
@@ -95,7 +95,7 @@
|
|
|
{{dataForm.detailFormList[0].roomAmount}}
|
|
|
</view>
|
|
|
</u-cell>
|
|
|
- <u-cell>
|
|
|
+ <u-cell customStyle="height:88rpx">
|
|
|
<text slot="icon" class="label">备注</text>
|
|
|
<view slot="title" class="title">
|
|
|
<u--input border="none" class="input" inputAlign="right" placeholderStyle="font-size:26rpx"
|