assui 3.2.89 → 3.2.90

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.
@@ -1287,7 +1287,7 @@ html {
1287
1287
  top: 12px;
1288
1288
  left: 16px;
1289
1289
  z-index: 2;
1290
- max-width: 90%;
1290
+ max-width: calc(100% - 32px);
1291
1291
  height: 20px;
1292
1292
  overflow: hidden;
1293
1293
  color: #9e9e9e;
@@ -60,7 +60,7 @@
60
60
  top: 12px;
61
61
  left: 16px;
62
62
  z-index: 2;
63
- max-width: 90%;
63
+ max-width: calc( 100% - 32px);
64
64
  height: 20px;
65
65
  overflow: hidden;
66
66
  color: @color_9aa5b5;
@@ -1287,7 +1287,7 @@ html {
1287
1287
  top: 12px;
1288
1288
  left: 16px;
1289
1289
  z-index: 2;
1290
- max-width: 90%;
1290
+ max-width: calc(100% - 32px);
1291
1291
  height: 20px;
1292
1292
  overflow: hidden;
1293
1293
  color: #9e9e9e;
@@ -60,7 +60,7 @@
60
60
  top: 12px;
61
61
  left: 16px;
62
62
  z-index: 2;
63
- max-width: 90%;
63
+ max-width: calc( 100% - 32px);
64
64
  height: 20px;
65
65
  overflow: hidden;
66
66
  color: @color_9aa5b5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.2.89",
3
+ "version": "3.2.90",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",