@zat-design/sisyphus-react 3.13.14-beta.4 → 3.13.14-beta.5

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.
@@ -2491,7 +2491,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2491
2491
  width: 45%;
2492
2492
  }
2493
2493
  .pro-address .ant-cascader.no-detail {
2494
- width: 100% !important;
2494
+ width: 100%;
2495
2495
  }
2496
2496
  .pro-address .pro-address-detail {
2497
2497
  width: 55%;
package/dist/less.esm.css CHANGED
@@ -2491,7 +2491,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2491
2491
  width: 45%;
2492
2492
  }
2493
2493
  .pro-address .ant-cascader.no-detail {
2494
- width: 100% !important;
2494
+ width: 100%;
2495
2495
  }
2496
2496
  .pro-address .pro-address-detail {
2497
2497
  width: 55%;
@@ -9,7 +9,7 @@
9
9
  width: 45%;
10
10
 
11
11
  &.no-detail {
12
- width: 100% !important;
12
+ width: 100%;
13
13
  }
14
14
  }
15
15
 
@@ -9,7 +9,7 @@
9
9
  width: 45%;
10
10
 
11
11
  &.no-detail {
12
- width: 100% !important;
12
+ width: 100%;
13
13
  }
14
14
  }
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.13.14-beta.4",
3
+ "version": "3.13.14-beta.5",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",