mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
调整首页间距
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
<!-- 推荐文章 -->
|
||||
<div class="modules xcontent2">
|
||||
<div class="xcontent2-main">
|
||||
<div class="modules-title">
|
||||
<div class="modules-title" style="margin-top:22px;">
|
||||
<span class="modules-text">推荐文章</span>
|
||||
<span class="quyer-tag">
|
||||
<a :class="articleList.orderType == 2 ? 'current' : ''" @click="changeArticleOrder(2)">最热</a>
|
||||
@@ -322,7 +322,7 @@
|
||||
<div class="modules xcontent2">
|
||||
<div class="xcontent2-main">
|
||||
<!--内容块-->
|
||||
<div class="modules-title">
|
||||
<div class="modules-title" style="margin-top:22px;">
|
||||
<span class="modules-text">推荐问答</span>
|
||||
<span class="quyer-tag">
|
||||
<a :class="qaList.orderType == 'praises' ? 'current' : ''" @click="changeQaOrder('praises')">最热</a>
|
||||
@@ -1227,7 +1227,7 @@
|
||||
width: 100%;
|
||||
.case-inter-box{
|
||||
display: flex;
|
||||
margin-right: 35px;
|
||||
margin-right: 35px;
|
||||
|
||||
.case-inter-left{
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user