acud 1.2.6 → 1.2.8

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.
@@ -319,7 +319,7 @@ function TabNavList(props, ref) {
319
319
  newSizes.set(key, {
320
320
  width: btnNode.offsetWidth,
321
321
  height: btnNode.offsetHeight,
322
- left: btnNode.offsetLeft + 16,
322
+ left: btnNode.offsetLeft,
323
323
  top: btnNode.offsetTop
324
324
  });
325
325
  }
@@ -328,7 +328,7 @@ function TabNavList(props, ref) {
328
328
  newSizes.set(key, {
329
329
  width: btnNode.offsetWidth,
330
330
  height: btnNode.offsetHeight,
331
- left: btnNode.offsetLeft + 16,
331
+ left: btnNode.offsetLeft,
332
332
  top: btnNode.offsetTop
333
333
  });
334
334
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acud",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "acg react 组件库",
5
5
  "license": "ISC",
6
6
  "author": "acg",