diff --git a/pages/coupons/management.vue b/pages/coupons/management.vue index 4d52c42..63ad199 100644 --- a/pages/coupons/management.vue +++ b/pages/coupons/management.vue @@ -17,7 +17,7 @@ - + {{item.price || 0}} @@ -45,7 +45,7 @@ - 暂无相关优惠券 + @@ -177,17 +177,8 @@ // 空提示 .list-null{ width: 100vw; - height: 100vh; - box-sizing: border-box; - text-align: center; - @extend .vertical; - .sub-title{ - color: $text-gray; - font-size: $title-size-m; - } - .icon{ - width: 288rpx; - } + // height: 100vh; + padding-top: 200rpx; } // 订单管理 .coupons{