This commit is contained in:
DESKTOP-VMMLSOQ\wangzg 2024-03-08 23:46:37 +08:00
parent 68ee85256e
commit 0d8e5555d1
1 changed files with 4 additions and 2 deletions

View File

@ -215,7 +215,8 @@ body, html, #__nuxt, #__layout {
background: url("~/assets/peakCoalMonitoring/left/bg.png") left bottom no-repeat; background: url("~/assets/peakCoalMonitoring/left/bg.png") left bottom no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 16px; padding: 10px;
padding-right: 0;
.atmospheric-module-module{ .atmospheric-module-module{
height: 336px; height: 336px;
@ -244,7 +245,8 @@ body, html, #__nuxt, #__layout {
background: url("~/assets/peakCoalMonitoring/right/bg.png") left bottom no-repeat; background: url("~/assets/peakCoalMonitoring/right/bg.png") left bottom no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 16px; padding: 10px;
padding-left: 0;
.flex-column; .flex-column;
pointer-events: auto; pointer-events: auto;
.energy-profile-module{ .energy-profile-module{