|
@@ -62,6 +62,9 @@ export default {
|
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+.el-table{
|
|
|
+overflow:visible !important;
|
|
|
+}
|
|
|
.flex {
|
|
|
display: flex;
|
|
|
}
|
|
@@ -104,4 +107,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>
|