fix: Issues #252 remove table-fixed done.

This commit is contained in:
chiayin
2024-03-12 17:33:40 +08:00
parent 8605f80c79
commit 2c5eb7bcea
2 changed files with 4 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
</div>
<!-- Upload table -->
<div class="overflow-y-auto overflow-x-auto scrollbar max-h-[calc(100%_-_97px)]">
<table class="text-sm w-full table-fixed border-separate border-spacing-0">
<table class="text-sm w-full border-separate border-spacing-0">
<thead class="sticky top-0 bg-neutral-10">
<tr>
<td v-for="(item, index) in uploadDetail?.columns" :key="index" class="border border-neutral-500 p-2">{{ item }}</td>