From db13fa3ffa86360de577a939d2ab0872e204c426 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 14 Oct 2024 10:11:41 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81):[#248?= =?UTF-8?q?9]=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=B1=95=E5=BC=80=E6=96=B9?= =?UTF-8?q?=E5=90=91=E6=94=B9=E4=B8=BA=E5=90=91=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg_product/views/famousList.vue b/pkg_product/views/famousList.vue index f54b483..3c846c9 100644 --- a/pkg_product/views/famousList.vue +++ b/pkg_product/views/famousList.vue @@ -356,7 +356,7 @@ export default { position: absolute; left: 30rpx; right: 30rpx; - bottom: -50rpx; + top: 260rpx; display: flex; padding: 30rpx 20rpx 30rpx 30rpx; border-radius: 20rpx; @@ -400,6 +400,10 @@ export default { } } } + .list-wrap { + position: relative; + z-index: 2; + } .list-cont { position: relative; z-index: 2;