minor refactors

This commit is contained in:
geoffrey45
2022-02-19 22:12:10 +03:00
parent a6bb5059b0
commit 92c2443c7c
20 changed files with 121 additions and 104 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="l_" v-if="!props.collapsed">
<div
class="l-image image border rounded"
class="l-image image rounded"
:style="{
backgroundImage: `url(&quot;${current.image}&quot;)`,
}"
@@ -28,6 +28,7 @@ const props = defineProps({
.l-image {
height: 14rem;
width: 14rem;
border-radius: .5rem;
}
}
</style>