修改页面整体样式

This commit is contained in:
zyj
2025-11-21 18:48:03 +08:00
parent 006051c226
commit 5c2aa4548a
6 changed files with 16 additions and 6 deletions

View File

@@ -443,7 +443,7 @@ const goToDownload = () => {
<style scoped>
/* 页面布局 */
.pack-page {
min-height: calc(100vh - 64px);
min-height: calc(100vh - 120px);
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
position: relative;
overflow: hidden;

View File

@@ -530,7 +530,7 @@ const getAvatarColor = (name: string) => {
<style scoped>
/* 页面布局 */
.webpage-page {
min-height: calc(100vh - 64px);
min-height: calc(100vh - 120px);
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
position: relative;
overflow: hidden;