|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
<div> {{ form.eventProfile }}</div> |
|
|
|
|
|
|
|
|
|
<h6>{{ $t('column.content') }}</h6> |
|
|
|
|
<div v-html="form.mainBody"></div> |
|
|
|
|
<div class="des" v-html="form.mainBody"></div> |
|
|
|
|
<div v-if="form.fileList && form.fileList.length" class="annex"> |
|
|
|
|
<h6>{{ $t('column.attachmentDownload') }}</h6> |
|
|
|
|
<ul class="files"> |
|
|
|
@ -178,6 +178,24 @@ export default { |
|
|
|
|
img { |
|
|
|
|
max-width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ul { |
|
|
|
|
// padding-left: 40px; |
|
|
|
|
list-style: disc; |
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
list-style: inherit; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ol { |
|
|
|
|
// padding-left: 40px; |
|
|
|
|
list-style: decimal; |
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
list-style: inherit; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.annex { |
|
|
|
|