zydx-plus 1.30.165 → 1.30.166

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.30.165",
3
+ "version": "1.30.166",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="editor">
2
+ <div class="z-editor">
3
3
  <div class="editor-header" v-show="!readOnly">
4
4
  <div class="editor-but" v-for="(item,index) in butData">
5
5
  <div class="editor-but-name" v-if="item.key === 'group-upload'">
@@ -650,7 +650,7 @@ label{
650
650
  li{
651
651
  list-style: none;
652
652
  }
653
- .editor{
653
+ .z-editor{
654
654
  border: 1px solid rgba(204, 204, 204, 1);
655
655
  position: relative;
656
656
  }
package/src/index.js CHANGED
@@ -71,7 +71,7 @@ function install(app) {
71
71
  }
72
72
 
73
73
  export default {
74
- version: '1.30.165',
74
+ version: '1.30.166',
75
75
  install,
76
76
  Calendar,
77
77
  Message,