fix bug styling

This commit is contained in:
Geriano
2022-07-29 16:57:31 +07:00
parent c7ff791eb6
commit de94391dab
3 changed files with 21 additions and 11 deletions

View File

@@ -219,6 +219,12 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
</div>
</td>
</tr>
<tr v-if="!data?.length">
<td class="text-5xl text-center p-4" colspan="1000">
<p class="lowercase first-letter:capitalize font-semibold">there are no data available</p>
</td>
</tr>
</template>
</Builder>
</div>