Browse Source

调整了左侧栏的行高

star7th 7 years ago
parent
commit
9a3d9c7e04
1 changed files with 10 additions and 0 deletions
  1. 10 0
      web_src/src/components/item/show/show_regular_item/LeftMenu.vue

+ 10 - 0
web_src/src/components/item/show/show_regular_item/LeftMenu.vue

@@ -170,4 +170,14 @@
   margin-right: 5px;
   margin-right: 5px;
   margin-top: -5px;
   margin-top: -5px;
 }
 }
+
+.el-menu-item, .el-submenu__title{
+    height: 46px;
+    line-height: 46px;
+}
+.el-submenu .el-menu-item {
+    height: 40px;
+    line-height: 40px;
+}
+
 </style>
 </style>