|
@@ -244,14 +244,14 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
-::v-deep.menuParentItem .el-submenu__title{
|
|
|
+::v-deep.menuParentItem .el-submenu__title {
|
|
|
background: #eff1f300 !important;
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
:v-deep.menuParentItem .el-submenu__title:hover {
|
|
|
color: #eee !important;
|
|
|
}
|
|
|
-::v-deep .menuParentItem{
|
|
|
+::v-deep .menuParentItem {
|
|
|
background-image: url("../../../assets/head-tab.png") !important;
|
|
|
background-repeat: no-repeat !important;
|
|
|
background-position: center !important;
|
|
@@ -268,12 +268,12 @@ export default {
|
|
|
::v-deep.el-menu {
|
|
|
background-color: #eff1f300 !important;
|
|
|
}
|
|
|
-::v-deep.hdMenuTitle{
|
|
|
+::v-deep.hdMenuTitle {
|
|
|
background-color: transparent !important;
|
|
|
padding: 0px !important;
|
|
|
}
|
|
|
|
|
|
-::v-deep.titles{
|
|
|
+::v-deep.titles {
|
|
|
width: 100% !important;
|
|
|
// background-image: url("../../../assets/headerBorder.png") !important;
|
|
|
background-size: 35%, 100% !important;
|
|
@@ -374,7 +374,6 @@ export default {
|
|
|
color: #ffffff !important;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// 默认样式(大屏)
|
|
|
::v-deep .menuParentItem {
|
|
|
width: 160px !important;
|
|
@@ -399,8 +398,14 @@ export default {
|
|
|
font-size: 20px;
|
|
|
height: 50px;
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
+ .el-submenu__title * {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .el-menu-item * {
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
// 非华电公司放开这个注释下面的
|
|
|
// .el-submenu__title * {
|