checkbox fit content
This commit is contained in:
parent
bb29e7de5a
commit
728b92228b
1 changed files with 3 additions and 3 deletions
|
|
@ -89,19 +89,19 @@
|
|||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
<div class="form-control">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<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">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<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">
|
||||
<label class="flex justify-start gap-2 cursor-pointer label w-fit">
|
||||
<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