изменение стилей

This commit is contained in:
IoT Manager
2023-09-22 19:40:34 +02:00
parent 1a87f02c41
commit 425faec4e3
9 changed files with 86 additions and 89 deletions

View File

@@ -257,7 +257,7 @@
</td>
{#if element[key] != "nil"}
<td class="tbl-bdy-sm text-center">
<input bind:value={element[key]} class="ipt-sm w-full" type="text" />
<input bind:value={element[key]} class="ipt-sm w-full text-sm" type="text" />
</td>
{/if}
{:else}
@@ -265,7 +265,7 @@
<p class="txt-ita">{key}</p>
</td>
<td class="tbl-bdy-sm text-center">
<input bind:value={element[key]} class="ipt-sm w-full" type="text" />
<input bind:value={element[key]} class="ipt-sm w-full text-sm" type="text" />
</td>
{/if}
</tr>