fix: ui
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m10s

This commit is contained in:
luo
2026-08-13 12:16:50 +08:00
parent 61672a4d51
commit a3fe025a88
2 changed files with 9 additions and 2 deletions

View File

@@ -514,6 +514,9 @@
display: flex;
align-items: stretch;
flex-shrink: 0;
position: sticky;
top: 0;
z-index: 2;
margin-top: 0;
padding: 0 20rpx;
background: #fff;
@@ -550,7 +553,9 @@
}
.container .filter-tabs {
position: relative;
position: sticky;
top: 0;
z-index: 2;
margin-top: 0;
padding: 8rpx;
background: #fff;

View File

@@ -745,7 +745,9 @@
.tab-header {
flex-shrink: 0;
display: flex;
position: relative;
position: sticky;
top: 0;
z-index: 2;
background: #fff;
border-radius: 16rpx;
padding: 8rpx;