From e50088d30d7db102130f28d6fa69b62d833a1f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Tue, 11 Jun 2024 22:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/index_body.php | 2 +- src/admin/templets/index_body.htm | 20 ++++++-------------- src/static/web/css/admin.css | 6 +++--- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/admin/index_body.php b/src/admin/index_body.php index f9d96e2b..eb7b5d58 100644 --- a/src/admin/index_body.php +++ b/src/admin/index_body.php @@ -62,9 +62,9 @@ if (empty($dopost)) { } ?> - +
-
- 流量统计表 -
+
流量统计表
@@ -66,9 +64,7 @@
-
- 软件信息 -
+
软件信息
@@ -107,18 +103,16 @@
-
+
版本授权 - 软件更新 + 软件更新
正在加载
-
- 流量统计图 -
+
流量统计图
@@ -126,9 +120,7 @@
-
- 最新文档 -
+
最新文档
正在加载
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 15d24b2e..eed3c603 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -368,10 +368,10 @@ body.menu-show .body-right { .updates-dot { display:none; position:absolute; - top:10px; - right:5px; - height:8px; + top:1rem; + right:0.35rem; width:8px; + height:8px; background:var(--danger); border-radius:50% }