Browse Source

修改已知问题

306132416@qq.com 4 years ago
parent
commit
f4220a329f
1 changed files with 7 additions and 7 deletions
  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>