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