pb-sxp-ui 1.20.20 → 1.20.21

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -529,6 +529,8 @@ a:active {
529
529
  -webkit-justify-content: center;
530
530
  -ms-flex-pack: center;
531
531
  justify-content: center;
532
+ z-index: 10;
533
+ cursor: pointer;
532
534
  }
533
535
  .commondityDetail-swiper-clickable-left {
534
536
  padding-left: 17px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.20.20",
3
+ "version": "1.20.21",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",