chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2026-03-31 15:14:47 +00:00
parent 0acda23d77
commit 1f6844af91
4 changed files with 5 additions and 24 deletions

View File

@@ -170,16 +170,10 @@ watch(allBases, () => {
<span class="text-captionSm text-nc-content-gray-subtle2 uppercase tracking-wide">
{{ t('labels.selectBases') }}
</span>
<span class="text-bodySm text-nc-content-gray-subtle">
{{ selectedBaseIds.size }} / {{ basesList.length }}
</span>
<span class="text-bodySm text-nc-content-gray-subtle"> {{ selectedBaseIds.size }} / {{ basesList.length }} </span>
</div>
<div class="relative flex-1 min-h-0">
<div
ref="listRef"
class="flex flex-col gap-1 h-full overflow-auto nc-scrollbar-thin"
@scroll="checkScrollable"
>
<div ref="listRef" class="flex flex-col gap-1 h-full overflow-auto nc-scrollbar-thin" @scroll="checkScrollable">
<div
v-for="base in basesList"
:key="base.id"