clay commit : 解决有三级菜单时跳转出现问题
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<div class="academy_content_title">
|
||||
{{sciencesData[0].title}}
|
||||
</div>
|
||||
<div class="academy_content_text" v-html="sciencesData[0].content">
|
||||
</div>
|
||||
<div v-if="sciencesData[0].description" class="academy_content_text">{{sciencesData[0].description}}</div>
|
||||
<div v-if="!sciencesData[0].description" class="academy_content_text" v-html="sciencesData[0].content"></div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="2">
|
||||
@@ -50,8 +50,8 @@
|
||||
<div class="academy_content_title">
|
||||
{{sciencesData[1].title}}
|
||||
</div>
|
||||
<div class="academy_content_text" v-html="sciencesData[1].content">
|
||||
</div>
|
||||
<div v-if="sciencesData[1].description" class="academy_content_text">{{sciencesData[1].description}}</div>
|
||||
<div v-if="!sciencesData[1].description" class="academy_content_text" v-html="sciencesData[1].content"></div>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -65,8 +65,8 @@
|
||||
<div class="academy_content_title">
|
||||
{{sciencesData[2].title}}
|
||||
</div>
|
||||
<div class="academy_content_text" v-html="sciencesData[2].content">
|
||||
</div>
|
||||
<div v-if="sciencesData[2].description" class="academy_content_text">{{sciencesData[2].description}}</div>
|
||||
<div v-if="!sciencesData[2].description" class="academy_content_text" v-html="sciencesData[2].content"></div>
|
||||
</div>
|
||||
</el-col>
|
||||
<el-col :span="2">
|
||||
@@ -83,8 +83,8 @@
|
||||
<div class="academy_content_title">
|
||||
{{sciencesData[3].title}}
|
||||
</div>
|
||||
<div class="academy_content_text" v-html="sciencesData[3].content">
|
||||
</div>
|
||||
<div v-if="sciencesData[3].description" class="academy_content_text">{{sciencesData[3].description}}</div>
|
||||
<div v-if="!sciencesData[3].description" class="academy_content_text" v-html="sciencesData[3].content"></div>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -264,6 +264,7 @@ export default {
|
||||
color: #0049AF;
|
||||
.academy_content_text{
|
||||
color: #575757;
|
||||
font-size: 1.4rem !important;
|
||||
}
|
||||
|
||||
.img {
|
||||
@@ -314,7 +315,7 @@ export default {
|
||||
//width: 139px;
|
||||
width: 100%;
|
||||
//height: 38px;
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: bold;
|
||||
//color: #FFFFFF;
|
||||
line-height: 1.9rem;
|
||||
|
||||
Reference in New Issue
Block a user