标准化活动日历修改部分样式
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 16 KiB |
@@ -43,12 +43,12 @@
|
||||
<el-col :span="12">
|
||||
<el-card style="height: 655px;overflow: auto">
|
||||
<div class="title_time">{{ timeDay.day || nowDate }}</div>
|
||||
<el-card class="card_info_empty " v-if="todayData.length === 0">
|
||||
<span class="card_info_empty " v-if="todayData.length === 0">
|
||||
<div style="text-align: center">
|
||||
<img :src="require('@/assets/images/meeting.png')">
|
||||
</div>
|
||||
<div style="text-align: center;font-weight: bold;color: #99999a">暂无会议</div>
|
||||
</el-card>
|
||||
</span>
|
||||
<el-card class="card_info" v-else v-for="item in todayData" :value="item">
|
||||
<span v-for="res in item.attend" :key="res.fillPeopleId">
|
||||
<el-tag v-if="userId === res.fillPeopleId" type="success" size="mini">会议</el-tag>
|
||||
@@ -322,8 +322,7 @@ export default {
|
||||
}
|
||||
|
||||
.card_info_empty {
|
||||
height: 500px;
|
||||
margin-top: 10px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.card_info {
|
||||
height: 190px;
|
||||
|
||||
Reference in New Issue
Block a user