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

This commit is contained in:
sexygoat
2026-04-16 11:00:38 +08:00
parent bd0fc9cfdb
commit 7c35a0bad6
2 changed files with 3 additions and 2 deletions

View File

@@ -233,7 +233,7 @@
<style lang="scss" scoped>
.container {
position: fixed;
top: 0;
top: var(--window-top);
left: 0;
right: 0;
bottom: 0;
@@ -244,6 +244,7 @@
margin: 0 auto;
width: 100%;
box-sizing: border-box;
padding-top: 0;
}
.filter-tabs {