From a490c12a4eaef8790321e6565f21a080590b8d0a Mon Sep 17 00:00:00 2001
From: wangh <123456>
Date: Fri, 13 Oct 2023 09:21:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=2060=E5=AE=9E=E6=97=B6?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/static/board/board.css | 6 +++---
.../templates/manage/base_device_info/add.html | 18 ++++++++++++++++--
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/haiwei-admin/src/main/resources/static/board/board.css b/haiwei-admin/src/main/resources/static/board/board.css
index d88d13a..f7e0493 100644
--- a/haiwei-admin/src/main/resources/static/board/board.css
+++ b/haiwei-admin/src/main/resources/static/board/board.css
@@ -47,10 +47,10 @@ body {
background-size: 100% 100%;
background-repeat: no-repeat;
position: absolute;
- top: 53%;
- left: 49%;
+ top: 45%;
+ left: 52%;
width: 57vw;
- height: 19vw;
+ height: 31vw;
transform: translate(-50%, -50%);
}
diff --git a/haiwei-manage/src/main/resources/templates/manage/base_device_info/add.html b/haiwei-manage/src/main/resources/templates/manage/base_device_info/add.html
index a250e62..7fc7f7e 100644
--- a/haiwei-manage/src/main/resources/templates/manage/base_device_info/add.html
+++ b/haiwei-manage/src/main/resources/templates/manage/base_device_info/add.html
@@ -4,6 +4,7 @@