tanyanfei преди 4 години
родител
ревизия
25e893caf1
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 0 2
      src/components/fuEditor/index.vue
  2. 3 0
      src/style/home.scss

+ 0 - 2
src/components/fuEditor/index.vue

@@ -41,7 +41,6 @@ export default {
       }
       }
     },
     },
     value: function(value) {
     value: function(value) {
-      console.log(value)
       if (value !== this.editor.txt.html()) {
       if (value !== this.editor.txt.html()) {
         this.editor.txt.html(this.value);
         this.editor.txt.html(this.value);
         
         
@@ -117,7 +116,6 @@ export default {
           // for (let i = 0; i < 1; i++) {
           // for (let i = 0; i < 1; i++) {
           // console.log(result)
           // console.log(result)
           let url = result.data;
           let url = result.data;
-          console.log(result)
           insertImg(url);
           insertImg(url);
           // }
           // }
         }
         }

+ 3 - 0
src/style/home.scss

@@ -246,4 +246,7 @@ tbody{
 }
 }
 .close {
 .close {
 	color: red;
 	color: red;
+}
+.el-table__fixed-right::before, .el-table__fixed::before{
+	background: none;
 }
 }