This commit is contained in:
yanran200730
2021-12-03 18:25:52 +08:00
3 changed files with 6 additions and 8 deletions

View File

@@ -59,10 +59,10 @@
<div @click="updateStatus(1)">确认会议</div> <div @click="updateStatus(1)">确认会议</div>
</div> </div>
<div class="footer" v-if="['1','2'].includes(detail.status) && detail.joinStatus!=0"> <!-- <div class="footer" v-if="['1','2'].includes(detail.status) && detail.joinStatus!=0">-->
<label>{{ detail.joinStatus|transform }}</label> <!-- <label>{{ detail.joinStatus|transform }}</label>-->
<img :src="$cdn + tag(detail.joinStatus)" alt=""> <!-- <img :src="$cdn + tag(detail.joinStatus)" alt="">-->
</div> <!-- </div>-->
</template> </template>
</template> </template>
@@ -309,15 +309,14 @@
.u-row { .u-row {
& > div { & > div {
background-color: #2266FF;
border-radius: 50%; border-radius: 50%;
text-align: center; text-align: center;
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
color: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-left: 8px;
} }
& > span { & > span {

View File

@@ -272,7 +272,7 @@ export default {
padding: 32px; padding: 32px;
.card { .card {
height: 208px; height: 255px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;

View File

@@ -141,7 +141,6 @@
text-align: center; text-align: center;
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
color: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;