From 3f9d6737c9395565a12e86ab25280af9aa498425 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 4 Aug 2022 02:05:55 +0800 Subject: [PATCH] up --- plugins/mysql/index.html | 7 +++++++ plugins/mysql/index.py | 8 ++++---- plugins/mysql/js/mysql.js | 13 +++++++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/plugins/mysql/index.html b/plugins/mysql/index.html index f7db357ea..ee348dbdc 100755 --- a/plugins/mysql/index.html +++ b/plugins/mysql/index.html @@ -49,6 +49,13 @@ #db_tools button:last-child{ margin-right: 0; } + +.conf_p span { + display: inline-block; + margin-right: 10px; + width: 95px; + text-align: right; +}