|
|
@@ -26,7 +26,7 @@
|
|
|
@endforeach
|
|
|
</select>
|
|
|
</div>
|
|
|
- <div class="col-md-3">
|
|
|
+ <div class="col-md-2">
|
|
|
Periodo
|
|
|
<select wire:model="selectedPeriod" class="form-select" @if($isFiltering) disabled @endif style="height: 43px!important;">
|
|
|
<option value="OGGI">Oggi</option>
|
|
|
@@ -37,7 +37,7 @@
|
|
|
<option value="ULTIMO QUADRIMESTRE">Ultimo Quadrimestre</option>
|
|
|
</select>
|
|
|
</div>
|
|
|
- <div class="col-md-2">
|
|
|
+ <div class="col-md-3">
|
|
|
<div class="prima--nota_buttons ms-auto" style="float:right; margin-top:25px;">
|
|
|
<button class="btn--ui primary" wire:click="applyFilters" style="margin-right:5px;" @if($isFiltering) disabled @endif>
|
|
|
@if($isFiltering)
|