|
@@ -260,7 +260,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div v-else class="w-full h-full">
|
|
|
- <div class="p-10 pb-80">
|
|
|
+ <div class="p-16">
|
|
|
<img
|
|
|
v-if="defaultNoteJson?.travelNotesBanner"
|
|
|
:src="defaultNoteJson?.travelNotesBanner"
|
|
@@ -377,8 +377,9 @@
|
|
|
<template v-if="con.type == 'image'">
|
|
|
<img :src="con.content" class="w-[full] rounded-xl" alt="" />
|
|
|
</template>
|
|
|
+
|
|
|
<template v-else>
|
|
|
- <div v-html="con.content"></div>
|
|
|
+ <div class="text-sm text-black-3" v-html="con.content"></div>
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|