feat: 限制页面宽度
- 为页面添加1200px的宽度限制,提升其在宽屏下的观感
This commit is contained in:
@ -98,6 +98,8 @@ onMounted(async () => {
|
||||
<style scoped>
|
||||
.page-container {
|
||||
padding: 2rem;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
|
||||
Reference in New Issue
Block a user