|
@@ -105,7 +105,7 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-divider :isnone="errList.length==0"
|
|
|
|
|
|
+ <u-divider :isnone="errList.length==0" v-if="errListTotal==0|errListTotal>5"
|
|
nonetext="没有找到相关内容" border-color="#CFD2D5">{{errListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
nonetext="没有找到相关内容" border-color="#CFD2D5">{{errListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
|
|
|
|
|
|
|
|
@@ -145,7 +145,7 @@
|
|
<u-icon name="arrow-right" color="#D4D4D4" ></u-icon>
|
|
<u-icon name="arrow-right" color="#D4D4D4" ></u-icon>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <u-divider :isnone="recordList.length==0"
|
|
|
|
|
|
+ <u-divider :isnone="recordList.length==0" v-if="recordListTotal==0|recordListTotal>5"
|
|
nonetext="没有找到相关内容" border-color="#CFD2D5">{{recordListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
nonetext="没有找到相关内容" border-color="#CFD2D5">{{recordListTotal>5?'最多显示5条':'已经到底了'}}</u-divider>
|
|
|
|
|
|
|
|
|
|
@@ -451,7 +451,7 @@
|
|
.na-img {
|
|
.na-img {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
-
|
|
|
|
|
|
+ margin-bottom: 8rpx;
|
|
.img {
|
|
.img {
|
|
width: 56rpx;
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
height: 56rpx;
|
|
@@ -495,9 +495,11 @@
|
|
color: rgba(255,61,0,1);
|
|
color: rgba(255,61,0,1);
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
height: 40rpx;
|
|
height: 40rpx;
|
|
|
|
+ line-height: 40rpx;
|
|
padding: 0 4rpx;
|
|
padding: 0 4rpx;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
border: 2rpx solid rgba(255,61,0,1);
|
|
border: 2rpx solid rgba(255,61,0,1);
|
|
|
|
+ display: flex;
|
|
}
|
|
}
|
|
.tag0{
|
|
.tag0{
|
|
color: rgba(255,61,0,1);
|
|
color: rgba(255,61,0,1);
|