zydx-plus 1.32.190 → 1.32.191

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.32.190",
3
+ "version": "1.32.191",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -105,7 +105,7 @@ export default {
105
105
  },
106
106
  computed: {
107
107
  position() {
108
- return `transform: translate(${this.x}px, ${this.y}px);width:${this.footRightOffset}px;height:${this.footDownOffset}px;`;
108
+ return `top:${this.y}px;left:${this.x}px;width:${this.footRightOffset}px;height:${this.footDownOffset}px;`;
109
109
  },
110
110
  },
111
111
  emits: ['dragStatus','close','enlarge'],
package/src/index.js CHANGED
@@ -77,7 +77,7 @@ function install(app) {
77
77
  }
78
78
 
79
79
  export default {
80
- version: '1.32.190',
80
+ version: '1.32.191',
81
81
  install,
82
82
  Calendar,
83
83
  Message,