Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user