页面优化,添加首次页面展示删除编辑功能提示
This commit is contained in:
parent
58fd9bb4d0
commit
0af5906b61
@ -11,7 +11,7 @@
|
|||||||
<scroll-view scroll-y="{{true}}" style="height: 83vh;padding-bottom: 40px;" bindrefresherrefresh="doRefreshList" refresher-enabled refresher-triggered="{{listRefreshTrig}}" bindscrolltolower="doLoadMore" lower-threshold='30'>
|
<scroll-view scroll-y="{{true}}" style="height: 83vh;padding-bottom: 40px;" bindrefresherrefresh="doRefreshList" refresher-enabled refresher-triggered="{{listRefreshTrig}}" bindscrolltolower="doLoadMore" lower-threshold='30'>
|
||||||
<view class="order-box">
|
<view class="order-box">
|
||||||
<block wx:for="{{invoiceInfoList}}" wx:key="index">
|
<block wx:for="{{invoiceInfoList}}" wx:key="index">
|
||||||
<mp-slideview id="mp-slide-{{index}}" buttons="{{slideButtons}}" icon="{{true}}" data-value="{{item}}" bindbuttontap="slideButtonTap">
|
<mp-slideview id="mp-slide-{{index}}" buttons="{{slideButtons}}" icon="{{true}}" data-value="{{item}}" bindbuttontap="slideButtonTap" class="{{index > 0 ? 'mt-20':''}}">
|
||||||
<view class="order-item">
|
<view class="order-item">
|
||||||
<view class="contact-desc">
|
<view class="contact-desc">
|
||||||
<view class="contact-icon">
|
<view class="contact-icon">
|
||||||
|
@ -92,7 +92,6 @@
|
|||||||
.order-box {
|
.order-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-item {
|
.order-item {
|
||||||
@ -102,10 +101,6 @@
|
|||||||
border-radius: 15rpx;
|
border-radius: 15rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.order-item:nth-of-type(n+2) {
|
|
||||||
margin-top: 20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.contact-desc {
|
.contact-desc {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
Reference in New Issue
Block a user