zydx-plus 1.33.445 → 1.33.446

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.445",
3
+ "version": "1.33.446",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -833,6 +833,7 @@ export default {
833
833
  height: calc(100% - 30px);
834
834
  background-color: #fff;
835
835
  padding: 0 10px 10px 10px;
836
+ box-sizing: border-box;
836
837
  }
837
838
  .paint-buts{
838
839
  padding: 10px;
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.445',
86
+ version: '1.33.446',
87
87
  install,
88
88
  Calendar,
89
89
  Message,