Browse Source

Update patients list UI

Vijayakrishnan Krishnan 4 năm trước cách đây
mục cha
commit
8b71b0d952
1 tập tin đã thay đổi với 9 bổ sung12 xóa
  1. 9 12
      resources/views/app/patients.blade.php

+ 9 - 12
resources/views/app/patients.blade.php

@@ -13,16 +13,16 @@
         </div>
         <div class="card-body p-0">
             <table class="table table-condensed p-0 m-0">
-                <thead>
+                <thead class="bg-light">
                 <tr>
-                    <th class="px-3">#</th>
-                    <th>Name</th>
-                    <th>DOB</th>
-                    <th>Sex</th>
-                    <th>Ins.</th>
-                    <th>PCP</th>
-                    <th>Assistant</th>
-                    <th>Next E&M</th>
+                    <th class="px-3 border-0">#</th>
+                    <th class="border-0">Name</th>
+                    <th class="border-0">DOB</th>
+                    <th class="border-0">Sex</th>
+                    <th class="border-0">Ins.</th>
+                    <th class="border-0">PCP</th>
+                    <th class="border-0">Assistant</th>
+                    <th class="border-0">Next E&M</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -71,9 +71,6 @@
                 </tbody>
             </table>
         </div>
-        <div class="card-footer px-3">
-            Pagination Later
-        </div>
     </div>
     </div>