xs-common-plugins 1.2.1 → 1.2.2

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/README.md CHANGED
@@ -292,4 +292,8 @@
292
292
  ```
293
293
  1.2.1
294
294
  1. 权益项目 渠道组件 商品组件修改
295
+ ```
296
+ ```
297
+ 1.2.2
298
+ 1. 组件样式
295
299
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-common-plugins",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "private": false,
5
5
  "description": "向上公共代码部分",
6
6
  "author": "祝玲云 <1902733517@qq.com>",
@@ -3,7 +3,7 @@
3
3
  .select-empty-group {
4
4
  width: 660px;
5
5
  font-size: 14px;
6
-
6
+ padding: 10px 0;
7
7
  .row {
8
8
  position: relative;
9
9
  margin: 0 8px;