Fix icon css
This commit is contained in:
parent
8325e44a0e
commit
5e4aca66c5
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg class="bi" width="1em" height="1em" fill="currentColor">
|
<svg class="bi icon" width="1em" height="1em" fill="currentColor">
|
||||||
<use :xlink:href=" '' + iconHref" />
|
<use :xlink:href=" '' + iconHref" />
|
||||||
</svg>
|
</svg>
|
||||||
</template>
|
</template>
|
||||||
@ -22,4 +22,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.icon {
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user