mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Style the unseen comments in the task table [SCI-10262]
This commit is contained in:
parent
aa68e18b34
commit
0c8db98700
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@
|
|||
<template v-else>
|
||||
+
|
||||
</template>
|
||||
<span v-if="params.data.comments.count_unseen > 0" class="unseen-comments">
|
||||
<span v-if="params.data.comments.count_unseen > 0"
|
||||
class="unseen-comments inline-block align-super text-xs font-semibold rounded-full bg-sn-science-blue text-sn-white w-3.5 h-3.5 text-center">
|
||||
{{params.data.comments.count_unseen }}
|
||||
</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue