From dbce731d0b761b1f4f3385c1c73e35cbc2499fc3 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 21 Jul 2022 22:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=AB=99=E7=BB=9F=E8=AE=A1=20xx5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/webstats/index.html | 10 ++- plugins/webstats/index.py | 53 +++++++++++++- plugins/webstats/js/setting.js | 122 +++++++++++++++++++++++++++++---- plugins/webstats/js/stats.js | 7 +- 4 files changed, 172 insertions(+), 20 deletions(-) diff --git a/plugins/webstats/index.html b/plugins/webstats/index.html index 6aae1392b..31b9b1d2f 100755 --- a/plugins/webstats/index.html +++ b/plugins/webstats/index.html @@ -4,6 +4,14 @@ margin: 15px 0; } +.overflow_hide { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; + vertical-align: middle; +} + .cur { background-color: #20a53a; color: #fff; @@ -96,7 +104,7 @@