style: lint fix

This commit is contained in:
张传龙
2022-05-06 22:36:22 +08:00
parent 5b51cfb4f1
commit 598d256be4
3 changed files with 16 additions and 4 deletions

View File

@@ -3,7 +3,10 @@
<div
ref="tagsContent"
class="tags-content"
:style="{ height: useTheme.tags.height + 'px', transform: `translateX(${translateX}px)` }"
:style="{
height: useTheme.tags.height + 'px',
transform: `translateX(${translateX}px)`,
}"
:wrap="false"
>
<n-tag