소스 검색

修改已知问题

306132416@qq.com 4 년 전
부모
커밋
f4220a329f
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/components/wangEditor.vue

+ 7 - 7
src/components/wangEditor.vue

@@ -76,11 +76,11 @@
     };
 </script>
 
-<style scoped>
-    /*.w-e-tooltip {*/
-        /*background: #fff!important;*/
-    /*}*/
-     /*a {*/
-        /*color: cornflowerblue!important;*/
-    /*}*/
+<style>
+    .w-e-tooltip {
+        background-color: #fff!important;
+    }
+    .w-e-text a {
+        color: cornflowerblue!important;
+    }
 </style>