summaryrefslogtreecommitdiff
path: root/src/styles/common.scss
diff options
context:
space:
mode:
authorzyh <[email protected]>2024-09-04 11:19:18 +0800
committerzyh <[email protected]>2024-09-04 11:19:18 +0800
commit2d0b749c42abdd40de929cde5f9e4e239abfe378 (patch)
tree0cb412baa9c343dc973212d6807705dd820bd354 /src/styles/common.scss
parent598879adc8b55f894a6f4f4869ebc1881fc57060 (diff)
fix: 修改设备接口
Diffstat (limited to 'src/styles/common.scss')
-rw-r--r--src/styles/common.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 52e7a4a..492fd37 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -48,6 +48,15 @@
outline: none;
}
+.el-dropdown-menu__item:not(.is-disabled):focus {
+ background-color: unset;
+ color: unset;
+}
+.el-dropdown-menu__item:not(.is-disabled):hover {
+ background-color: var(--el-dropdown-menuItem-hover-fill);
+ color: var(--el-dropdown-menuItem-hover-color);
+}
+
.slide-fade-enter-active {
transition: transform 0.3s ease-out;
}
@@ -57,4 +66,4 @@
.slide-fade-enter-from,
.slide-fade-leave-to {
transform: translateX(100%);
-} \ No newline at end of file
+}