Explorar o código

fix colonna dell'importo è troppo attaccata

FabioFratini hai 10 meses
pai
achega
34f2d0d8d8

+ 2 - 2
public/css/extra.css

@@ -3,7 +3,7 @@
     border-color: #FF0000 !important;
 }
 .numericCol{
-    text-align: right !important;
+    text-align: left !important;
 }
 .paddingLeftSelect0
 {
@@ -27,4 +27,4 @@ table.tableHead thead {
 ::-webkit-scrollbar-thumb {
     background: #e4e4e4 !important;
     border-radius: 10px;
-}
+}

+ 1 - 3
resources/views/layouts/app.blade.php

@@ -103,9 +103,7 @@
     {
         z-index:9999 !important;
     }
-    .numericCol{
-        text-align: right !important;
-    }
+
   </style>
 
     <link rel="stylesheet" href="/css/style.css?v={{date('YmdHis')}}">

+ 1 - 1
resources/views/livewire/records_in.blade.php

@@ -1249,7 +1249,7 @@
                             return ret;
                         }
                     },
-                    { data: 'total', className: "numericCol" },
+                    { data: 'total'},
                     { data: 'last_name' },
                     { data: 'first_name' },
                     { data: 'commercial' },