mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-29 00:12:35 +03:00
изменение стилей
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user