fix: Issues #138 files page thead sticky and only tbody have scrollbar done.

This commit is contained in:
chiayin
2024-03-07 14:59:54 +08:00
parent c0ad84169a
commit e8dc258c12

View File

@@ -159,7 +159,7 @@
</ul>
</div>
<!-- All Files type of List -->
<div class=" " v-if="!switchListOrGrid">
<div v-if="!switchListOrGrid">
<DataTable :value="allFiles" dataKey="id" tableClass="w-full text-sm cursor-pointer relative table-fixed" :rowClass="setRowClass" breakpoint="0" @row-dblclick="enterDiscover($event.data)" contextmenu v-model:contextMenuSelection="selectedTableFile" @row-contextmenu="onRightClickTable" >
<Column field="name" header="Name" bodyClass="font-medium fileName" sortable></Column>
<Column field="parentLog" header="Dependency" bodyClass="text-neutral-500" sortable></Column>