feat: 样式调整

This commit is contained in:
2025-10-16 18:57:48 +08:00
parent e9dbb3d44f
commit b11b5888a7
9 changed files with 19 additions and 13 deletions

View File

@@ -5,7 +5,6 @@
display: flex;
flex-direction: column;
min-width: 100px;
max-width: 100%; // ✅ 限制最大宽度
overflow-x: hidden; // ✅ 防止横向撑开
}