formatting
This commit is contained in:
parent
ff339a124b
commit
edb715425e
1 changed files with 3 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="header-container">
|
<div class="header-container">
|
||||||
<img :src="ScheduleConfirmationImage" />
|
<img :src="ScheduleConfirmationImage" />
|
||||||
<span v-html="ScheduleConfirmationText"></span>
|
<span v-html="ScheduleConfirmationText"></span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="appoinmenttext"
|
class="appoinmenttext"
|
||||||
v-html="this.getAppointmentWordingText()"></div>
|
v-html="this.getAppointmentWordingText()"></div>
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
<p>{{ this.ScheduleDateFormatted }}</p>
|
<p>{{ this.ScheduleDateFormatted }}</p>
|
||||||
<p>{{ this.ScheduleTimeFormatted }}</p>
|
<p>{{ this.ScheduleTimeFormatted }}</p>
|
||||||
</div>
|
</div>
|
||||||
<addToCalendar></addToCalendar>
|
<addToCalendar></addToCalendar>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="appoinmenttext"
|
class="appoinmenttext"
|
||||||
v-html="this.AppointmentWordingText"></div>
|
v-html="this.AppointmentWordingText"></div>
|
||||||
|
|
@ -37,7 +37,6 @@
|
||||||
isBackButtonHidden="true"
|
isBackButtonHidden="true"
|
||||||
@ForwardClicked="forwardButtonAction"
|
@ForwardClicked="forwardButtonAction"
|
||||||
:buttonSize="true" />
|
:buttonSize="true" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue