fix 375 768

This commit is contained in:
张 元山 2025-05-31 02:17:58 +08:00
parent a92f9ca971
commit 1949046344
2 changed files with 4 additions and 4 deletions

View File

@ -114,8 +114,8 @@ const state = reactive({});
<style scoped lang="scss"> <style scoped lang="scss">
.page-container { .page-container {
max-width: 1200px; max-width: calc(100% - 300px);
margin: 0 auto; margin: 0 auto;
padding: 40px; padding: 20px;
} }
</style> </style>

View File

@ -114,8 +114,8 @@ const state = reactive({});
<style scoped lang="scss"> <style scoped lang="scss">
.page-container { .page-container {
max-width: 1200px; max-width: calc(100% - 300px);
margin: 0 auto; margin: 0 auto;
padding: 40px; padding: 20px;
} }
</style> </style>