From dbc469fe3f4a1f05b0d7c16558e370a9992264be Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Tue, 20 May 2025 17:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20WebUI=20=E4=B8=8A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=86=E8=B5=9E=E8=B5=8F=E4=B8=8E=E4=BA=A4=E6=B5=81=E7=BE=A4?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/main.css | 6 ++++++ app/templates/index.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app/static/css/main.css b/app/static/css/main.css index e5407a0..da24ce9 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -2137,6 +2137,12 @@ div.jsoneditor-tree button.jsoneditor-button:focus { top: 0.5px; /* 向下微调 */ } +.bottom-links .nav-link .bi-wechat { + font-size: 1rem; + position: relative; + top: -0.5px; /* 向上微调 */ +} + .bottom-links .nav-link .nav-text { font-size: 0.85rem; } diff --git a/app/templates/index.html b/app/templates/index.html index a6da2ff..280f0d9 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -192,6 +192,12 @@ +