综述: 调整专员端订单列表标签栏显示方式

- 在专员端订单列表演示页面中,移除标签栏的固定定位样式,使其改为随页面滚动而不是固定在顶部
- 同步更新原型文件
This commit is contained in:
linbin 2025-10-16 01:49:33 +08:00
parent 02f4adf076
commit 89ec4e1156
1 changed files with 0 additions and 3 deletions

View File

@ -55,9 +55,6 @@
display: flex;
background: white;
border-bottom: 1px solid #e5e5e5;
position: sticky;
top: 0;
z-index: 100;
}
.tab {