|
@@ -16,7 +16,7 @@
|
|
<span class="font-size-14 font-weight-bold">Current Problems</span>
|
|
<span class="font-size-14 font-weight-bold">Current Problems</span>
|
|
<a href="#" v-on:click.prevent="addDx()" class="ml-3">+ Add</a>
|
|
<a href="#" v-on:click.prevent="addDx()" class="ml-3">+ Add</a>
|
|
</div>
|
|
</div>
|
|
- <table class="table table-sm table-striped table-bordered" style="table-layout: fixed">
|
|
|
|
|
|
+ <table class="table table-sm table-striped table-bordered m-0" style="table-layout: fixed">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th class="border-bottom-0 text-secondary">Problem</th>
|
|
<th class="border-bottom-0 text-secondary">Problem</th>
|
|
@@ -31,12 +31,12 @@
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
-
|
|
|
|
|
|
+ <hr class="m-neg-4 my-4">
|
|
<div class="d-flex align-items-baseline mb-2">
|
|
<div class="d-flex align-items-baseline mb-2">
|
|
<span class="font-size-14 font-weight-bold">Medications</span>
|
|
<span class="font-size-14 font-weight-bold">Medications</span>
|
|
<a href="#" v-on:click.prevent="addRx()" class="ml-3">+ Add</a>
|
|
<a href="#" v-on:click.prevent="addRx()" class="ml-3">+ Add</a>
|
|
</div>
|
|
</div>
|
|
- <table class="table table-sm table-striped table-bordered" style="table-layout: fixed">
|
|
|
|
|
|
+ <table class="table table-sm table-striped table-bordered m-0" style="table-layout: fixed">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th class="border-bottom-0 text-secondary">Medication</th>
|
|
<th class="border-bottom-0 text-secondary">Medication</th>
|