diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index a0f3088..ee15e38 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -1257,32 +1257,38 @@ export default { position: relative; margin-top: 30px; #watervapor_single_chart { - transform: scale(1.0, 0.8) translateX(38%); + //transform: scale(1.0, 0.8) translateX(38%); + transform: scale(1.0, 0.8) translateX(539px); } #extinction_optics_chart { - transform: scale(0.56, 0.85) translateX(-32%); + //transform: scale(0.56, 0.85) translateX(-32%); + transform: scale(0.56, 0.85) translateX(-17%); } #pm2_5_chart { - transform: scale(0.7, 0.43) translate(-236px, 450px); + //transform: scale(0.7, 0.43) translate(-236px, 450px); + transform: scale(0.7, 0.43) translate(-170px, 450px); } #pm10_chart { - transform: scale(0.7, 0.43) translate(-236px, -393px); - + //transform: scale(0.7, 0.43) translate(-236px, -393px); + transform: scale(0.7, 0.43) translate(-170px, -393px); } #backscatter_chart { - transform: scale(0.6, 0.85) translateX(-260px); + //transform: scale(0.6, 0.85) translateX(-260px); + transform: scale(0.6, 0.85) translateX(-76px); } #cloud_sol_chart { - transform: scale(0.6, 0.85) translate(-31%, -12px); + //transform: scale(0.6, 0.85) translate(-31%, -12px); + transform: scale(0.6, 0.85) translate(-12%, -12px); } #cloud_recognition_chart, #extinction_chart, #watervapor_chart { - transform: scale(0.6, 0.8) translateX(-260px); + //transform: scale(0.6, 0.8) translateX(-260px); + transform: scale(0.6, 0.8) translateX(-131px); } .title { diff --git a/04.系统编码/Frontend/src/model/heat-map-drawer.ts b/04.系统编码/Frontend/src/model/heat-map-drawer.ts index 60b9103..d840998 100644 --- a/04.系统编码/Frontend/src/model/heat-map-drawer.ts +++ b/04.系统编码/Frontend/src/model/heat-map-drawer.ts @@ -280,7 +280,7 @@ export class HeatMapDrawer{ this.canvasContext.font = "normal 25px Verdana"; this.canvasContext.fillStyle = "#000000"; let unitX = 680 - this.canvasContext.fillText(unit, unitX, 80); + this.canvasContext.fillText(unit, unitX, 70); } private drawResolutionName(name): void {