This commit is contained in:
yanran200730
2022-08-08 17:24:16 +08:00
7 changed files with 38 additions and 34 deletions

View File

@@ -28,8 +28,8 @@
</div>
<div class="flex-right">
<div class="title">{{chooseMonth}}{{chooseDay}}日宣发内容</div>
<div class="list-content">
<el-timeline>
<div class="list-content" v-if="taskList.length">
<el-timeline >
<el-timeline-item v-for="(item, index) in taskList" :key="index">
<el-card>
<div class="flex-between">
@@ -52,8 +52,9 @@
</el-card>
</el-timeline-item>
</el-timeline>
<ai-empty v-if="!taskList.length" />
</div>
<ai-empty v-if="!taskList.length" />
</div>
</div>
</div>
@@ -530,6 +531,7 @@
box-sizing: border-box;
overflow-y: scroll;
background-color: #F9F9F9;
box-sizing: border-box;
.item-title{
width: calc(100% - 100px);
word-break: break-all;