优化Blog容器高度

This commit is contained in:
2024-08-31 22:57:45 +08:00
parent 8ecf54d8af
commit c397f7b1e5

View File

@@ -52,7 +52,7 @@ onMounted(async () => {
display: flex;
flex-direction: column;
max-width: 800px;
margin: 50px auto;
margin: 30px auto;
padding: 0 20px;
}