diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue
index 76434d56..bbb0a9c4 100644
--- a/src/views/portal/case/Index.vue
+++ b/src/views/portal/case/Index.vue
@@ -98,7 +98,7 @@
-
+
{{displayAll(item)}}
@@ -728,7 +728,7 @@ export default {
// margin-left: 10px;
.order-class {
color: #666666;
- width: 80px;
+ width: 52px;
// text-align: left;
border: 1px solid #dfdfdf;
// padding-left: 5px;
@@ -765,8 +765,8 @@ export default {
}
.case-list {
- margin: 5px 0;
- padding-bottom: 10px;
+ margin: 8px 0;
+ padding-bottom: 15px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 1px solid #dfdfdf;
@@ -780,29 +780,28 @@ export default {
.case-info {
.case-info {
.case-info-title {
- font-size: 16px;
+ font-size: 15px;
+ color: #333;
font-weight: 600;
height: 30px;
.case-info-date {
+ font-size: 12px;
height: 30px;
float: right;
font-weight: 200;
- color: #999999;
+ color: #8590a6;
i {
margin-right: 5px;
}
}
}
.case-info-summary {
- height: 60px;
-
- line-height: 30px;
+ margin-bottom: 5px;
+ word-break: break-all;
+ line-height: 25px;
font-size: 15px;
- color: #444444;
- display: -webkit-box;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
+ color: #121212;
+ font-weight: 400;;
}
.case-info-tools {
height: 30px;