Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f7fdd93e
authored
Aug 27, 2020
by
TengFengLian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整预约人数按钮
parent
d7080125
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
pages/appointment/appointment.wxml
pages/appointment/appointment.wxss
pages/appointment/appointment.wxml
View file @
f7fdd93e
...
@@ -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>
...
...
pages/appointment/appointment.wxss
View file @
f7fdd93e
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment