doway-coms 1.4.3 → 1.4.4

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": "doway-coms",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -193,7 +193,8 @@ export function replaceParamString(
193
193
  },
194
194
  message: '错误',
195
195
  description: errors,
196
- placement: 'topRight'
196
+ placement: 'topRight',
197
+ top: '100px'
197
198
  })
198
199
  }
199
200
  export function getUuid() {