clay commit : 解决有三级菜单时跳转出现问题

This commit is contained in:
clay
2022-10-07 20:58:29 +08:00
parent 576ed2a3b8
commit b533dddb3f
9 changed files with 86 additions and 134 deletions

View File

@@ -23,8 +23,8 @@
</div>
<div class="announcements_text_line"></div>
<div class="announcements_text_title">{{item.title}}</div>
<div class="announcements_text_content" v-html="item.content">
</div>
<div v-if="item.description" class="announcements_text_content">{{item.description}}</div>
<div v-if="!item.description" class="announcements_text_content" v-html="item.content"></div>
</div>
</el-col>
</el-row>
@@ -173,7 +173,7 @@ export default {
width: 100%;
height: 3.8rem;
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: bold;
color: #000000;
line-height: 1.9rem;
@@ -189,7 +189,7 @@ export default {
&_content {
width: 100%;
height: 7rem;
font-size: 1rem;
font-size: 1.4rem;
font-weight: 500;
color: #777777;
line-height: 1.8rem;