ferrari 3 месяцев назад
Родитель
Сommit
323bb1fbff
2 измененных файлов с 16 добавлено и 0 удалено
  1. 12 0
      public/css/new_style.css
  2. 4 0
      resources/views/livewire/records_out.blade.php

+ 12 - 0
public/css/new_style.css

@@ -1116,3 +1116,15 @@ table#recipients-table td {
 body div.dt-processing {
     z-index: 1000;
 }
+
+body .select2-container .select2-selection--single .select2-selection__rendered {
+    display: flex;
+    flex-wrap: wrap;
+    align-content: center;
+    line-height: 1;
+    padding-top: 9px;
+}
+
+body .form-select, body form .form-select {
+    padding-top: 9px;
+}

+ 4 - 0
resources/views/livewire/records_out.blade.php

@@ -1398,6 +1398,10 @@
             setTimeout(setupDragAndDrop, 100);
         });
 
+        $('.filterSupplier').select2({"language": {"noResults": function(){return "Nessun risultato";}}});
+        $('.filterPaymentMethod').select2({"language": {"noResults": function(){return "Nessun risultato";}}});
+        $('.filterCausals').select2({"language": {"noResults": function(){return "Nessun risultato";}}});
+
         Livewire.on('start-loading', message => {
             showLoading(message);
         });