소스 검색

修改左侧菜单移入添加背景

achao 3 년 전
부모
커밋
78efae6aaa
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      src/App.vue

+ 10 - 0
src/App.vue

@@ -104,4 +104,14 @@ input[type='number'] {
       background: #f9FAFC!important;
       color: #8890B1!important;
     }
+    .el-table__body tr:hover>td {
+		background-color: #E8ECF6 !important;
+  }
+  .el-submenu__title:hover {
+  background-color: #5473E8!important;
+}
+.el-menu-item:hover {
+  outline: 0;
+  background-color: #5473E8!important;
+}
 </style>