Przeglądaj źródła

fix: tooltip的箭头颜色忘了从调试色改回来了

任一存 3 lat temu
rodzic
commit
edb81c9e0b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/userInfo.vue

+ 1 - 1
src/components/userInfo.vue

@@ -83,7 +83,7 @@ export default {
     // 菜单的箭头
     // 菜单的箭头
     &::before {
     &::before {
       border: 7px solid transparent;
       border: 7px solid transparent;
-      border-bottom: 7px solid red;
+      border-bottom: 7px solid #fff;
       width: 0;
       width: 0;
       height: 0px;
       height: 0px;
       content: "";
       content: "";