大屏项目初始化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user