From 9b991deea1f0999adaec63f903a96791916fead8 Mon Sep 17 00:00:00 2001 From: murmur Date: Sun, 30 Jun 2024 20:26:26 +0800 Subject: [PATCH] =?UTF-8?q?bar=E5=8F=82=E6=95=B0=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/cfg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/cfg.json b/res/cfg.json index e53dd7f..9a7b6a0 100644 --- a/res/cfg.json +++ b/res/cfg.json @@ -181,6 +181,8 @@ "api": "/api/getStatus", // API接口 "data": { "maxBarCnt":"60", + "width":"5px", + "height":"30px", "items": [ //{"color": "#808080"}, //{"color": "#808080"}, @@ -194,7 +196,7 @@ "name": "items", "items": { "type": "tpl", - "tpl": "


", + "tpl": "


", "style": { "display": "inline-block", "marginRight": "5px",