Unneeded code deleted and alignment done
This commit is contained in:
parent
41c8b2fe0b
commit
6e093fdcd2
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<td class="align-top" style="width:24px; height:100px; color: #8898aa;">
|
<td class="align-top" style="width:24px; height:100px; color: #8898aa;">
|
||||||
<div class="handle mt-2 hidden lg:block cursor-move">
|
<div class="handle mt-2 hidden lg:block cursor-move">
|
||||||
<span class="w-6 material-icons">list</span>
|
<span class="w-6 material-icons mt-0.5">list</span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
:ref="'items-' + index + '-name'"
|
:ref="'items-' + index + '-name'"
|
||||||
class="w-full text-sm px-3 py-2.5 mt-0 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple mt-0"
|
class="w-full text-sm px-3 py-2.5 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple mt-0"
|
||||||
:name="'items.' + index + '.name'"
|
:name="'items.' + index + '.name'"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
required="required"
|
required="required"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user