浏览代码

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

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>