Fix::3182 【商城小程序】订单列表页面—待付款订单点击【立即付款】,顶部的订单类型导航栏会浮动在上层

This commit is contained in:
modendeveloper
2025-01-26 16:05:08 +08:00
parent 887206f1a9
commit a8334b552c
+1 -1
View File
@@ -654,7 +654,7 @@ page {
position: sticky;
top: 0;
background-color: #f5f5f5;
z-index: 9999;
z-index: 54;
}
/deep/ .u-tabs {
position: fixed;