|
|
|
@ -37,7 +37,8 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- File table --> |
|
|
|
<table v-else class="w-full text-sm border-collapse"> |
|
|
|
<div v-else class="overflow-x-auto"> |
|
|
|
<table class="w-full text-sm border-collapse min-w-[600px]"> |
|
|
|
<thead> |
|
|
|
<tr class="border-b border-gray-200 dark:border-gray-700 text-left text-gray-500 dark:text-gray-400"> |
|
|
|
<th class="pb-2 font-medium w-full">Name</th> |
|
|
|
@ -86,6 +87,7 @@ |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|