Преглед изворни кода

modifiche ui - tabella course list

ferrari пре 9 месеци
родитељ
комит
6499117a19
2 измењених фајлова са 15 додато и 6 уклоњено
  1. 9 0
      public/css/style.css
  2. 6 6
      resources/views/livewire/course_list.blade.php

+ 9 - 0
public/css/style.css

@@ -16722,10 +16722,19 @@ body:has(#filter--section.filterWrapper_open) #card--dashboard {
   height: calc(100dvh - (86px + 195px)) !important;
 }
 
+#card--dashboard:has(.showFilter[style*="display: block"]) #resume-table.course_list-table {
+  height: calc(100dvh - (86px + 80px + 212px)) !important;
+}
+
 #resume-table.course_list-table > .row {
   margin: 0;
   position: sticky;
+  bottom: 0;
   left: 0;
+  padding: 10px 0;
+  border-top: 1px solid;
+  z-index: 100;
+  background-color: white;
 }
 
 table.tablesaw thead:has(tr+tr) tr:first-child th {

+ 6 - 6
resources/views/livewire/course_list.blade.php

@@ -228,15 +228,15 @@
                 </tbody>
                 <tfoot id="checkall-target">
                     <tr>
-                        <th class="sticky-col-header first-zero"></th>
-                        <th class="sticky-col-header first-col"></th>
-                        <th class="sticky-col-header second-col"></th>
-                        <th class="sticky-col-header third-col"></th>
+                        <th class="sticky-col-header first-zero" style="border-bottom:none;"></th>
+                        <th class="sticky-col-header first-col" style="border-bottom:none;"></th>
+                        <th class="sticky-col-header second-col" style="border-bottom:none;"></th>
+                        <th class="sticky-col-header third-col" style="border-bottom:none;"></th>
                         @foreach($totS as $yyy)
                             @if (isset($yyy))
-                                <th style="padding-left:5px !important;padding-right:5px !important;">{!!$yyy!!}</th>
+                                <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">{!!$yyy!!}</th>
                             @else
-                                <th style="padding-left:5px !important;padding-right:5px !important;">aa</th>
+                                <th style="padding-left:5px !important;padding-right:5px !important;border-bottom:none;">aa</th>
                             @endif
                         @endforeach