diff --git a/src/componets/jsError/topRight1.vue b/src/componets/jsError/topRight1.vue index 4fb3906f7b577fbb31ab4cf68393c7f0f300d493..180f25eb911385b7e9124a51b290d9212fc5a5be 100644 --- a/src/componets/jsError/topRight1.vue +++ b/src/componets/jsError/topRight1.vue @@ -24,8 +24,6 @@ export default { name: 'topRight', data () { return { - - } }, @@ -163,11 +161,12 @@ export default { width: 16vw; height: 50vh; margin: 3vh 0 0 2vw; + background-color: #000000; } #heathStatus { - width: 10vw; - height: 19vh; + width: 11vw; + height: 21vh; background-color: #fff; margin: 17vh 0 0 3vw; }