瀏覽代碼

Notes list - hide unselected items in table

Vijayakrishnan 4 年之前
父節點
當前提交
730e844adf
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      public/css/style.css
  2. 1 1
      resources/views/app/patient/notes.blade.php

+ 1 - 0
public/css/style.css

@@ -1082,6 +1082,7 @@ table.table-edit-sheet .ql-editor[contenteditable] {
 .client-single-dashboard .hide-if-dashboard {
     display: none;
 }
+.notes-list .hide-if-note,
 .note-section .hide-if-note {
     display: none;
 }

+ 1 - 1
resources/views/app/patient/notes.blade.php

@@ -35,7 +35,7 @@
         </h6>
     </div>
 
-    <table class="table table-sm table-striped table-bordered mb-0 mt-2">
+    <table class="table table-sm table-striped table-bordered mb-0 mt-2 notes-list">
         <thead>
         <tr>
             <th class="px-2 text-secondary border-bottom-0">Effective Date</th>