diff --git a/assets/css/style.less b/assets/css/style.less index 419de52..058cf0c 100644 --- a/assets/css/style.less +++ b/assets/css/style.less @@ -276,7 +276,8 @@ page { .noCommodity { display: flex; justify-content: center; - padding-top: 0.75*100rpx; + padding: 75rpx 0; + background-color: #fff; } .noCommodity .noPictrue { diff --git a/components/good/NoData.vue b/components/good/NoData.vue new file mode 100644 index 0000000..4562662 --- /dev/null +++ b/components/good/NoData.vue @@ -0,0 +1,17 @@ + + diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index 17b6c73..1763cd3 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -68,16 +68,7 @@ - - - - - - + @@ -85,15 +76,15 @@