long
2022-02-18 762ab787381b743b2e2bb1d8a3b7ee5aeacb7e0e
修复命名
4个文件已修改
10 ■■■■ 已修改文件
src/components/WangEnduit/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/WangEnduit/index_old.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/styles/ry.scss 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/WangEnduit/index.vue
@@ -138,7 +138,7 @@
    // 自定义错误提示
    this.editor.config.customAlert = function(info) {
      // info 是需要提示的内容
      self.$messagewarn(info)
      self.$messageWarn(info)
    }
    // 过滤word复制
    this.editor.config.pasteTextHandle = function(content) {
src/components/WangEnduit/index_old.vue
@@ -106,7 +106,7 @@
    // 自定义错误提示
    this.editor.customConfig.customAlert = function(info) {
      // info 是需要提示的内容
      self.$messagewarn(info)
      self.$messageWarn(info)
    }
    // 过滤word复制
    this.editor.customConfig.pasteTextHandle = function(content) {
src/main.js
@@ -39,7 +39,7 @@
Vue.prototype.$messageSuc = function(msg) {
  this.$message({ message: msg, dangerouslyUseHTMLString: true, type: 'success' })
}
Vue.prototype.$messagewarn = function(msg) {
Vue.prototype.$messageWarn = function(msg) {
  this.$message({ message: msg, dangerouslyUseHTMLString: true, type: 'warning' })
}
Vue.prototype.$messageError = function(msg) {
src/styles/ry.scss
@@ -37,7 +37,7 @@
.mb10 {
    margin-bottom: 10px;
}
.ml0 {
.ml10 {
    margin-left: 10px;
}
.mt20 {
@@ -49,7 +49,7 @@
.mb20 {
    margin-bottom: 20px;
}
.m20 {
.ml20 {
    margin-left: 20px;
}