File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
pages/components/basic/pages/button Expand file tree Collapse file tree 4 files changed +5
-4
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}.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}
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}
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}.l-cancel{margin-top:12rpx}.l-cancel-x .l-item-button{padding-bottom:44rpx}.l-image-button>text{margin-left:20rpx}
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}
Original file line number Diff line number Diff line change 105
105
</view>
106
106
</content-card>
107
107
108
- <l-button special="true" openType="getUserInfo" bind:getuserinfo="getUserInfo">
108
+ <!-- < l-button special="true" openType="getUserInfo" bind:getuserinfo="getUserInfo">
109
109
<image src="/images/basic/icon-button.png" class='test-img'></image>
110
- </l-button>
110
+ </l-button> -->
111
111
112
112
</content-title>
Original file line number Diff line number Diff line change 14
14
display : flex ;
15
15
align-items : center ;
16
16
justify-content : center ;
17
+ width : 100% ;
17
18
}
18
19
19
20
.l-cancel {
You can’t perform that action at this time.
0 commit comments