大屏项目初始化

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

@@ -107,7 +107,7 @@ watch(() => props.formParams, () => getList(), { deep: true, immediate: true })
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/k2style.png") no-repeat !important;
background: rgba(0, 0, 0, 0.1) url("@/assets/chart/box/16.png") no-repeat;
background-size: 100% 100% !important;
}
@@ -127,6 +127,8 @@ watch(() => props.formParams, () => getList(), { deep: true, immediate: true })
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 {