Эх сурвалжийг харах

Erx & Orders td colors issue fix

Vijayakrishnan 3 жил өмнө
parent
commit
2911af666b

+ 4 - 4
resources/views/app/patient/prescriptions/list.blade.php

@@ -39,10 +39,10 @@
                 <tr>
                     <th class="border-0 text-secondary width-150px">Created</th>
                     <th class="border-0 text-secondary" :class="currentPrescription ? 'width-200px' : ''">Clinical</th>
-                    <th v-if="!currentPrescription">Prescriber</th>
-                    <th v-if="!currentPrescription">Status</th>
-                    <th v-if="!currentPrescription">Sign</th>
-                    <th v-if="!currentPrescription">Client Status</th>
+                    <th v-if="!currentPrescription" class="border-0 text-secondary">Prescriber</th>
+                    <th v-if="!currentPrescription" class="border-0 text-secondary">Status</th>
+                    <th v-if="!currentPrescription" class="border-0 text-secondary">Sign</th>
+                    <th v-if="!currentPrescription" class="border-0 text-secondary">Client Status</th>
                 </tr>
                 </thead>
                 <tbody>