Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
schedule
Commits
9aa5618e
Commit
9aa5618e
authored
Feb 18, 2020
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间选择
parent
07b525ed
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mwSelectTimeModal.acss
components/mwSelectTimeModal/mwSelectTimeModal.acss
+1
-1
repetitionTime.acss
pages/repetitionTime/repetitionTime.acss
+1
-3
repetitionTime.axml
pages/repetitionTime/repetitionTime.axml
+2
-0
No files found.
components/mwSelectTimeModal/mwSelectTimeModal.acss
View file @
9aa5618e
...
...
@@ -16,7 +16,7 @@
.mwModalBox{
background: #fff;
width: 100%;
height:
404
rpx;
height:
500
rpx;
border-radius: 21px 21px 0px 0px;
}
.mwModalHeader{
...
...
pages/repetitionTime/repetitionTime.acss
View file @
9aa5618e
...
...
@@ -50,14 +50,12 @@
font-size: 28rpx;
color: rgba(25,31,37,0.56);
}
.timeView
view
{
.timeView
>view:nth-of-type(1)
{
text-align: right;
margin-right: 32rpx;
}
.timeView picker-view{
width: 100%;
height: 200rpx;
display: flex;
}
.itemList .isBeOverdue {
color: red !important;
...
...
pages/repetitionTime/repetitionTime.axml
View file @
9aa5618e
...
...
@@ -13,6 +13,7 @@
<view>
<text>永不截止</text><switch checked="{{isNeverStop}}" onChange="switchChange"/>
</view>
<view>
<picker-view value="{{pickerValue}}" class="parent" onChange="onChange">
<picker-view-column class="son">
<view a:for="{{timeYear}}">{{item}}</view>
...
...
@@ -24,6 +25,7 @@
<view a:for="{{timeDay}}">{{item}}</view>
</picker-view-column>
</picker-view>
</view>
</view>
<view class="sureBtn">
<view onTap="save">
...
...
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