zydx-plus 1.33.329 → 1.33.331

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.329",
3
+ "version": "1.33.331",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -107,6 +107,7 @@ export default defineComponent({
107
107
  : h('input', {
108
108
  type: 'file',
109
109
  class: 'hidden',
110
+ accept: accept,
110
111
  'data-id': data_id,
111
112
  onClick: (e) => e.target.value = null,
112
113
  onChange: (e) => onInputChange({ event: e, accept, file_size, cb: onClick, onError, disabled })
@@ -8,7 +8,7 @@
8
8
  <!-- v-if="oneShow" :style="canvasStyle">-->
9
9
  <!-- <img :src="imgArr[(oneIndex === 'right')? pageIndex-1: pageIndex]" alt=""/>-->
10
10
  <!-- </div>-->
11
- <div class="wrap-can" ref="wrapCan">
11
+ <div class="wrap-can" v-show="!loading" ref="wrapCan">
12
12
  <canvas @click.stop="turnText" class="wrap-can-one" @mousedown.stop="mouseDown" @mousemove.stop="mouseMove" :id="id"></canvas>
13
13
  <!-- <img v-if="imgArr !== ''" :src="imgArr" alt="" />-->
14
14
  <canvas :id="`${id}2`"></canvas>
@@ -1131,6 +1131,7 @@ export default {
1131
1131
  display: inline-block;
1132
1132
  margin: 0 auto;
1133
1133
  position: relative;
1134
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
1134
1135
  //cursor: none;
1135
1136
  }
1136
1137
 
@@ -1141,6 +1142,7 @@ export default {
1141
1142
 
1142
1143
  .but-wrap {
1143
1144
  text-align: center;
1145
+ margin-top: 20px;
1144
1146
  }
1145
1147
 
1146
1148
  .pages {
@@ -1211,7 +1213,7 @@ export default {
1211
1213
 
1212
1214
  .book {
1213
1215
  width: 100%;
1214
- height: 100%;
1216
+ min-height: 600px;
1215
1217
  }
1216
1218
 
1217
1219
  .but-act {
package/src/index.js CHANGED
@@ -81,7 +81,7 @@ function install(app) {
81
81
  }
82
82
 
83
83
  export default {
84
- version: '1.33.329',
84
+ version: '1.33.331',
85
85
  install,
86
86
  Calendar,
87
87
  Message,