feat:优化练字贴

This commit is contained in:
R524809
2026-01-21 09:07:57 +08:00
parent 9c13b44806
commit 943250b34a
6 changed files with 490 additions and 341 deletions
+5 -2
View File
@@ -42,13 +42,16 @@ page {
.word-input-box {
display: flex;
flex-direction: row;
justify-content: space-between;
justify-content: flex-start;
margin-bottom: 24rpx;
}
.operation-box {
.action-buttons-box {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 20rpx;
margin-bottom: 24rpx;
}
}