From 046f144896d2a7c2d7d340549477490e38c89e0a Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 4 Jun 2026 15:14:52 +0800 Subject: [PATCH] =?UTF-8?q?v1.3.5=20=E2=80=94=20=E6=97=A5=E6=9C=9F+?= =?UTF-8?q?=E6=97=A5=E5=8E=86=E5=90=8C=E6=AD=A5=E5=8F=B3=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - panel-header-right 包裹日期和按钮,靠右排列不分散 --- static/style.css | 6 ++++++ templates/index.html | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 4723073..b615e6b 100644 --- a/static/style.css +++ b/static/style.css @@ -428,6 +428,12 @@ body { letter-spacing: -0.3px; } +.panel-header-right { + display: flex; + align-items: center; + gap: 6px; +} + .check-date-input { padding: 8px 14px; border: 1.5px solid var(--border); diff --git a/templates/index.html b/templates/index.html index 42eadb7..932f2bf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,10 +125,12 @@

每日打卡

- - +
+ + +