From 89ec4e1156f6044086de4bac1568da3e58b6cef1 Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Thu, 16 Oct 2025 01:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E8=BF=B0:=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=93=E5=91=98=E7=AB=AF=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=A0=8F=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在专员端订单列表演示页面中,移除标签栏的固定定位样式,使其改为随页面滚动而不是固定在顶部 - 同步更新原型文件 --- 专员APP/工作台/专员端-订单列表演示.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/专员APP/工作台/专员端-订单列表演示.html b/专员APP/工作台/专员端-订单列表演示.html index b1cb017..c11e211 100644 --- a/专员APP/工作台/专员端-订单列表演示.html +++ b/专员APP/工作台/专员端-订单列表演示.html @@ -55,9 +55,6 @@ display: flex; background: white; border-bottom: 1px solid #e5e5e5; - position: sticky; - top: 0; - z-index: 100; } .tab {