From 0b8e43d5f5fd889ffcb715dafdaa6d4511532665 Mon Sep 17 00:00:00 2001 From: suerwei <18810552194@163.com> Date: 星期六, 22 六月 2024 18:04:15 +0800 Subject: [PATCH] 摄像头列表功能 --- javaweb-plus/javaweb-admin/src/main/resources/templates/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html b/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html index a9b460d..6ea43a1 100644 --- a/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html +++ b/javaweb-plus/javaweb-admin/src/main/resources/templates/index.html @@ -35,8 +35,8 @@ <img th:src="@{/images/logo.png}"> </li> </a> - - <li id="minilogo" style="display: none;height: 100px;align-content: center;"> + + <li id="minilogo" style="display: none;height: 100px;align-content: center;margin-top: 30px;"> <a style="text-align: center;padding: 0;" th:href="@{/index}"> <img th:src="@{/images/minilogo.png}"> </a> -- Gitblit v1.9.1