clean code
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user