|
@@ -392,41 +392,41 @@ export default {
|
|
|
@media screen and (max-width: 1650px) {
|
|
|
::v-deep .menuParentItem {
|
|
|
width: 140px !important;
|
|
|
- height: 100px !important;
|
|
|
+ height: 60px !important;
|
|
|
}
|
|
|
|
|
|
::v-deep .headerText {
|
|
|
- font-size: 22px;
|
|
|
+ font-size: 20px;
|
|
|
height: 50px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
// 非华电公司放开这个注释下面的
|
|
|
-.el-submenu__title * {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-.el-menu-item * {
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-</style>
|
|
|
-
|
|
|
- <!-- /* 华电时的菜单打开这个 */ -->
|
|
|
- <style lang="scss">
|
|
|
-// .el-menu--popup {
|
|
|
-// width: 100% !important;
|
|
|
-// min-width: 120px !important;
|
|
|
-// .el-menu-item {
|
|
|
-// width: 100% !important;
|
|
|
-// min-width: unset !important;
|
|
|
-// text-align: center;
|
|
|
-// padding: 0 5px !important;
|
|
|
-// }
|
|
|
-// }
|
|
|
// .el-submenu__title * {
|
|
|
-// font-size: 20px;
|
|
|
+// font-size: 16px;
|
|
|
// }
|
|
|
// .el-menu-item * {
|
|
|
-// font-size: 20px;
|
|
|
+// font-size: 16px;
|
|
|
// }
|
|
|
+</style>
|
|
|
+
|
|
|
+ <!-- /* 华电时的菜单打开这个 */ -->
|
|
|
+ <style lang="scss">
|
|
|
+.el-menu--popup {
|
|
|
+ width: 100% !important;
|
|
|
+ min-width: 120px !important;
|
|
|
+ .el-menu-item {
|
|
|
+ width: 100% !important;
|
|
|
+ min-width: unset !important;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 5px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.el-submenu__title * {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+.el-menu-item * {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
</style>
|