chenrui hace 3 años
padre
commit
b7e621b65c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/tools/UserMenu.vue

+ 1 - 1
src/components/tools/UserMenu.vue

@@ -135,6 +135,6 @@ export default {
   vertical-align: bottom;
 }
 .help-cont:hover {
-	background-color: rgba(0, 0, 0, 0.04);;
+	background-color: rgba(0, 0, 0, 0.04);
 }
 </style>