Commit f7fdd93e by TengFengLian

调整预约人数按钮

parent d7080125
......@@ -59,7 +59,7 @@
<text>人</text>
<text>数</text>
</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">
<image class="input-icon" src="../../image/cut.png"></image>
</l-button>
......@@ -81,7 +81,7 @@
<text>日</text>
<text>期</text>
</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">
<view class="picker text">{{formDate}}</view>
</picker>
......@@ -149,7 +149,7 @@
<text>日</text>
<text>期</text>
</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">
<view class="picker text">{{formDate}}</view>
</picker>
......
......@@ -103,8 +103,9 @@
}
.input-icon {
width: 32rpx;
height: 32rpx;
width: 80rpx;
height: 80rpx;
padding: 22rpx;
}
.input-picker {
......@@ -186,4 +187,4 @@
font-weight: 500;
color: #ffffff;
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