clean code

This commit is contained in:
2025-07-01 17:50:25 +08:00
parent f71b2985da
commit f7ffc1b072
4 changed files with 22 additions and 13 deletions

View File

@@ -562,7 +562,7 @@
<thead class="bg-gray-100">
<tr>
{#each columns as col}
{#if col.key === "name"}
{#if col.key === "villa_name"}
<th
class="sticky left-0 px-4 py-3 text-left font-semibold text-gray-700 uppercase tracking-wider whitespace-nowrap"
style="background-color: #f0f8ff; z-index: 10;"
@@ -585,7 +585,7 @@
{#each columns as col}
{#if col.key === "name"}
<td
class="left-0 px-4 py-2 max-w-xs whitespace-normal align-top break-words"
class="left-0 px-4 py-2 max-w-xs whitespace-normal break-words"
>
{row[col.key]}
</td>