Browse Source

左侧菜单样式调整

reloaded 5 years ago
parent
commit
30edd7e0c7
1 changed files with 6 additions and 4 deletions
  1. 6 4
      src/layout/enterprise/mainMenu.vue

+ 6 - 4
src/layout/enterprise/mainMenu.vue

@@ -75,16 +75,18 @@ export default {
 //   background-color: #22529a;
 //   text-align: center;
 // }
-.swfl span {
-  font-size: 22px;
-  color: #ffffff;
-}
+// .swfl span {
+//   font-size: 22px;
+//   color: #ffffff;
+// }
 /deep/.el-menu-item {
   font-size: 18px;
   border-bottom: 1px solid #2d64b3;
   color: #044b79;
   font-weight: 600;
   line-height: 60px;
+  width: 90%;
+  text-align: center;
 }
 /deep/.el-menu-item:last-child {
   border-bottom: none;