1 Commits

Author SHA1 Message Date
mac
ba592c07b7 v1.3.4 — 日历同步按钮紧挨日期输入框 2026-06-04 15:12:36 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -551,6 +551,7 @@ body {
transition: all 0.2s;
flex-shrink: 0;
font-family: inherit;
margin-left: 6px;
}
.btn-cal-sync:hover {
border-color: var(--primary);

View File

@@ -125,10 +125,10 @@
<section class="panel active" id="panel-daily">
<div class="panel-header">
<h2>每日打卡</h2>
<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>
<input type="date" id="check-date" class="check-date-input" onchange="loadCheckin()">
</div>
<div class="daily-grid">
<div class="card card-morning">