zydx-plus 1.33.421 → 1.33.422

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.33.421",
3
+ "version": "1.33.422",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -4,7 +4,7 @@
4
4
  <span @mousedown.stop="mousedown"
5
5
  @mousemove.stop="mousemove"
6
6
  @mouseup.stop="mouseup"
7
- @mouseleave.stop="mousemove" :style="{'text-align': title === ''? 'center':'left'}">{{ title }}</span>
7
+ @mouseleave.stop="mousemove" :style="{'text-align': title === ''? 'center':'left'}" v-html="title"></span>
8
8
  <div class="drag-i">
9
9
  <i class="minimize-cir" v-if="minimizeCir" @click.stop="minimizeTap"></i>
10
10
  <i class="minimize" v-if="minimize" @click.stop="minimizeTap"></i>
@@ -37,7 +37,7 @@ export function butJson(editor, data) {
37
37
  name: '公文版式',
38
38
  key: 'officialDocumentFormat',
39
39
  menuKeys: [],
40
- html: `<p style="text-align: center"><span style="font-size: 48px; color: rgb(225, 60, 57)">请在此输入红头名称</span></p>
40
+ html: `<p style="text-align: center"><span style="font-size: 36px; color: rgb(225, 60, 57)">请在此输入红头名称</span></p>
41
41
  <p data-signid="red" style="text-align: center"><span style="font-size: 16px; color: rgb(0, 0, 0)">请在此输入文件号xxx[xxx]xxxx号</span></p>
42
42
  <p contenteditable="false" class="solid"></p>
43
43
  <p data-signid="subject" style="text-align: center;margin: 80px 0 60px"><strong><span style="font-size: 24px; font-family: SimHei; color: rgb(0, 0, 0);line-height: 1;">请在此处输入标题</span></strong></p>
@@ -204,7 +204,7 @@ export function butJson(editor, data) {
204
204
  name: '红&nbsp;&nbsp;&nbsp;头',
205
205
  key: 'redMenu',
206
206
  menuKeys: [],
207
- html: `<p style="text-align: center"><span style="font-size: 48px; color: rgb(225, 60, 57)">请在此输入红头名称</span></p><p data-signid="red" style="text-align: center"><span style="font-size: 16px; color: rgb(0, 0, 0)">请在此输入文件号xxx[xxx]xxxx号</span></p>`
207
+ html: `<p style="text-align: center"><span style="font-size: 36px; color: rgb(225, 60, 57)">请在此输入红头名称</span></p><p data-signid="red" style="text-align: center"><span style="font-size: 16px; color: rgb(0, 0, 0)">请在此输入文件号xxx[xxx]xxxx号</span></p>`
208
208
  },
209
209
  firstLevelHeading: {
210
210
  name: '一级标题',
@@ -4029,7 +4029,7 @@ export default {
4029
4029
  background-color: #fff;
4030
4030
  box-sizing: border-box;
4031
4031
  position: relative;
4032
- //border-bottom: 10px solid #e5e5e5;
4032
+ /*border-bottom: 10px solid #e5e5e5;*/
4033
4033
  margin-bottom: 10px;
4034
4034
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
4035
4035
  }
@@ -4063,7 +4063,7 @@ export default {
4063
4063
  }
4064
4064
 
4065
4065
  :deep(.title) {
4066
- //padding: 10px 0 2px 0;
4066
+ /*padding: 10px 0 2px 0;*/
4067
4067
  }
4068
4068
 
4069
4069
  .read-only-a {
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.421',
86
+ version: '1.33.422',
87
87
  install,
88
88
  Calendar,
89
89
  Message,