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