大屏页面初始化

This commit is contained in:
2026-03-10 15:00:20 +08:00
parent f2f9e56d2d
commit 904ef23fbe
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck9.png") no-repeat;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/k2style.png") no-repeat;
background-size: 100% 100%;
}

View File

@@ -376,7 +376,7 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck9.png") no-repeat;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/k2style.png") no-repeat;
background-size: 100% 100%;
}