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
c5f44c4a
Commit
c5f44c4a
authored
May 27, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 积分商城文字溢出...
parent
5f281871
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
integralWater.wxml
src/pages/integralWater/integralWater.wxml
+1
-1
integralWater.wxss
src/pages/integralWater/integralWater.wxss
+6
-1
No files found.
src/pages/integralWater/integralWater.wxml
View file @
c5f44c4a
...
...
@@ -17,7 +17,7 @@
<!--积分列表-->
<view>
<view class="detail-integral" wx:for="{{integralList}}" wx:for-item="item" data-memberId = "{{item.memberId}}" data-expandInfo= "{{item.expandInfo}}" wx:for-index="k" wx:key="{{k}}" bindtap="handleGoDetail">
<view>
<view
class="detail-left"
>
<view class="detail-title">{{item.changeChannel}}</view>
<view class="detail-time">{{item.createTime}}</view>
</view>
...
...
src/pages/integralWater/integralWater.wxss
View file @
c5f44c4a
...
...
@@ -3,6 +3,9 @@
margin: 30rpx;
padding-bottom: 50rpx;
}
.detail-left{
width: 50%;
}
.integral-detail{
border-radius: 10rpx;
padding-left: 43%;
...
...
@@ -62,6 +65,8 @@
font-size: 25rpx;
color: #666;
line-height: 50rpx;
overflow: hidden;
text-overflow:ellipsis;
}
.detail-time{
font-size: 25rpx;
...
...
@@ -71,7 +76,7 @@
font-size: 25rpx;
color: #fc921e;
text-align: left;
width:
130rpx
;
width:
26%
;
}
.detail-integral{
display: flex;
...
...
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