大屏项目初始化

This commit is contained in:
2026-03-09 22:05:19 +08:00
parent 386854bf66
commit 4a9c3d2cf2
12 changed files with 110 additions and 9 deletions

View File

@@ -199,6 +199,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

@@ -212,6 +212,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {
height: 40px;

View File

@@ -256,6 +256,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

@@ -162,6 +162,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

@@ -162,6 +162,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

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

View File

@@ -170,6 +170,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

@@ -255,6 +255,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
overflow: hidden;
background: rgba(0, 0, 0, 0.1) url("@/assets/images/desck2.png") no-repeat;
background-size: 100% 100%;
}
.chart-card-header {

View File

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

View File

@@ -176,6 +176,7 @@ watch(
.full-card {
width: 100%;
}
.erp-card:hover {