chenrui 3 anni fa
parent
commit
b7e621b65c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>