优化Blog容器高度

This commit is contained in:
2024-08-31 22:57:45 +08:00
parent 3cdf800cc4
commit 19f949090a

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;
}