Browse Source

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

achao 3 years ago
parent
commit
78efae6aaa
1 changed files with 10 additions and 0 deletions
  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>