Explorar o código

select 添加醒目的 hover

DESKTOP-MINPJAU\Administrator %!s(int64=3) %!d(string=hai) anos
pai
achega
d35563b913
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/App.vue

+ 6 - 0
src/App.vue

@@ -202,4 +202,10 @@ table th.star div::before {
 .el-select-dropdown__item.selected {
   background-color: #71abed66;
 }
+
+.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
+  background-color: #fac44d;
+  color: white;
+}
+
 </style>