From 5a1d35bbf2deee98380f47668221d47581bbe8f6 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 18 Nov 2025 14:28:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4613=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=85?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E8=AE=A2=E5=8D=95=E8=BF=9B=E8=A1=8C=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=97=B6=EF=BC=8C=E5=8F=96=E6=B6=88=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=8F=AF=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a535c8192e82f2e54736fdb8073ac10ca3c14ce8) --- pages/order/MyOrder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 2bc6f47..fb259f7 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -1002,7 +1002,7 @@ page { position: sticky; top: 0; background-color: #f5f5f5; - z-index: 54; + z-index: 1; } /deep/ .u-tabs { position: fixed;