File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 flex-direction : row ;
5252 align-items : center ;
5353 justify-content : center ;
54+ }
55+
56+ .l-grid-item {
57+ padding : 0 !important ;
5458}
Original file line number Diff line number Diff line change 11<!-- image-picker.wxml -->
22<l-grid row-num="{{ size }}" l-class="l-class">
3- <l-grid-item wx:for="{{ urls }}" wx:key="index" key="{{ index }}" slot="{{ index }}">
3+ <l-grid-item wx:for="{{ urls }}" wx:key="index" key="{{ index }}" slot="{{ index }}" l-grid-item="l-grid-item" >
44 <view class="item l-item-class" catchtap="onPreviewTap" data-index="{{ index }}">
55 <view class="close" data-index="{{ index }}" catchtap="onDelTap">
66 <l-icon name="close" color="#fff" size="22" l-class="close-icon" />
99 </view>
1010 </l-grid-item>
1111 <!-- add 按钮 -->
12- <l-grid-item wx:if="{{ showBtn }}">
12+ <l-grid-item wx:if="{{ showBtn }}" l-grid-item="l-grid-item" >
1313 <!-- 自定义图片选择按钮 -->
1414 <view class="item l-item-class {{size === 3? 'img': 'min-img'}}" catchtap="onAddTap" wx:if="{{ custom }}">
1515 <slot></slot>
You can’t perform that action at this time.
0 commit comments