clay commit : 解决有三级菜单时跳转出现问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user