File tree Expand file tree Collapse file tree 4 files changed +13
-9
lines changed
pages/components/response/pages/action-sheet Expand file tree Collapse file tree 4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- .l-action-sheet{background:#f7f7f7}.l-item-button{height:88rpx;line-height:88rpx;text-align:center;background:#fff;border-bottom:2rpx solid #f3f3f3;font-size:28rpx;color:#45526b;display:flex;align-items:center;justify-content:center;width:100%}.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}.list-hover{opacity:.8}
1
+ .l-action-sheet{background:#f7f7f7}.l-item-button{height:88rpx;line-height:88rpx;text-align:center;background:#fff;border-bottom:2rpx solid #f3f3f3;font-size:28rpx;color:#45526b;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden }.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}.list-hover{opacity:.8}
Original file line number Diff line number Diff line change 1
- .l-action-sheet{background:#f7f7f7}.l-item-button{height:88rpx;line-height:88rpx;text-align:center;background:#fff;border-bottom:2rpx solid #f3f3f3;font-size:28rpx;color:#45526b;display:flex;align-items:center;justify-content:center;width:100%}.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}.list-hover{opacity:.8}
1
+ .l-action-sheet{background:#f7f7f7}.l-item-button{height:88rpx;line-height:88rpx;text-align:center;background:#fff;border-bottom:2rpx solid #f3f3f3;font-size:28rpx;color:#45526b;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden }.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}.list-hover{opacity:.8}
Original file line number Diff line number Diff line change 6
6
*/
7
7
data : {
8
8
show :false ,
9
- shareList : [ {
10
- name : '保存海报分享' ,
11
- image :'/images/response/picture.png' ,
12
- imageStyle :'width:40rpx;height:40rpx;' ,
13
- color :'#3683D6'
14
- } ,
9
+ shareList : [
15
10
{
16
11
name : '转发给好友' ,
17
12
icon : 'share' ,
13
+ iconSize : '26' ,
18
14
color :'#F4516C'
19
- }
15
+ } ,
16
+ {
17
+ name : '保存海报分享' ,
18
+ image : '/images/response/picture.png' ,
19
+
20
+ imageStyle : 'width:40rpx;height:40rpx;' ,
21
+ color : '#3683D6'
22
+ } ,
20
23
] ,
21
24
22
25
itemList : [ {
Original file line number Diff line number Diff line change 14
14
align-items : center ;
15
15
justify-content : center ;
16
16
width : 100% ;
17
+ overflow : hidden ;
17
18
}
18
19
19
20
.l-cancel {
You can’t perform that action at this time.
0 commit comments