|
@@ -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>
|