Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba592c07b7 |
@@ -551,6 +551,7 @@ body {
|
|||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
.btn-cal-sync:hover {
|
.btn-cal-sync:hover {
|
||||||
border-color: var(--primary);
|
border-color: var(--primary);
|
||||||
|
|||||||
@@ -125,10 +125,10 @@
|
|||||||
<section class="panel active" id="panel-daily">
|
<section class="panel active" id="panel-daily">
|
||||||
<div class="panel-header">
|
<div class="panel-header">
|
||||||
<h2>每日打卡</h2>
|
<h2>每日打卡</h2>
|
||||||
|
<input type="date" id="check-date" class="check-date-input" onchange="loadCheckin()">
|
||||||
<button class="btn-cal-sync" onclick="syncCalendar()" title="同步钉钉日历">
|
<button class="btn-cal-sync" onclick="syncCalendar()" title="同步钉钉日历">
|
||||||
<svg class="icon-sm"><use href="#icon-calendar"/></svg> 日历同步
|
<svg class="icon-sm"><use href="#icon-calendar"/></svg> 日历同步
|
||||||
</button>
|
</button>
|
||||||
<input type="date" id="check-date" class="check-date-input" onchange="loadCheckin()">
|
|
||||||
</div>
|
</div>
|
||||||
<div class="daily-grid">
|
<div class="daily-grid">
|
||||||
<div class="card card-morning">
|
<div class="card card-morning">
|
||||||
|
|||||||
Reference in New Issue
Block a user