소스 검색

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

任一存 4 년 전
부모
커밋
edb81c9e0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/userInfo.vue

+ 1 - 1
src/components/userInfo.vue

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