Vijayakrishnan vor 4 Jahren
Ursprung
Commit
b69c64f56e

+ 4 - 0
public/css/style.css

@@ -1024,6 +1024,7 @@ canvas.pdf-viewer-page {
 }
 table.table-edit-sheet tbody tr td {
     padding: 0;
+    background: #f7f7f7;
 }
 table.table-edit-sheet tbody tr td>input,
 table.table-edit-sheet tbody tr td>select {
@@ -1040,6 +1041,9 @@ table.table-edit-sheet tbody tr td>select:focus {
     background: #fff;
     outline: 3px solid #4b88a633;
 }
+table.table-edit-sheet tbody tr [contenteditable] {
+    background: #fff;
+}
 table.table-edit-sheet .ql-toolbar {
     border-top: 0 !important;
 }

+ 4 - 4
resources/views/app/patient/canvas-sections/dx/form.blade.php

@@ -35,11 +35,11 @@ $formID = rand(0, 100000);
                     <span>All</span>
                 </label>
             </th>
-            <th class="px-2 text-secondary border-bottom-0">ICD</th>
-            <th class="px-2 text-secondary border-bottom-0">Title</th>
+            <th class="px-2 text-secondary border-bottom-0 w-150">ICD</th>
+            <th class="px-2 text-secondary border-bottom-0 w-25">Title</th>
             <th class="px-2 text-secondary border-bottom-0">Chr/Act.</th>
-            <th class="px-2 text-secondary border-bottom-0 w-35">Detail</th>
-            <th class="px-2 text-secondary border-bottom-0 w-35">Plan</th>
+            <th class="px-2 text-secondary border-bottom-0 w-25">Detail</th>
+            <th class="px-2 text-secondary border-bottom-0 w-25">Plan</th>
             <th class="px-2 text-secondary border-bottom-0"></th>
         </tr>
         </thead>