|
@@ -2,7 +2,8 @@
|
|
|
<div class="main_right_height">
|
|
|
<div class="">
|
|
|
<div class="">
|
|
|
- <el-row>
|
|
|
+ <TopDes :flag="true" topDesFont="健康常识"></TopDes>
|
|
|
+ <!-- <el-row>
|
|
|
<el-col :span="1"> </el-col>
|
|
|
<el-col :span="22" class="navigation_card">
|
|
|
<div style="display: flex">
|
|
@@ -14,10 +15,9 @@
|
|
|
<span class="musicTitle">健康常识</span>
|
|
|
</div>
|
|
|
|
|
|
- <!-- <el-divider></el-divider> -->
|
|
|
</el-col>
|
|
|
<el-col :span="1"> </el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
|
|
|
<el-row>
|
|
|
<el-col :span="1"> </el-col>
|
|
@@ -178,9 +178,10 @@ export default {
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
.main_right_height {
|
|
|
- height: 95vh !important;
|
|
|
+ height: 100vh !important;
|
|
|
display: block !important;
|
|
|
overflow-y: auto !important;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
.card {
|
|
|
background: #fff;
|