-
{{ item.description }}
-
+
+
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
+
{{ item.doTime }}
-
{{ item.doTime }}
+
{{ item.description }}
@@ -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;
}
}
diff --git a/src/apps/AppHelpDeclaration/list.vue b/src/apps/AppHelpDeclaration/list.vue
index 2b7b0c0b..9ee307ed 100644
--- a/src/apps/AppHelpDeclaration/list.vue
+++ b/src/apps/AppHelpDeclaration/list.vue
@@ -30,9 +30,9 @@
{{ item.riskDescription }}
-
申请人姓名{{ item.createUserName }}
-
所在地区{{ item.areaName }}{{ item.address }}
-
风险类型{{ item.reason }}
+
申请人姓名
{{ item.createUserName }}
+
+
@@ -237,13 +237,15 @@ export default {
margin-bottom: 24px;
}
.info {
- span:first-child {
+ p:first-child {
+ vertical-align: center;
color: #999999;
font-size: 26px;
display: inline-block;
width: 160px;
}
- span:last-child {
+ p:last-child {
+ vertical-align: bottom;
display: inline-block;
width: calc(100% - 160px);
overflow:hidden;