From edeaabd61622c171fc3b009e6129045183b326d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=89=91=E8=B1=AA?= <764439554@qq.com> Date: Fri, 26 Aug 2022 00:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/componets/jsError/topRight1.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/componets/jsError/topRight1.vue b/src/componets/jsError/topRight1.vue index 4fb3906..180f25e 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; } -- Gitee