исправляем баг окна ввода сценариев

This commit is contained in:
Dmitry Borisenko
2022-08-23 02:00:35 +02:00
parent b32a92be0e
commit 7eff0a6a1a
4 changed files with 11 additions and 3 deletions

View File

@@ -125,7 +125,7 @@
</Card>
<Card title="Сценарии">
<textarea rows={height} cols="50" bind:value={scenarioTxt} class="px-2 bg-gray-50 border-2 border-gray-200 rounded text-gray-700 leading-tight focus:outline-none focus:bg-white focus:border-indigo-500 w-full" />
<textarea bind:value={scenarioTxt} rows={height} cols="50" class="px-2 bg-gray-50 border-2 border-gray-200 rounded text-gray-700 leading-tight focus:outline-none focus:bg-white focus:border-indigo-500 w-full" />
</Card>
</div>
<div class="grd-1col1">