|
@@ -133,6 +133,9 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
.el-dropdown, .username {
|
|
|
+ user-select: none;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -webkit-user-select: none;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
@@ -168,4 +171,9 @@ export default {
|
|
|
background: #f5f7f9;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+::v-deep .el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
|
|
|
+ background-color: lighten($theme-color, 42%);
|
|
|
+ color: $theme-color;
|
|
|
+}
|
|
|
</style>
|