make toggle indent perfect
This commit is contained in:
parent
196cc8e843
commit
0431f7d871
1 changed files with 6 additions and 6 deletions
|
|
@ -88,20 +88,20 @@
|
|||
/>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="form-control">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<div class="form-control w-44">
|
||||
<label class="flex gap-2 cursor-pointer label">
|
||||
<span class="label-text">Is Use?</span>
|
||||
<input type="checkbox" class="toggle" formControlName="isUse" />
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-control">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<div class="form-control w-44">
|
||||
<label class="flex gap-2 cursor-pointer label">
|
||||
<span class="label-text">Is Show?</span>
|
||||
<input type="checkbox" class="toggle" formControlName="isShow" />
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-control">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<div class="form-control w-44">
|
||||
<label class="flex gap-2 cursor-pointer label">
|
||||
<span class="label-text">Is Disable?</span>
|
||||
<input type="checkbox" class="toggle" formControlName="disable" />
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue