This commit is contained in:
wanglei
2021-12-08 16:15:27 +08:00
parent db6f74adb7
commit 4523e84adb

View File

@@ -59,8 +59,12 @@
<template v-else> <template v-else>
<div class="footer" v-if="['1','2'].includes(detail.status) && ['0','3'].includes(detail.joinStatus)"> <div class="footer" v-if="['1','2'].includes(detail.status) && ['0','3'].includes(detail.joinStatus)">
<div @click="updateStatus(0)">请假</div> <div class="leave" @click="updateStatus(0)">
<div @click="toDo">待定</div> <img :src="$cdn + 'sass/leave.png'" alt="">请假
</div>
<div @click="toDo" class="leave">
<img :src="$cdn + 'sass/toBe.png'" alt="">待定
</div>
<div @click="updateStatus(1)">确认会议</div> <div @click="updateStatus(1)">确认会议</div>
</div> </div>
@@ -499,8 +503,15 @@
justify-content: center; justify-content: center;
& > div { & > div {
font-size: 36px; font-size: 28px;
color: #333333; color: #666666;
display:flex;
flex-direction: column;
& > img {
width: 48px;
height: 48px;
}
} }
& > div:nth-child(1), & > div:nth-child(2) { & > div:nth-child(1), & > div:nth-child(2) {
@@ -527,13 +538,13 @@
color: #999999; color: #999999;
} }
img { /*img {*/
width: 158px; /* width: 158px;*/
height: 104px; /* height: 104px;*/
position: absolute; /* position: absolute;*/
right: 0; /* right: 0;*/
top: 0; /* top: 0;*/
} /*}*/
} }
.cancel { .cancel {