Revert "Update calender"

This reverts commit 878ef684b9.
This commit is contained in:
syuilo 2016-12-31 22:59:06 +09:00
parent a2ab63eff1
commit f53c82bf51

View file

@ -9,21 +9,21 @@ mk-calendar-home-widget(data-special={ special })
div
p
| 今日:
b { Math.floor(day-p*100)/100 }%
b { day-p.to-fixed(1) }%
div.meter
div.val(style={ 'width:' + day-p + '%' })
div
p
| 今月:
b { Math.floor(month-p*100)/100 }%
b { month-p.to-fixed(1) }%
div.meter
div.val(style={ 'width:' + month-p + '%' })
div
p
| 今年:
b { Math.floor(year-p*100)/100 }%
b { year-p.to-fixed(1) }%
div.meter
div.val(style={ 'width:' + year-p + '%' })