assui 3.1.90 → 3.1.92

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;
@@ -1272,7 +1271,6 @@ html {
1272
1271
  position: absolute;
1273
1272
  top: 0;
1274
1273
  right: 0;
1275
- z-index: 10;
1276
1274
  width: 20px;
1277
1275
  height: 20px;
1278
1276
  text-align: center;
@@ -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;
@@ -46,7 +45,6 @@
46
45
  position: absolute;
47
46
  top: 0;
48
47
  right: 0;
49
- z-index: 10;
50
48
  width: 20px;
51
49
  height: 20px;
52
50
  text-align: center;
@@ -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;
@@ -1272,7 +1271,6 @@ html {
1272
1271
  position: absolute;
1273
1272
  top: 0;
1274
1273
  right: 0;
1275
- z-index: 10;
1276
1274
  width: 20px;
1277
1275
  height: 20px;
1278
1276
  text-align: center;
@@ -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;
@@ -46,7 +45,6 @@
46
45
  position: absolute;
47
46
  top: 0;
48
47
  right: 0;
49
- z-index: 10;
50
48
  width: 20px;
51
49
  height: 20px;
52
50
  text-align: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.1.90",
3
+ "version": "3.1.92",
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": "7278d55dba0c36043532f483ec8e7094614d161b"
86
86
  }