From 8f403fa20485c850611b6fa2d3bdfd7bbd5e4f46 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 20 Nov 2024 10:11:01 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2661=20=E3=80=90=E9=9D=9E=E9=81=97?= =?UTF-8?q?=E6=96=87=E5=8C=96=E3=80=91=E9=9D=9E=E9=81=97=E6=96=87=E5=8C=96?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E6=97=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=97=A0=E7=9B=B8=E5=85=B3=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=97=A0=E5=86=85=E5=AE=B9=E6=97=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9A=82=E6=97=A0=E5=86=85=E5=AE=B9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/heritage/index.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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