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

View File

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