html format other components

This commit is contained in:
Matteo Pagliazzi
2019-10-12 17:05:15 +02:00
parent 7b4671fbf9
commit f99e3fab8b
180 changed files with 6536 additions and 2894 deletions

View File

@@ -8,13 +8,16 @@
<div
class="svg-icon"
v-html="icon"
></div><div class="progress">
></div>
<div class="progress">
<div
class="progress-bar"
:class="progressClass"
:style="{width: `${percent(value, maxValue)}%`}"
></div>
</div><span class="small-text">{{ value | statFloor }} / {{ maxValue }}</span><b-tooltip
</div>
<span class="small-text">{{ value | statFloor }} / {{ maxValue }}</span>
<b-tooltip
class="myClass"
:target="() => $refs.container"
:container="elementId"