大屏页面初始化

This commit is contained in:
2026-02-27 17:18:21 +08:00
parent dfa42f2a20
commit f7f1e393c8
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ watch(
color: #e0e6ff; color: #e0e6ff;
text-align: center; text-align: center;
height: 100%; height: 100%;
display: block; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

View File

@@ -148,7 +148,7 @@ watch(
border-radius: 8px; border-radius: 8px;
padding: 2px; padding: 2px;
box-sizing: border-box; box-sizing: border-box;
display: block; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;