From 4efebef143f1ed702bc5bc1c29349e2a7f2af414 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期一, 02 九月 2024 08:17:26 +0800 Subject: [PATCH] Merge branch 'master' into hwh --- Web/src/views/device/deviceInfo/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Web/src/views/device/deviceInfo/index.vue b/Web/src/views/device/deviceInfo/index.vue index b4dd519..d256dac 100644 --- a/Web/src/views/device/deviceInfo/index.vue +++ b/Web/src/views/device/deviceInfo/index.vue @@ -2016,7 +2016,6 @@ } .grid-container { - margin-top: 10px; width: 100%; display: grid; grid-template-columns: repeat(51, 1fr); @@ -2025,6 +2024,7 @@ /* 姣忚楂樺害 */ gap: 0px; /* Gap between cells */ + margin-top: -20px } .grid-item { -- Gitblit v1.8.0