Vijayakrishnan 3 rokov pred
rodič
commit
e7ed5a8a44

+ 3 - 0
public/css/style.css

@@ -1540,6 +1540,9 @@ table.table-edit-sheet .ql-editor[contenteditable] {
 .w-30 {
     width: 30%;
 }
+.w-33 {
+    width: 33%;
+}
 .w-35 {
     width: 35%;
 }

+ 6 - 7
resources/views/app/patient/segment-templates/ros/edit.blade.php

@@ -58,9 +58,8 @@ $fields = [
             "Itching",
             "Running nose",
             "Sneezing",
-            "Watery eyes"]
-    ],
-    [
+            "Watery eyes"],
+
         "Cardiovascular" => [
             "Chest pain / pressure at rest",
             "Chest pain / pressure with excursion",
@@ -78,6 +77,8 @@ $fields = [
             "Sweating",
             "Swelling"],
 
+    ],
+    [
         "Respiratory" => [
             "Cough – dry",
             "Cough – wet",
@@ -102,8 +103,7 @@ $fields = [
             "Rectal pain",
             "Stool – black tarry",
             "Stool – bloody"],
-    ],
-    [
+
         "Genitourinary" => [
             "Blood in urine",
             "Discharge",
@@ -144,7 +144,6 @@ $fields = [
             "Track marks",
             "Ulcer",
             "Wound"],
-
     ],
     [
         "Neurological" => [
@@ -242,7 +241,7 @@ for ($i = 0; $i < count($fields); $i++) {
                 </div>
                 <div class="d-flex align-items-start flex-wrap custom-items-container">
                     @for ($i = 0; $i < count($fields); $i++)
-                        <div class="w-25">
+                        <div class="w-33">
                             @foreach($fields[$i] as $head => $values)
                                 <div class="font-weight-bold mb-2">{{ $head }}</div>
                                 <div class="d-flex flex-nowrap align-items-center mb-1">