Fix icon css

This commit is contained in:
Tamius Han 2020-12-03 00:32:17 +01:00
parent 8325e44a0e
commit 5e4aca66c5

View File

@ -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>