mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
边框
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
<el-row class="data-content" style="border: 1px solid #EBEEF5;border-top:none;border-bottom:none">
|
<el-row class="data-content" style="border: 1px solid #EBEEF5;border-top:none;border-bottom:none">
|
||||||
<el-col :span="24" v-for="item in caseList.list" :key="item.id" class="case-list">
|
<el-col :span="24" v-for="item in caseList.list" :key="item.id" class="case-list">
|
||||||
<div class="case-info">
|
<div class="case-info">
|
||||||
<div class="case-info">
|
<div class="case-info-cont">
|
||||||
<div class="case-info-title">
|
<div class="case-info-title">
|
||||||
<router-link :to="'/case/detail?id='+item.id">
|
<router-link :to="'/case/detail?id='+item.id">
|
||||||
<!-- <span v-if="i % 2 == 0" style="color:red;margin-right:5px">[组织推荐]</span> -->
|
<!-- <span v-if="i % 2 == 0" style="color:red;margin-right:5px">[组织推荐]</span> -->
|
||||||
@@ -816,10 +816,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.case-list {
|
.case-list {
|
||||||
margin: 8px 0;
|
border-bottom: 1px solid #dfdfdf;
|
||||||
|
margin: 8px 0px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
padding-left: 10px;
|
padding-left: 5px;
|
||||||
padding-right: 10px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
.case-image {
|
.case-image {
|
||||||
width: 230px;
|
width: 230px;
|
||||||
@@ -827,10 +828,11 @@ export default {
|
|||||||
float: left;
|
float: left;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.case-info {
|
.case-info {
|
||||||
|
|
||||||
.case-info {
|
.case-info-cont {
|
||||||
border-bottom: 1px solid #dfdfdf;
|
|
||||||
.case-info-title {
|
.case-info-title {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -878,6 +880,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search-div {
|
.search-div {
|
||||||
|
|||||||
Reference in New Issue
Block a user