mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
修改
This commit is contained in:
@@ -213,8 +213,9 @@
|
||||
.xindex-case {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 33.33%;
|
||||
padding-right: 20px;
|
||||
width: 30.33%;
|
||||
margin-right: 20px;
|
||||
// padding-right: 20px;
|
||||
}
|
||||
|
||||
.xindex-qa {
|
||||
@@ -490,7 +491,7 @@
|
||||
}
|
||||
|
||||
.xindex-case {
|
||||
padding-right: 20px;
|
||||
// padding-right: 20px;
|
||||
}
|
||||
// .boe-index{
|
||||
// width: 235px;
|
||||
@@ -530,7 +531,7 @@
|
||||
width: 200px;
|
||||
height: 169px;
|
||||
top:20px;
|
||||
left:20px;
|
||||
left:25px;
|
||||
padding: 17px;
|
||||
.time-one{
|
||||
padding:3px 3px;
|
||||
@@ -728,7 +729,7 @@
|
||||
}
|
||||
|
||||
.xindex-case {
|
||||
padding-right: 20px;
|
||||
// padding-right: 20px;
|
||||
}
|
||||
|
||||
.case-inter{
|
||||
@@ -754,7 +755,7 @@
|
||||
width: 290px;
|
||||
height: 250px;
|
||||
top:30px;
|
||||
left:30px;
|
||||
left:15px;
|
||||
padding: 20px;
|
||||
.time-one{
|
||||
padding:3px 10px;
|
||||
@@ -947,7 +948,7 @@
|
||||
}
|
||||
|
||||
.xindex-case {
|
||||
padding-right: 30px;
|
||||
// padding-right: 30px;
|
||||
}
|
||||
|
||||
.case-inter{
|
||||
@@ -1162,7 +1163,7 @@
|
||||
height:188px;
|
||||
}
|
||||
.xindex-case {
|
||||
padding-right: 30px;
|
||||
// padding-right: 30px;
|
||||
}
|
||||
|
||||
.case-inter{
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
:sex="article.authorInfo.sex"></author-img>
|
||||
<span
|
||||
style="color: #6E7B84;font-size: 14px;margin:6px 13px 0 10px;">{{article.authorInfo.name}}</span>
|
||||
<interactBar :type="2" :readonly="true" :data="article" :views="false"></interactBar>
|
||||
<interactBar :type="2" :readonly="true" :data="article" :views="false" :shares="false"></interactBar>
|
||||
</div>
|
||||
<div><span class="article-info-time">{{ article.sysCreateTime.substring(0, 10) }}</span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user