lipenghui hace 1 mes
padre
commit
2f3b5c5d3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/pms/inspect/plan/index.vue

+ 1 - 1
src/views/pms/inspect/plan/index.vue

@@ -309,7 +309,7 @@ onMounted(() => {
 
 /* 添加鼠标悬停样式 */
 .toggle-button:hover {
-  background-color: gray;
+  background-color: #afafaf;
 }