mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 17:00:19 +01:00
%を詳しく
This commit is contained in:
parent
506b1646e8
commit
168e94b38f
1 changed files with 3 additions and 3 deletions
|
@ -9,21 +9,21 @@ mk-calendar-home-widget(data-special={ special })
|
|||
div
|
||||
p
|
||||
| 今日:
|
||||
b { Math.floor(day-p*100)/100 }%
|
||||
b { Math.floor(day-p*1000)/1000 }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + day-p + '%' })
|
||||
|
||||
div
|
||||
p
|
||||
| 今月:
|
||||
b { Math.floor(month-p*100)/100 }%
|
||||
b { Math.floor(month-p*1000)/1000 }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + month-p + '%' })
|
||||
|
||||
div
|
||||
p
|
||||
| 今年:
|
||||
b { Math.floor(year-p*100)/100 }%
|
||||
b { Math.floor(year-p*1000)/1000 }%
|
||||
div.meter
|
||||
div.val(style={ 'width:' + year-p + '%' })
|
||||
|
||||
|
|
Loading…
Reference in a new issue