assui 3.1.12 → 3.1.14
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.
- package/es/button-drawer/index.js +3 -1
- package/es/button-modal/index.js +1 -2
- package/es/color-select/style/index.less +4 -2
- package/es/highlight-textarea/style/index.less +2 -1
- package/es/img-crop/style/index.less +3 -2
- package/es/keep-tab/style/index.less +1 -2
- package/es/label-auto-complete/style/index.css +1 -1
- package/es/label-auto-complete/style/index.less +2 -5
- package/es/label-condition-input/style/index.css +2 -2
- package/es/label-condition-input/style/index.less +2 -10
- package/es/label-customize-range-picker/style/index.less +2 -1
- package/es/label-date-picker/style/index.css +7 -3
- package/es/label-date-picker/style/index.less +12 -7
- package/es/label-input/style/index.css +10 -10
- package/es/label-input/style/index.less +1 -12
- package/es/label-number-input/style/index.css +2 -2
- package/es/label-number-input/style/index.less +2 -11
- package/es/label-range-number/style/index.css +9 -11
- package/es/label-range-number/style/index.less +17 -19
- package/es/label-range-picker/style/index.css +10 -10
- package/es/label-range-picker/style/index.less +15 -15
- package/es/label-select/style/index.css +1 -2
- package/es/label-select/style/index.less +28 -34
- package/es/label-text-area/style/index.css +1 -3
- package/es/label-text-area/style/index.less +2 -12
- package/es/label-tree-select/style/index.css +1 -1
- package/es/label-tree-select/style/index.less +2 -4
- package/es/number-format-input/style/index.less +6 -4
- package/es/single-img-upload/style/index.less +8 -7
- package/es/split-pane/style/index.less +3 -1
- package/es/step-number-input/style/index.css +2 -2
- package/es/step-number-input/style/index.less +6 -5
- package/es/style/variables.less +30 -0
- package/lib/button-drawer/index.js +3 -1
- package/lib/button-modal/index.js +1 -2
- package/lib/color-select/style/index.less +4 -2
- package/lib/highlight-textarea/style/index.less +2 -1
- package/lib/img-crop/style/index.less +3 -2
- package/lib/keep-tab/style/index.less +1 -2
- package/lib/label-auto-complete/style/index.css +1 -1
- package/lib/label-auto-complete/style/index.less +2 -5
- package/lib/label-condition-input/style/index.css +2 -2
- package/lib/label-condition-input/style/index.less +2 -10
- package/lib/label-customize-range-picker/style/index.less +2 -1
- package/lib/label-date-picker/style/index.css +7 -3
- package/lib/label-date-picker/style/index.less +12 -7
- package/lib/label-input/style/index.css +10 -10
- package/lib/label-input/style/index.less +1 -12
- package/lib/label-number-input/style/index.css +2 -2
- package/lib/label-number-input/style/index.less +2 -11
- package/lib/label-range-number/style/index.css +9 -11
- package/lib/label-range-number/style/index.less +17 -19
- package/lib/label-range-picker/style/index.css +10 -10
- package/lib/label-range-picker/style/index.less +15 -15
- package/lib/label-select/style/index.css +1 -2
- package/lib/label-select/style/index.less +28 -34
- package/lib/label-text-area/style/index.css +1 -3
- package/lib/label-text-area/style/index.less +2 -12
- package/lib/label-tree-select/style/index.css +1 -1
- package/lib/label-tree-select/style/index.less +2 -4
- package/lib/number-format-input/style/index.less +6 -4
- package/lib/single-img-upload/style/index.less +8 -7
- package/lib/split-pane/style/index.less +3 -1
- package/lib/step-number-input/style/index.css +2 -2
- package/lib/step-number-input/style/index.less +6 -5
- package/lib/style/variables.less +30 -0
- package/package.json +2 -2
|
@@ -131,7 +131,7 @@ sup {
|
|
|
131
131
|
top: -0.5em;
|
|
132
132
|
}
|
|
133
133
|
a {
|
|
134
|
-
color: #
|
|
134
|
+
color: #1890ff;
|
|
135
135
|
text-decoration: none;
|
|
136
136
|
background-color: transparent;
|
|
137
137
|
outline: none;
|
|
@@ -140,10 +140,10 @@ a {
|
|
|
140
140
|
-webkit-text-decoration-skip: objects;
|
|
141
141
|
}
|
|
142
142
|
a:hover {
|
|
143
|
-
color: #
|
|
143
|
+
color: #40a9ff;
|
|
144
144
|
}
|
|
145
145
|
a:active {
|
|
146
|
-
color: #
|
|
146
|
+
color: #096dd9;
|
|
147
147
|
}
|
|
148
148
|
a:active,
|
|
149
149
|
a:hover {
|
|
@@ -299,11 +299,11 @@ mark {
|
|
|
299
299
|
}
|
|
300
300
|
::-moz-selection {
|
|
301
301
|
color: #fff;
|
|
302
|
-
background: #
|
|
302
|
+
background: #1890ff;
|
|
303
303
|
}
|
|
304
304
|
::selection {
|
|
305
305
|
color: #fff;
|
|
306
|
-
background: #
|
|
306
|
+
background: #1890ff;
|
|
307
307
|
}
|
|
308
308
|
.clearfix::before {
|
|
309
309
|
display: table;
|
|
@@ -617,7 +617,7 @@ mark {
|
|
|
617
617
|
position: relative;
|
|
618
618
|
}
|
|
619
619
|
html {
|
|
620
|
-
--antd-wave-shadow-color: #
|
|
620
|
+
--antd-wave-shadow-color: #1890ff;
|
|
621
621
|
--scroll-bar: 0;
|
|
622
622
|
}
|
|
623
623
|
[ant-click-animating-without-extra-node='true']::after,
|
|
@@ -629,7 +629,7 @@ html {
|
|
|
629
629
|
left: 0;
|
|
630
630
|
display: block;
|
|
631
631
|
border-radius: inherit;
|
|
632
|
-
box-shadow: 0 0 0 0 #
|
|
632
|
+
box-shadow: 0 0 0 0 #1890ff;
|
|
633
633
|
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
|
|
634
634
|
opacity: 0.2;
|
|
635
635
|
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
@@ -639,7 +639,7 @@ html {
|
|
|
639
639
|
}
|
|
640
640
|
@keyframes waveEffect {
|
|
641
641
|
100% {
|
|
642
|
-
box-shadow: 0 0 0 #
|
|
642
|
+
box-shadow: 0 0 0 #1890ff;
|
|
643
643
|
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
|
644
644
|
}
|
|
645
645
|
}
|
|
@@ -1294,7 +1294,7 @@ html {
|
|
|
1294
1294
|
left: 15px;
|
|
1295
1295
|
z-index: 2;
|
|
1296
1296
|
height: 20px;
|
|
1297
|
-
color: #
|
|
1297
|
+
color: #9e9e9e;
|
|
1298
1298
|
font-size: 14px;
|
|
1299
1299
|
line-height: 20px;
|
|
1300
1300
|
transform-origin: top left;
|
|
@@ -1302,5 +1302,5 @@ html {
|
|
|
1302
1302
|
transition: all 0.2s ease-out;
|
|
1303
1303
|
}
|
|
1304
1304
|
.label-input-open-eye {
|
|
1305
|
-
color: #
|
|
1305
|
+
color: #1890ff;
|
|
1306
1306
|
}
|
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
|
-
|
|
4
|
-
@primary-color: #ff6b00;
|
|
5
|
-
@color_263241: #263241;
|
|
6
|
-
@color_9aa5b5: #9aa5b5;
|
|
7
|
-
@color_b3b3b3: #b3b3b3;
|
|
8
|
-
@color_e5e5e5: #e5e5e5;
|
|
9
|
-
@color_a0a0a0: #a0a0a0;
|
|
10
|
-
|
|
11
|
-
@font-size-base: 14px;
|
|
12
|
-
@font-size-lg: @font-size-base + 2px;
|
|
13
|
-
|
|
14
|
-
@font-weight-500: 500;
|
|
3
|
+
@import '../../style/variables.less';
|
|
15
4
|
|
|
16
5
|
.label-input {
|
|
17
6
|
z-index: 1;
|
|
@@ -1270,10 +1270,10 @@ html {
|
|
|
1270
1270
|
.label-number-input-warper .label-number-input-text {
|
|
1271
1271
|
position: absolute;
|
|
1272
1272
|
top: 12px;
|
|
1273
|
-
left:
|
|
1273
|
+
left: 16px;
|
|
1274
1274
|
z-index: 2;
|
|
1275
1275
|
height: 20px;
|
|
1276
|
-
color: #
|
|
1276
|
+
color: #9e9e9e;
|
|
1277
1277
|
font-size: 14px;
|
|
1278
1278
|
line-height: 20px;
|
|
1279
1279
|
transform-origin: top left;
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
|
-
|
|
4
|
-
@color_263241: #263241;
|
|
5
|
-
@color_9aa5b5: #9aa5b5;
|
|
6
|
-
@color_e5e5e5: #e5e5e5;
|
|
7
|
-
@color_a0a0a0: #a0a0a0;
|
|
8
|
-
|
|
9
|
-
@font-size-base: 14px;
|
|
10
|
-
@font-size-lg: @font-size-base + 2px;
|
|
11
|
-
|
|
12
|
-
@font-weight-500: 500;
|
|
3
|
+
@import '../../style/variables.less';
|
|
13
4
|
|
|
14
5
|
.label-number-input-warper {
|
|
15
6
|
position: relative;
|
|
@@ -51,7 +42,7 @@
|
|
|
51
42
|
&-text {
|
|
52
43
|
position: absolute;
|
|
53
44
|
top: 12px;
|
|
54
|
-
left:
|
|
45
|
+
left: 16px;
|
|
55
46
|
z-index: 2;
|
|
56
47
|
height: 20px;
|
|
57
48
|
color: @color_9aa5b5;
|
|
@@ -1240,10 +1240,13 @@ html {
|
|
|
1240
1240
|
height: 45px;
|
|
1241
1241
|
background-color: #fff;
|
|
1242
1242
|
border: 1px solid #e5e5e5;
|
|
1243
|
-
border-radius:
|
|
1243
|
+
border-radius: 2px;
|
|
1244
1244
|
cursor: pointer;
|
|
1245
1245
|
transition: all 0.2s ease-out;
|
|
1246
1246
|
}
|
|
1247
|
+
.label-range-number:not(.label-range-number-label-scale) .a-number-input > input {
|
|
1248
|
+
cursor: pointer;
|
|
1249
|
+
}
|
|
1247
1250
|
.label-range-number:hover {
|
|
1248
1251
|
border: 1px solid #a0a0a0;
|
|
1249
1252
|
}
|
|
@@ -1255,7 +1258,7 @@ html {
|
|
|
1255
1258
|
position: relative;
|
|
1256
1259
|
display: inline-flex;
|
|
1257
1260
|
height: 45px;
|
|
1258
|
-
padding-left:
|
|
1261
|
+
padding-left: 15px;
|
|
1259
1262
|
outline: none;
|
|
1260
1263
|
}
|
|
1261
1264
|
.label-range-number .a-number-input input {
|
|
@@ -1269,6 +1272,7 @@ html {
|
|
|
1269
1272
|
position: relative;
|
|
1270
1273
|
top: 18px;
|
|
1271
1274
|
height: 14px;
|
|
1275
|
+
margin: 0 3px;
|
|
1272
1276
|
padding: 0;
|
|
1273
1277
|
}
|
|
1274
1278
|
.label-range-number .a-number-range-separator,
|
|
@@ -1276,25 +1280,19 @@ html {
|
|
|
1276
1280
|
opacity: 0;
|
|
1277
1281
|
}
|
|
1278
1282
|
.label-range-number .a-number .ant-input {
|
|
1279
|
-
padding: 0
|
|
1283
|
+
padding: 0;
|
|
1280
1284
|
border-radius: 0;
|
|
1281
1285
|
}
|
|
1282
1286
|
.label-range-number-text {
|
|
1283
1287
|
position: absolute;
|
|
1284
|
-
top:
|
|
1285
|
-
left:
|
|
1288
|
+
top: 12px;
|
|
1289
|
+
left: 16px;
|
|
1286
1290
|
z-index: 2;
|
|
1287
|
-
display: flex;
|
|
1288
|
-
align-items: center;
|
|
1289
|
-
width: calc(100% - 12px);
|
|
1290
|
-
height: 100%;
|
|
1291
|
-
margin-left: 12px;
|
|
1292
1291
|
color: #9e9e9e;
|
|
1293
1292
|
font-weight: 400;
|
|
1294
1293
|
font-size: 14px;
|
|
1295
1294
|
line-height: 20px;
|
|
1296
1295
|
transform-origin: top left;
|
|
1297
|
-
cursor: pointer;
|
|
1298
1296
|
transition: all 0.2s ease-out;
|
|
1299
1297
|
}
|
|
1300
1298
|
.label-range-number-label-scale .a-number-range-separator,
|
|
@@ -1,26 +1,29 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
|
-
|
|
4
|
-
@color_9aa5b5: #9e9e9e;
|
|
5
|
-
@color_a0a0a0: #a0a0a0;
|
|
6
|
-
@font-size-base: 14px;
|
|
3
|
+
@import '../../style/variables.less';
|
|
7
4
|
|
|
8
5
|
.label-range-number {
|
|
9
6
|
position: relative;
|
|
10
7
|
width: 220px;
|
|
11
8
|
height: 45px;
|
|
12
|
-
background-color:
|
|
13
|
-
border: 1px solid
|
|
14
|
-
border-radius:
|
|
9
|
+
background-color: @white;
|
|
10
|
+
border: 1px solid @color_e5e5e5;
|
|
11
|
+
border-radius: @border-radius-base;
|
|
15
12
|
cursor: pointer;
|
|
16
13
|
transition: all 0.2s ease-out;
|
|
17
14
|
|
|
15
|
+
&:not(.label-range-number-label-scale) {
|
|
16
|
+
.a-number-input > input {
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
18
21
|
&:hover {
|
|
19
|
-
border: 1px solid
|
|
22
|
+
border: 1px solid @color_a0a0a0;
|
|
20
23
|
}
|
|
21
24
|
|
|
22
25
|
&-focused {
|
|
23
|
-
border-color:
|
|
26
|
+
border-color: @black;
|
|
24
27
|
box-shadow: none;
|
|
25
28
|
}
|
|
26
29
|
|
|
@@ -28,7 +31,7 @@
|
|
|
28
31
|
position: relative;
|
|
29
32
|
display: inline-flex;
|
|
30
33
|
height: 45px;
|
|
31
|
-
padding-left:
|
|
34
|
+
padding-left: 15px;
|
|
32
35
|
outline: none;
|
|
33
36
|
|
|
34
37
|
&-input input {
|
|
@@ -43,6 +46,7 @@
|
|
|
43
46
|
position: relative;
|
|
44
47
|
top: 18px;
|
|
45
48
|
height: 14px;
|
|
49
|
+
margin: 0 3px;
|
|
46
50
|
padding: 0;
|
|
47
51
|
}
|
|
48
52
|
|
|
@@ -52,27 +56,21 @@
|
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
.@{ant-prefix}-input {
|
|
55
|
-
padding: 0
|
|
59
|
+
padding: 0;
|
|
56
60
|
border-radius: 0;
|
|
57
61
|
}
|
|
58
62
|
}
|
|
59
63
|
|
|
60
64
|
&-text {
|
|
61
65
|
position: absolute;
|
|
62
|
-
top:
|
|
63
|
-
left:
|
|
66
|
+
top: 12px;
|
|
67
|
+
left: 16px;
|
|
64
68
|
z-index: 2;
|
|
65
|
-
display: flex;
|
|
66
|
-
align-items: center;
|
|
67
|
-
width: calc(100% - 12px);
|
|
68
|
-
height: 100%;
|
|
69
|
-
margin-left: 12px;
|
|
70
69
|
color: @color_9aa5b5;
|
|
71
70
|
font-weight: 400;
|
|
72
71
|
font-size: @font-size-base;
|
|
73
72
|
line-height: 20px;
|
|
74
73
|
transform-origin: top left;
|
|
75
|
-
cursor: pointer;
|
|
76
74
|
transition: all 0.2s ease-out;
|
|
77
75
|
}
|
|
78
76
|
|
|
@@ -1243,9 +1243,13 @@ html {
|
|
|
1243
1243
|
.label-range-picker:not(.label-range-picker-disabled):hover .ant-picker {
|
|
1244
1244
|
border-color: #a0a0a0;
|
|
1245
1245
|
}
|
|
1246
|
+
.label-range-picker:not(.label-range-picker-label-scale) .ant-picker-input > input {
|
|
1247
|
+
cursor: pointer;
|
|
1248
|
+
}
|
|
1246
1249
|
.label-range-picker .ant-picker {
|
|
1247
1250
|
height: 45px;
|
|
1248
|
-
padding-
|
|
1251
|
+
padding-right: 15px;
|
|
1252
|
+
padding-left: 15px;
|
|
1249
1253
|
border: 1px solid #e5e5e5;
|
|
1250
1254
|
border-radius: 2px;
|
|
1251
1255
|
outline: none;
|
|
@@ -1254,7 +1258,6 @@ html {
|
|
|
1254
1258
|
position: relative;
|
|
1255
1259
|
top: 9px;
|
|
1256
1260
|
width: 85px;
|
|
1257
|
-
padding-left: 3px;
|
|
1258
1261
|
}
|
|
1259
1262
|
.label-range-picker .ant-picker-focused {
|
|
1260
1263
|
border-color: #000;
|
|
@@ -1263,6 +1266,7 @@ html {
|
|
|
1263
1266
|
.label-range-picker .ant-picker-range-separator {
|
|
1264
1267
|
position: relative;
|
|
1265
1268
|
top: 8px;
|
|
1269
|
+
margin: 0 3px;
|
|
1266
1270
|
padding: 0;
|
|
1267
1271
|
}
|
|
1268
1272
|
.label-range-picker .ant-picker-range-separator,
|
|
@@ -1278,15 +1282,11 @@ html {
|
|
|
1278
1282
|
}
|
|
1279
1283
|
.label-range-picker-text {
|
|
1280
1284
|
position: absolute;
|
|
1281
|
-
top:
|
|
1282
|
-
left:
|
|
1285
|
+
top: 12px;
|
|
1286
|
+
left: 16px;
|
|
1283
1287
|
z-index: 2;
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
width: calc(100% - 12px);
|
|
1287
|
-
height: 100%;
|
|
1288
|
-
margin-left: 12px;
|
|
1289
|
-
color: #9aa5b5;
|
|
1288
|
+
height: 20px;
|
|
1289
|
+
color: #9e9e9e;
|
|
1290
1290
|
font-size: 14px;
|
|
1291
1291
|
line-height: 20px;
|
|
1292
1292
|
transform-origin: top left;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
|
-
|
|
4
|
-
@color_9aa5b5: #9aa5b5;
|
|
5
|
-
@color_a0a0a0: #a0a0a0;
|
|
6
|
-
@font-size-base: 14px;
|
|
3
|
+
@import '../../style/variables.less';
|
|
7
4
|
|
|
8
5
|
.label-range-picker {
|
|
9
6
|
position: relative;
|
|
@@ -17,10 +14,17 @@
|
|
|
17
14
|
}
|
|
18
15
|
}
|
|
19
16
|
|
|
17
|
+
&:not(.label-range-picker-label-scale) {
|
|
18
|
+
.@{ant-prefix}-picker-input > input {
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
20
23
|
.@{ant-prefix}-picker {
|
|
21
24
|
height: 45px;
|
|
22
|
-
padding-
|
|
23
|
-
|
|
25
|
+
padding-right: 15px;
|
|
26
|
+
padding-left: 15px;
|
|
27
|
+
border: 1px solid @color_e5e5e5;
|
|
24
28
|
border-radius: @border-radius-base;
|
|
25
29
|
outline: none;
|
|
26
30
|
|
|
@@ -28,7 +32,6 @@
|
|
|
28
32
|
position: relative;
|
|
29
33
|
top: @pickerInputTop;
|
|
30
34
|
width: 85px;
|
|
31
|
-
padding-left: 3px;
|
|
32
35
|
}
|
|
33
36
|
|
|
34
37
|
&-focused {
|
|
@@ -39,6 +42,7 @@
|
|
|
39
42
|
&-range-separator {
|
|
40
43
|
position: relative;
|
|
41
44
|
top: 8px;
|
|
45
|
+
margin: 0 3px;
|
|
42
46
|
padding: 0;
|
|
43
47
|
}
|
|
44
48
|
|
|
@@ -53,20 +57,16 @@
|
|
|
53
57
|
|
|
54
58
|
&-suffix .spotecicon {
|
|
55
59
|
width: 14px;
|
|
56
|
-
color:
|
|
60
|
+
color: @color_323232;
|
|
57
61
|
}
|
|
58
62
|
}
|
|
59
63
|
|
|
60
64
|
&-text {
|
|
61
65
|
position: absolute;
|
|
62
|
-
top:
|
|
63
|
-
left:
|
|
66
|
+
top: 12px;
|
|
67
|
+
left: 16px;
|
|
64
68
|
z-index: 2;
|
|
65
|
-
|
|
66
|
-
align-items: center;
|
|
67
|
-
width: calc(100% - 12px);
|
|
68
|
-
height: 100%;
|
|
69
|
-
margin-left: 12px;
|
|
69
|
+
height: 20px;
|
|
70
70
|
color: @color_9aa5b5;
|
|
71
71
|
font-size: @font-size-base;
|
|
72
72
|
line-height: 20px;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable indentation */
|
|
2
1
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
3
2
|
/* stylelint-disable no-duplicate-selectors */
|
|
4
3
|
/* stylelint-disable */
|
|
@@ -1315,7 +1314,7 @@ html {
|
|
|
1315
1314
|
left: 16px;
|
|
1316
1315
|
z-index: 2;
|
|
1317
1316
|
height: 20px;
|
|
1318
|
-
color: #
|
|
1317
|
+
color: #9e9e9e;
|
|
1319
1318
|
font-size: 14px;
|
|
1320
1319
|
line-height: 20px;
|
|
1321
1320
|
transform-origin: top left;
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
/* stylelint-disable indentation */
|
|
2
1
|
@import '~antd/lib/style/index.less';
|
|
3
2
|
@import '../../style/themes/default.less';
|
|
4
|
-
|
|
5
|
-
@color_9aa5b5: #9aa5b5;
|
|
6
|
-
@color_e5e5e5: #e5e5e5;
|
|
7
|
-
@color_7d7d7d: #7d7d7d;
|
|
8
|
-
@color_a0a0a0: #a0a0a0;
|
|
9
|
-
@color_333: #333;
|
|
10
|
-
@color_ccc: #ccc;
|
|
11
|
-
@white: #fff;
|
|
12
|
-
@font-size-base: 14px;
|
|
13
|
-
@font-size-sm: @font-size-base - 2px;
|
|
3
|
+
@import '../../style/variables.less';
|
|
14
4
|
|
|
15
5
|
.label-select {
|
|
16
6
|
position: relative;
|
|
@@ -52,18 +42,19 @@
|
|
|
52
42
|
}
|
|
53
43
|
}
|
|
54
44
|
|
|
55
|
-
.@{ant-prefix}-select-multiple.@{ant-prefix}-select-lg
|
|
45
|
+
.@{ant-prefix}-select-multiple.@{ant-prefix}-select-lg {
|
|
56
46
|
.@{ant-prefix}-select-selection-item {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
47
|
+
width: auto;
|
|
48
|
+
height: auto;
|
|
49
|
+
margin: 0 4px 4px 0;
|
|
50
|
+
padding: 1px 4px;
|
|
51
|
+
color: @color_333;
|
|
52
|
+
font-size: @font-size-sm;
|
|
53
|
+
line-height: 17px;
|
|
54
|
+
background-color: @white;
|
|
55
|
+
border: 1px solid @color_ccc;
|
|
56
|
+
border-radius: 4px;
|
|
57
|
+
}
|
|
67
58
|
}
|
|
68
59
|
|
|
69
60
|
.@{ant-prefix}-select-allow-clear {
|
|
@@ -72,25 +63,28 @@
|
|
|
72
63
|
}
|
|
73
64
|
}
|
|
74
65
|
|
|
75
|
-
.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input)
|
|
66
|
+
.@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) {
|
|
76
67
|
.@{ant-prefix}-select-selector {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
68
|
+
height: 45px;
|
|
69
|
+
border: 1px solid @color_e5e5e5;
|
|
70
|
+
border-radius: @border-radius-base;
|
|
71
|
+
outline: none;
|
|
72
|
+
}
|
|
81
73
|
}
|
|
82
74
|
|
|
83
|
-
.@{ant-prefix}-select-focused:not(.@{ant-prefix}-select-disabled).@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input)
|
|
75
|
+
.@{ant-prefix}-select-focused:not(.@{ant-prefix}-select-disabled).@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input) {
|
|
84
76
|
.@{ant-prefix}-select-selector {
|
|
85
|
-
|
|
86
|
-
|
|
77
|
+
border-color: @labelFocusBorderColor;
|
|
78
|
+
box-shadow: none;
|
|
79
|
+
}
|
|
87
80
|
}
|
|
88
81
|
|
|
89
|
-
.@{ant-prefix}-select-single.@{ant-prefix}-select-show-arrow
|
|
82
|
+
.@{ant-prefix}-select-single.@{ant-prefix}-select-show-arrow {
|
|
90
83
|
.@{ant-prefix}-select-selection-item {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
84
|
+
padding-top: 11px;
|
|
85
|
+
padding-left: 4px;
|
|
86
|
+
font-size: @font-size-base;
|
|
87
|
+
}
|
|
94
88
|
}
|
|
95
89
|
|
|
96
90
|
.@{ant-prefix}-select-selection-search {
|
|
@@ -1244,9 +1244,7 @@ html {
|
|
|
1244
1244
|
color: #263241;
|
|
1245
1245
|
font-size: 16px;
|
|
1246
1246
|
border: 0;
|
|
1247
|
-
border-radius: 12px;
|
|
1248
1247
|
outline: 0;
|
|
1249
|
-
transition: border 0.3s;
|
|
1250
1248
|
}
|
|
1251
1249
|
.label-textarea:focus + label,
|
|
1252
1250
|
.label-textarea:not([data-value='0']) + label {
|
|
@@ -1269,7 +1267,7 @@ html {
|
|
|
1269
1267
|
left: 16px;
|
|
1270
1268
|
z-index: 2;
|
|
1271
1269
|
height: 20px;
|
|
1272
|
-
color: #
|
|
1270
|
+
color: #9e9e9e;
|
|
1273
1271
|
font-size: 14px;
|
|
1274
1272
|
line-height: 20px;
|
|
1275
1273
|
transform-origin: top left;
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
2
|
@import '../../style/themes/default.less';
|
|
3
|
-
@
|
|
4
|
-
@color_9aa5b5: #9aa5b5;
|
|
5
|
-
@color_b3b3b3: #b3b3b3;
|
|
6
|
-
@color_e5e5e5: #e5e5e5;
|
|
7
|
-
|
|
8
|
-
@font-size-base: 14px;
|
|
9
|
-
@font-size-lg: @font-size-base + 2px;
|
|
10
|
-
|
|
11
|
-
@font-weight-500: 500;
|
|
3
|
+
@import '../../style/variables.less';
|
|
12
4
|
|
|
13
5
|
.label-textarea {
|
|
14
6
|
z-index: 1;
|
|
@@ -17,12 +9,10 @@
|
|
|
17
9
|
min-height: 28px;
|
|
18
10
|
margin-bottom: -4px;
|
|
19
11
|
padding: 0 15px 0 15px;
|
|
20
|
-
color:
|
|
12
|
+
color: @color_263241;
|
|
21
13
|
font-size: @font-size-lg;
|
|
22
14
|
border: 0;
|
|
23
|
-
border-radius: 12px;
|
|
24
15
|
outline: 0;
|
|
25
|
-
transition: border 0.3s;
|
|
26
16
|
|
|
27
17
|
&:focus + label,
|
|
28
18
|
&:not([data-value='0']) + label {
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
/* stylelint-disable indentation */
|
|
2
2
|
@import '~antd/lib/style/index.less';
|
|
3
3
|
@import '../../style/themes/default.less';
|
|
4
|
-
|
|
5
|
-
@color_9aa5b5: #9aa5b5;
|
|
6
|
-
@font-size-base: 14px;
|
|
4
|
+
@import '../../style/variables.less';
|
|
7
5
|
|
|
8
6
|
.label-tree-select {
|
|
9
7
|
position: relative;
|
|
@@ -13,7 +11,7 @@
|
|
|
13
11
|
.@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input)
|
|
14
12
|
.@{ant-prefix}-select-selector {
|
|
15
13
|
height: 45px;
|
|
16
|
-
border: 1px solid
|
|
14
|
+
border: 1px solid @color_e5e5e5;
|
|
17
15
|
border-radius: @border-radius-base;
|
|
18
16
|
outline: none;
|
|
19
17
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@import '../../style/variables.less';
|
|
2
|
+
|
|
1
3
|
.rc-number-format-input {
|
|
2
4
|
position: relative;
|
|
3
5
|
display: inline-block;
|
|
@@ -10,19 +12,19 @@
|
|
|
10
12
|
font-size: 14px;
|
|
11
13
|
line-height: 1.5715;
|
|
12
14
|
list-style: none;
|
|
13
|
-
background-color:
|
|
15
|
+
background-color: @white;
|
|
14
16
|
background-image: none;
|
|
15
|
-
border: 1px solid
|
|
17
|
+
border: 1px solid @color_d9d9d9;
|
|
16
18
|
border-radius: 2px;
|
|
17
19
|
transition: all 0.3s;
|
|
18
20
|
|
|
19
21
|
&:hover {
|
|
20
|
-
border-color:
|
|
22
|
+
border-color: @color_40a9ff;
|
|
21
23
|
border-right-width: 1px !important;
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
&:focus {
|
|
25
|
-
border-color:
|
|
27
|
+
border-color: @color_40a9ff;
|
|
26
28
|
border-right-width: 1px !important;
|
|
27
29
|
outline: 0;
|
|
28
30
|
box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
@import '~antd/lib/style/index.less';
|
|
2
|
+
@import '../../style/variables.less';
|
|
2
3
|
|
|
3
4
|
@progress-prefix-cls: ~'@{ant-prefix}';
|
|
4
5
|
|
|
5
6
|
.as-img-upload {
|
|
6
7
|
width: 335px;
|
|
7
8
|
height: 140px;
|
|
8
|
-
border: 1px solid
|
|
9
|
+
border: 1px solid @color_cacaca;
|
|
9
10
|
border-radius: 4px;
|
|
10
11
|
|
|
11
12
|
&:hover {
|
|
12
|
-
border: 1px solid
|
|
13
|
+
border: 1px solid @color_1890ff;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.rc-upload,
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
width: 100%;
|
|
39
40
|
height: 100%;
|
|
40
41
|
overflow: hidden;
|
|
41
|
-
background-color:
|
|
42
|
+
background-color: @white;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
&-close-button {
|
|
@@ -49,14 +50,14 @@
|
|
|
49
50
|
width: 20px;
|
|
50
51
|
height: 20px;
|
|
51
52
|
text-align: center;
|
|
52
|
-
background-color:
|
|
53
|
+
background-color: @black;
|
|
53
54
|
cursor: pointer;
|
|
54
55
|
opacity: 0.6;
|
|
55
56
|
|
|
56
57
|
.spotecicon {
|
|
57
58
|
width: 15px;
|
|
58
59
|
height: 15px;
|
|
59
|
-
color:
|
|
60
|
+
color: @white;
|
|
60
61
|
}
|
|
61
62
|
}
|
|
62
63
|
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
.@{ant-prefix}-progress-text {
|
|
85
86
|
display: block;
|
|
86
87
|
width: 100%;
|
|
87
|
-
color:
|
|
88
|
+
color: @white;
|
|
88
89
|
text-align: center;
|
|
89
90
|
}
|
|
90
91
|
}
|
|
@@ -97,6 +98,6 @@
|
|
|
97
98
|
|
|
98
99
|
.init-disable {
|
|
99
100
|
color: rgba(0, 0, 0, 25%);
|
|
100
|
-
background-color:
|
|
101
|
+
background-color: @color_f5f5f5;
|
|
101
102
|
cursor: not-allowed;
|
|
102
103
|
}
|