style: correct z-index

pull/799/head
charlie 2020-12-12 21:06:32 +08:00
parent 553b3fe529
commit 6ec72bc4ad
1 changed files with 1 additions and 2 deletions

View File

@ -1157,8 +1157,7 @@
(when (and start-time finish-time (> finish-time start-time))
[:div.text-sm.absolute.time-spent {:style {:top 0
:right 0
:padding-left 2
:z-index 4}
:padding-left 2}
:title (str (date/int->local-time start-time) " ~ " (date/int->local-time finish-time))}
[:span.opacity-70
(utils/timeConversion (- finish-time start-time))]])))]))