assui 3.1.65 → 3.1.67
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.
|
@@ -1257,6 +1257,9 @@ html {
|
|
|
1257
1257
|
display: inline-block;
|
|
1258
1258
|
width: 50%;
|
|
1259
1259
|
margin-right: 0;
|
|
1260
|
+
overflow: hidden;
|
|
1261
|
+
white-space: nowrap;
|
|
1262
|
+
text-overflow: ellipsis;
|
|
1260
1263
|
}
|
|
1261
1264
|
.label-customize-range-picker-panel .pick-box .ant-radio-group {
|
|
1262
1265
|
width: 100%;
|
|
@@ -1257,6 +1257,9 @@ html {
|
|
|
1257
1257
|
display: inline-block;
|
|
1258
1258
|
width: 50%;
|
|
1259
1259
|
margin-right: 0;
|
|
1260
|
+
overflow: hidden;
|
|
1261
|
+
white-space: nowrap;
|
|
1262
|
+
text-overflow: ellipsis;
|
|
1260
1263
|
}
|
|
1261
1264
|
.label-customize-range-picker-panel .pick-box .ant-radio-group {
|
|
1262
1265
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.67",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
36
|
"@types/react-color": "^3.0.6",
|
|
37
37
|
"@types/react-resizable": "^3.0.0",
|
|
38
|
-
"a-icons": "^1.1.
|
|
38
|
+
"a-icons": "^1.1.65",
|
|
39
39
|
"aa-utils": "^2.1.25",
|
|
40
40
|
"ahooks": "^3.0.8",
|
|
41
41
|
"bignumber.js": "^9.0.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"node": ">=10.0.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "021c35adaba09ce2abe3c75e7637f2cd20591a39"
|
|
84
84
|
}
|