|
@@ -177,7 +177,7 @@ export default {
|
|
|
isShowLogo: true,
|
|
|
isShowHelp: false,
|
|
|
title: this.$gConfigInfo.modelList[this.$route.query.m],
|
|
|
- detail: this.$gConfigTxt[this.$route.query.m],
|
|
|
+ detail: this.$gConfigDesc[this.$route.query.m],
|
|
|
isShowShareMenu: false,
|
|
|
}
|
|
|
},
|
|
@@ -328,6 +328,11 @@ export default {
|
|
|
padding-right: 10px;
|
|
|
font-size: 20px;
|
|
|
line-height: 40px;
|
|
|
+ /deep/p {
|
|
|
+ }
|
|
|
+ /deep/strong {
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
> .relic-shadow {
|
|
@@ -569,7 +574,7 @@ export default {
|
|
|
|
|
|
.el-switch .el-switch__core .el-switch__action {
|
|
|
z-index: -1;
|
|
|
- background-color: #000 !important;
|
|
|
+ background-color: #585858 !important;
|
|
|
}
|
|
|
.el-switch.is-checked .el-switch__core .el-switch__action {
|
|
|
background-color: #fff !important;
|