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