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

This commit is contained in:
sexygoat
2026-04-16 10:53:57 +08:00
parent cca7131d68
commit bd0fc9cfdb
2 changed files with 8 additions and 9 deletions

View File

@@ -41,7 +41,7 @@
/* 背景色 */ /* 背景色 */
--bg-primary: #FFFFFF; --bg-primary: #FFFFFF;
--bg-secondary: #F2F2F7; --bg-secondary: #F8F8F8;
--bg-tertiary: #FFFFFF; --bg-tertiary: #FFFFFF;
--bg-grouped: #F2F2F7; --bg-grouped: #F2F2F7;
@@ -95,7 +95,7 @@
page { page {
color: var(--text-primary); color: var(--text-primary);
background: F8F8F8 !important; background: var(--bg-secondary);
min-height: 100vh; min-height: 100vh;
} }

View File

@@ -231,16 +231,15 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
page {
height: 100vh;
overflow: hidden;
}
.container { .container {
height: 100vh; position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: #f5f6f7; background: var(--bg-secondary);
max-width: 750rpx; max-width: 750rpx;
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;