From 83440966334903c2813a64a98e6a06e40f52e4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Sun, 18 Aug 2024 12:42:53 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=9B=B4=E6=96=B0=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=A0=8Fcss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/templates/html/statusbar/statusbars-manager.html | 4 ++-- common/templates/html/statusbar/statusbars-tab.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/templates/html/statusbar/statusbars-manager.html b/common/templates/html/statusbar/statusbars-manager.html index c5f193e9..20da2afb 100644 --- a/common/templates/html/statusbar/statusbars-manager.html +++ b/common/templates/html/statusbar/statusbars-manager.html @@ -11,12 +11,12 @@ position: absolute; top: 0px; width: 100%; - height: 23px; + height: 24px; } div[m-id="{{d.mId}}"] > .body { position: absolute; - top: 23px; + top: 24px; bottom: 0px; width: 100%; } diff --git a/common/templates/html/statusbar/statusbars-tab.html b/common/templates/html/statusbar/statusbars-tab.html index 6f858c94..5e1ca9be 100644 --- a/common/templates/html/statusbar/statusbars-tab.html +++ b/common/templates/html/statusbar/statusbars-tab.html @@ -4,7 +4,7 @@ flex-direction: row; justify-content: flex-start; align-items: center; - height: 23px; + height: 24px; z-index: 3; padding: 0px; border-width: 1px 0px; @@ -34,7 +34,9 @@ div[m-id="{{d.mId}}"] > .operation > button { padding: 0 3px; - margin-left: 2px; + margin: 2px; + height: 20px; + width: 20px; font-weight: bold; }