Menyembunyikan status pada tambah penawaran dan form penawaran ulang

This commit is contained in:
2024-10-10 10:46:09 +07:00
parent b53db4141f
commit c64b801f53
2 changed files with 10 additions and 2 deletions

View File

@@ -168,7 +168,7 @@
@enderror
</div>
</div>
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5 status-custom">
<label class="form-label max-w-56">
Status
</label>
@@ -213,5 +213,9 @@
color: var(--tw-gray-600);
}
}
.status-custom {
display: none
}
</style>
@endpush

View File

@@ -173,7 +173,7 @@
@enderror
</div>
</div>
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5">
<div class="flex items-baseline flex-wrap lg:flex-nowrap gap-2.5 status-custom">
<label class="form-label max-w-56">
Status
</label>
@@ -219,5 +219,9 @@
color: var(--tw-gray-600);
}
}
.status-custom {
display: none
}
</style>
@endpush