chnaged message font
This commit is contained in:
parent
5a306a53e4
commit
dd95f3e40f
1 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4
|
<h2
|
||||||
v-if="'{{ copilot.show_price }}' != 'None'"
|
v-if="'{{ copilot.show_price }}' != 'None'"
|
||||||
class="text-bold fixed-bottom-left"
|
class="text-bold fixed-bottom-left"
|
||||||
style="
|
style="
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{% raw %}{{ price }}{% endraw %}
|
{% raw %}{{ price }}{% endraw %}
|
||||||
</h4>
|
</h2>
|
||||||
<p
|
<p
|
||||||
v-if="'{{ copilot.show_ack }}' != 'None'"
|
v-if="'{{ copilot.show_ack }}' != 'None'"
|
||||||
class="fixed-top"
|
class="fixed-top"
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
this.$q.notify({
|
this.$q.notify({
|
||||||
color: 'purple',
|
color: 'purple',
|
||||||
html: true,
|
html: true,
|
||||||
message: '<h2 style="color: white;">' + userMessage + '</h2>',
|
message: '<h4 style="color: white;">' + userMessage + '</h4>',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue