瀏覽代碼

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: "";