From 2ae7f21b68e14e91c47b214e2cd85a4dd2963b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E8=84=8F=E7=8B=BC?= <786316265@qq.com> Date: Tue, 26 Aug 2025 16:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=86=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E5=B1=82=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ProductDetail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ProductDetail.vue b/src/views/ProductDetail.vue index 926fbae..9e02d97 100644 --- a/src/views/ProductDetail.vue +++ b/src/views/ProductDetail.vue @@ -919,6 +919,8 @@ watch( display: flex; align-items: center; gap: 12px; + position: relative; + z-index: 1; } .option-label { @@ -933,6 +935,7 @@ watch( background: transparent; position: sticky; bottom: 0; + z-index: 10; } .action-buttons .el-button {