|
@@ -103,7 +103,7 @@
|
|
<div v-if="currentPrescription" class="border-top border-right border-bottom align-self-stretch p-3 flex-grow-1 min-width-50">
|
|
<div v-if="currentPrescription" class="border-top border-right border-bottom align-self-stretch p-3 flex-grow-1 min-width-50">
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
<h3 class="font-size-16 m-0">
|
|
<h3 class="font-size-16 m-0">
|
|
- <b class="mr-1 font-size-16">@{{ currentPrescription.erx_category }} ERx: @{{ currentPrescription.created_at_friendly_short }}</b>
|
|
|
|
|
|
+ <b class="mr-1 font-size-16">@{{ currentPrescription.erx_category }} ERx <span class="ml-2">@{{ currentPrescription.created_at_friendly_short }}</span></b>
|
|
</h3>
|
|
</h3>
|
|
<a class="ml-auto" href="#" v-on:click.prevent="currentPrescription=null">
|
|
<a class="ml-auto" href="#" v-on:click.prevent="currentPrescription=null">
|
|
<i class="fa fa-times-circle on-hover-opaque"></i>
|
|
<i class="fa fa-times-circle on-hover-opaque"></i>
|