From a1d701cd9f6f02d968ccc21e7c62b977c061ca1d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 25 Apr 2019 17:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E7=81=AB=E5=A2=99=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/op_waf/index.html | 17 +-- plugins/op_waf/index.py | 66 ++++++++++- plugins/op_waf/js/op_waf.js | 193 +++++++++++++++++++++++++-------- plugins/op_waf/waf/config.json | 1 + plugins/op_waf/waf/site.json | 1 + 5 files changed, 223 insertions(+), 55 deletions(-) create mode 100755 plugins/op_waf/waf/config.json create mode 100755 plugins/op_waf/waf/site.json diff --git a/plugins/op_waf/index.html b/plugins/op_waf/index.html index 98763807b..fd718fbc9 100755 --- a/plugins/op_waf/index.html +++ b/plugins/op_waf/index.html @@ -42,7 +42,7 @@ } .wavbox { - width: 232px; + width: 314px; float: left; height: 60px; line-height: 52px; @@ -58,7 +58,7 @@ font-weight: bold; } -.line { +.screen .line { width: 33.333%; text-align: center; height: 70px; @@ -66,11 +66,11 @@ margin: 6px 0; } -.line:nth-of-type(3n-1) { +.screen .line:nth-of-type(3n-1) { margin-right: 0; } -.line .name { +.screen .line .name { width: auto; display: block; text-align: center; @@ -78,7 +78,7 @@ color: #666; } -.line .val { +.screen .line .val { font-size: 18px; display: block; text-align: center; @@ -106,7 +106,7 @@ font-size: 16px; } -.gjcs { +.screen { background-color: #fafafa; border: #ddd 1px solid; padding: 0; @@ -114,7 +114,7 @@ border-radius: 4px; margin-top: 5px; margin-bottom: 10px; - width: 480px; + width: 645px; } .table .sitename, .filtertext { @@ -231,7 +231,7 @@

首页

全局配置

站点配置

-

封锁历史

+

封锁历史

操作日志

@@ -242,6 +242,7 @@