fix: 修复导航层级问题

This commit is contained in:
mixtan 2025-09-07 18:56:40 +08:00
parent 6cab276416
commit 76ce8a51d4

View File

@ -1853,7 +1853,7 @@ export default {
.all_shop_tab{
position: sticky;
top: -2px;
z-index: 100;
z-index: 2;
border-bottom: 1rpx solid #eee;
}