3 Commits

Author SHA1 Message Date
mac
e90e8c30ff v1.3.6 — 日历同步按钮样式与日期输入框统一 2026-06-04 15:18:46 +08:00
mac
046f144896 v1.3.5 — 日期+日历同步右对齐
- panel-header-right 包裹日期和按钮,靠右排列不分散
2026-06-04 15:14:52 +08:00
mac
ba592c07b7 v1.3.4 — 日历同步按钮紧挨日期输入框 2026-06-04 15:12:36 +08:00
2 changed files with 14 additions and 6 deletions

View File

@@ -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);
@@ -540,12 +546,12 @@ body {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 6px 12px;
padding: 8px 14px;
border: 1.5px solid var(--border);
background: var(--card);
color: var(--text-dim);
border-radius: var(--radius-sm);
font-size: 12px;
font-size: 13px;
font-weight: 500;
cursor: pointer;
transition: all 0.2s;

View File

@@ -125,10 +125,12 @@
<section class="panel active" id="panel-daily">
<div class="panel-header">
<h2>每日打卡</h2>
<button class="btn-cal-sync" onclick="syncCalendar()" title="同步钉钉日历">
<svg class="icon-sm"><use href="#icon-calendar"/></svg> 日历同步
</button>
<input type="date" id="check-date" class="check-date-input" onchange="loadCheckin()">
<div class="panel-header-right">
<input type="date" id="check-date" class="check-date-input" onchange="loadCheckin()">
<button class="btn-cal-sync" onclick="syncCalendar()" title="同步钉钉日历">
<svg class="icon-sm"><use href="#icon-calendar"/></svg> 日历同步
</button>
</div>
</div>
<div class="daily-grid">
<div class="card card-morning">