diff --git a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue index e05d331..7fd04e9 100644 --- a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue +++ b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue @@ -274,7 +274,7 @@ export default { specialStartTime: null, tLogPPicture: "/images/no-data.png", SeasonValue: '1', - ElementChange: "BP-temp" + ElementChange: "BP-temp", }); let drawers = { @@ -996,6 +996,7 @@ export default { // justify-content: space-between; .special-picture { height: 100%!important; + .title { top: 80px!important; } @@ -1025,14 +1026,15 @@ export default { } .picture { width: 100%; + height: 100%; position: relative; - margin-top: 30px; + //margin-top: 30px; .title { width: 100%; font-size: 0.22rem; position: absolute; left: 3.4rem; - top: 0; + top: 0.3rem; z-index: 1000; } } diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index 631e7a0..8f4799d 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -72,12 +72,12 @@ -