assui 3.0.56 → 3.0.57
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.
|
@@ -1237,7 +1237,7 @@ html {
|
|
|
1237
1237
|
.label-range-number {
|
|
1238
1238
|
position: relative;
|
|
1239
1239
|
width: 220px;
|
|
1240
|
-
height:
|
|
1240
|
+
height: 45px;
|
|
1241
1241
|
background-color: #fff;
|
|
1242
1242
|
border: 1px solid #e5e5e5;
|
|
1243
1243
|
border-radius: 8px;
|
|
@@ -1281,7 +1281,7 @@ html {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
.label-range-number-text {
|
|
1283
1283
|
position: absolute;
|
|
1284
|
-
top:
|
|
1284
|
+
top: 1px;
|
|
1285
1285
|
left: 0;
|
|
1286
1286
|
z-index: 2;
|
|
1287
1287
|
display: flex;
|
|
@@ -1289,7 +1289,8 @@ html {
|
|
|
1289
1289
|
width: calc(100% - 12px);
|
|
1290
1290
|
height: 100%;
|
|
1291
1291
|
margin-left: 12px;
|
|
1292
|
-
color: #
|
|
1292
|
+
color: #9e9e9e;
|
|
1293
|
+
font-weight: 400;
|
|
1293
1294
|
font-size: 14px;
|
|
1294
1295
|
line-height: 20px;
|
|
1295
1296
|
transform-origin: top left;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
3
|
|
|
4
|
-
@color_9aa5b5: #
|
|
4
|
+
@color_9aa5b5: #9e9e9e;
|
|
5
5
|
@color_a0a0a0: #a0a0a0;
|
|
6
6
|
@font-size-base: 14px;
|
|
7
7
|
|
|
8
8
|
.label-range-number {
|
|
9
9
|
position: relative;
|
|
10
10
|
width: 220px;
|
|
11
|
-
height:
|
|
11
|
+
height: 45px;
|
|
12
12
|
background-color: #fff;
|
|
13
13
|
border: 1px solid #e5e5e5;
|
|
14
14
|
border-radius: 8px;
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
&-text {
|
|
61
61
|
position: absolute;
|
|
62
|
-
top:
|
|
62
|
+
top: 1px;
|
|
63
63
|
left: 0;
|
|
64
64
|
z-index: 2;
|
|
65
65
|
display: flex;
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
height: 100%;
|
|
69
69
|
margin-left: 12px;
|
|
70
70
|
color: @color_9aa5b5;
|
|
71
|
+
font-weight: 400;
|
|
71
72
|
font-size: @font-size-base;
|
|
72
73
|
line-height: 20px;
|
|
73
74
|
transform-origin: top left;
|
|
@@ -1237,7 +1237,7 @@ html {
|
|
|
1237
1237
|
.label-range-number {
|
|
1238
1238
|
position: relative;
|
|
1239
1239
|
width: 220px;
|
|
1240
|
-
height:
|
|
1240
|
+
height: 45px;
|
|
1241
1241
|
background-color: #fff;
|
|
1242
1242
|
border: 1px solid #e5e5e5;
|
|
1243
1243
|
border-radius: 8px;
|
|
@@ -1281,7 +1281,7 @@ html {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
.label-range-number-text {
|
|
1283
1283
|
position: absolute;
|
|
1284
|
-
top:
|
|
1284
|
+
top: 1px;
|
|
1285
1285
|
left: 0;
|
|
1286
1286
|
z-index: 2;
|
|
1287
1287
|
display: flex;
|
|
@@ -1289,7 +1289,8 @@ html {
|
|
|
1289
1289
|
width: calc(100% - 12px);
|
|
1290
1290
|
height: 100%;
|
|
1291
1291
|
margin-left: 12px;
|
|
1292
|
-
color: #
|
|
1292
|
+
color: #9e9e9e;
|
|
1293
|
+
font-weight: 400;
|
|
1293
1294
|
font-size: 14px;
|
|
1294
1295
|
line-height: 20px;
|
|
1295
1296
|
transform-origin: top left;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
3
|
|
|
4
|
-
@color_9aa5b5: #
|
|
4
|
+
@color_9aa5b5: #9e9e9e;
|
|
5
5
|
@color_a0a0a0: #a0a0a0;
|
|
6
6
|
@font-size-base: 14px;
|
|
7
7
|
|
|
8
8
|
.label-range-number {
|
|
9
9
|
position: relative;
|
|
10
10
|
width: 220px;
|
|
11
|
-
height:
|
|
11
|
+
height: 45px;
|
|
12
12
|
background-color: #fff;
|
|
13
13
|
border: 1px solid #e5e5e5;
|
|
14
14
|
border-radius: 8px;
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
&-text {
|
|
61
61
|
position: absolute;
|
|
62
|
-
top:
|
|
62
|
+
top: 1px;
|
|
63
63
|
left: 0;
|
|
64
64
|
z-index: 2;
|
|
65
65
|
display: flex;
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
height: 100%;
|
|
69
69
|
margin-left: 12px;
|
|
70
70
|
color: @color_9aa5b5;
|
|
71
|
+
font-weight: 400;
|
|
71
72
|
font-size: @font-size-base;
|
|
72
73
|
line-height: 20px;
|
|
73
74
|
transform-origin: top left;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.57",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"node": ">=10.0.0"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "e7f0948db7adebe1875fb6490a552bda0f6a80d3"
|
|
84
84
|
}
|