|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="page" :style="{'height':(h)+'px','padding-top':mt+'px'}">
|
|
|
+ <view class="page" :style="{'padding-top':mt+'px'}">
|
|
|
<c-nav-bar :title="!dataForm.id?'新增订单':!orderStatus?'编辑订单':'办理入住'" :showIcon="true"></c-nav-bar>
|
|
|
<view class="box box1">
|
|
|
<view class="tit">预订信息</view>
|
|
@@ -83,8 +83,7 @@
|
|
|
<view slot="title" class="title">
|
|
|
<input class="input" inputAlign="right" placeholderStyle="font-size:26rpx" placeholder="请输入"
|
|
|
@change="compoutPrice()" v-model="dataForm.detailFormList[0].roomAmount"
|
|
|
- style=" margin-bottom: 5rpx; height: 50rpx; " />
|
|
|
-
|
|
|
+ :adjust-position="true" style=" margin-bottom: 5rpx; height: 50rpx; " />
|
|
|
</view>
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
@@ -136,7 +135,8 @@
|
|
|
<!-- <u--input border="none" class="input" inputAlign="right" placeholderStyle="font-size:26rpx"
|
|
|
type="textarea" placeholder="请输入" v-model="dataForm.remarks" height="200"></u--input> -->
|
|
|
<input class="input" inputAlign="right" placeholderStyle="font-size:26rpx" placeholder="请输入"
|
|
|
- v-model="dataForm.remarks" style=" margin-bottom: 5rpx; height: 50rpx; " />
|
|
|
+ :adjust-position="true" v-model="dataForm.remarks"
|
|
|
+ style=" margin-bottom: 5rpx; height: 50rpx; " />
|
|
|
</view>
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
@@ -708,8 +708,8 @@
|
|
|
width: 96%;
|
|
|
padding: 0 30rpx 30rpx;
|
|
|
box-sizing: border-box;
|
|
|
- overflow-y: auto;
|
|
|
- overflow-x: auto;
|
|
|
+ // overflow-y: auto;
|
|
|
+ // overflow-x: auto;
|
|
|
|
|
|
.label {
|
|
|
color: #333;
|