fix: 增加总面积列宽度
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-04-02 12:07:02 +00:00
parent 7b24ea86f5
commit 7a9c31ca27
2 changed files with 2 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ export default {
} }
.item-area { .item-area {
flex: 1.2; flex: 1.5;
text-align: center; text-align: center;
color: #667eea; color: #667eea;
font-weight: 500; font-weight: 500;

View File

@@ -326,7 +326,7 @@ export default {
} }
.item-area { .item-area {
flex: 1.2; flex: 1.5;
text-align: center; text-align: center;
color: #667eea; color: #667eea;
font-weight: 500; font-weight: 500;