This commit is contained in:
shijingjing
2022-05-20 18:08:39 +08:00
parent ac0b5559c7
commit cd948e3227

View File

@@ -67,16 +67,16 @@
</div>
<div class="cardss-right">
<div class="cardsss-right-left">
<div class="cardssss-right-left-top">
<div :style="{color: item.status == 0? '#FF883C':item.status == 1? '#1AAAFF': item.status==2? '#FF4466': '#42D784'}" style="font-size: 16px; margin-top: 5px">
<div class="cardsss-right-top">
<div class="cardssss-right-left">
<div :style="{color: item.status == 0? '#FF883C':item.status == 1? '#1AAAFF': item.status==2? '#FF4466': '#42D784'}" style="font-size: 16px;">
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
</div>
<span>{{ item.description }}</span>
<span>{{ item.doTime }}</span>
</div>
</div>
<div class="cardees-right-right">{{ item.doTime }}</div>
<div class="cardees-right-bottom">{{ item.description }}</div>
</div>
<div class="lines"></div>
@@ -295,14 +295,10 @@ export default {
}
.cardss-right {
width: calc(100% - 110px);
display: flex;
justify-content: space-between;
.cardsss-right-left {
.cardssss-right-left-top {
width: 300px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 32px;
.cardsss-right-top {
.cardssss-right-left {
display: flex;
justify-content: space-between;
}
.cardssss-right-left-bottom {
margin-top: 10px;
@@ -335,12 +331,12 @@ export default {
margin-top: 10px;
margin-left: 110px;
img {
width: 136px;
height: 136px;
width: 180px;
height: 180px;
border-radius: 4px;
margin-right: 12px;
margin-right: 10px;
}
img:nth-child(4n) {
img:nth-child(3n) {
margin-right: 0;
}
}