assui 3.1.90 → 3.1.91

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.
@@ -1262,7 +1262,6 @@ html {
1262
1262
  }
1263
1263
  .as-img-upload-content {
1264
1264
  position: relative;
1265
- z-index: 10;
1266
1265
  width: 100%;
1267
1266
  height: 100%;
1268
1267
  overflow: hidden;
@@ -35,7 +35,6 @@
35
35
 
36
36
  &-content {
37
37
  position: relative;
38
- z-index: 10;
39
38
  width: 100%;
40
39
  height: 100%;
41
40
  overflow: hidden;
@@ -1262,7 +1262,6 @@ html {
1262
1262
  }
1263
1263
  .as-img-upload-content {
1264
1264
  position: relative;
1265
- z-index: 10;
1266
1265
  width: 100%;
1267
1266
  height: 100%;
1268
1267
  overflow: hidden;
@@ -35,7 +35,6 @@
35
35
 
36
36
  &-content {
37
37
  position: relative;
38
- z-index: 10;
39
38
  width: 100%;
40
39
  height: 100%;
41
40
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.1.90",
3
+ "version": "3.1.91",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -82,5 +82,5 @@
82
82
  "node": ">=10.0.0"
83
83
  },
84
84
  "license": "MIT",
85
- "gitHead": "5e6df2afbdbba0816782d3e4621a5b006c0c6e60"
85
+ "gitHead": "25e6a881072df2bce97a7c69885020ad18685bdf"
86
86
  }