gxd-uni-library-editx 1.0.158 → 1.0.159

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": "gxd-uni-library-editx",
3
- "version": "1.0.158",
3
+ "version": "1.0.159",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -319,7 +319,10 @@
319
319
 
320
320
  .button-group--right {
321
321
  right: 0;
322
- transform: translateX(100%)
322
+ transform: translateX(100%);
323
+ /* #ifdef MP-WEIXIN */
324
+ padding-left: 4rpx;
325
+ /* #endif */
323
326
  }
324
327
 
325
328
  .uni-swipe_button {