nowrap tab texts in MkNoteDetailed
This commit is contained in:
parent
79aaf392e8
commit
6072ec92ab
@ -33,7 +33,12 @@
|
|||||||
detailedView
|
detailedView
|
||||||
></MkNote>
|
></MkNote>
|
||||||
|
|
||||||
<MkTab v-model="tab" :style="'underline'" @update:modelValue="loadTab">
|
<MkTab
|
||||||
|
v-model="tab"
|
||||||
|
style="white-space: nowrap"
|
||||||
|
:style="'underline'"
|
||||||
|
@update:modelValue="loadTab"
|
||||||
|
>
|
||||||
<option value="replies">
|
<option value="replies">
|
||||||
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
|
<!-- <i class="ph-arrow-u-up-left ph-bold ph-lg"></i> -->
|
||||||
<span v-if="note.repliesCount > 0" class="count">{{
|
<span v-if="note.repliesCount > 0" class="count">{{
|
||||||
|
Loading…
Reference in New Issue
Block a user