From fe9a5ff89ed0a1c2c318be256c5c5583330f522a Mon Sep 17 00:00:00 2001 From: zhangjunwen Date: Thu, 7 Nov 2024 09:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imt-ui/src/views/system/bigscreen/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imt-ui/src/views/system/bigscreen/index.vue b/imt-ui/src/views/system/bigscreen/index.vue index 0634899..5986604 100644 --- a/imt-ui/src/views/system/bigscreen/index.vue +++ b/imt-ui/src/views/system/bigscreen/index.vue @@ -846,15 +846,15 @@ export default { grid-template-rows: repeat(3, 32%); grid-gap: 1%; &.left-column { - grid-template-rows: 33% 29% 33%; + grid-template-rows: 33% 34% 28%; grid-gap: 1%; } &.right-column { - grid-template-rows: 33% 29% 33%; + grid-template-rows: 33% 34% 28%; grid-gap: 1%; } &:nth-child(2) { - grid-template-rows: 61% 29%; + grid-template-rows: 67% 30%; grid-gap: 2%; > div { padding: 0;