修改案例

This commit is contained in:
lmj
2022-06-08 13:56:00 +08:00
parent 17a6ab7785
commit b27cd2948b

View File

@@ -98,7 +98,7 @@
</div> </div>
<!-- <router-link :to="'/case/detail?id='+item.id"> --> <!-- <router-link :to="'/case/detail?id='+item.id"> -->
<!-- class="case-info-summary" --> <!-- class="case-info-summary" -->
<div> <div class="case-info-summary">
<router-link :to="'/case/detail?id='+item.id"> <router-link :to="'/case/detail?id='+item.id">
<!-- {{item.summary}} --> <!-- {{item.summary}} -->
{{displayAll(item)}} {{displayAll(item)}}
@@ -728,7 +728,7 @@ export default {
// margin-left: 10px; // margin-left: 10px;
.order-class { .order-class {
color: #666666; color: #666666;
width: 80px; width: 52px;
// text-align: left; // text-align: left;
border: 1px solid #dfdfdf; border: 1px solid #dfdfdf;
// padding-left: 5px; // padding-left: 5px;
@@ -765,8 +765,8 @@ export default {
} }
.case-list { .case-list {
margin: 5px 0; margin: 8px 0;
padding-bottom: 10px; padding-bottom: 15px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;
@@ -780,29 +780,28 @@ export default {
.case-info { .case-info {
.case-info { .case-info {
.case-info-title { .case-info-title {
font-size: 16px; font-size: 15px;
color: #333;
font-weight: 600; font-weight: 600;
height: 30px; height: 30px;
.case-info-date { .case-info-date {
font-size: 12px;
height: 30px; height: 30px;
float: right; float: right;
font-weight: 200; font-weight: 200;
color: #999999; color: #8590a6;
i { i {
margin-right: 5px; margin-right: 5px;
} }
} }
} }
.case-info-summary { .case-info-summary {
height: 60px; margin-bottom: 5px;
word-break: break-all;
line-height: 30px; line-height: 25px;
font-size: 15px; font-size: 15px;
color: #444444; color: #121212;
display: -webkit-box; font-weight: 400;;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
} }
.case-info-tools { .case-info-tools {
height: 30px; height: 30px;