mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改案例
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<!-- <router-link :to="'/case/detail?id='+item.id"> -->
|
||||
<!-- class="case-info-summary" -->
|
||||
<div>
|
||||
<div class="case-info-summary">
|
||||
<router-link :to="'/case/detail?id='+item.id">
|
||||
<!-- {{item.summary}} -->
|
||||
{{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;
|
||||
|
||||
Reference in New Issue
Block a user