|
|
|
@ -38,15 +38,15 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class="view-box">
|
|
|
|
|
|
|
|
|
|
<tags-view ref="tagsView" />
|
|
|
|
|
<div class="child-views">
|
|
|
|
|
<div class="view_box_title" v-show="$router.currentRoute.meta.title != '详情'">{{
|
|
|
|
|
<div class="view_box_title" v-show="$router.currentRoute.meta.title != '详情'">{{
|
|
|
|
|
$router.currentRoute.meta.topTitle ||
|
|
|
|
|
$router.currentRoute.meta.title }}</div>
|
|
|
|
|
<div class="child-views">
|
|
|
|
|
<keep-alive>
|
|
|
|
|
<router-view></router-view>
|
|
|
|
|
</keep-alive>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -102,20 +102,24 @@ export default {
|
|
|
|
|
|
|
|
|
|
::v-deep .el-submenu__title {
|
|
|
|
|
padding: 0 8px !important;
|
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .el-menu-item {
|
|
|
|
|
padding: 0 8px !important;
|
|
|
|
|
margin-right: -1px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .el-menu-item-group .el-menu-item {
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-left: 20px !important;
|
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .el-menu-item-group__title {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
@ -259,20 +263,24 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.view_box_title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
// width: 700px;
|
|
|
|
|
position: sticky;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 98.8%;
|
|
|
|
|
height: 38px;
|
|
|
|
|
line-height: 38px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
font-family: SourceHanSansCN;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
color: #00356f;
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
margin: 10px 0 0 10px;
|
|
|
|
|
background: url("../assets/images/sub-title.png");
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
z-index: 9999999;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|