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% }