diff --git a/pkg_product/views/heritage/index.vue b/pkg_product/views/heritage/index.vue index 5210597..cf20401 100644 --- a/pkg_product/views/heritage/index.vue +++ b/pkg_product/views/heritage/index.vue @@ -66,6 +66,13 @@ + + + @@ -223,4 +230,13 @@ export default { background: rgba(255,255,255,0.39); border-radius: 20rpx; } +.img-nodata { + position: relative; + top: 0; + left: 50%; + transform: translate(-50%, 0); + width: 352rpx; + height: 338rpx; + margin-bottom: 60rpx; +} \ No newline at end of file