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