adjust width

This commit is contained in:
liangping 2023-06-16 17:42:54 +08:00
parent ef2f40be94
commit 6dc3af51e6

View File

@ -9,12 +9,11 @@ const props = defineProps(['value']);
<tbody>
<tr v-for="(v, k) of value">
<td
class="capitalize whitespace-break-spaces w-1/5"
style="min-width: 180px"
class="capitalize whitespace-break-spaces min-w-max"
>
{{ String(k).replaceAll('_', ' ') }}
</td>
<td>
<td class="w-4/5">
<div class="overflow-hidden w-auto whitespace-normal" >
<Component
v-if="v"