@@ -310,6 +310,7 @@ const goHome = () => {
align-items: center;
justify-content: center;
padding: $spacing-xl;
+ box-sizing: border-box;
}
.status-section {
@@ -320,6 +321,7 @@ const goHome = () => {
text-align: center;
width: 100%;
max-width: 600rpx;
+ flex: 1;
/* ========== 状态图标 ========== */