소스 검색

调整了左侧栏的行高

star7th 8 년 전
부모
커밋
9a3d9c7e04
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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>