This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
【ID1001144】c端消费卡-交易明细下卡标题展示重叠
tags/安徽版C.4.1.6最终版
meo
6 years ago
parent
3c8988fb27
commit
a1004ca178
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pages/ConsumeDetail/ConsumeDetail.wxss
+1
-1
pages/main/index.wxml
+ 3
- 0
pages/ConsumeDetail/ConsumeDetail.wxss
View File
@@ -118,6 +118,9 @@
color: #333;
height: 60rpx;
line-height: 60rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.titles .fr {
+ 1
- 1
pages/main/index.wxml
View File
@@ -20,7 +20,7 @@
</view> -->
<view bindtap='searchbar'>
<image src='{{icon0005}}'></image>
<text>
品牌
门店</text>
<text>门店</text>
</view>
<view bindtap='qrcode'>
<image src='{{icon0008}}'></image>
Write
Preview
Loading…
Cancel
Save