ztxkui 3.7.12 → 3.7.13

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.
@@ -281,7 +281,7 @@ var PrintContainer = function (_a) {
281
281
  imgDom.src = dataURL;
282
282
  imgDom.style.width = '156px';
283
283
  imgDom.style.height = '156px';
284
- imgDom.style.right = index * 156 + 10 + "px";
284
+ imgDom.style.right = index * 156 + 166 + "px";
285
285
  imgDom.classList.add('seal-img-position');
286
286
  for (var i = 0; i < allDom_1.length; i++) {
287
287
  var currentItem = allDom_1[i];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "3.7.12",
3
+ "version": "3.7.13",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",