diff --git a/src/assets/site/sitesem.svg b/src/assets/site/sitesem.svg index 0ff4fe4..0352de3 100644 --- a/src/assets/site/sitesem.svg +++ b/src/assets/site/sitesem.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/GuipInput.vue b/src/components/GuipInput.vue index 2983dff..04abb86 100644 --- a/src/components/GuipInput.vue +++ b/src/components/GuipInput.vue @@ -1,7 +1,7 @@ @@ -50,6 +50,7 @@ import SvgIcon1 from '@/components/SvgIcon1.vue'; import GuipToolTip from '@/components/GuipToolTip.vue'; export default { name: 'SliderMenu', + options: { styleIsolation: "shared" }, components: { SvgIcon1, GuipToolTip, @@ -215,22 +216,22 @@ export default { } - .el-menu-item.is-active { - font-weight: bold; - } +} +::v-deep .el-menu-item.is-active .title_text{ + font-weight: bold; + color: #006AFF !important; } .title_img { width: 16px; margin-right: 4px; } - .title_text { margin-left: 4px; font-size: 14px; - font-weight: bold; + font-weight: normal; display: block; - + color: #1E2226; } .el-menu--collapse .title_text { diff --git a/src/components/Tooltip.vue b/src/components/Tooltip.vue index 15bd51c..cc7807b 100644 --- a/src/components/Tooltip.vue +++ b/src/components/Tooltip.vue @@ -1,7 +1,8 @@