BUG 55
This commit is contained in:
@@ -53,9 +53,10 @@
|
|||||||
<div v-if="item.systemExplain" v-text="item.systemExplain"/>
|
<div v-if="item.systemExplain" v-text="item.systemExplain"/>
|
||||||
<div v-else v-text="item.girdMemberName+$dict.getLabel('clapDoStatus', item.doStatus)"/>
|
<div v-else v-text="item.girdMemberName+$dict.getLabel('clapDoStatus', item.doStatus)"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="cardees-right-right" v-text="item.doTime"/>
|
<div class="cardees-right-right" v-text="item.doTime"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="lines"/>
|
<div class="lines"/>
|
||||||
<div class="cardes-msg-top" v-if="item.doExplain" v-text="item.doExplain"/>
|
<div class="cardes-msg-top" v-if="item.doExplain" v-text="item.doExplain"/>
|
||||||
<div class="imgs">
|
<div class="imgs">
|
||||||
@@ -246,6 +247,7 @@ uni-page-body {
|
|||||||
|
|
||||||
.header-bottom {
|
.header-bottom {
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
|
background: #fff;
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@@ -300,10 +302,10 @@ uni-page-body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cardees-right-right {
|
.cardees-right-right {
|
||||||
width: 25%;
|
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.lines {
|
.lines {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -313,7 +315,6 @@ uni-page-body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background: #eeeeee;
|
background: #eeeeee;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.cardes-msg-top {
|
.cardes-msg-top {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
|||||||
Reference in New Issue
Block a user