@fy-/fws-vue 0.7.7 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -103,20 +103,14 @@ onUnmounted(() => {
|
|
|
103
103
|
class="flex-shrink-0 w-6 h-6"
|
|
104
104
|
v-else
|
|
105
105
|
/>
|
|
106
|
-
<h3
|
|
107
|
-
class="text-lg font-medium"
|
|
108
|
-
v-text="currentNotif.title"
|
|
109
|
-
:class="{
|
|
110
|
-
'mb-4': !currentNotif.content,
|
|
111
|
-
}"
|
|
112
|
-
/>
|
|
106
|
+
<h3 class="text-lg font-medium" v-text="currentNotif.title" />
|
|
113
107
|
</div>
|
|
114
108
|
<div
|
|
115
|
-
class="mt-
|
|
109
|
+
class="mt-2text-sm"
|
|
116
110
|
v-text="currentNotif.content"
|
|
117
111
|
v-if="currentNotif.content"
|
|
118
112
|
/>
|
|
119
|
-
<div class="flex justify-end gap-2">
|
|
113
|
+
<div class="flex justify-end gap-2 pt-3">
|
|
120
114
|
<button
|
|
121
115
|
type="button"
|
|
122
116
|
class="btn neutral small"
|