修复首页列表UI bug
This commit is contained in:
parent
1a24dacfb3
commit
8bd91e5b77
@ -22,7 +22,7 @@
|
|||||||
<view class="group-name-text">{{group.groupName}}</view>
|
<view class="group-name-text">{{group.groupName}}</view>
|
||||||
<view class="group-name-line"></view>
|
<view class="group-name-line"></view>
|
||||||
</view>
|
</view>
|
||||||
<up-swipe-action class="lock">
|
<up-swipe-action>
|
||||||
<up-swipe-action-item class="lock" :ref="'swipeItem' + grounIndex" :options="options" v-for="(lock,
|
<up-swipe-action-item class="lock" :ref="'swipeItem' + grounIndex" :options="options" v-for="(lock,
|
||||||
lockIndex)
|
lockIndex)
|
||||||
in
|
in
|
||||||
@ -442,6 +442,11 @@ page {
|
|||||||
|
|
||||||
.u-swipe-action {
|
.u-swipe-action {
|
||||||
overflow: inherit !important;
|
overflow: inherit !important;
|
||||||
|
padding-bottom: 32rpx;
|
||||||
|
width: 672rpx;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.u-swipe-action-item {
|
.u-swipe-action-item {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user