@zat-design/sisyphus-react 3.4.1-beta.1 → 3.4.1

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.
@@ -2626,7 +2626,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2626
2626
  width: 100%;
2627
2627
  }
2628
2628
  .pro-form .ant-form-item .pro-number-range .ant-input-number {
2629
- width: calc(50% - 20px);
2629
+ width: calc(50% - 16px);
2630
2630
  }
2631
2631
  .pro-form .ant-form-item .pro-number-range .range-right .ant-input-number {
2632
2632
  border-left: none;
@@ -178,7 +178,7 @@
178
178
 
179
179
  .pro-number-range {
180
180
  .@{ant-prefix}-input-number {
181
- width: calc(50% - 20px);
181
+ width: calc(50% - 16px);
182
182
  }
183
183
 
184
184
  .range-right {
@@ -178,7 +178,7 @@
178
178
 
179
179
  .pro-number-range {
180
180
  .@{ant-prefix}-input-number {
181
- width: calc(50% - 20px);
181
+ width: calc(50% - 16px);
182
182
  }
183
183
 
184
184
  .range-right {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.4.1-beta.1",
3
+ "version": "3.4.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",