日历会议内容样式

This commit is contained in:
shenyanpei
2021-12-23 09:35:59 +08:00
parent c52fdb5c0f
commit 984b0dc2b1
+2 -2
View File
@@ -81,8 +81,8 @@
<div class="content_text"> <div class="content_text">
<span>会议附件 : <span>会议附件 :
<span v-if="item.files.length === 0">{{ '-' }}</span> <span v-if="item.files.length === 0">{{ '-' }}</span>
<div v-else v-for="res in item.files" :key="res.id" style="color: #409EFF;margin-left: 55px;margin-top: -25px;line-height: 35px" @click="previews(res.id)"> <div v-else v-for="res in item.files" :key="res.id" style="color: #409EFF;margin-left: 58px;margin-top: -32px;line-height: 50px" @click="previews(res.id)">
<a v-if="res.name.length > 30" style="cursor: pointer"> <a v-if="res.name.length > 30" style="cursor: pointer;margin-bottom: 5px">
{{ res.name.slice(0, 30) + '...' }} {{ ';' }} {{ res.name.slice(0, 30) + '...' }} {{ ';' }}
</a> </a>
<a v-else style="cursor: pointer"> <a v-else style="cursor: pointer">