fix: 更新样式以使用新的背景颜色变量
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 30s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
2026-01-11 16:46:16 +08:00
parent 9fb25bc790
commit 29705bbaa7

View File

@@ -969,14 +969,14 @@ onBeforeUnmount(() => {
<style scoped> <style scoped>
.page-container-flex{ .page-container-flex{
background-color: var(--van-background); background-color: var(--van-background-2);
} }
.overview-fixed-wrapper { .overview-fixed-wrapper {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 10; z-index: 10;
background-color: var(--van-background); background-color: var(--van-background-2);
padding: 16px 0 1px 0; padding: 16px 0 1px 0;
overflow-x: hidden; overflow-x: hidden;
} }