assui 2.1.19 → 2.1.20

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.
@@ -1845,17 +1845,17 @@ html {
1845
1845
  align-items: center;
1846
1846
  height: 100%;
1847
1847
  }
1848
- .as-img-upload-upload-progress {
1848
+ .as-img-upload .as-img-upload-upload-progress {
1849
1849
  position: absolute;
1850
1850
  top: 50%;
1851
1851
  left: 0;
1852
1852
  z-index: 2;
1853
1853
  transform: translateY(-34%);
1854
1854
  }
1855
- .as-img-upload-upload-progress .ant-progress-outer {
1855
+ .as-img-upload .as-img-upload-upload-progress .ant-progress-outer {
1856
1856
  padding: 0 20px;
1857
1857
  }
1858
- .as-img-upload-upload-progress .ant-progress-text {
1858
+ .as-img-upload .as-img-upload-upload-progress .ant-progress-text {
1859
1859
  display: block;
1860
1860
  width: 100%;
1861
1861
  color: #fff;
@@ -70,7 +70,7 @@
70
70
  height: 100%;
71
71
  }
72
72
 
73
- &-upload-progress {
73
+ & &-upload-progress {
74
74
  position: absolute;
75
75
  top: 50%;
76
76
  left: 0;
@@ -1845,17 +1845,17 @@ html {
1845
1845
  align-items: center;
1846
1846
  height: 100%;
1847
1847
  }
1848
- .as-img-upload-upload-progress {
1848
+ .as-img-upload .as-img-upload-upload-progress {
1849
1849
  position: absolute;
1850
1850
  top: 50%;
1851
1851
  left: 0;
1852
1852
  z-index: 2;
1853
1853
  transform: translateY(-34%);
1854
1854
  }
1855
- .as-img-upload-upload-progress .ant-progress-outer {
1855
+ .as-img-upload .as-img-upload-upload-progress .ant-progress-outer {
1856
1856
  padding: 0 20px;
1857
1857
  }
1858
- .as-img-upload-upload-progress .ant-progress-text {
1858
+ .as-img-upload .as-img-upload-upload-progress .ant-progress-text {
1859
1859
  display: block;
1860
1860
  width: 100%;
1861
1861
  color: #fff;
@@ -70,7 +70,7 @@
70
70
  height: 100%;
71
71
  }
72
72
 
73
- &-upload-progress {
73
+ & &-upload-progress {
74
74
  position: absolute;
75
75
  top: 50%;
76
76
  left: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -70,5 +70,5 @@
70
70
  "node": ">=10.0.0"
71
71
  },
72
72
  "license": "MIT",
73
- "gitHead": "50e2603d97efe6f8c3eaf2852011051e1ba60b5b"
73
+ "gitHead": "e6dce84e6b67b27443312db98c59c80af8b63203"
74
74
  }