[产品权证,新增缺省图片]

This commit is contained in:
2021-09-30 11:04:58 +08:00
parent 09d0f5dbbd
commit 8e533f9bf7

View File

@@ -27,7 +27,7 @@
</block>
<block v-else>
<view class="goods--null">
<view>{{toast}}</view>
<no-list name='no-goods' :txt="toast" />
</view>
</block>
</view>
@@ -129,7 +129,7 @@ export default {
// 数据空
.goods--null{
width: 100%;
padding: 20vh 0;
padding: 200rpx 0;
text-align: center;
font-size: $title-size-m;
color: $text-gray;