fix styling opnames and mutations same with stock audit
This commit is contained in:
@@ -18,15 +18,10 @@
|
||||
min-width: 250px;
|
||||
max-width: 300px;
|
||||
}
|
||||
/* Ensure input field follows parent width */
|
||||
input.datepicker {
|
||||
width: 100% !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* Fix for select2 dropdown width */
|
||||
.select2-container {
|
||||
width: 100% !important;
|
||||
}
|
||||
</style>
|
||||
@endsection
|
||||
|
||||
@@ -43,8 +38,8 @@ input.datepicker {
|
||||
|
||||
<div class="kt-portlet__body">
|
||||
<!-- Filter Section -->
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-3">
|
||||
<div class="ke-form row mb-3">
|
||||
<div class="form-group col-md-3">
|
||||
<label class="form-label">Filter Dealer</label>
|
||||
<select class="form-control select2" id="filter-dealer">
|
||||
<option value="">Semua Dealer</option>
|
||||
@@ -53,7 +48,7 @@ input.datepicker {
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="form-group col-md-3">
|
||||
<label class="form-label">Filter Produk</label>
|
||||
<select class="form-control select2" id="filter-product">
|
||||
<option value="">Semua Produk</option>
|
||||
@@ -62,7 +57,7 @@ input.datepicker {
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="form-group col-md-3">
|
||||
<label class="form-label">Jenis Perubahan</label>
|
||||
<select class="form-control select2" id="filter-change-type">
|
||||
<option value="">Semua Jenis</option>
|
||||
@@ -71,7 +66,7 @@ input.datepicker {
|
||||
<option value="no_change">Tidak Ada Perubahan</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="form-group col-md-3">
|
||||
<label class="form-label">Filter Tanggal</label>
|
||||
<input type="text" class="form-control datepicker" id="filter-date" placeholder="Pilih tanggal">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user