Commit c5f44c4a by 高淑倩

modify: 积分商城文字溢出...

parent 5f281871
......@@ -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>
......
......@@ -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;
......
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 to comment