设定最大宽度

This commit is contained in:
2024-11-08 23:06:31 +08:00
parent e0edc8077c
commit 9732b45e38

View File

@@ -22,5 +22,8 @@ import Signup from "../components/Signup.vue"
<style scoped>
.header {
padding: 8px;
max-width: 2000px;
margin-left: auto;
margin-right: auto;
}
</style>