@@ -37,7 +37,7 @@
<block v-else>
<AppWrapperEmpty
title="暂无数据"
- :is-empty="$util.isEmpty(list.data)"
+ :is-empty="$util.isEmpty(detailsList)"
/>
</block>
</scroll-view>
@@ -189,8 +189,10 @@ export default {
// height: 200upx;
height: 100%;
background: #f0f2f6;
- padding: 20upx 0;
+ padding: 0 0 20upx;
.list_item {
+ margin: 20upx 0 0;
+ // padding-left: 20upx;
position: relative;
height: 180upx;
width: 100vw;
@@ -198,6 +200,7 @@ export default {
display: flex;
align-items: center;
& > image {
+ margin-left: 30upx;
width: 120upx;
height: 120upx;
border-radius: 60upx;