瀏覽代碼

Note content tree UI update

Vijayakrishnan 3 年之前
父節點
當前提交
7a46d44f30
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/patient/note/note-segment-list.blade.php

+ 2 - 2
resources/views/app/patient/note/note-segment-list.blade.php

@@ -23,8 +23,8 @@
             }
             if (!empty($segment->heading)) {
                 echo '<div class="note-content-node note-content-heading">' .
-                    '<div class="py-2 px-3 border-bottom font-size-14 font-weight-bold text-secondary bg-light ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
-                    '<div class="note-content-children ml-4 border-left">'; // <!-- open new node -->
+                    '<div class="py-2 px-3 border-bottom font-size-16 font-weight-bold bg-light text-secondary ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
+                    '<div class="note-content-children ml-5 border-left">'; // <!-- open new node -->
             }
             $previousHeading = $segment->heading;
         }