Merge branch 'dev_copy' into dev

# Conflicts:
#	src/components/rightBox/report/ReportBox.vue
This commit is contained in:
@changcode
2022-07-22 10:13:43 +08:00
12 changed files with 67 additions and 30 deletions

View File

@@ -1,6 +1,9 @@
.ship--show.ship {
visibility: visible;
}
.chart-drawing-ship__width {
width: 1542px !important;
}
.ship {
width: 320px;
background: #FFFFFF;

View File

@@ -1,4 +1,8 @@
.entity-detail.cn-home {
.panel-chart {
width: 100%;
}
flex-direction: column;
.entity-detail__header {
@@ -45,9 +49,6 @@
.chart-header {
border: none;
}
.chart-drawing {
width: 530px;
}
}
}
}