Commit f7fdd93e by TengFengLian

调整预约人数按钮

parent d7080125
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<text>人</text> <text>人</text>
<text>数</text> <text>数</text>
</view> </view>
<view class="input-wrap row con-b align-c"> <view class="input-wrap row con-b align-c" style="padding: 0">
<l-button special="{{true}}" bind:lintap="onQuantityCut"> <l-button special="{{true}}" bind:lintap="onQuantityCut">
<image class="input-icon" src="../../image/cut.png"></image> <image class="input-icon" src="../../image/cut.png"></image>
</l-button> </l-button>
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<text>日</text> <text>日</text>
<text>期</text> <text>期</text>
</view> </view>
<view class="input-wrap row con-b align-c"> <view class="input-wrap row con-b align-c" style="padding: 0 0 0 24rpx">
<picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" end="{{appointmentEndDate}}" bindchange="onSelectionDate"> <picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" end="{{appointmentEndDate}}" bindchange="onSelectionDate">
<view class="picker text">{{formDate}}</view> <view class="picker text">{{formDate}}</view>
</picker> </picker>
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
<text>日</text> <text>日</text>
<text>期</text> <text>期</text>
</view> </view>
<view class="input-wrap row align-c"> <view class="input-wrap row align-c" style="padding: 0 0 0 24rpx">
<picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" bindchange="onSelectionDate"> <picker class="input-picker" mode="date" value="{{date}}" start="{{appointmentDate}}" bindchange="onSelectionDate">
<view class="picker text">{{formDate}}</view> <view class="picker text">{{formDate}}</view>
</picker> </picker>
......
...@@ -103,8 +103,9 @@ ...@@ -103,8 +103,9 @@
} }
.input-icon { .input-icon {
width: 32rpx; width: 80rpx;
height: 32rpx; height: 80rpx;
padding: 22rpx;
} }
.input-picker { .input-picker {
...@@ -186,4 +187,4 @@ ...@@ -186,4 +187,4 @@
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
line-height: 42rpx; line-height: 42rpx;
} }
\ No newline at end of file
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 sign in to comment