Skip to content

Commit c6223a7

Browse files
committed
feat: 调整代码框宽度为1.3倍(520px),确保无水平滚动条
1 parent 6f63135 commit c6223a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717

1818
.codePanel {
19-
flex: 0 0 400px;
20-
min-width: 350px;
19+
flex: 0 0 520px;
20+
min-width: 450px;
2121
display: flex;
2222
flex-direction: column;
2323
}

0 commit comments

Comments
 (0)