From c567aae08ef771d0461d08bc52e593362f7fda22 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期日, 01 九月 2024 11:59:50 +0800
Subject: [PATCH] 修改页面UI

---
 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 45aa157..560f5fd 100644
--- a/Web/src/views/device/deviceInfo/index.vue
+++ b/Web/src/views/device/deviceInfo/index.vue
@@ -2043,7 +2043,6 @@
 }
 
 .grid-container {
-	margin-top: 10px;
 	width: 100%;
 	display: grid;
 	grid-template-columns: repeat(51, 1fr);
@@ -2052,6 +2051,7 @@
 	/* 姣忚楂樺害 */
 	gap: 0px;
 	/* Gap between cells */
+	margin-top: -20px
 }
 
 .grid-item {

--
Gitblit v1.8.0