From b3961a4e264a3ada4c2724b26f87266d6e93de1b 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: Wed, 12 Jun 2024 10:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/index_body.htm | 2 +- src/static/web/css/admin.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/admin/templets/index_body.htm b/src/admin/templets/index_body.htm index 778af9ec..d201430b 100644 --- a/src/admin/templets/index_body.htm +++ b/src/admin/templets/index_body.htm @@ -110,7 +110,7 @@
正在加载
-
+
流量统计图
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 51f17cbc..0b7fe590 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -813,4 +813,7 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour .login-box { padding:30px } + .card-body canvas { + height:220px!important + } } \ No newline at end of file