assui 2.1.12 → 2.1.13

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.
@@ -1837,7 +1837,12 @@ html {
1837
1837
  height: 15px;
1838
1838
  color: #fff;
1839
1839
  }
1840
+ .as-img-upload .preview-img {
1841
+ max-width: 100%;
1842
+ }
1840
1843
  .as-img-upload-preview {
1844
+ display: flex;
1845
+ align-items: center;
1841
1846
  height: 100%;
1842
1847
  }
1843
1848
  .as-img-upload-upload-progress {
@@ -60,7 +60,13 @@
60
60
  }
61
61
  }
62
62
 
63
+ .preview-img {
64
+ max-width: 100%;
65
+ }
66
+
63
67
  &-preview {
68
+ display: flex;
69
+ align-items: center;
64
70
  height: 100%;
65
71
  }
66
72
 
@@ -1837,7 +1837,12 @@ html {
1837
1837
  height: 15px;
1838
1838
  color: #fff;
1839
1839
  }
1840
+ .as-img-upload .preview-img {
1841
+ max-width: 100%;
1842
+ }
1840
1843
  .as-img-upload-preview {
1844
+ display: flex;
1845
+ align-items: center;
1841
1846
  height: 100%;
1842
1847
  }
1843
1848
  .as-img-upload-upload-progress {
@@ -60,7 +60,13 @@
60
60
  }
61
61
  }
62
62
 
63
+ .preview-img {
64
+ max-width: 100%;
65
+ }
66
+
63
67
  &-preview {
68
+ display: flex;
69
+ align-items: center;
64
70
  height: 100%;
65
71
  }
66
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
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": "b127f9b800a44beb657e92ca70415b90795a5759"
73
+ "gitHead": "90157c8fc1cd2d4189f20b4a53454c35a7b5db7f"
74
74
  }