大屏项目初始化

This commit is contained in:
2026-03-15 21:19:11 +08:00
parent 51b2de579e
commit 2581b847e2
31 changed files with 39 additions and 15 deletions

View File

@@ -376,7 +376,7 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/k2style.png") no-repeat;
background: rgba(0, 0, 0, 0.1) url("@/assets/chart/box/16.png") no-repeat;
background-size: 100% 100%;
}
@@ -388,6 +388,8 @@ onUnmounted(() => {
border-bottom: 1px solid #1a508b;
display: flex;
align-items: center;
background: rgba(0, 0, 0, 0.1) url("@/assets/chart/title/14.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-title {