This commit is contained in:
aixianling
2023-03-07 16:32:22 +08:00
parent 3375180b98
commit 56542b008d

View File

@@ -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 {