Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
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
高淑倩
7-Eleven
Commits
2ab28945
Commit
2ab28945
authored
Aug 16, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 集点_去掉边框
parent
a770f5e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
progressImage.wxml
src/component/progressImage/progressImage.wxml
+2
-2
progressImage.wxss
src/component/progressImage/progressImage.wxss
+0
-6
No files found.
src/component/progressImage/progressImage.wxml
View file @
2ab28945
...
...
@@ -5,13 +5,13 @@
<block wx:for="{{currentProgress}}" wx:key="{{index}}">
<view class="text-item" style="width: {{100 / 8}}%;">
<!--<image class="item-img" style="" src="/assets/imgs/point/color.png" mode="widthFix" />-->
<image class="item-img
computed
" style="" src="{{iconImageFinsh}}" mode="widthFix" />
<image class="item-img" style="" src="{{iconImageFinsh}}" mode="widthFix" />
</view>
</block>
<!-- 当前目标进度 未完成 -->
<block wx:for="{{goal - currentProgress}}" wx:key="{{index}}">
<view class="text-item" style="width: {{100 / 8}}%;">
<image class="item-img
undone
" style="" src="{{iconImage}}" mode="widthFix" />
<image class="item-img" style="" src="{{iconImage}}" mode="widthFix" />
</view>
</block>
</view>
...
...
src/component/progressImage/progressImage.wxss
View file @
2ab28945
...
...
@@ -18,12 +18,6 @@
width: 100%;
border-radius: 50%;
}
.computed {
border: 1rpx dashed #FFF;
}
.undone {
border: 1rpx dashed #ccc;
}
.clearfix::after {
content: '';
display: block;
...
...
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