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 @@