refactor(client): use css modules
This commit is contained in:
parent
72dfbfcf35
commit
f3c0af7e23
3 changed files with 7 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
v-show="!isDeleted"
|
||||
ref="el"
|
||||
v-hotkey="keymap"
|
||||
:class="[$style.root, { [$style.isRenote]: isRenote }]"
|
||||
:class="$style.root"
|
||||
:tabindex="!isDeleted ? '-1' : null"
|
||||
>
|
||||
<MkNoteSub v-if="appearNote.reply" :note="appearNote.reply" :class="$style.replyTo"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue