fix: lint

This commit is contained in:
xingyu4j
2025-11-04 17:56:30 +08:00
parent 689d4cd2a1
commit 58dc5aefab
29 changed files with 138 additions and 159 deletions

View File

@@ -80,7 +80,11 @@ const handleDelete = function (index: number) {
</div>
</template>
</VueDraggable>
<Tooltip :title="limit > 0 && limit < Number.MAX_VALUE ? `最多添加${limit}个` : undefined">
<Tooltip
:title="
limit > 0 && limit < Number.MAX_VALUE ? `最多添加${limit}个` : undefined
"
>
<Button
type="primary"
ghost