大屏项目初始化

This commit is contained in:
2026-03-09 22:55:13 +08:00
parent 4a9c3d2cf2
commit 1edb1887ab
10 changed files with 8 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -16,3 +16,10 @@ spring.datasource.url=jdbc:mysql://192.168.31.189:33069/work?useSSL=false&server
spring.datasource.username=dream spring.datasource.username=dream
spring.datasource.password=info_dream spring.datasource.password=info_dream
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
logging.level.com.mini.bigScreen.mapper=debug
logging.level.com.github.yulichang=debug
logging.level.org.apache.ibatis=debug
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
mybatis-plus.configuration.map-underscore-to-camel-case=true
mybatis-plus.configuration.log-sql-duration=true