@jiaozhiye/qm-design-react 1.4.0-beta.2 → 1.4.0-beta.21
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/lib/_utils/types.d.ts +7 -1
- package/lib/_utils/util.d.ts +0 -1
- package/lib/anchor/src/anchor-nav.d.ts +1 -1
- package/lib/anchor/src/anchor.d.ts +3 -1
- package/lib/anchor/style/index.less +61 -21
- package/lib/antd/compact.less +11 -0
- package/lib/antd/index.less +11 -1
- package/lib/button/src/button.d.ts +6 -5
- package/lib/collapse/src/collapse.d.ts +1 -0
- package/lib/countup/style/index.less +22 -22
- package/lib/divider/style/index.less +54 -54
- package/lib/drawer/style/index.less +2 -2
- package/lib/form/src/context.d.ts +4 -1
- package/lib/form/src/form-cascader.d.ts +1 -1
- package/lib/form/src/form-checkbox-group.d.ts +1 -1
- package/lib/form/src/form-multiple-tree-table-helper.d.ts +2 -2
- package/lib/form/src/form-radio.d.ts +1 -1
- package/lib/form/src/form-select.d.ts +1 -1
- package/lib/form/src/form-tree-select.d.ts +1 -1
- package/lib/form/src/form.d.ts +14 -14
- package/lib/form/src/types.d.ts +25 -15
- package/lib/form/src/utils.d.ts +7 -3
- package/lib/form/style/index.less +19 -8
- package/lib/hooks/useDebounce.d.ts +3 -0
- package/lib/index.esm.js +2 -2
- package/lib/index.full.js +1 -1
- package/lib/index.js +2 -2
- package/lib/locale/index.js +5 -5
- package/lib/locale/lang/en.d.ts +4 -0
- package/lib/locale/lang/en.js +6 -2
- package/lib/locale/lang/zh-cn.d.ts +4 -0
- package/lib/locale/lang/zh-cn.js +6 -2
- package/lib/modal/style/index.less +2 -2
- package/lib/print/src/LodopFuncs.d.ts +1 -1
- package/lib/print/src/preview.d.ts +1 -1
- package/lib/print/src/print.d.ts +1 -1
- package/lib/print/style/index.less +175 -175
- package/lib/range-table-helper/style/index.less +5 -1
- package/lib/search-helper/style/index.less +1 -1
- package/lib/search-tree/src/search-tree.d.ts +6 -0
- package/lib/search-tree/style/index.less +14 -1
- package/lib/spin/style/index.less +3 -5
- package/lib/split/style/index.less +1 -1
- package/lib/style/compact.css +645 -685
- package/lib/style/compact.less +4 -3
- package/lib/style/compact.min.css +1 -1
- package/lib/style/index.css +109 -58
- package/lib/style/index.less +36 -36
- package/lib/style/index.min.css +1 -1
- package/lib/style/mixins/reset.less +1 -2
- package/lib/style/themes/compact.less +3 -280
- package/lib/style/themes/default.less +2 -1
- package/lib/table/src/context/index.d.ts +3 -3
- package/lib/table/src/edit/InputNumber.d.ts +2 -0
- package/lib/table/src/hooks/useImperativeMethod.d.ts +2 -1
- package/lib/table/src/hooks/useTableCore.d.ts +1 -0
- package/lib/table/src/hooks/useTableEffect.d.ts +3 -0
- package/lib/table/src/hooks/useTableLayout.d.ts +2 -2
- package/lib/table/src/table/props.d.ts +15 -9
- package/lib/table/src/table/types.d.ts +28 -10
- package/lib/table/src/utils/index.d.ts +3 -2
- package/lib/table/style/clipboard.less +1 -0
- package/lib/table/style/export.less +1 -1
- package/lib/table/style/fast-search.less +3 -2
- package/lib/table/style/size.less +1 -0
- package/lib/table/style/table.less +374 -374
- package/lib/tabs/src/tab-pane.d.ts +1 -0
- package/lib/tabs/src/tabs.d.ts +6 -1
- package/lib/tree-helper/style/index.less +1 -1
- package/lib/tree-table-helper/style/index.less +1 -1
- package/lib/upload-file/src/upload-file.d.ts +4 -9
- package/package.json +6 -7
- package/lib/form/src/form-item-layout.d.ts +0 -3
package/lib/style/compact.css
CHANGED
|
@@ -2,60 +2,18 @@
|
|
|
2
2
|
* @Author: 焦质晔
|
|
3
3
|
* @Date: 2022-11-26 21:14:37
|
|
4
4
|
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time:
|
|
5
|
+
* @Last Modified time: 2023-03-28 11:52:53
|
|
6
6
|
*/
|
|
7
7
|
/*
|
|
8
8
|
* @Author: 焦质晔
|
|
9
|
-
* @Date:
|
|
9
|
+
* @Date: 2023-01-07 14:07:04
|
|
10
10
|
* @Last Modified by: 焦质晔
|
|
11
|
-
* @Last Modified time:
|
|
11
|
+
* @Last Modified time: 2023-01-07 14:07:27
|
|
12
12
|
*/
|
|
13
13
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
14
14
|
/* stylelint-disable no-duplicate-selectors */
|
|
15
15
|
/* stylelint-disable */
|
|
16
16
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
17
|
-
html {
|
|
18
|
-
--ant-primary-color: #1890ff;
|
|
19
|
-
--ant-primary-color-hover: #40a9ff;
|
|
20
|
-
--ant-primary-color-active: #096dd9;
|
|
21
|
-
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
|
22
|
-
--ant-primary-1: #e6f7ff;
|
|
23
|
-
--ant-primary-2: #bae7ff;
|
|
24
|
-
--ant-primary-3: #91d5ff;
|
|
25
|
-
--ant-primary-4: #69c0ff;
|
|
26
|
-
--ant-primary-5: #40a9ff;
|
|
27
|
-
--ant-primary-6: #1890ff;
|
|
28
|
-
--ant-primary-7: #096dd9;
|
|
29
|
-
--ant-primary-color-deprecated-pure: ;
|
|
30
|
-
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
|
31
|
-
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
|
32
|
-
--ant-primary-color-deprecated-t-20: #46a6ff;
|
|
33
|
-
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
|
34
|
-
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
|
35
|
-
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
|
36
|
-
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
|
37
|
-
--ant-success-color: #52c41a;
|
|
38
|
-
--ant-success-color-hover: #73d13d;
|
|
39
|
-
--ant-success-color-active: #389e0d;
|
|
40
|
-
--ant-success-color-outline: rgba(82, 196, 26, 0.2);
|
|
41
|
-
--ant-success-color-deprecated-bg: #f6ffed;
|
|
42
|
-
--ant-success-color-deprecated-border: #b7eb8f;
|
|
43
|
-
--ant-error-color: #ff4d4f;
|
|
44
|
-
--ant-error-color-hover: #ff7875;
|
|
45
|
-
--ant-error-color-active: #d9363e;
|
|
46
|
-
--ant-error-color-outline: rgba(255, 77, 79, 0.2);
|
|
47
|
-
--ant-error-color-deprecated-bg: #fff2f0;
|
|
48
|
-
--ant-error-color-deprecated-border: #ffccc7;
|
|
49
|
-
--ant-warning-color: #faad14;
|
|
50
|
-
--ant-warning-color-hover: #ffc53d;
|
|
51
|
-
--ant-warning-color-active: #d48806;
|
|
52
|
-
--ant-warning-color-outline: rgba(250, 173, 20, 0.2);
|
|
53
|
-
--ant-warning-color-deprecated-bg: #fffbe6;
|
|
54
|
-
--ant-warning-color-deprecated-border: #ffe58f;
|
|
55
|
-
--ant-info-color: #1890ff;
|
|
56
|
-
--ant-info-color-deprecated-bg: #e6f7ff;
|
|
57
|
-
--ant-info-color-deprecated-border: #91d5ff;
|
|
58
|
-
}
|
|
59
17
|
[class^=ant-]::-ms-clear,
|
|
60
18
|
[class*= ant-]::-ms-clear,
|
|
61
19
|
[class^=ant-] input::-ms-clear,
|
|
@@ -187,7 +145,7 @@ sup {
|
|
|
187
145
|
top: -0.5em;
|
|
188
146
|
}
|
|
189
147
|
a {
|
|
190
|
-
color:
|
|
148
|
+
color: #1890ff;
|
|
191
149
|
text-decoration: none;
|
|
192
150
|
background-color: transparent;
|
|
193
151
|
outline: none;
|
|
@@ -196,10 +154,10 @@ a {
|
|
|
196
154
|
-webkit-text-decoration-skip: objects;
|
|
197
155
|
}
|
|
198
156
|
a:hover {
|
|
199
|
-
color:
|
|
157
|
+
color: #40a9ff;
|
|
200
158
|
}
|
|
201
159
|
a:active {
|
|
202
|
-
color:
|
|
160
|
+
color: #096dd9;
|
|
203
161
|
}
|
|
204
162
|
a:active,
|
|
205
163
|
a:hover {
|
|
@@ -355,7 +313,7 @@ mark {
|
|
|
355
313
|
}
|
|
356
314
|
::selection {
|
|
357
315
|
color: #fff;
|
|
358
|
-
background:
|
|
316
|
+
background: #1890ff;
|
|
359
317
|
}
|
|
360
318
|
.clearfix::before {
|
|
361
319
|
display: table;
|
|
@@ -669,7 +627,7 @@ mark {
|
|
|
669
627
|
position: relative;
|
|
670
628
|
}
|
|
671
629
|
html {
|
|
672
|
-
--antd-wave-shadow-color:
|
|
630
|
+
--antd-wave-shadow-color: #1890ff;
|
|
673
631
|
--scroll-bar: 0;
|
|
674
632
|
}
|
|
675
633
|
[ant-click-animating-without-extra-node='true']::after,
|
|
@@ -681,7 +639,7 @@ html {
|
|
|
681
639
|
left: 0;
|
|
682
640
|
display: block;
|
|
683
641
|
border-radius: inherit;
|
|
684
|
-
box-shadow: 0 0 0 0
|
|
642
|
+
box-shadow: 0 0 0 0 #1890ff;
|
|
685
643
|
box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
|
|
686
644
|
opacity: 0.2;
|
|
687
645
|
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
@@ -691,7 +649,7 @@ html {
|
|
|
691
649
|
}
|
|
692
650
|
@keyframes waveEffect {
|
|
693
651
|
100% {
|
|
694
|
-
box-shadow: 0 0 0
|
|
652
|
+
box-shadow: 0 0 0 #1890ff;
|
|
695
653
|
box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
|
|
696
654
|
}
|
|
697
655
|
}
|
|
@@ -1320,32 +1278,32 @@ html {
|
|
|
1320
1278
|
line-height: 20px;
|
|
1321
1279
|
}
|
|
1322
1280
|
.ant-alert-success {
|
|
1323
|
-
background-color:
|
|
1324
|
-
border: 1px solid
|
|
1281
|
+
background-color: #f6ffed;
|
|
1282
|
+
border: 1px solid #b7eb8f;
|
|
1325
1283
|
}
|
|
1326
1284
|
.ant-alert-success .ant-alert-icon {
|
|
1327
|
-
color:
|
|
1285
|
+
color: #52c41a;
|
|
1328
1286
|
}
|
|
1329
1287
|
.ant-alert-info {
|
|
1330
|
-
background-color:
|
|
1331
|
-
border: 1px solid
|
|
1288
|
+
background-color: #e6f7ff;
|
|
1289
|
+
border: 1px solid #91d5ff;
|
|
1332
1290
|
}
|
|
1333
1291
|
.ant-alert-info .ant-alert-icon {
|
|
1334
|
-
color:
|
|
1292
|
+
color: #1890ff;
|
|
1335
1293
|
}
|
|
1336
1294
|
.ant-alert-warning {
|
|
1337
|
-
background-color:
|
|
1338
|
-
border: 1px solid
|
|
1295
|
+
background-color: #fffbe6;
|
|
1296
|
+
border: 1px solid #ffe58f;
|
|
1339
1297
|
}
|
|
1340
1298
|
.ant-alert-warning .ant-alert-icon {
|
|
1341
|
-
color:
|
|
1299
|
+
color: #faad14;
|
|
1342
1300
|
}
|
|
1343
1301
|
.ant-alert-error {
|
|
1344
|
-
background-color:
|
|
1345
|
-
border: 1px solid
|
|
1302
|
+
background-color: #fff2f0;
|
|
1303
|
+
border: 1px solid #ffccc7;
|
|
1346
1304
|
}
|
|
1347
1305
|
.ant-alert-error .ant-alert-icon {
|
|
1348
|
-
color:
|
|
1306
|
+
color: #ff4d4f;
|
|
1349
1307
|
}
|
|
1350
1308
|
.ant-alert-error .ant-alert-description > pre {
|
|
1351
1309
|
margin: 0;
|
|
@@ -1473,7 +1431,7 @@ html {
|
|
|
1473
1431
|
width: 2px;
|
|
1474
1432
|
height: 100%;
|
|
1475
1433
|
margin: 0 auto;
|
|
1476
|
-
background-color:
|
|
1434
|
+
background-color: #f0f0f0;
|
|
1477
1435
|
content: ' ';
|
|
1478
1436
|
}
|
|
1479
1437
|
.ant-anchor-ink-ball {
|
|
@@ -1483,7 +1441,7 @@ html {
|
|
|
1483
1441
|
width: 8px;
|
|
1484
1442
|
height: 8px;
|
|
1485
1443
|
background-color: #fff;
|
|
1486
|
-
border: 2px solid
|
|
1444
|
+
border: 2px solid #1890ff;
|
|
1487
1445
|
border-radius: 8px;
|
|
1488
1446
|
transform: translateX(-50%);
|
|
1489
1447
|
transition: top 0.3s ease-in-out;
|
|
@@ -1511,7 +1469,7 @@ html {
|
|
|
1511
1469
|
margin-bottom: 0;
|
|
1512
1470
|
}
|
|
1513
1471
|
.ant-anchor-link-active > .ant-anchor-link-title {
|
|
1514
|
-
color:
|
|
1472
|
+
color: #1890ff;
|
|
1515
1473
|
}
|
|
1516
1474
|
.ant-anchor-link .ant-anchor-link {
|
|
1517
1475
|
padding-top: 2px;
|
|
@@ -1801,11 +1759,11 @@ html {
|
|
|
1801
1759
|
border-radius: 50%;
|
|
1802
1760
|
}
|
|
1803
1761
|
.ant-badge-status-success {
|
|
1804
|
-
background-color:
|
|
1762
|
+
background-color: #52c41a;
|
|
1805
1763
|
}
|
|
1806
1764
|
.ant-badge-status-processing {
|
|
1807
1765
|
position: relative;
|
|
1808
|
-
background-color:
|
|
1766
|
+
background-color: #1890ff;
|
|
1809
1767
|
}
|
|
1810
1768
|
.ant-badge-status-processing::after {
|
|
1811
1769
|
position: absolute;
|
|
@@ -1813,7 +1771,7 @@ html {
|
|
|
1813
1771
|
left: 0;
|
|
1814
1772
|
width: 100%;
|
|
1815
1773
|
height: 100%;
|
|
1816
|
-
border: 1px solid
|
|
1774
|
+
border: 1px solid #1890ff;
|
|
1817
1775
|
border-radius: 50%;
|
|
1818
1776
|
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
|
1819
1777
|
content: '';
|
|
@@ -1822,10 +1780,10 @@ html {
|
|
|
1822
1780
|
background-color: #d9d9d9;
|
|
1823
1781
|
}
|
|
1824
1782
|
.ant-badge-status-error {
|
|
1825
|
-
background-color:
|
|
1783
|
+
background-color: #ff4d4f;
|
|
1826
1784
|
}
|
|
1827
1785
|
.ant-badge-status-warning {
|
|
1828
|
-
background-color:
|
|
1786
|
+
background-color: #faad14;
|
|
1829
1787
|
}
|
|
1830
1788
|
.ant-badge-status-pink {
|
|
1831
1789
|
background: #eb2f96;
|
|
@@ -2001,7 +1959,7 @@ html {
|
|
|
2001
1959
|
color: #fff;
|
|
2002
1960
|
line-height: 22px;
|
|
2003
1961
|
white-space: nowrap;
|
|
2004
|
-
background-color:
|
|
1962
|
+
background-color: #1890ff;
|
|
2005
1963
|
border-radius: 2px;
|
|
2006
1964
|
}
|
|
2007
1965
|
.ant-ribbon-text {
|
|
@@ -2324,8 +2282,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2324
2282
|
}
|
|
2325
2283
|
.ant-btn:hover,
|
|
2326
2284
|
.ant-btn:focus {
|
|
2327
|
-
color:
|
|
2328
|
-
border-color:
|
|
2285
|
+
color: #40a9ff;
|
|
2286
|
+
border-color: #40a9ff;
|
|
2329
2287
|
background: #fff;
|
|
2330
2288
|
}
|
|
2331
2289
|
.ant-btn:hover > a:only-child,
|
|
@@ -2343,8 +2301,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2343
2301
|
content: '';
|
|
2344
2302
|
}
|
|
2345
2303
|
.ant-btn:active {
|
|
2346
|
-
color:
|
|
2347
|
-
border-color:
|
|
2304
|
+
color: #096dd9;
|
|
2305
|
+
border-color: #096dd9;
|
|
2348
2306
|
background: #fff;
|
|
2349
2307
|
}
|
|
2350
2308
|
.ant-btn:active > a:only-child {
|
|
@@ -2398,8 +2356,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2398
2356
|
}
|
|
2399
2357
|
.ant-btn-primary {
|
|
2400
2358
|
color: #fff;
|
|
2401
|
-
border-color:
|
|
2402
|
-
background:
|
|
2359
|
+
border-color: #1890ff;
|
|
2360
|
+
background: #1890ff;
|
|
2403
2361
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
2404
2362
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
2405
2363
|
}
|
|
@@ -2418,8 +2376,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2418
2376
|
.ant-btn-primary:hover,
|
|
2419
2377
|
.ant-btn-primary:focus {
|
|
2420
2378
|
color: #fff;
|
|
2421
|
-
border-color:
|
|
2422
|
-
background:
|
|
2379
|
+
border-color: #40a9ff;
|
|
2380
|
+
background: #40a9ff;
|
|
2423
2381
|
}
|
|
2424
2382
|
.ant-btn-primary:hover > a:only-child,
|
|
2425
2383
|
.ant-btn-primary:focus > a:only-child {
|
|
@@ -2437,8 +2395,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2437
2395
|
}
|
|
2438
2396
|
.ant-btn-primary:active {
|
|
2439
2397
|
color: #fff;
|
|
2440
|
-
border-color:
|
|
2441
|
-
background:
|
|
2398
|
+
border-color: #096dd9;
|
|
2399
|
+
background: #096dd9;
|
|
2442
2400
|
}
|
|
2443
2401
|
.ant-btn-primary:active > a:only-child {
|
|
2444
2402
|
color: currentcolor;
|
|
@@ -2481,21 +2439,21 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2481
2439
|
content: '';
|
|
2482
2440
|
}
|
|
2483
2441
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
|
|
2484
|
-
border-right-color:
|
|
2485
|
-
border-left-color:
|
|
2442
|
+
border-right-color: #40a9ff;
|
|
2443
|
+
border-left-color: #40a9ff;
|
|
2486
2444
|
}
|
|
2487
2445
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
|
|
2488
2446
|
border-color: #d9d9d9;
|
|
2489
2447
|
}
|
|
2490
2448
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
|
|
2491
|
-
border-right-color:
|
|
2449
|
+
border-right-color: #40a9ff;
|
|
2492
2450
|
}
|
|
2493
2451
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
|
|
2494
2452
|
border-right-color: #d9d9d9;
|
|
2495
2453
|
}
|
|
2496
2454
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
|
2497
2455
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
|
2498
|
-
border-left-color:
|
|
2456
|
+
border-left-color: #40a9ff;
|
|
2499
2457
|
}
|
|
2500
2458
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
|
2501
2459
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
|
@@ -2520,8 +2478,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2520
2478
|
}
|
|
2521
2479
|
.ant-btn-ghost:hover,
|
|
2522
2480
|
.ant-btn-ghost:focus {
|
|
2523
|
-
color:
|
|
2524
|
-
border-color:
|
|
2481
|
+
color: #40a9ff;
|
|
2482
|
+
border-color: #40a9ff;
|
|
2525
2483
|
background: transparent;
|
|
2526
2484
|
}
|
|
2527
2485
|
.ant-btn-ghost:hover > a:only-child,
|
|
@@ -2539,8 +2497,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2539
2497
|
content: '';
|
|
2540
2498
|
}
|
|
2541
2499
|
.ant-btn-ghost:active {
|
|
2542
|
-
color:
|
|
2543
|
-
border-color:
|
|
2500
|
+
color: #096dd9;
|
|
2501
|
+
border-color: #096dd9;
|
|
2544
2502
|
background: transparent;
|
|
2545
2503
|
}
|
|
2546
2504
|
.ant-btn-ghost:active > a:only-child {
|
|
@@ -2603,8 +2561,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2603
2561
|
}
|
|
2604
2562
|
.ant-btn-dashed:hover,
|
|
2605
2563
|
.ant-btn-dashed:focus {
|
|
2606
|
-
color:
|
|
2607
|
-
border-color:
|
|
2564
|
+
color: #40a9ff;
|
|
2565
|
+
border-color: #40a9ff;
|
|
2608
2566
|
background: #fff;
|
|
2609
2567
|
}
|
|
2610
2568
|
.ant-btn-dashed:hover > a:only-child,
|
|
@@ -2622,8 +2580,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2622
2580
|
content: '';
|
|
2623
2581
|
}
|
|
2624
2582
|
.ant-btn-dashed:active {
|
|
2625
|
-
color:
|
|
2626
|
-
border-color:
|
|
2583
|
+
color: #096dd9;
|
|
2584
|
+
border-color: #096dd9;
|
|
2627
2585
|
background: #fff;
|
|
2628
2586
|
}
|
|
2629
2587
|
.ant-btn-dashed:active > a:only-child {
|
|
@@ -2668,8 +2626,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2668
2626
|
}
|
|
2669
2627
|
.ant-btn-danger {
|
|
2670
2628
|
color: #fff;
|
|
2671
|
-
border-color:
|
|
2672
|
-
background:
|
|
2629
|
+
border-color: #ff4d4f;
|
|
2630
|
+
background: #ff4d4f;
|
|
2673
2631
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
2674
2632
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
2675
2633
|
}
|
|
@@ -2688,8 +2646,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2688
2646
|
.ant-btn-danger:hover,
|
|
2689
2647
|
.ant-btn-danger:focus {
|
|
2690
2648
|
color: #fff;
|
|
2691
|
-
border-color:
|
|
2692
|
-
background:
|
|
2649
|
+
border-color: #ff7875;
|
|
2650
|
+
background: #ff7875;
|
|
2693
2651
|
}
|
|
2694
2652
|
.ant-btn-danger:hover > a:only-child,
|
|
2695
2653
|
.ant-btn-danger:focus > a:only-child {
|
|
@@ -2707,8 +2665,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2707
2665
|
}
|
|
2708
2666
|
.ant-btn-danger:active {
|
|
2709
2667
|
color: #fff;
|
|
2710
|
-
border-color:
|
|
2711
|
-
background:
|
|
2668
|
+
border-color: #d9363e;
|
|
2669
|
+
background: #d9363e;
|
|
2712
2670
|
}
|
|
2713
2671
|
.ant-btn-danger:active > a:only-child {
|
|
2714
2672
|
color: currentcolor;
|
|
@@ -2751,7 +2709,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2751
2709
|
content: '';
|
|
2752
2710
|
}
|
|
2753
2711
|
.ant-btn-link {
|
|
2754
|
-
color:
|
|
2712
|
+
color: #1890ff;
|
|
2755
2713
|
border-color: transparent;
|
|
2756
2714
|
background: transparent;
|
|
2757
2715
|
box-shadow: none;
|
|
@@ -2770,8 +2728,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2770
2728
|
}
|
|
2771
2729
|
.ant-btn-link:hover,
|
|
2772
2730
|
.ant-btn-link:focus {
|
|
2773
|
-
color:
|
|
2774
|
-
border-color:
|
|
2731
|
+
color: #40a9ff;
|
|
2732
|
+
border-color: #40a9ff;
|
|
2775
2733
|
background: transparent;
|
|
2776
2734
|
}
|
|
2777
2735
|
.ant-btn-link:hover > a:only-child,
|
|
@@ -2789,8 +2747,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2789
2747
|
content: '';
|
|
2790
2748
|
}
|
|
2791
2749
|
.ant-btn-link:active {
|
|
2792
|
-
color:
|
|
2793
|
-
border-color:
|
|
2750
|
+
color: #096dd9;
|
|
2751
|
+
border-color: #096dd9;
|
|
2794
2752
|
background: transparent;
|
|
2795
2753
|
}
|
|
2796
2754
|
.ant-btn-link:active > a:only-child {
|
|
@@ -2889,8 +2847,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2889
2847
|
}
|
|
2890
2848
|
.ant-btn-text:hover,
|
|
2891
2849
|
.ant-btn-text:focus {
|
|
2892
|
-
color:
|
|
2893
|
-
border-color:
|
|
2850
|
+
color: #40a9ff;
|
|
2851
|
+
border-color: #40a9ff;
|
|
2894
2852
|
background: transparent;
|
|
2895
2853
|
}
|
|
2896
2854
|
.ant-btn-text:hover > a:only-child,
|
|
@@ -2908,8 +2866,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2908
2866
|
content: '';
|
|
2909
2867
|
}
|
|
2910
2868
|
.ant-btn-text:active {
|
|
2911
|
-
color:
|
|
2912
|
-
border-color:
|
|
2869
|
+
color: #096dd9;
|
|
2870
|
+
border-color: #096dd9;
|
|
2913
2871
|
background: transparent;
|
|
2914
2872
|
}
|
|
2915
2873
|
.ant-btn-text:active > a:only-child {
|
|
@@ -2992,8 +2950,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
2992
2950
|
content: '';
|
|
2993
2951
|
}
|
|
2994
2952
|
.ant-btn-dangerous {
|
|
2995
|
-
color:
|
|
2996
|
-
border-color:
|
|
2953
|
+
color: #ff4d4f;
|
|
2954
|
+
border-color: #ff4d4f;
|
|
2997
2955
|
background: #fff;
|
|
2998
2956
|
}
|
|
2999
2957
|
.ant-btn-dangerous > a:only-child {
|
|
@@ -3010,8 +2968,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3010
2968
|
}
|
|
3011
2969
|
.ant-btn-dangerous:hover,
|
|
3012
2970
|
.ant-btn-dangerous:focus {
|
|
3013
|
-
color:
|
|
3014
|
-
border-color:
|
|
2971
|
+
color: #ff7875;
|
|
2972
|
+
border-color: #ff7875;
|
|
3015
2973
|
background: #fff;
|
|
3016
2974
|
}
|
|
3017
2975
|
.ant-btn-dangerous:hover > a:only-child,
|
|
@@ -3029,8 +2987,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3029
2987
|
content: '';
|
|
3030
2988
|
}
|
|
3031
2989
|
.ant-btn-dangerous:active {
|
|
3032
|
-
color:
|
|
3033
|
-
border-color:
|
|
2990
|
+
color: #d9363e;
|
|
2991
|
+
border-color: #d9363e;
|
|
3034
2992
|
background: #fff;
|
|
3035
2993
|
}
|
|
3036
2994
|
.ant-btn-dangerous:active > a:only-child {
|
|
@@ -3075,8 +3033,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3075
3033
|
}
|
|
3076
3034
|
.ant-btn-dangerous.ant-btn-primary {
|
|
3077
3035
|
color: #fff;
|
|
3078
|
-
border-color:
|
|
3079
|
-
background:
|
|
3036
|
+
border-color: #ff4d4f;
|
|
3037
|
+
background: #ff4d4f;
|
|
3080
3038
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
3081
3039
|
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
|
|
3082
3040
|
}
|
|
@@ -3095,8 +3053,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3095
3053
|
.ant-btn-dangerous.ant-btn-primary:hover,
|
|
3096
3054
|
.ant-btn-dangerous.ant-btn-primary:focus {
|
|
3097
3055
|
color: #fff;
|
|
3098
|
-
border-color:
|
|
3099
|
-
background:
|
|
3056
|
+
border-color: #ff7875;
|
|
3057
|
+
background: #ff7875;
|
|
3100
3058
|
}
|
|
3101
3059
|
.ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
|
|
3102
3060
|
.ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
|
|
@@ -3114,8 +3072,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3114
3072
|
}
|
|
3115
3073
|
.ant-btn-dangerous.ant-btn-primary:active {
|
|
3116
3074
|
color: #fff;
|
|
3117
|
-
border-color:
|
|
3118
|
-
background:
|
|
3075
|
+
border-color: #d9363e;
|
|
3076
|
+
background: #d9363e;
|
|
3119
3077
|
}
|
|
3120
3078
|
.ant-btn-dangerous.ant-btn-primary:active > a:only-child {
|
|
3121
3079
|
color: currentcolor;
|
|
@@ -3158,7 +3116,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3158
3116
|
content: '';
|
|
3159
3117
|
}
|
|
3160
3118
|
.ant-btn-dangerous.ant-btn-link {
|
|
3161
|
-
color:
|
|
3119
|
+
color: #ff4d4f;
|
|
3162
3120
|
border-color: transparent;
|
|
3163
3121
|
background: transparent;
|
|
3164
3122
|
box-shadow: none;
|
|
@@ -3177,8 +3135,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3177
3135
|
}
|
|
3178
3136
|
.ant-btn-dangerous.ant-btn-link:hover,
|
|
3179
3137
|
.ant-btn-dangerous.ant-btn-link:focus {
|
|
3180
|
-
color:
|
|
3181
|
-
border-color:
|
|
3138
|
+
color: #40a9ff;
|
|
3139
|
+
border-color: #40a9ff;
|
|
3182
3140
|
background: transparent;
|
|
3183
3141
|
}
|
|
3184
3142
|
.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
@@ -3196,8 +3154,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3196
3154
|
content: '';
|
|
3197
3155
|
}
|
|
3198
3156
|
.ant-btn-dangerous.ant-btn-link:active {
|
|
3199
|
-
color:
|
|
3200
|
-
border-color:
|
|
3157
|
+
color: #096dd9;
|
|
3158
|
+
border-color: #096dd9;
|
|
3201
3159
|
background: transparent;
|
|
3202
3160
|
}
|
|
3203
3161
|
.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
@@ -3242,7 +3200,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3242
3200
|
}
|
|
3243
3201
|
.ant-btn-dangerous.ant-btn-link:hover,
|
|
3244
3202
|
.ant-btn-dangerous.ant-btn-link:focus {
|
|
3245
|
-
color:
|
|
3203
|
+
color: #ff7875;
|
|
3246
3204
|
border-color: transparent;
|
|
3247
3205
|
background: transparent;
|
|
3248
3206
|
}
|
|
@@ -3261,7 +3219,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3261
3219
|
content: '';
|
|
3262
3220
|
}
|
|
3263
3221
|
.ant-btn-dangerous.ant-btn-link:active {
|
|
3264
|
-
color:
|
|
3222
|
+
color: #d9363e;
|
|
3265
3223
|
border-color: transparent;
|
|
3266
3224
|
background: transparent;
|
|
3267
3225
|
}
|
|
@@ -3306,7 +3264,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3306
3264
|
content: '';
|
|
3307
3265
|
}
|
|
3308
3266
|
.ant-btn-dangerous.ant-btn-text {
|
|
3309
|
-
color:
|
|
3267
|
+
color: #ff4d4f;
|
|
3310
3268
|
border-color: transparent;
|
|
3311
3269
|
background: transparent;
|
|
3312
3270
|
box-shadow: none;
|
|
@@ -3325,8 +3283,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3325
3283
|
}
|
|
3326
3284
|
.ant-btn-dangerous.ant-btn-text:hover,
|
|
3327
3285
|
.ant-btn-dangerous.ant-btn-text:focus {
|
|
3328
|
-
color:
|
|
3329
|
-
border-color:
|
|
3286
|
+
color: #40a9ff;
|
|
3287
|
+
border-color: #40a9ff;
|
|
3330
3288
|
background: transparent;
|
|
3331
3289
|
}
|
|
3332
3290
|
.ant-btn-dangerous.ant-btn-text:hover > a:only-child,
|
|
@@ -3344,8 +3302,8 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3344
3302
|
content: '';
|
|
3345
3303
|
}
|
|
3346
3304
|
.ant-btn-dangerous.ant-btn-text:active {
|
|
3347
|
-
color:
|
|
3348
|
-
border-color:
|
|
3305
|
+
color: #096dd9;
|
|
3306
|
+
border-color: #096dd9;
|
|
3349
3307
|
background: transparent;
|
|
3350
3308
|
}
|
|
3351
3309
|
.ant-btn-dangerous.ant-btn-text:active > a:only-child {
|
|
@@ -3390,7 +3348,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3390
3348
|
}
|
|
3391
3349
|
.ant-btn-dangerous.ant-btn-text:hover,
|
|
3392
3350
|
.ant-btn-dangerous.ant-btn-text:focus {
|
|
3393
|
-
color:
|
|
3351
|
+
color: #ff7875;
|
|
3394
3352
|
border-color: transparent;
|
|
3395
3353
|
background: rgba(0, 0, 0, 0.018);
|
|
3396
3354
|
}
|
|
@@ -3409,7 +3367,7 @@ li:last-child > .ant-breadcrumb-separator {
|
|
|
3409
3367
|
content: '';
|
|
3410
3368
|
}
|
|
3411
3369
|
.ant-btn-dangerous.ant-btn-text:active {
|
|
3412
|
-
color:
|
|
3370
|
+
color: #d9363e;
|
|
3413
3371
|
border-color: transparent;
|
|
3414
3372
|
background: rgba(0, 0, 0, 0.028);
|
|
3415
3373
|
}
|
|
@@ -3718,12 +3676,12 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3718
3676
|
}
|
|
3719
3677
|
.ant-btn.ant-btn-background-ghost:hover,
|
|
3720
3678
|
.ant-btn.ant-btn-background-ghost:focus {
|
|
3721
|
-
color:
|
|
3722
|
-
border-color:
|
|
3679
|
+
color: #40a9ff;
|
|
3680
|
+
border-color: #40a9ff;
|
|
3723
3681
|
}
|
|
3724
3682
|
.ant-btn.ant-btn-background-ghost:active {
|
|
3725
|
-
color:
|
|
3726
|
-
border-color:
|
|
3683
|
+
color: #096dd9;
|
|
3684
|
+
border-color: #096dd9;
|
|
3727
3685
|
}
|
|
3728
3686
|
.ant-btn.ant-btn-background-ghost[disabled] {
|
|
3729
3687
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -3731,8 +3689,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3731
3689
|
border-color: #d9d9d9;
|
|
3732
3690
|
}
|
|
3733
3691
|
.ant-btn-background-ghost.ant-btn-primary {
|
|
3734
|
-
color:
|
|
3735
|
-
border-color:
|
|
3692
|
+
color: #1890ff;
|
|
3693
|
+
border-color: #1890ff;
|
|
3736
3694
|
text-shadow: none;
|
|
3737
3695
|
}
|
|
3738
3696
|
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
|
|
@@ -3749,9 +3707,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3749
3707
|
}
|
|
3750
3708
|
.ant-btn-background-ghost.ant-btn-primary:hover,
|
|
3751
3709
|
.ant-btn-background-ghost.ant-btn-primary:focus {
|
|
3752
|
-
color:
|
|
3753
|
-
border-color:
|
|
3754
|
-
background: transparent;
|
|
3710
|
+
color: #40a9ff;
|
|
3711
|
+
border-color: #40a9ff;
|
|
3755
3712
|
}
|
|
3756
3713
|
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
|
|
3757
3714
|
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
|
|
@@ -3768,9 +3725,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3768
3725
|
content: '';
|
|
3769
3726
|
}
|
|
3770
3727
|
.ant-btn-background-ghost.ant-btn-primary:active {
|
|
3771
|
-
color:
|
|
3772
|
-
border-color:
|
|
3773
|
-
background: transparent;
|
|
3728
|
+
color: #096dd9;
|
|
3729
|
+
border-color: #096dd9;
|
|
3774
3730
|
}
|
|
3775
3731
|
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
|
|
3776
3732
|
color: currentcolor;
|
|
@@ -3813,8 +3769,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3813
3769
|
content: '';
|
|
3814
3770
|
}
|
|
3815
3771
|
.ant-btn-background-ghost.ant-btn-danger {
|
|
3816
|
-
color:
|
|
3817
|
-
border-color:
|
|
3772
|
+
color: #ff4d4f;
|
|
3773
|
+
border-color: #ff4d4f;
|
|
3818
3774
|
text-shadow: none;
|
|
3819
3775
|
}
|
|
3820
3776
|
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
|
|
@@ -3831,9 +3787,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3831
3787
|
}
|
|
3832
3788
|
.ant-btn-background-ghost.ant-btn-danger:hover,
|
|
3833
3789
|
.ant-btn-background-ghost.ant-btn-danger:focus {
|
|
3834
|
-
color:
|
|
3835
|
-
border-color:
|
|
3836
|
-
background: transparent;
|
|
3790
|
+
color: #ff7875;
|
|
3791
|
+
border-color: #ff7875;
|
|
3837
3792
|
}
|
|
3838
3793
|
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
|
|
3839
3794
|
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
|
|
@@ -3850,9 +3805,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3850
3805
|
content: '';
|
|
3851
3806
|
}
|
|
3852
3807
|
.ant-btn-background-ghost.ant-btn-danger:active {
|
|
3853
|
-
color:
|
|
3854
|
-
border-color:
|
|
3855
|
-
background: transparent;
|
|
3808
|
+
color: #d9363e;
|
|
3809
|
+
border-color: #d9363e;
|
|
3856
3810
|
}
|
|
3857
3811
|
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
|
|
3858
3812
|
color: currentcolor;
|
|
@@ -3895,8 +3849,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3895
3849
|
content: '';
|
|
3896
3850
|
}
|
|
3897
3851
|
.ant-btn-background-ghost.ant-btn-dangerous {
|
|
3898
|
-
color:
|
|
3899
|
-
border-color:
|
|
3852
|
+
color: #ff4d4f;
|
|
3853
|
+
border-color: #ff4d4f;
|
|
3900
3854
|
text-shadow: none;
|
|
3901
3855
|
}
|
|
3902
3856
|
.ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
|
|
@@ -3913,9 +3867,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3913
3867
|
}
|
|
3914
3868
|
.ant-btn-background-ghost.ant-btn-dangerous:hover,
|
|
3915
3869
|
.ant-btn-background-ghost.ant-btn-dangerous:focus {
|
|
3916
|
-
color:
|
|
3917
|
-
border-color:
|
|
3918
|
-
background: transparent;
|
|
3870
|
+
color: #ff7875;
|
|
3871
|
+
border-color: #ff7875;
|
|
3919
3872
|
}
|
|
3920
3873
|
.ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
|
|
3921
3874
|
.ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
|
|
@@ -3932,9 +3885,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3932
3885
|
content: '';
|
|
3933
3886
|
}
|
|
3934
3887
|
.ant-btn-background-ghost.ant-btn-dangerous:active {
|
|
3935
|
-
color:
|
|
3936
|
-
border-color:
|
|
3937
|
-
background: transparent;
|
|
3888
|
+
color: #d9363e;
|
|
3889
|
+
border-color: #d9363e;
|
|
3938
3890
|
}
|
|
3939
3891
|
.ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
|
|
3940
3892
|
color: currentcolor;
|
|
@@ -3977,7 +3929,7 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3977
3929
|
content: '';
|
|
3978
3930
|
}
|
|
3979
3931
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
|
|
3980
|
-
color:
|
|
3932
|
+
color: #ff4d4f;
|
|
3981
3933
|
border-color: transparent;
|
|
3982
3934
|
text-shadow: none;
|
|
3983
3935
|
}
|
|
@@ -3995,9 +3947,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
3995
3947
|
}
|
|
3996
3948
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
|
|
3997
3949
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
|
|
3998
|
-
color:
|
|
3950
|
+
color: #ff7875;
|
|
3999
3951
|
border-color: transparent;
|
|
4000
|
-
background: transparent;
|
|
4001
3952
|
}
|
|
4002
3953
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
|
|
4003
3954
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
|
|
@@ -4014,9 +3965,8 @@ a.ant-btn-icon-only > .anticon {
|
|
|
4014
3965
|
content: '';
|
|
4015
3966
|
}
|
|
4016
3967
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
|
|
4017
|
-
color:
|
|
3968
|
+
color: #d9363e;
|
|
4018
3969
|
border-color: transparent;
|
|
4019
|
-
background: transparent;
|
|
4020
3970
|
}
|
|
4021
3971
|
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
|
|
4022
3972
|
color: currentcolor;
|
|
@@ -4123,13 +4073,13 @@ a.ant-btn-sm {
|
|
|
4123
4073
|
}
|
|
4124
4074
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
|
4125
4075
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
|
4126
|
-
border-right-color:
|
|
4076
|
+
border-right-color: #40a9ff;
|
|
4127
4077
|
border-left-color: #d9d9d9;
|
|
4128
4078
|
}
|
|
4129
4079
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
|
4130
4080
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
|
4131
4081
|
border-right-color: #d9d9d9;
|
|
4132
|
-
border-left-color:
|
|
4082
|
+
border-left-color: #40a9ff;
|
|
4133
4083
|
}
|
|
4134
4084
|
.ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
|
|
4135
4085
|
padding-right: 0;
|
|
@@ -4170,7 +4120,7 @@ a.ant-btn-sm {
|
|
|
4170
4120
|
.ant-picker-calendar .ant-picker-panel {
|
|
4171
4121
|
background: #fff;
|
|
4172
4122
|
border: 0;
|
|
4173
|
-
border-top: 1px solid
|
|
4123
|
+
border-top: 1px solid #f0f0f0;
|
|
4174
4124
|
border-radius: 0;
|
|
4175
4125
|
}
|
|
4176
4126
|
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
|
|
@@ -4233,13 +4183,13 @@ a.ant-btn-sm {
|
|
|
4233
4183
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
|
|
4234
4184
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
|
|
4235
4185
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
|
|
4236
|
-
background:
|
|
4186
|
+
background: #e6f7ff;
|
|
4237
4187
|
}
|
|
4238
4188
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
|
|
4239
4189
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
|
|
4240
4190
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
|
|
4241
4191
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
|
|
4242
|
-
color:
|
|
4192
|
+
color: #1890ff;
|
|
4243
4193
|
}
|
|
4244
4194
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
|
|
4245
4195
|
display: block;
|
|
@@ -4248,7 +4198,7 @@ a.ant-btn-sm {
|
|
|
4248
4198
|
margin: 0 2px;
|
|
4249
4199
|
padding: 2px 4px 0;
|
|
4250
4200
|
border: 0;
|
|
4251
|
-
border-top: 2px solid
|
|
4201
|
+
border-top: 2px solid #f0f0f0;
|
|
4252
4202
|
border-radius: 0;
|
|
4253
4203
|
transition: background 0.3s;
|
|
4254
4204
|
}
|
|
@@ -4266,7 +4216,7 @@ a.ant-btn-sm {
|
|
|
4266
4216
|
text-align: left;
|
|
4267
4217
|
}
|
|
4268
4218
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
|
|
4269
|
-
border-color:
|
|
4219
|
+
border-color: #1890ff;
|
|
4270
4220
|
}
|
|
4271
4221
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
|
|
4272
4222
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -4337,7 +4287,7 @@ a.ant-btn-sm {
|
|
|
4337
4287
|
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
4338
4288
|
}
|
|
4339
4289
|
.ant-card-bordered {
|
|
4340
|
-
border: 1px solid
|
|
4290
|
+
border: 1px solid #f0f0f0;
|
|
4341
4291
|
}
|
|
4342
4292
|
.ant-card-head {
|
|
4343
4293
|
min-height: 36px;
|
|
@@ -4347,7 +4297,7 @@ a.ant-btn-sm {
|
|
|
4347
4297
|
font-weight: 500;
|
|
4348
4298
|
font-size: 12px;
|
|
4349
4299
|
background: transparent;
|
|
4350
|
-
border-bottom: 1px solid
|
|
4300
|
+
border-bottom: 1px solid #f0f0f0;
|
|
4351
4301
|
border-radius: 2px 2px 0 0;
|
|
4352
4302
|
}
|
|
4353
4303
|
.ant-card-head::before {
|
|
@@ -4394,7 +4344,7 @@ a.ant-btn-sm {
|
|
|
4394
4344
|
font-size: 12px;
|
|
4395
4345
|
}
|
|
4396
4346
|
.ant-card-head .ant-tabs-top-bar {
|
|
4397
|
-
border-bottom: 1px solid
|
|
4347
|
+
border-bottom: 1px solid #f0f0f0;
|
|
4398
4348
|
}
|
|
4399
4349
|
.ant-card-extra {
|
|
4400
4350
|
margin-left: auto;
|
|
@@ -4441,7 +4391,7 @@ a.ant-btn-sm {
|
|
|
4441
4391
|
padding: 12px;
|
|
4442
4392
|
border: 0;
|
|
4443
4393
|
border-radius: 0;
|
|
4444
|
-
box-shadow: 1px 0 0 0
|
|
4394
|
+
box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
|
|
4445
4395
|
transition: all 0.3s;
|
|
4446
4396
|
}
|
|
4447
4397
|
.ant-card-grid-hoverable:hover {
|
|
@@ -4474,7 +4424,7 @@ a.ant-btn-sm {
|
|
|
4474
4424
|
padding: 0;
|
|
4475
4425
|
list-style: none;
|
|
4476
4426
|
background: #fff;
|
|
4477
|
-
border-top: 1px solid
|
|
4427
|
+
border-top: 1px solid #f0f0f0;
|
|
4478
4428
|
}
|
|
4479
4429
|
.ant-card-actions::before {
|
|
4480
4430
|
display: table;
|
|
@@ -4508,7 +4458,7 @@ a.ant-btn-sm {
|
|
|
4508
4458
|
cursor: pointer;
|
|
4509
4459
|
}
|
|
4510
4460
|
.ant-card-actions > li > span:hover {
|
|
4511
|
-
color:
|
|
4461
|
+
color: #1890ff;
|
|
4512
4462
|
transition: color 0.3s;
|
|
4513
4463
|
}
|
|
4514
4464
|
.ant-card-actions > li > span a:not(.ant-btn),
|
|
@@ -4521,18 +4471,18 @@ a.ant-btn-sm {
|
|
|
4521
4471
|
}
|
|
4522
4472
|
.ant-card-actions > li > span a:not(.ant-btn):hover,
|
|
4523
4473
|
.ant-card-actions > li > span > .anticon:hover {
|
|
4524
|
-
color:
|
|
4474
|
+
color: #1890ff;
|
|
4525
4475
|
}
|
|
4526
4476
|
.ant-card-actions > li > span > .anticon {
|
|
4527
4477
|
font-size: 16px;
|
|
4528
4478
|
line-height: 22px;
|
|
4529
4479
|
}
|
|
4530
4480
|
.ant-card-actions > li:not(:last-child) {
|
|
4531
|
-
border-right: 1px solid
|
|
4481
|
+
border-right: 1px solid #f0f0f0;
|
|
4532
4482
|
}
|
|
4533
4483
|
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
|
|
4534
4484
|
border-right: none;
|
|
4535
|
-
border-left: 1px solid
|
|
4485
|
+
border-left: 1px solid #f0f0f0;
|
|
4536
4486
|
}
|
|
4537
4487
|
.ant-card-type-inner .ant-card-head {
|
|
4538
4488
|
padding: 0 12px;
|
|
@@ -4919,7 +4869,7 @@ a.ant-btn-sm {
|
|
|
4919
4869
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
|
4920
4870
|
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
|
4921
4871
|
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
|
4922
|
-
border-color:
|
|
4872
|
+
border-color: #1890ff;
|
|
4923
4873
|
}
|
|
4924
4874
|
.ant-cascader-checkbox-checked::after {
|
|
4925
4875
|
position: absolute;
|
|
@@ -4927,7 +4877,7 @@ a.ant-btn-sm {
|
|
|
4927
4877
|
left: 0;
|
|
4928
4878
|
width: 100%;
|
|
4929
4879
|
height: 100%;
|
|
4930
|
-
border: 1px solid
|
|
4880
|
+
border: 1px solid #1890ff;
|
|
4931
4881
|
border-radius: 2px;
|
|
4932
4882
|
visibility: hidden;
|
|
4933
4883
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
@@ -4991,8 +4941,8 @@ a.ant-btn-sm {
|
|
|
4991
4941
|
content: ' ';
|
|
4992
4942
|
}
|
|
4993
4943
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
|
4994
|
-
background-color:
|
|
4995
|
-
border-color:
|
|
4944
|
+
background-color: #1890ff;
|
|
4945
|
+
border-color: #1890ff;
|
|
4996
4946
|
}
|
|
4997
4947
|
.ant-cascader-checkbox-disabled {
|
|
4998
4948
|
cursor: not-allowed;
|
|
@@ -5087,7 +5037,7 @@ a.ant-btn-sm {
|
|
|
5087
5037
|
left: 50%;
|
|
5088
5038
|
width: 6px;
|
|
5089
5039
|
height: 6px;
|
|
5090
|
-
background-color:
|
|
5040
|
+
background-color: #1890ff;
|
|
5091
5041
|
border: 0;
|
|
5092
5042
|
transform: translate(-50%, -50%) scale(1);
|
|
5093
5043
|
opacity: 1;
|
|
@@ -5136,7 +5086,7 @@ a.ant-btn-sm {
|
|
|
5136
5086
|
overflow: auto;
|
|
5137
5087
|
vertical-align: top;
|
|
5138
5088
|
list-style: none;
|
|
5139
|
-
border-right: 1px solid
|
|
5089
|
+
border-right: 1px solid #f0f0f0;
|
|
5140
5090
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
5141
5091
|
}
|
|
5142
5092
|
.ant-cascader-menu-item {
|
|
@@ -5145,7 +5095,7 @@ a.ant-btn-sm {
|
|
|
5145
5095
|
align-items: center;
|
|
5146
5096
|
padding: 5px 8px;
|
|
5147
5097
|
overflow: hidden;
|
|
5148
|
-
line-height:
|
|
5098
|
+
line-height: 18px;
|
|
5149
5099
|
white-space: nowrap;
|
|
5150
5100
|
text-overflow: ellipsis;
|
|
5151
5101
|
cursor: pointer;
|
|
@@ -5169,7 +5119,7 @@ a.ant-btn-sm {
|
|
|
5169
5119
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
|
5170
5120
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
|
5171
5121
|
font-weight: 600;
|
|
5172
|
-
background-color:
|
|
5122
|
+
background-color: #e6f7ff;
|
|
5173
5123
|
}
|
|
5174
5124
|
.ant-cascader-menu-item-content {
|
|
5175
5125
|
flex: auto;
|
|
@@ -5217,7 +5167,7 @@ a.ant-btn-sm {
|
|
|
5217
5167
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
|
5218
5168
|
.ant-checkbox:hover .ant-checkbox-inner,
|
|
5219
5169
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
|
5220
|
-
border-color:
|
|
5170
|
+
border-color: #1890ff;
|
|
5221
5171
|
}
|
|
5222
5172
|
.ant-checkbox-checked::after {
|
|
5223
5173
|
position: absolute;
|
|
@@ -5225,7 +5175,7 @@ a.ant-btn-sm {
|
|
|
5225
5175
|
left: 0;
|
|
5226
5176
|
width: 100%;
|
|
5227
5177
|
height: 100%;
|
|
5228
|
-
border: 1px solid
|
|
5178
|
+
border: 1px solid #1890ff;
|
|
5229
5179
|
border-radius: 2px;
|
|
5230
5180
|
visibility: hidden;
|
|
5231
5181
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
@@ -5289,8 +5239,8 @@ a.ant-btn-sm {
|
|
|
5289
5239
|
content: ' ';
|
|
5290
5240
|
}
|
|
5291
5241
|
.ant-checkbox-checked .ant-checkbox-inner {
|
|
5292
|
-
background-color:
|
|
5293
|
-
border-color:
|
|
5242
|
+
background-color: #1890ff;
|
|
5243
|
+
border-color: #1890ff;
|
|
5294
5244
|
}
|
|
5295
5245
|
.ant-checkbox-disabled {
|
|
5296
5246
|
cursor: not-allowed;
|
|
@@ -5385,7 +5335,7 @@ a.ant-btn-sm {
|
|
|
5385
5335
|
left: 50%;
|
|
5386
5336
|
width: 6px;
|
|
5387
5337
|
height: 6px;
|
|
5388
|
-
background-color:
|
|
5338
|
+
background-color: #1890ff;
|
|
5389
5339
|
border: 0;
|
|
5390
5340
|
transform: translate(-50%, -50%) scale(1);
|
|
5391
5341
|
opacity: 1;
|
|
@@ -5680,32 +5630,32 @@ a.ant-btn-sm {
|
|
|
5680
5630
|
.ant-picker-status-error.ant-picker,
|
|
5681
5631
|
.ant-picker-status-error.ant-picker:not([disabled]):hover {
|
|
5682
5632
|
background-color: #fff;
|
|
5683
|
-
border-color:
|
|
5633
|
+
border-color: #ff4d4f;
|
|
5684
5634
|
}
|
|
5685
5635
|
.ant-picker-status-error.ant-picker-focused,
|
|
5686
5636
|
.ant-picker-status-error.ant-picker:focus {
|
|
5687
|
-
border-color:
|
|
5688
|
-
box-shadow: 0 0 0 2px
|
|
5637
|
+
border-color: #ff7875;
|
|
5638
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
5689
5639
|
border-right-width: 1px;
|
|
5690
5640
|
outline: 0;
|
|
5691
5641
|
}
|
|
5692
5642
|
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
|
|
5693
|
-
background:
|
|
5643
|
+
background: #ff7875;
|
|
5694
5644
|
}
|
|
5695
5645
|
.ant-picker-status-warning.ant-picker,
|
|
5696
5646
|
.ant-picker-status-warning.ant-picker:not([disabled]):hover {
|
|
5697
5647
|
background-color: #fff;
|
|
5698
|
-
border-color:
|
|
5648
|
+
border-color: #faad14;
|
|
5699
5649
|
}
|
|
5700
5650
|
.ant-picker-status-warning.ant-picker-focused,
|
|
5701
5651
|
.ant-picker-status-warning.ant-picker:focus {
|
|
5702
|
-
border-color:
|
|
5703
|
-
box-shadow: 0 0 0 2px
|
|
5652
|
+
border-color: #ffc53d;
|
|
5653
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
5704
5654
|
border-right-width: 1px;
|
|
5705
5655
|
outline: 0;
|
|
5706
5656
|
}
|
|
5707
5657
|
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
|
|
5708
|
-
background:
|
|
5658
|
+
background: #ffc53d;
|
|
5709
5659
|
}
|
|
5710
5660
|
.ant-picker {
|
|
5711
5661
|
box-sizing: border-box;
|
|
@@ -5728,7 +5678,7 @@ a.ant-btn-sm {
|
|
|
5728
5678
|
}
|
|
5729
5679
|
.ant-picker:hover,
|
|
5730
5680
|
.ant-picker-focused {
|
|
5731
|
-
border-color:
|
|
5681
|
+
border-color: #40a9ff;
|
|
5732
5682
|
border-right-width: 1px;
|
|
5733
5683
|
}
|
|
5734
5684
|
.ant-input-rtl .ant-picker:hover,
|
|
@@ -5737,8 +5687,8 @@ a.ant-btn-sm {
|
|
|
5737
5687
|
border-left-width: 1px !important;
|
|
5738
5688
|
}
|
|
5739
5689
|
.ant-picker-focused {
|
|
5740
|
-
border-color:
|
|
5741
|
-
box-shadow: 0 0 0 2px
|
|
5690
|
+
border-color: #40a9ff;
|
|
5691
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
5742
5692
|
border-right-width: 1px;
|
|
5743
5693
|
outline: 0;
|
|
5744
5694
|
}
|
|
@@ -5794,7 +5744,7 @@ a.ant-btn-sm {
|
|
|
5794
5744
|
text-overflow: ellipsis;
|
|
5795
5745
|
}
|
|
5796
5746
|
.ant-picker-input > input:hover {
|
|
5797
|
-
border-color:
|
|
5747
|
+
border-color: #40a9ff;
|
|
5798
5748
|
border-right-width: 1px;
|
|
5799
5749
|
}
|
|
5800
5750
|
.ant-input-rtl .ant-picker-input > input:hover {
|
|
@@ -5803,8 +5753,8 @@ a.ant-btn-sm {
|
|
|
5803
5753
|
}
|
|
5804
5754
|
.ant-picker-input > input:focus,
|
|
5805
5755
|
.ant-picker-input > input-focused {
|
|
5806
|
-
border-color:
|
|
5807
|
-
box-shadow: 0 0 0 2px
|
|
5756
|
+
border-color: #40a9ff;
|
|
5757
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
5808
5758
|
border-right-width: 1px;
|
|
5809
5759
|
outline: 0;
|
|
5810
5760
|
}
|
|
@@ -5814,7 +5764,7 @@ a.ant-btn-sm {
|
|
|
5814
5764
|
border-left-width: 1px !important;
|
|
5815
5765
|
}
|
|
5816
5766
|
.ant-picker-input > input-disabled {
|
|
5817
|
-
color: rgba(0, 0, 0, 0.
|
|
5767
|
+
color: rgba(0, 0, 0, 0.65);
|
|
5818
5768
|
background-color: #f5f5f5;
|
|
5819
5769
|
border-color: #d9d9d9;
|
|
5820
5770
|
box-shadow: none;
|
|
@@ -5826,7 +5776,7 @@ a.ant-btn-sm {
|
|
|
5826
5776
|
border-right-width: 1px;
|
|
5827
5777
|
}
|
|
5828
5778
|
.ant-picker-input > input[disabled] {
|
|
5829
|
-
color: rgba(0, 0, 0, 0.
|
|
5779
|
+
color: rgba(0, 0, 0, 0.65);
|
|
5830
5780
|
background-color: #f5f5f5;
|
|
5831
5781
|
border-color: #d9d9d9;
|
|
5832
5782
|
box-shadow: none;
|
|
@@ -5949,7 +5899,7 @@ textarea.ant-picker-input > input {
|
|
|
5949
5899
|
bottom: -1px;
|
|
5950
5900
|
height: 2px;
|
|
5951
5901
|
margin-left: 7px;
|
|
5952
|
-
background:
|
|
5902
|
+
background: #1890ff;
|
|
5953
5903
|
opacity: 0;
|
|
5954
5904
|
transition: all 0.3s ease-out;
|
|
5955
5905
|
pointer-events: none;
|
|
@@ -6037,9 +5987,9 @@ textarea.ant-picker-input > input {
|
|
|
6037
5987
|
display: inline-block;
|
|
6038
5988
|
}
|
|
6039
5989
|
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
|
|
6040
|
-
color:
|
|
6041
|
-
background:
|
|
6042
|
-
border-color:
|
|
5990
|
+
color: #1890ff;
|
|
5991
|
+
background: #e6f7ff;
|
|
5992
|
+
border-color: #91d5ff;
|
|
6043
5993
|
cursor: pointer;
|
|
6044
5994
|
}
|
|
6045
5995
|
.ant-picker-ranges .ant-picker-ok {
|
|
@@ -6098,19 +6048,19 @@ textarea.ant-picker-input > input {
|
|
|
6098
6048
|
text-align: center;
|
|
6099
6049
|
}
|
|
6100
6050
|
.ant-picker-panel-container .ant-picker-panel-focused {
|
|
6101
|
-
border-color:
|
|
6051
|
+
border-color: #f0f0f0;
|
|
6102
6052
|
}
|
|
6103
6053
|
.ant-picker-panel {
|
|
6104
6054
|
display: inline-flex;
|
|
6105
6055
|
flex-direction: column;
|
|
6106
6056
|
text-align: center;
|
|
6107
6057
|
background: #fff;
|
|
6108
|
-
border: 1px solid
|
|
6058
|
+
border: 1px solid #f0f0f0;
|
|
6109
6059
|
border-radius: 2px;
|
|
6110
6060
|
outline: none;
|
|
6111
6061
|
}
|
|
6112
6062
|
.ant-picker-panel-focused {
|
|
6113
|
-
border-color:
|
|
6063
|
+
border-color: #1890ff;
|
|
6114
6064
|
}
|
|
6115
6065
|
.ant-picker-decade-panel,
|
|
6116
6066
|
.ant-picker-year-panel,
|
|
@@ -6127,7 +6077,7 @@ textarea.ant-picker-input > input {
|
|
|
6127
6077
|
display: flex;
|
|
6128
6078
|
padding: 0 4px;
|
|
6129
6079
|
color: rgba(0, 0, 0, 0.85);
|
|
6130
|
-
border-bottom: 1px solid
|
|
6080
|
+
border-bottom: 1px solid #f0f0f0;
|
|
6131
6081
|
}
|
|
6132
6082
|
.ant-picker-header > * {
|
|
6133
6083
|
flex: none;
|
|
@@ -6161,7 +6111,7 @@ textarea.ant-picker-input > input {
|
|
|
6161
6111
|
margin-left: 4px;
|
|
6162
6112
|
}
|
|
6163
6113
|
.ant-picker-header-view button:hover {
|
|
6164
|
-
color:
|
|
6114
|
+
color: #1890ff;
|
|
6165
6115
|
}
|
|
6166
6116
|
.ant-picker-prev-icon,
|
|
6167
6117
|
.ant-picker-next-icon,
|
|
@@ -6262,7 +6212,7 @@ textarea.ant-picker-input > input {
|
|
|
6262
6212
|
bottom: 0;
|
|
6263
6213
|
left: 0;
|
|
6264
6214
|
z-index: 1;
|
|
6265
|
-
border: 1px solid
|
|
6215
|
+
border: 1px solid #1890ff;
|
|
6266
6216
|
border-radius: 2px;
|
|
6267
6217
|
content: '';
|
|
6268
6218
|
}
|
|
@@ -6270,17 +6220,17 @@ textarea.ant-picker-input > input {
|
|
|
6270
6220
|
position: relative;
|
|
6271
6221
|
}
|
|
6272
6222
|
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
|
6273
|
-
background:
|
|
6223
|
+
background: #e6f7ff;
|
|
6274
6224
|
}
|
|
6275
6225
|
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
|
6276
6226
|
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
|
6277
6227
|
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
|
6278
6228
|
color: #fff;
|
|
6279
|
-
background:
|
|
6229
|
+
background: #1890ff;
|
|
6280
6230
|
}
|
|
6281
6231
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
|
6282
6232
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
|
6283
|
-
background:
|
|
6233
|
+
background: #e6f7ff;
|
|
6284
6234
|
}
|
|
6285
6235
|
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
|
6286
6236
|
left: 50%;
|
|
@@ -6299,8 +6249,8 @@ textarea.ant-picker-input > input {
|
|
|
6299
6249
|
top: 50%;
|
|
6300
6250
|
z-index: 0;
|
|
6301
6251
|
height: 24px;
|
|
6302
|
-
border-top: 1px dashed
|
|
6303
|
-
border-bottom: 1px dashed
|
|
6252
|
+
border-top: 1px dashed #7ec1ff;
|
|
6253
|
+
border-bottom: 1px dashed #7ec1ff;
|
|
6304
6254
|
transform: translateY(-50%);
|
|
6305
6255
|
transition: all 0.3s;
|
|
6306
6256
|
content: '';
|
|
@@ -6318,7 +6268,7 @@ textarea.ant-picker-input > input {
|
|
|
6318
6268
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
|
|
6319
6269
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
|
|
6320
6270
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
|
|
6321
|
-
background:
|
|
6271
|
+
background: #cbe6ff;
|
|
6322
6272
|
}
|
|
6323
6273
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
|
6324
6274
|
border-radius: 2px 0 0 2px;
|
|
@@ -6332,7 +6282,7 @@ textarea.ant-picker-input > input {
|
|
|
6332
6282
|
top: 0;
|
|
6333
6283
|
bottom: 0;
|
|
6334
6284
|
z-index: -1;
|
|
6335
|
-
background:
|
|
6285
|
+
background: #cbe6ff;
|
|
6336
6286
|
transition: all 0.3s;
|
|
6337
6287
|
content: '';
|
|
6338
6288
|
}
|
|
@@ -6356,7 +6306,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
|
|
|
6356
6306
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
|
|
6357
6307
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
|
6358
6308
|
left: 6px;
|
|
6359
|
-
border-left: 1px dashed
|
|
6309
|
+
border-left: 1px dashed #7ec1ff;
|
|
6360
6310
|
border-top-left-radius: 2px;
|
|
6361
6311
|
border-bottom-left-radius: 2px;
|
|
6362
6312
|
}
|
|
@@ -6366,7 +6316,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6366
6316
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
|
|
6367
6317
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
|
6368
6318
|
right: 6px;
|
|
6369
|
-
border-right: 1px dashed
|
|
6319
|
+
border-right: 1px dashed #7ec1ff;
|
|
6370
6320
|
border-top-right-radius: 2px;
|
|
6371
6321
|
border-bottom-right-radius: 2px;
|
|
6372
6322
|
}
|
|
@@ -6406,7 +6356,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6406
6356
|
border-bottom: 1px solid transparent;
|
|
6407
6357
|
}
|
|
6408
6358
|
.ant-picker-panel .ant-picker-footer {
|
|
6409
|
-
border-top: 1px solid
|
|
6359
|
+
border-top: 1px solid #f0f0f0;
|
|
6410
6360
|
}
|
|
6411
6361
|
.ant-picker-footer-extra {
|
|
6412
6362
|
padding: 0 8px;
|
|
@@ -6414,19 +6364,19 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6414
6364
|
text-align: left;
|
|
6415
6365
|
}
|
|
6416
6366
|
.ant-picker-footer-extra:not(:last-child) {
|
|
6417
|
-
border-bottom: 1px solid
|
|
6367
|
+
border-bottom: 1px solid #f0f0f0;
|
|
6418
6368
|
}
|
|
6419
6369
|
.ant-picker-now {
|
|
6420
6370
|
text-align: left;
|
|
6421
6371
|
}
|
|
6422
6372
|
.ant-picker-today-btn {
|
|
6423
|
-
color:
|
|
6373
|
+
color: #1890ff;
|
|
6424
6374
|
}
|
|
6425
6375
|
.ant-picker-today-btn:hover {
|
|
6426
|
-
color:
|
|
6376
|
+
color: #40a9ff;
|
|
6427
6377
|
}
|
|
6428
6378
|
.ant-picker-today-btn:active {
|
|
6429
|
-
color:
|
|
6379
|
+
color: #096dd9;
|
|
6430
6380
|
}
|
|
6431
6381
|
.ant-picker-today-btn.ant-picker-today-btn-disabled {
|
|
6432
6382
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -6452,28 +6402,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6452
6402
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
|
6453
6403
|
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
|
6454
6404
|
left: 9.33333333px;
|
|
6455
|
-
border-left: 1px dashed
|
|
6405
|
+
border-left: 1px dashed #7ec1ff;
|
|
6456
6406
|
border-radius: 2px 0 0 2px;
|
|
6457
6407
|
}
|
|
6458
6408
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
|
|
6459
6409
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
|
6460
6410
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
|
6461
6411
|
right: 9.33333333px;
|
|
6462
|
-
border-right: 1px dashed
|
|
6412
|
+
border-right: 1px dashed #7ec1ff;
|
|
6463
6413
|
border-radius: 0 2px 2px 0;
|
|
6464
6414
|
}
|
|
6465
6415
|
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
|
6466
6416
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
|
6467
6417
|
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
|
6468
6418
|
right: 9.33333333px;
|
|
6469
|
-
border-right: 1px dashed
|
|
6419
|
+
border-right: 1px dashed #7ec1ff;
|
|
6470
6420
|
border-radius: 0 2px 2px 0;
|
|
6471
6421
|
}
|
|
6472
6422
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
|
6473
6423
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
|
6474
6424
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
|
6475
6425
|
left: 9.33333333px;
|
|
6476
|
-
border-left: 1px dashed
|
|
6426
|
+
border-left: 1px dashed #7ec1ff;
|
|
6477
6427
|
border-radius: 2px 0 0 2px;
|
|
6478
6428
|
}
|
|
6479
6429
|
.ant-picker-week-panel .ant-picker-body {
|
|
@@ -6492,7 +6442,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6492
6442
|
}
|
|
6493
6443
|
.ant-picker-week-panel-row-selected td,
|
|
6494
6444
|
.ant-picker-week-panel-row-selected:hover td {
|
|
6495
|
-
background:
|
|
6445
|
+
background: #1890ff;
|
|
6496
6446
|
}
|
|
6497
6447
|
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
|
|
6498
6448
|
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
|
|
@@ -6519,7 +6469,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6519
6469
|
display: flex;
|
|
6520
6470
|
}
|
|
6521
6471
|
.ant-picker-datetime-panel .ant-picker-time-panel {
|
|
6522
|
-
border-left: 1px solid
|
|
6472
|
+
border-left: 1px solid #f0f0f0;
|
|
6523
6473
|
}
|
|
6524
6474
|
.ant-picker-datetime-panel .ant-picker-date-panel,
|
|
6525
6475
|
.ant-picker-datetime-panel .ant-picker-time-panel {
|
|
@@ -6561,10 +6511,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6561
6511
|
height: 202px;
|
|
6562
6512
|
}
|
|
6563
6513
|
.ant-picker-time-panel-column:not(:first-child) {
|
|
6564
|
-
border-left: 1px solid
|
|
6514
|
+
border-left: 1px solid #f0f0f0;
|
|
6565
6515
|
}
|
|
6566
6516
|
.ant-picker-time-panel-column-active {
|
|
6567
|
-
background:
|
|
6517
|
+
background: rgba(230, 247, 255, 0.2);
|
|
6568
6518
|
}
|
|
6569
6519
|
.ant-picker-time-panel-column:hover {
|
|
6570
6520
|
overflow-y: auto;
|
|
@@ -6589,7 +6539,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
|
6589
6539
|
background: #f5f5f5;
|
|
6590
6540
|
}
|
|
6591
6541
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
|
6592
|
-
background:
|
|
6542
|
+
background: #e6f7ff;
|
|
6593
6543
|
}
|
|
6594
6544
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
|
|
6595
6545
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -6701,7 +6651,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6701
6651
|
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
|
6702
6652
|
right: 6px;
|
|
6703
6653
|
left: 0;
|
|
6704
|
-
border-right: 1px dashed
|
|
6654
|
+
border-right: 1px dashed #7ec1ff;
|
|
6705
6655
|
border-left: none;
|
|
6706
6656
|
border-radius: 0 2px 2px 0;
|
|
6707
6657
|
}
|
|
@@ -6712,7 +6662,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6712
6662
|
right: 0;
|
|
6713
6663
|
left: 6px;
|
|
6714
6664
|
border-right: none;
|
|
6715
|
-
border-left: 1px dashed
|
|
6665
|
+
border-left: 1px dashed #7ec1ff;
|
|
6716
6666
|
border-radius: 2px 0 0 2px;
|
|
6717
6667
|
}
|
|
6718
6668
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
|
@@ -6724,8 +6674,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6724
6674
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
|
|
6725
6675
|
right: 6px;
|
|
6726
6676
|
left: 6px;
|
|
6727
|
-
border-right: 1px dashed
|
|
6728
|
-
border-left: 1px dashed
|
|
6677
|
+
border-right: 1px dashed #7ec1ff;
|
|
6678
|
+
border-left: 1px dashed #7ec1ff;
|
|
6729
6679
|
border-radius: 2px;
|
|
6730
6680
|
}
|
|
6731
6681
|
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
|
|
@@ -6820,7 +6770,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6820
6770
|
padding-bottom: 4px;
|
|
6821
6771
|
}
|
|
6822
6772
|
.ant-descriptions-bordered .ant-descriptions-view {
|
|
6823
|
-
border: 1px solid
|
|
6773
|
+
border: 1px solid #f0f0f0;
|
|
6824
6774
|
}
|
|
6825
6775
|
.ant-descriptions-bordered .ant-descriptions-view > table {
|
|
6826
6776
|
table-layout: auto;
|
|
@@ -6829,7 +6779,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6829
6779
|
.ant-descriptions-bordered .ant-descriptions-item-label,
|
|
6830
6780
|
.ant-descriptions-bordered .ant-descriptions-item-content {
|
|
6831
6781
|
padding: 12px 16px;
|
|
6832
|
-
border-right: 1px solid
|
|
6782
|
+
border-right: 1px solid #f0f0f0;
|
|
6833
6783
|
}
|
|
6834
6784
|
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
|
|
6835
6785
|
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
|
|
@@ -6842,7 +6792,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6842
6792
|
display: none;
|
|
6843
6793
|
}
|
|
6844
6794
|
.ant-descriptions-bordered .ant-descriptions-row {
|
|
6845
|
-
border-bottom: 1px solid
|
|
6795
|
+
border-bottom: 1px solid #f0f0f0;
|
|
6846
6796
|
}
|
|
6847
6797
|
.ant-descriptions-bordered .ant-descriptions-row:last-child {
|
|
6848
6798
|
border-bottom: none;
|
|
@@ -6864,7 +6814,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
6864
6814
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
|
|
6865
6815
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
|
|
6866
6816
|
border-right: none;
|
|
6867
|
-
border-left: 1px solid
|
|
6817
|
+
border-left: 1px solid #f0f0f0;
|
|
6868
6818
|
}
|
|
6869
6819
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
|
|
6870
6820
|
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
|
|
@@ -7066,7 +7016,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7066
7016
|
padding: 11px 16px;
|
|
7067
7017
|
font-size: 14px;
|
|
7068
7018
|
line-height: 22px;
|
|
7069
|
-
border-bottom: 1px solid
|
|
7019
|
+
border-bottom: 1px solid #f0f0f0;
|
|
7070
7020
|
}
|
|
7071
7021
|
.ant-drawer-header-title {
|
|
7072
7022
|
display: flex;
|
|
@@ -7119,7 +7069,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7119
7069
|
.ant-drawer-footer {
|
|
7120
7070
|
flex-shrink: 0;
|
|
7121
7071
|
padding: 8px 8px;
|
|
7122
|
-
border-top: 1px solid
|
|
7072
|
+
border-top: 1px solid #f0f0f0;
|
|
7123
7073
|
}
|
|
7124
7074
|
.panel-motion-enter-start,
|
|
7125
7075
|
.panel-motion-appear-start,
|
|
@@ -7254,11 +7204,11 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7254
7204
|
margin-left: 12px;
|
|
7255
7205
|
}
|
|
7256
7206
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
|
|
7257
|
-
color:
|
|
7207
|
+
color: #ff4d4f;
|
|
7258
7208
|
}
|
|
7259
7209
|
.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
|
|
7260
7210
|
color: #fff;
|
|
7261
|
-
background-color:
|
|
7211
|
+
background-color: #ff4d4f;
|
|
7262
7212
|
}
|
|
7263
7213
|
.ant-dropdown {
|
|
7264
7214
|
box-sizing: border-box;
|
|
@@ -7437,14 +7387,14 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7437
7387
|
color: rgba(0, 0, 0, 0.85);
|
|
7438
7388
|
font-weight: normal;
|
|
7439
7389
|
font-size: 12px;
|
|
7440
|
-
line-height:
|
|
7390
|
+
line-height: 18px;
|
|
7441
7391
|
cursor: pointer;
|
|
7442
7392
|
transition: all 0.3s;
|
|
7443
7393
|
}
|
|
7444
7394
|
.ant-dropdown-menu-item-selected,
|
|
7445
7395
|
.ant-dropdown-menu-submenu-title-selected {
|
|
7446
|
-
color:
|
|
7447
|
-
background-color:
|
|
7396
|
+
color: #1890ff;
|
|
7397
|
+
background-color: #e6f7ff;
|
|
7448
7398
|
}
|
|
7449
7399
|
.ant-dropdown-menu-item:hover,
|
|
7450
7400
|
.ant-dropdown-menu-submenu-title:hover,
|
|
@@ -7475,7 +7425,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7475
7425
|
margin: 4px 0;
|
|
7476
7426
|
overflow: hidden;
|
|
7477
7427
|
line-height: 0;
|
|
7478
|
-
background-color:
|
|
7428
|
+
background-color: #f0f0f0;
|
|
7479
7429
|
}
|
|
7480
7430
|
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
|
|
7481
7431
|
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
|
|
@@ -7515,7 +7465,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7515
7465
|
cursor: not-allowed;
|
|
7516
7466
|
}
|
|
7517
7467
|
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
|
|
7518
|
-
color:
|
|
7468
|
+
color: #1890ff;
|
|
7519
7469
|
}
|
|
7520
7470
|
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
|
|
7521
7471
|
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
|
|
@@ -7591,7 +7541,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7591
7541
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
|
|
7592
7542
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
|
|
7593
7543
|
color: #fff;
|
|
7594
|
-
background:
|
|
7544
|
+
background: #1890ff;
|
|
7595
7545
|
}
|
|
7596
7546
|
.ant-dropdown-rtl {
|
|
7597
7547
|
direction: rtl;
|
|
@@ -7901,19 +7851,19 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
7901
7851
|
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
7902
7852
|
}
|
|
7903
7853
|
.ant-form-item-explain-error {
|
|
7904
|
-
color:
|
|
7854
|
+
color: #ff4d4f;
|
|
7905
7855
|
}
|
|
7906
7856
|
.ant-form-item-explain-warning {
|
|
7907
|
-
color:
|
|
7857
|
+
color: #faad14;
|
|
7908
7858
|
}
|
|
7909
7859
|
.ant-form-item-has-feedback .ant-switch {
|
|
7910
7860
|
margin: 2px 0 4px;
|
|
7911
7861
|
}
|
|
7912
7862
|
.ant-form-item-has-warning .ant-form-item-split {
|
|
7913
|
-
color:
|
|
7863
|
+
color: #faad14;
|
|
7914
7864
|
}
|
|
7915
7865
|
.ant-form-item-has-error .ant-form-item-split {
|
|
7916
|
-
color:
|
|
7866
|
+
color: #ff4d4f;
|
|
7917
7867
|
}
|
|
7918
7868
|
.ant-form {
|
|
7919
7869
|
box-sizing: border-box;
|
|
@@ -8116,16 +8066,16 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
8116
8066
|
pointer-events: none;
|
|
8117
8067
|
}
|
|
8118
8068
|
.ant-form-item-feedback-icon-success {
|
|
8119
|
-
color:
|
|
8069
|
+
color: #52c41a;
|
|
8120
8070
|
}
|
|
8121
8071
|
.ant-form-item-feedback-icon-error {
|
|
8122
|
-
color:
|
|
8072
|
+
color: #ff4d4f;
|
|
8123
8073
|
}
|
|
8124
8074
|
.ant-form-item-feedback-icon-warning {
|
|
8125
|
-
color:
|
|
8075
|
+
color: #faad14;
|
|
8126
8076
|
}
|
|
8127
8077
|
.ant-form-item-feedback-icon-validating {
|
|
8128
|
-
color:
|
|
8078
|
+
color: #1890ff;
|
|
8129
8079
|
}
|
|
8130
8080
|
.ant-show-help {
|
|
8131
8081
|
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
@@ -13691,7 +13641,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13691
13641
|
text-overflow: ellipsis;
|
|
13692
13642
|
}
|
|
13693
13643
|
.ant-input-affix-wrapper:hover {
|
|
13694
|
-
border-color:
|
|
13644
|
+
border-color: #40a9ff;
|
|
13695
13645
|
border-right-width: 1px;
|
|
13696
13646
|
}
|
|
13697
13647
|
.ant-input-rtl .ant-input-affix-wrapper:hover {
|
|
@@ -13700,8 +13650,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13700
13650
|
}
|
|
13701
13651
|
.ant-input-affix-wrapper:focus,
|
|
13702
13652
|
.ant-input-affix-wrapper-focused {
|
|
13703
|
-
border-color:
|
|
13704
|
-
box-shadow: 0 0 0 2px
|
|
13653
|
+
border-color: #40a9ff;
|
|
13654
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13705
13655
|
border-right-width: 1px;
|
|
13706
13656
|
outline: 0;
|
|
13707
13657
|
}
|
|
@@ -13711,7 +13661,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13711
13661
|
border-left-width: 1px !important;
|
|
13712
13662
|
}
|
|
13713
13663
|
.ant-input-affix-wrapper-disabled {
|
|
13714
|
-
color: rgba(0, 0, 0, 0.
|
|
13664
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13715
13665
|
background-color: #f5f5f5;
|
|
13716
13666
|
border-color: #d9d9d9;
|
|
13717
13667
|
box-shadow: none;
|
|
@@ -13723,7 +13673,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
13723
13673
|
border-right-width: 1px;
|
|
13724
13674
|
}
|
|
13725
13675
|
.ant-input-affix-wrapper[disabled] {
|
|
13726
|
-
color: rgba(0, 0, 0, 0.
|
|
13676
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13727
13677
|
background-color: #f5f5f5;
|
|
13728
13678
|
border-color: #d9d9d9;
|
|
13729
13679
|
box-shadow: none;
|
|
@@ -13763,7 +13713,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13763
13713
|
direction: rtl;
|
|
13764
13714
|
}
|
|
13765
13715
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
|
13766
|
-
border-color:
|
|
13716
|
+
border-color: #40a9ff;
|
|
13767
13717
|
border-right-width: 1px;
|
|
13768
13718
|
z-index: 1;
|
|
13769
13719
|
}
|
|
@@ -13854,62 +13804,62 @@ textarea.ant-input-affix-wrapper {
|
|
|
13854
13804
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13855
13805
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13856
13806
|
background: #fff;
|
|
13857
|
-
border-color:
|
|
13807
|
+
border-color: #ff4d4f;
|
|
13858
13808
|
}
|
|
13859
13809
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13860
13810
|
.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13861
|
-
border-color:
|
|
13862
|
-
box-shadow: 0 0 0 2px
|
|
13811
|
+
border-color: #ff7875;
|
|
13812
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
13863
13813
|
border-right-width: 1px;
|
|
13864
13814
|
outline: 0;
|
|
13865
13815
|
}
|
|
13866
13816
|
.ant-input-status-error .ant-input-prefix {
|
|
13867
|
-
color:
|
|
13817
|
+
color: #ff4d4f;
|
|
13868
13818
|
}
|
|
13869
13819
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
|
|
13870
13820
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
|
|
13871
13821
|
background: #fff;
|
|
13872
|
-
border-color:
|
|
13822
|
+
border-color: #faad14;
|
|
13873
13823
|
}
|
|
13874
13824
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
|
|
13875
13825
|
.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
|
|
13876
|
-
border-color:
|
|
13877
|
-
box-shadow: 0 0 0 2px
|
|
13826
|
+
border-color: #ffc53d;
|
|
13827
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
13878
13828
|
border-right-width: 1px;
|
|
13879
13829
|
outline: 0;
|
|
13880
13830
|
}
|
|
13881
13831
|
.ant-input-status-warning .ant-input-prefix {
|
|
13882
|
-
color:
|
|
13832
|
+
color: #faad14;
|
|
13883
13833
|
}
|
|
13884
13834
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13885
13835
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13886
13836
|
background: #fff;
|
|
13887
|
-
border-color:
|
|
13837
|
+
border-color: #ff4d4f;
|
|
13888
13838
|
}
|
|
13889
13839
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13890
13840
|
.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13891
|
-
border-color:
|
|
13892
|
-
box-shadow: 0 0 0 2px
|
|
13841
|
+
border-color: #ff7875;
|
|
13842
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
13893
13843
|
border-right-width: 1px;
|
|
13894
13844
|
outline: 0;
|
|
13895
13845
|
}
|
|
13896
13846
|
.ant-input-affix-wrapper-status-error .ant-input-prefix {
|
|
13897
|
-
color:
|
|
13847
|
+
color: #ff4d4f;
|
|
13898
13848
|
}
|
|
13899
13849
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
|
|
13900
13850
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {
|
|
13901
13851
|
background: #fff;
|
|
13902
|
-
border-color:
|
|
13852
|
+
border-color: #faad14;
|
|
13903
13853
|
}
|
|
13904
13854
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
|
|
13905
13855
|
.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
|
|
13906
|
-
border-color:
|
|
13907
|
-
box-shadow: 0 0 0 2px
|
|
13856
|
+
border-color: #ffc53d;
|
|
13857
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
13908
13858
|
border-right-width: 1px;
|
|
13909
13859
|
outline: 0;
|
|
13910
13860
|
}
|
|
13911
13861
|
.ant-input-affix-wrapper-status-warning .ant-input-prefix {
|
|
13912
|
-
color:
|
|
13862
|
+
color: #faad14;
|
|
13913
13863
|
}
|
|
13914
13864
|
.ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
|
|
13915
13865
|
.ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
|
|
@@ -13918,12 +13868,12 @@ textarea.ant-input-affix-wrapper {
|
|
|
13918
13868
|
padding-right: 24px;
|
|
13919
13869
|
}
|
|
13920
13870
|
.ant-input-group-wrapper-status-error .ant-input-group-addon {
|
|
13921
|
-
color:
|
|
13922
|
-
border-color:
|
|
13871
|
+
color: #ff4d4f;
|
|
13872
|
+
border-color: #ff4d4f;
|
|
13923
13873
|
}
|
|
13924
13874
|
.ant-input-group-wrapper-status-warning .ant-input-group-addon {
|
|
13925
|
-
color:
|
|
13926
|
-
border-color:
|
|
13875
|
+
color: #faad14;
|
|
13876
|
+
border-color: #faad14;
|
|
13927
13877
|
}
|
|
13928
13878
|
.ant-input {
|
|
13929
13879
|
box-sizing: border-box;
|
|
@@ -13954,7 +13904,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13954
13904
|
text-overflow: ellipsis;
|
|
13955
13905
|
}
|
|
13956
13906
|
.ant-input:hover {
|
|
13957
|
-
border-color:
|
|
13907
|
+
border-color: #40a9ff;
|
|
13958
13908
|
border-right-width: 1px;
|
|
13959
13909
|
}
|
|
13960
13910
|
.ant-input-rtl .ant-input:hover {
|
|
@@ -13963,8 +13913,8 @@ textarea.ant-input-affix-wrapper {
|
|
|
13963
13913
|
}
|
|
13964
13914
|
.ant-input:focus,
|
|
13965
13915
|
.ant-input-focused {
|
|
13966
|
-
border-color:
|
|
13967
|
-
box-shadow: 0 0 0 2px
|
|
13916
|
+
border-color: #40a9ff;
|
|
13917
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
13968
13918
|
border-right-width: 1px;
|
|
13969
13919
|
outline: 0;
|
|
13970
13920
|
}
|
|
@@ -13974,7 +13924,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13974
13924
|
border-left-width: 1px !important;
|
|
13975
13925
|
}
|
|
13976
13926
|
.ant-input-disabled {
|
|
13977
|
-
color: rgba(0, 0, 0, 0.
|
|
13927
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13978
13928
|
background-color: #f5f5f5;
|
|
13979
13929
|
border-color: #d9d9d9;
|
|
13980
13930
|
box-shadow: none;
|
|
@@ -13986,7 +13936,7 @@ textarea.ant-input-affix-wrapper {
|
|
|
13986
13936
|
border-right-width: 1px;
|
|
13987
13937
|
}
|
|
13988
13938
|
.ant-input[disabled] {
|
|
13989
|
-
color: rgba(0, 0, 0, 0.
|
|
13939
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13990
13940
|
background-color: #f5f5f5;
|
|
13991
13941
|
border-color: #d9d9d9;
|
|
13992
13942
|
box-shadow: none;
|
|
@@ -14110,7 +14060,7 @@ textarea.ant-input {
|
|
|
14110
14060
|
}
|
|
14111
14061
|
.ant-input-group-addon .ant-select-open .ant-select-selector,
|
|
14112
14062
|
.ant-input-group-addon .ant-select-focused .ant-select-selector {
|
|
14113
|
-
color:
|
|
14063
|
+
color: #1890ff;
|
|
14114
14064
|
}
|
|
14115
14065
|
.ant-input-group-addon .ant-cascader-picker {
|
|
14116
14066
|
margin: -9px -8px;
|
|
@@ -14408,11 +14358,11 @@ textarea.ant-input {
|
|
|
14408
14358
|
}
|
|
14409
14359
|
.ant-input-search .ant-input:hover,
|
|
14410
14360
|
.ant-input-search .ant-input:focus {
|
|
14411
|
-
border-color:
|
|
14361
|
+
border-color: #40a9ff;
|
|
14412
14362
|
}
|
|
14413
14363
|
.ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
|
14414
14364
|
.ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
|
14415
|
-
border-left-color:
|
|
14365
|
+
border-left-color: #40a9ff;
|
|
14416
14366
|
}
|
|
14417
14367
|
.ant-input-search .ant-input-affix-wrapper {
|
|
14418
14368
|
border-radius: 0;
|
|
@@ -14487,12 +14437,12 @@ textarea.ant-input {
|
|
|
14487
14437
|
}
|
|
14488
14438
|
.ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
|
|
14489
14439
|
.ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
|
|
14490
|
-
border-right-color:
|
|
14440
|
+
border-right-color: #40a9ff;
|
|
14491
14441
|
border-left-color: #d9d9d9;
|
|
14492
14442
|
}
|
|
14493
14443
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
|
14494
14444
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
|
14495
|
-
border-right-color:
|
|
14445
|
+
border-right-color: #40a9ff;
|
|
14496
14446
|
}
|
|
14497
14447
|
.ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
|
|
14498
14448
|
right: -1px;
|
|
@@ -14542,7 +14492,7 @@ textarea.ant-input {
|
|
|
14542
14492
|
text-overflow: ellipsis;
|
|
14543
14493
|
}
|
|
14544
14494
|
.ant-input-number-affix-wrapper:hover {
|
|
14545
|
-
border-color:
|
|
14495
|
+
border-color: #40a9ff;
|
|
14546
14496
|
border-right-width: 1px;
|
|
14547
14497
|
}
|
|
14548
14498
|
.ant-input-rtl .ant-input-number-affix-wrapper:hover {
|
|
@@ -14551,8 +14501,8 @@ textarea.ant-input {
|
|
|
14551
14501
|
}
|
|
14552
14502
|
.ant-input-number-affix-wrapper:focus,
|
|
14553
14503
|
.ant-input-number-affix-wrapper-focused {
|
|
14554
|
-
border-color:
|
|
14555
|
-
box-shadow: 0 0 0 2px
|
|
14504
|
+
border-color: #40a9ff;
|
|
14505
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
14556
14506
|
border-right-width: 1px;
|
|
14557
14507
|
outline: 0;
|
|
14558
14508
|
}
|
|
@@ -14562,7 +14512,7 @@ textarea.ant-input {
|
|
|
14562
14512
|
border-left-width: 1px !important;
|
|
14563
14513
|
}
|
|
14564
14514
|
.ant-input-number-affix-wrapper-disabled {
|
|
14565
|
-
color: rgba(0, 0, 0, 0.
|
|
14515
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14566
14516
|
background-color: #f5f5f5;
|
|
14567
14517
|
border-color: #d9d9d9;
|
|
14568
14518
|
box-shadow: none;
|
|
@@ -14574,7 +14524,7 @@ textarea.ant-input {
|
|
|
14574
14524
|
border-right-width: 1px;
|
|
14575
14525
|
}
|
|
14576
14526
|
.ant-input-number-affix-wrapper[disabled] {
|
|
14577
|
-
color: rgba(0, 0, 0, 0.
|
|
14527
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14578
14528
|
background-color: #f5f5f5;
|
|
14579
14529
|
border-color: #d9d9d9;
|
|
14580
14530
|
box-shadow: none;
|
|
@@ -14614,7 +14564,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14614
14564
|
direction: rtl;
|
|
14615
14565
|
}
|
|
14616
14566
|
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
|
14617
|
-
border-color:
|
|
14567
|
+
border-color: #40a9ff;
|
|
14618
14568
|
border-right-width: 1px;
|
|
14619
14569
|
z-index: 1;
|
|
14620
14570
|
}
|
|
@@ -14673,70 +14623,70 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14673
14623
|
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14674
14624
|
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14675
14625
|
background: #fff;
|
|
14676
|
-
border-color:
|
|
14626
|
+
border-color: #ff4d4f;
|
|
14677
14627
|
}
|
|
14678
14628
|
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14679
14629
|
.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14680
|
-
border-color:
|
|
14681
|
-
box-shadow: 0 0 0 2px
|
|
14630
|
+
border-color: #ff7875;
|
|
14631
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14682
14632
|
border-right-width: 1px;
|
|
14683
14633
|
outline: 0;
|
|
14684
14634
|
}
|
|
14685
14635
|
.ant-input-number-status-error .ant-input-number-prefix {
|
|
14686
|
-
color:
|
|
14636
|
+
color: #ff4d4f;
|
|
14687
14637
|
}
|
|
14688
14638
|
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
|
|
14689
14639
|
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
|
|
14690
14640
|
background: #fff;
|
|
14691
|
-
border-color:
|
|
14641
|
+
border-color: #faad14;
|
|
14692
14642
|
}
|
|
14693
14643
|
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
|
|
14694
14644
|
.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
|
|
14695
|
-
border-color:
|
|
14696
|
-
box-shadow: 0 0 0 2px
|
|
14645
|
+
border-color: #ffc53d;
|
|
14646
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
14697
14647
|
border-right-width: 1px;
|
|
14698
14648
|
outline: 0;
|
|
14699
14649
|
}
|
|
14700
14650
|
.ant-input-number-status-warning .ant-input-number-prefix {
|
|
14701
|
-
color:
|
|
14651
|
+
color: #faad14;
|
|
14702
14652
|
}
|
|
14703
14653
|
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14704
14654
|
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14705
14655
|
background: #fff;
|
|
14706
|
-
border-color:
|
|
14656
|
+
border-color: #ff4d4f;
|
|
14707
14657
|
}
|
|
14708
14658
|
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14709
14659
|
.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14710
|
-
border-color:
|
|
14711
|
-
box-shadow: 0 0 0 2px
|
|
14660
|
+
border-color: #ff7875;
|
|
14661
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
14712
14662
|
border-right-width: 1px;
|
|
14713
14663
|
outline: 0;
|
|
14714
14664
|
}
|
|
14715
14665
|
.ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
|
|
14716
|
-
color:
|
|
14666
|
+
color: #ff4d4f;
|
|
14717
14667
|
}
|
|
14718
14668
|
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper,
|
|
14719
14669
|
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {
|
|
14720
14670
|
background: #fff;
|
|
14721
|
-
border-color:
|
|
14671
|
+
border-color: #faad14;
|
|
14722
14672
|
}
|
|
14723
14673
|
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
|
|
14724
14674
|
.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
|
|
14725
|
-
border-color:
|
|
14726
|
-
box-shadow: 0 0 0 2px
|
|
14675
|
+
border-color: #ffc53d;
|
|
14676
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
14727
14677
|
border-right-width: 1px;
|
|
14728
14678
|
outline: 0;
|
|
14729
14679
|
}
|
|
14730
14680
|
.ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
|
|
14731
|
-
color:
|
|
14681
|
+
color: #faad14;
|
|
14732
14682
|
}
|
|
14733
14683
|
.ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
|
|
14734
|
-
color:
|
|
14735
|
-
border-color:
|
|
14684
|
+
color: #ff4d4f;
|
|
14685
|
+
border-color: #ff4d4f;
|
|
14736
14686
|
}
|
|
14737
14687
|
.ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
|
|
14738
|
-
color:
|
|
14739
|
-
border-color:
|
|
14688
|
+
color: #faad14;
|
|
14689
|
+
border-color: #faad14;
|
|
14740
14690
|
}
|
|
14741
14691
|
.ant-input-number {
|
|
14742
14692
|
box-sizing: border-box;
|
|
@@ -14768,7 +14718,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14768
14718
|
text-overflow: ellipsis;
|
|
14769
14719
|
}
|
|
14770
14720
|
.ant-input-number:hover {
|
|
14771
|
-
border-color:
|
|
14721
|
+
border-color: #40a9ff;
|
|
14772
14722
|
border-right-width: 1px;
|
|
14773
14723
|
}
|
|
14774
14724
|
.ant-input-rtl .ant-input-number:hover {
|
|
@@ -14777,8 +14727,8 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14777
14727
|
}
|
|
14778
14728
|
.ant-input-number:focus,
|
|
14779
14729
|
.ant-input-number-focused {
|
|
14780
|
-
border-color:
|
|
14781
|
-
box-shadow: 0 0 0 2px
|
|
14730
|
+
border-color: #40a9ff;
|
|
14731
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
14782
14732
|
border-right-width: 1px;
|
|
14783
14733
|
outline: 0;
|
|
14784
14734
|
}
|
|
@@ -14788,7 +14738,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14788
14738
|
border-left-width: 1px !important;
|
|
14789
14739
|
}
|
|
14790
14740
|
.ant-input-number-disabled {
|
|
14791
|
-
color: rgba(0, 0, 0, 0.
|
|
14741
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14792
14742
|
background-color: #f5f5f5;
|
|
14793
14743
|
border-color: #d9d9d9;
|
|
14794
14744
|
box-shadow: none;
|
|
@@ -14800,7 +14750,7 @@ textarea.ant-input-number-affix-wrapper {
|
|
|
14800
14750
|
border-right-width: 1px;
|
|
14801
14751
|
}
|
|
14802
14752
|
.ant-input-number[disabled] {
|
|
14803
|
-
color: rgba(0, 0, 0, 0.
|
|
14753
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14804
14754
|
background-color: #f5f5f5;
|
|
14805
14755
|
border-color: #d9d9d9;
|
|
14806
14756
|
box-shadow: none;
|
|
@@ -14924,7 +14874,7 @@ textarea.ant-input-number {
|
|
|
14924
14874
|
}
|
|
14925
14875
|
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
|
|
14926
14876
|
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
|
|
14927
|
-
color:
|
|
14877
|
+
color: #1890ff;
|
|
14928
14878
|
}
|
|
14929
14879
|
.ant-input-number-group-addon .ant-cascader-picker {
|
|
14930
14880
|
margin: -9px -8px;
|
|
@@ -15195,7 +15145,7 @@ textarea.ant-input-number {
|
|
|
15195
15145
|
}
|
|
15196
15146
|
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
|
15197
15147
|
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
|
15198
|
-
color:
|
|
15148
|
+
color: #40a9ff;
|
|
15199
15149
|
}
|
|
15200
15150
|
.ant-input-number-handler-up-inner,
|
|
15201
15151
|
.ant-input-number-handler-down-inner {
|
|
@@ -15237,7 +15187,7 @@ textarea.ant-input-number {
|
|
|
15237
15187
|
display: block;
|
|
15238
15188
|
}
|
|
15239
15189
|
.ant-input-number:hover {
|
|
15240
|
-
border-color:
|
|
15190
|
+
border-color: #40a9ff;
|
|
15241
15191
|
border-right-width: 1px;
|
|
15242
15192
|
}
|
|
15243
15193
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
|
@@ -15245,8 +15195,8 @@ textarea.ant-input-number {
|
|
|
15245
15195
|
transition: opacity 0.24s linear 0.24s;
|
|
15246
15196
|
}
|
|
15247
15197
|
.ant-input-number-focused {
|
|
15248
|
-
border-color:
|
|
15249
|
-
box-shadow: 0 0 0 2px
|
|
15198
|
+
border-color: #40a9ff;
|
|
15199
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
15250
15200
|
border-right-width: 1px;
|
|
15251
15201
|
outline: 0;
|
|
15252
15202
|
}
|
|
@@ -15255,7 +15205,7 @@ textarea.ant-input-number {
|
|
|
15255
15205
|
border-left-width: 1px !important;
|
|
15256
15206
|
}
|
|
15257
15207
|
.ant-input-number-disabled {
|
|
15258
|
-
color: rgba(0, 0, 0, 0.
|
|
15208
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15259
15209
|
background-color: #f5f5f5;
|
|
15260
15210
|
border-color: #d9d9d9;
|
|
15261
15211
|
box-shadow: none;
|
|
@@ -15390,7 +15340,7 @@ textarea.ant-input-number {
|
|
|
15390
15340
|
box-shadow: none;
|
|
15391
15341
|
}
|
|
15392
15342
|
.ant-input-number-out-of-range input {
|
|
15393
|
-
color:
|
|
15343
|
+
color: #ff4d4f;
|
|
15394
15344
|
}
|
|
15395
15345
|
.ant-input-number-rtl {
|
|
15396
15346
|
direction: rtl;
|
|
@@ -15617,7 +15567,7 @@ textarea.ant-input-number {
|
|
|
15617
15567
|
transition: all 0.3s;
|
|
15618
15568
|
}
|
|
15619
15569
|
.ant-list-item-meta-title > a:hover {
|
|
15620
|
-
color:
|
|
15570
|
+
color: #1890ff;
|
|
15621
15571
|
}
|
|
15622
15572
|
.ant-list-item-meta-description {
|
|
15623
15573
|
color: rgba(0, 0, 0, 0.45);
|
|
@@ -15650,7 +15600,7 @@ textarea.ant-input-number {
|
|
|
15650
15600
|
width: 1px;
|
|
15651
15601
|
height: 14px;
|
|
15652
15602
|
margin-top: -7px;
|
|
15653
|
-
background-color:
|
|
15603
|
+
background-color: #f0f0f0;
|
|
15654
15604
|
}
|
|
15655
15605
|
.ant-list-header {
|
|
15656
15606
|
background: transparent;
|
|
@@ -15670,22 +15620,22 @@ textarea.ant-input-number {
|
|
|
15670
15620
|
text-align: center;
|
|
15671
15621
|
}
|
|
15672
15622
|
.ant-list-split .ant-list-item {
|
|
15673
|
-
border-bottom: 1px solid
|
|
15623
|
+
border-bottom: 1px solid #f0f0f0;
|
|
15674
15624
|
}
|
|
15675
15625
|
.ant-list-split .ant-list-item:last-child {
|
|
15676
15626
|
border-bottom: none;
|
|
15677
15627
|
}
|
|
15678
15628
|
.ant-list-split .ant-list-header {
|
|
15679
|
-
border-bottom: 1px solid
|
|
15629
|
+
border-bottom: 1px solid #f0f0f0;
|
|
15680
15630
|
}
|
|
15681
15631
|
.ant-list-split.ant-list-empty .ant-list-footer {
|
|
15682
|
-
border-top: 1px solid
|
|
15632
|
+
border-top: 1px solid #f0f0f0;
|
|
15683
15633
|
}
|
|
15684
15634
|
.ant-list-loading .ant-list-spin-nested-loading {
|
|
15685
15635
|
min-height: 32px;
|
|
15686
15636
|
}
|
|
15687
15637
|
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
|
|
15688
|
-
border-bottom: 1px solid
|
|
15638
|
+
border-bottom: 1px solid #f0f0f0;
|
|
15689
15639
|
}
|
|
15690
15640
|
.ant-list-lg .ant-list-item {
|
|
15691
15641
|
padding: 12px 16px;
|
|
@@ -15856,32 +15806,32 @@ textarea.ant-input-number {
|
|
|
15856
15806
|
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
15857
15807
|
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
15858
15808
|
background: #fff;
|
|
15859
|
-
border-color:
|
|
15809
|
+
border-color: #ff4d4f;
|
|
15860
15810
|
}
|
|
15861
15811
|
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
15862
15812
|
.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
15863
|
-
border-color:
|
|
15864
|
-
box-shadow: 0 0 0 2px
|
|
15813
|
+
border-color: #ff7875;
|
|
15814
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
15865
15815
|
border-right-width: 1px;
|
|
15866
15816
|
outline: 0;
|
|
15867
15817
|
}
|
|
15868
15818
|
.ant-mentions-status-error .ant-input-prefix {
|
|
15869
|
-
color:
|
|
15819
|
+
color: #ff4d4f;
|
|
15870
15820
|
}
|
|
15871
15821
|
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
|
|
15872
15822
|
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
|
|
15873
15823
|
background: #fff;
|
|
15874
|
-
border-color:
|
|
15824
|
+
border-color: #faad14;
|
|
15875
15825
|
}
|
|
15876
15826
|
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
|
|
15877
15827
|
.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
|
|
15878
|
-
border-color:
|
|
15879
|
-
box-shadow: 0 0 0 2px
|
|
15828
|
+
border-color: #ffc53d;
|
|
15829
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
15880
15830
|
border-right-width: 1px;
|
|
15881
15831
|
outline: 0;
|
|
15882
15832
|
}
|
|
15883
15833
|
.ant-mentions-status-warning .ant-input-prefix {
|
|
15884
|
-
color:
|
|
15834
|
+
color: #faad14;
|
|
15885
15835
|
}
|
|
15886
15836
|
.ant-mentions {
|
|
15887
15837
|
box-sizing: border-box;
|
|
@@ -15916,7 +15866,7 @@ textarea.ant-input-number {
|
|
|
15916
15866
|
text-overflow: ellipsis;
|
|
15917
15867
|
}
|
|
15918
15868
|
.ant-mentions:hover {
|
|
15919
|
-
border-color:
|
|
15869
|
+
border-color: #40a9ff;
|
|
15920
15870
|
border-right-width: 1px;
|
|
15921
15871
|
}
|
|
15922
15872
|
.ant-input-rtl .ant-mentions:hover {
|
|
@@ -15925,8 +15875,8 @@ textarea.ant-input-number {
|
|
|
15925
15875
|
}
|
|
15926
15876
|
.ant-mentions:focus,
|
|
15927
15877
|
.ant-mentions-focused {
|
|
15928
|
-
border-color:
|
|
15929
|
-
box-shadow: 0 0 0 2px
|
|
15878
|
+
border-color: #40a9ff;
|
|
15879
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
15930
15880
|
border-right-width: 1px;
|
|
15931
15881
|
outline: 0;
|
|
15932
15882
|
}
|
|
@@ -15936,7 +15886,7 @@ textarea.ant-input-number {
|
|
|
15936
15886
|
border-left-width: 1px !important;
|
|
15937
15887
|
}
|
|
15938
15888
|
.ant-mentions-disabled {
|
|
15939
|
-
color: rgba(0, 0, 0, 0.
|
|
15889
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15940
15890
|
background-color: #f5f5f5;
|
|
15941
15891
|
border-color: #d9d9d9;
|
|
15942
15892
|
box-shadow: none;
|
|
@@ -15948,7 +15898,7 @@ textarea.ant-input-number {
|
|
|
15948
15898
|
border-right-width: 1px;
|
|
15949
15899
|
}
|
|
15950
15900
|
.ant-mentions[disabled] {
|
|
15951
|
-
color: rgba(0, 0, 0, 0.
|
|
15901
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15952
15902
|
background-color: #f5f5f5;
|
|
15953
15903
|
border-color: #d9d9d9;
|
|
15954
15904
|
box-shadow: none;
|
|
@@ -15988,7 +15938,7 @@ textarea.ant-mentions {
|
|
|
15988
15938
|
direction: rtl;
|
|
15989
15939
|
}
|
|
15990
15940
|
.ant-mentions-disabled > textarea {
|
|
15991
|
-
color: rgba(0, 0, 0, 0.
|
|
15941
|
+
color: rgba(0, 0, 0, 0.65);
|
|
15992
15942
|
background-color: #f5f5f5;
|
|
15993
15943
|
border-color: #d9d9d9;
|
|
15994
15944
|
box-shadow: none;
|
|
@@ -16000,8 +15950,8 @@ textarea.ant-mentions {
|
|
|
16000
15950
|
border-right-width: 1px;
|
|
16001
15951
|
}
|
|
16002
15952
|
.ant-mentions-focused {
|
|
16003
|
-
border-color:
|
|
16004
|
-
box-shadow: 0 0 0 2px
|
|
15953
|
+
border-color: #40a9ff;
|
|
15954
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
16005
15955
|
border-right-width: 1px;
|
|
16006
15956
|
outline: 0;
|
|
16007
15957
|
}
|
|
@@ -16148,48 +16098,49 @@ textarea.ant-mentions {
|
|
|
16148
16098
|
direction: rtl;
|
|
16149
16099
|
}
|
|
16150
16100
|
.ant-menu-item-danger.ant-menu-item {
|
|
16151
|
-
color:
|
|
16101
|
+
color: #ff4d4f;
|
|
16152
16102
|
}
|
|
16153
16103
|
.ant-menu-item-danger.ant-menu-item:hover,
|
|
16154
16104
|
.ant-menu-item-danger.ant-menu-item-active {
|
|
16155
|
-
color:
|
|
16105
|
+
color: #ff4d4f;
|
|
16156
16106
|
}
|
|
16157
16107
|
.ant-menu-item-danger.ant-menu-item:active {
|
|
16158
16108
|
background: #fff1f0;
|
|
16159
16109
|
}
|
|
16160
16110
|
.ant-menu-item-danger.ant-menu-item-selected {
|
|
16161
|
-
color:
|
|
16111
|
+
color: #ff4d4f;
|
|
16162
16112
|
}
|
|
16163
16113
|
.ant-menu-item-danger.ant-menu-item-selected > a,
|
|
16164
16114
|
.ant-menu-item-danger.ant-menu-item-selected > a:hover {
|
|
16165
|
-
color:
|
|
16115
|
+
color: #ff4d4f;
|
|
16166
16116
|
}
|
|
16167
16117
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
|
16168
16118
|
background-color: #fff1f0;
|
|
16169
16119
|
}
|
|
16170
16120
|
.ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
|
|
16171
|
-
border-right-color:
|
|
16121
|
+
border-right-color: #ff4d4f;
|
|
16172
16122
|
}
|
|
16173
16123
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
|
|
16174
16124
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
|
|
16175
16125
|
.ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
|
|
16176
|
-
color:
|
|
16126
|
+
color: #ff4d4f;
|
|
16177
16127
|
}
|
|
16178
16128
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
|
|
16179
16129
|
color: #fff;
|
|
16180
|
-
background-color:
|
|
16130
|
+
background-color: #ff4d4f;
|
|
16181
16131
|
}
|
|
16182
16132
|
.ant-menu {
|
|
16183
16133
|
box-sizing: border-box;
|
|
16184
16134
|
margin: 0;
|
|
16185
16135
|
padding: 0;
|
|
16136
|
+
font-size: 12px;
|
|
16186
16137
|
font-variant: tabular-nums;
|
|
16187
16138
|
line-height: 1.66667;
|
|
16188
16139
|
font-feature-settings: 'tnum';
|
|
16189
16140
|
margin-bottom: 0;
|
|
16190
16141
|
padding-left: 0;
|
|
16191
16142
|
color: rgba(0, 0, 0, 0.85);
|
|
16192
|
-
font-size:
|
|
16143
|
+
font-size: 13px;
|
|
16193
16144
|
line-height: 0;
|
|
16194
16145
|
text-align: left;
|
|
16195
16146
|
list-style: none;
|
|
@@ -16217,7 +16168,7 @@ textarea.ant-mentions {
|
|
|
16217
16168
|
content: '';
|
|
16218
16169
|
}
|
|
16219
16170
|
.ant-menu.ant-menu-root:focus-visible {
|
|
16220
|
-
box-shadow: 0 0 0 2px
|
|
16171
|
+
box-shadow: 0 0 0 2px #bae7ff;
|
|
16221
16172
|
}
|
|
16222
16173
|
.ant-menu ul,
|
|
16223
16174
|
.ant-menu ol {
|
|
@@ -16239,7 +16190,7 @@ textarea.ant-mentions {
|
|
|
16239
16190
|
height: 1.66667;
|
|
16240
16191
|
padding: 8px 16px;
|
|
16241
16192
|
color: rgba(0, 0, 0, 0.45);
|
|
16242
|
-
font-size:
|
|
16193
|
+
font-size: 13px;
|
|
16243
16194
|
line-height: 1.66667;
|
|
16244
16195
|
transition: all 0.3s;
|
|
16245
16196
|
}
|
|
@@ -16251,11 +16202,11 @@ textarea.ant-mentions {
|
|
|
16251
16202
|
transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
16252
16203
|
}
|
|
16253
16204
|
.ant-menu-submenu-selected {
|
|
16254
|
-
color:
|
|
16205
|
+
color: #1890ff;
|
|
16255
16206
|
}
|
|
16256
16207
|
.ant-menu-item:active,
|
|
16257
16208
|
.ant-menu-submenu-title:active {
|
|
16258
|
-
background:
|
|
16209
|
+
background: #e6f7ff;
|
|
16259
16210
|
}
|
|
16260
16211
|
.ant-menu-submenu .ant-menu-sub {
|
|
16261
16212
|
cursor: initial;
|
|
@@ -16268,7 +16219,7 @@ textarea.ant-mentions {
|
|
|
16268
16219
|
color: rgba(0, 0, 0, 0.85);
|
|
16269
16220
|
}
|
|
16270
16221
|
.ant-menu-item a:hover {
|
|
16271
|
-
color:
|
|
16222
|
+
color: #1890ff;
|
|
16272
16223
|
}
|
|
16273
16224
|
.ant-menu-item a::before {
|
|
16274
16225
|
position: absolute;
|
|
@@ -16283,12 +16234,12 @@ textarea.ant-mentions {
|
|
|
16283
16234
|
color: rgba(0, 0, 0, 0.85);
|
|
16284
16235
|
}
|
|
16285
16236
|
.ant-menu-item > .ant-badge a:hover {
|
|
16286
|
-
color:
|
|
16237
|
+
color: #1890ff;
|
|
16287
16238
|
}
|
|
16288
16239
|
.ant-menu-item-divider {
|
|
16289
16240
|
overflow: hidden;
|
|
16290
16241
|
line-height: 0;
|
|
16291
|
-
border-color:
|
|
16242
|
+
border-color: #f0f0f0;
|
|
16292
16243
|
border-style: solid;
|
|
16293
16244
|
border-width: 1px 0 0;
|
|
16294
16245
|
}
|
|
@@ -16305,22 +16256,22 @@ textarea.ant-mentions {
|
|
|
16305
16256
|
background-color: transparent;
|
|
16306
16257
|
}
|
|
16307
16258
|
.ant-menu-item-selected {
|
|
16308
|
-
color:
|
|
16259
|
+
color: #1890ff;
|
|
16309
16260
|
}
|
|
16310
16261
|
.ant-menu-item-selected a,
|
|
16311
16262
|
.ant-menu-item-selected a:hover {
|
|
16312
|
-
color:
|
|
16263
|
+
color: #1890ff;
|
|
16313
16264
|
}
|
|
16314
16265
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
16315
|
-
background-color:
|
|
16266
|
+
background-color: #e6f7ff;
|
|
16316
16267
|
}
|
|
16317
16268
|
.ant-menu-inline,
|
|
16318
16269
|
.ant-menu-vertical,
|
|
16319
16270
|
.ant-menu-vertical-left {
|
|
16320
|
-
border-right: 1px solid
|
|
16271
|
+
border-right: 1px solid #f0f0f0;
|
|
16321
16272
|
}
|
|
16322
16273
|
.ant-menu-vertical-right {
|
|
16323
|
-
border-left: 1px solid
|
|
16274
|
+
border-left: 1px solid #f0f0f0;
|
|
16324
16275
|
}
|
|
16325
16276
|
.ant-menu-vertical.ant-menu-sub,
|
|
16326
16277
|
.ant-menu-vertical-left.ant-menu-sub,
|
|
@@ -16379,7 +16330,7 @@ textarea.ant-mentions {
|
|
|
16379
16330
|
.ant-menu-item .anticon,
|
|
16380
16331
|
.ant-menu-submenu-title .anticon {
|
|
16381
16332
|
min-width: 14px;
|
|
16382
|
-
font-size:
|
|
16333
|
+
font-size: 13px;
|
|
16383
16334
|
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
|
|
16384
16335
|
}
|
|
16385
16336
|
.ant-menu-item .ant-menu-item-icon + span,
|
|
@@ -16402,7 +16353,7 @@ textarea.ant-mentions {
|
|
|
16402
16353
|
}
|
|
16403
16354
|
.ant-menu-item:focus-visible,
|
|
16404
16355
|
.ant-menu-submenu-title:focus-visible {
|
|
16405
|
-
box-shadow: 0 0 0 2px
|
|
16356
|
+
box-shadow: 0 0 0 2px #bae7ff;
|
|
16406
16357
|
}
|
|
16407
16358
|
.ant-menu > .ant-menu-item-divider {
|
|
16408
16359
|
margin: 1px 0;
|
|
@@ -16470,7 +16421,7 @@ textarea.ant-mentions {
|
|
|
16470
16421
|
}
|
|
16471
16422
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
|
|
16472
16423
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
|
|
16473
|
-
color:
|
|
16424
|
+
color: #1890ff;
|
|
16474
16425
|
}
|
|
16475
16426
|
.ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
|
|
16476
16427
|
.ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
|
|
@@ -16495,12 +16446,12 @@ textarea.ant-mentions {
|
|
|
16495
16446
|
.ant-menu-vertical .ant-menu-submenu-selected,
|
|
16496
16447
|
.ant-menu-vertical-left .ant-menu-submenu-selected,
|
|
16497
16448
|
.ant-menu-vertical-right .ant-menu-submenu-selected {
|
|
16498
|
-
color:
|
|
16449
|
+
color: #1890ff;
|
|
16499
16450
|
}
|
|
16500
16451
|
.ant-menu-horizontal {
|
|
16501
16452
|
line-height: 38px;
|
|
16502
16453
|
border: 0;
|
|
16503
|
-
border-bottom: 1px solid
|
|
16454
|
+
border-bottom: 1px solid #f0f0f0;
|
|
16504
16455
|
box-shadow: none;
|
|
16505
16456
|
}
|
|
16506
16457
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
|
|
@@ -16517,7 +16468,7 @@ textarea.ant-mentions {
|
|
|
16517
16468
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
|
|
16518
16469
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
|
|
16519
16470
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
|
16520
|
-
color:
|
|
16471
|
+
color: #1890ff;
|
|
16521
16472
|
}
|
|
16522
16473
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
|
|
16523
16474
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
|
|
@@ -16527,7 +16478,7 @@ textarea.ant-mentions {
|
|
|
16527
16478
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
|
|
16528
16479
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
|
|
16529
16480
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
|
16530
|
-
border-bottom: 2px solid
|
|
16481
|
+
border-bottom: 2px solid #1890ff;
|
|
16531
16482
|
}
|
|
16532
16483
|
.ant-menu-horizontal > .ant-menu-item,
|
|
16533
16484
|
.ant-menu-horizontal > .ant-menu-submenu {
|
|
@@ -16553,13 +16504,13 @@ textarea.ant-mentions {
|
|
|
16553
16504
|
color: rgba(0, 0, 0, 0.85);
|
|
16554
16505
|
}
|
|
16555
16506
|
.ant-menu-horizontal > .ant-menu-item a:hover {
|
|
16556
|
-
color:
|
|
16507
|
+
color: #1890ff;
|
|
16557
16508
|
}
|
|
16558
16509
|
.ant-menu-horizontal > .ant-menu-item a::before {
|
|
16559
16510
|
bottom: -2px;
|
|
16560
16511
|
}
|
|
16561
16512
|
.ant-menu-horizontal > .ant-menu-item-selected a {
|
|
16562
|
-
color:
|
|
16513
|
+
color: #1890ff;
|
|
16563
16514
|
}
|
|
16564
16515
|
.ant-menu-horizontal::after {
|
|
16565
16516
|
display: block;
|
|
@@ -16581,7 +16532,7 @@ textarea.ant-mentions {
|
|
|
16581
16532
|
top: 0;
|
|
16582
16533
|
right: 0;
|
|
16583
16534
|
bottom: 0;
|
|
16584
|
-
border-right: 3px solid
|
|
16535
|
+
border-right: 3px solid #1890ff;
|
|
16585
16536
|
transform: scaleY(0.0001);
|
|
16586
16537
|
opacity: 0;
|
|
16587
16538
|
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
@@ -16799,14 +16750,14 @@ textarea.ant-mentions {
|
|
|
16799
16750
|
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
|
16800
16751
|
.ant-menu-light .ant-menu-submenu-active,
|
|
16801
16752
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
|
16802
|
-
color:
|
|
16753
|
+
color: #1890ff;
|
|
16803
16754
|
}
|
|
16804
16755
|
.ant-menu.ant-menu-root:focus-visible {
|
|
16805
|
-
box-shadow: 0 0 0 2px
|
|
16756
|
+
box-shadow: 0 0 0 2px #096dd9;
|
|
16806
16757
|
}
|
|
16807
16758
|
.ant-menu-dark .ant-menu-item:focus-visible,
|
|
16808
16759
|
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
|
|
16809
|
-
box-shadow: 0 0 0 2px
|
|
16760
|
+
box-shadow: 0 0 0 2px #096dd9;
|
|
16810
16761
|
}
|
|
16811
16762
|
.ant-menu.ant-menu-dark,
|
|
16812
16763
|
.ant-menu-dark .ant-menu-sub,
|
|
@@ -16846,7 +16797,7 @@ textarea.ant-mentions {
|
|
|
16846
16797
|
border-bottom: 0;
|
|
16847
16798
|
}
|
|
16848
16799
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
|
|
16849
|
-
background-color:
|
|
16800
|
+
background-color: #1890ff;
|
|
16850
16801
|
}
|
|
16851
16802
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
|
|
16852
16803
|
bottom: 0;
|
|
@@ -16930,7 +16881,7 @@ textarea.ant-mentions {
|
|
|
16930
16881
|
background-color: transparent;
|
|
16931
16882
|
}
|
|
16932
16883
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
16933
|
-
background-color:
|
|
16884
|
+
background-color: #1890ff;
|
|
16934
16885
|
}
|
|
16935
16886
|
.ant-menu-dark .ant-menu-item-selected {
|
|
16936
16887
|
color: #fff;
|
|
@@ -16955,7 +16906,7 @@ textarea.ant-mentions {
|
|
|
16955
16906
|
}
|
|
16956
16907
|
.ant-menu.ant-menu-dark .ant-menu-item-selected,
|
|
16957
16908
|
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
|
16958
|
-
background-color:
|
|
16909
|
+
background-color: #1890ff;
|
|
16959
16910
|
}
|
|
16960
16911
|
.ant-menu-dark .ant-menu-item-disabled,
|
|
16961
16912
|
.ant-menu-dark .ant-menu-submenu-disabled,
|
|
@@ -16986,7 +16937,7 @@ textarea.ant-mentions {
|
|
|
16986
16937
|
.ant-menu-rtl.ant-menu-inline,
|
|
16987
16938
|
.ant-menu-rtl.ant-menu-vertical {
|
|
16988
16939
|
border-right: none;
|
|
16989
|
-
border-left: 1px solid
|
|
16940
|
+
border-left: 1px solid #f0f0f0;
|
|
16990
16941
|
}
|
|
16991
16942
|
.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
|
|
16992
16943
|
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
|
|
@@ -17102,17 +17053,17 @@ textarea.ant-mentions {
|
|
|
17102
17053
|
pointer-events: all;
|
|
17103
17054
|
}
|
|
17104
17055
|
.ant-message-success .anticon {
|
|
17105
|
-
color:
|
|
17056
|
+
color: #52c41a;
|
|
17106
17057
|
}
|
|
17107
17058
|
.ant-message-error .anticon {
|
|
17108
|
-
color:
|
|
17059
|
+
color: #ff4d4f;
|
|
17109
17060
|
}
|
|
17110
17061
|
.ant-message-warning .anticon {
|
|
17111
|
-
color:
|
|
17062
|
+
color: #faad14;
|
|
17112
17063
|
}
|
|
17113
17064
|
.ant-message-info .anticon,
|
|
17114
17065
|
.ant-message-loading .anticon {
|
|
17115
|
-
color:
|
|
17066
|
+
color: #1890ff;
|
|
17116
17067
|
}
|
|
17117
17068
|
.ant-message .anticon {
|
|
17118
17069
|
position: relative;
|
|
@@ -17249,7 +17200,7 @@ textarea.ant-mentions {
|
|
|
17249
17200
|
padding: 11px 16px;
|
|
17250
17201
|
color: rgba(0, 0, 0, 0.85);
|
|
17251
17202
|
background: #fff;
|
|
17252
|
-
border-bottom: 1px solid
|
|
17203
|
+
border-bottom: 1px solid #f0f0f0;
|
|
17253
17204
|
border-radius: 2px 2px 0 0;
|
|
17254
17205
|
}
|
|
17255
17206
|
.ant-modal-body {
|
|
@@ -17262,7 +17213,7 @@ textarea.ant-mentions {
|
|
|
17262
17213
|
padding: 8px 16px;
|
|
17263
17214
|
text-align: right;
|
|
17264
17215
|
background: transparent;
|
|
17265
|
-
border-top: 1px solid
|
|
17216
|
+
border-top: 1px solid #f0f0f0;
|
|
17266
17217
|
border-radius: 0 0 2px 2px;
|
|
17267
17218
|
}
|
|
17268
17219
|
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
@@ -17352,17 +17303,17 @@ textarea.ant-mentions {
|
|
|
17352
17303
|
margin-left: 8px;
|
|
17353
17304
|
}
|
|
17354
17305
|
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
|
|
17355
|
-
color:
|
|
17306
|
+
color: #ff4d4f;
|
|
17356
17307
|
}
|
|
17357
17308
|
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
|
|
17358
17309
|
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
|
|
17359
|
-
color:
|
|
17310
|
+
color: #faad14;
|
|
17360
17311
|
}
|
|
17361
17312
|
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
|
17362
|
-
color:
|
|
17313
|
+
color: #1890ff;
|
|
17363
17314
|
}
|
|
17364
17315
|
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
|
|
17365
|
-
color:
|
|
17316
|
+
color: #52c41a;
|
|
17366
17317
|
}
|
|
17367
17318
|
.ant-modal-wrap-rtl {
|
|
17368
17319
|
direction: rtl;
|
|
@@ -17484,16 +17435,16 @@ textarea.ant-mentions {
|
|
|
17484
17435
|
line-height: 24px;
|
|
17485
17436
|
}
|
|
17486
17437
|
.anticon.ant-notification-notice-icon-success {
|
|
17487
|
-
color:
|
|
17438
|
+
color: #52c41a;
|
|
17488
17439
|
}
|
|
17489
17440
|
.anticon.ant-notification-notice-icon-info {
|
|
17490
|
-
color:
|
|
17441
|
+
color: #1890ff;
|
|
17491
17442
|
}
|
|
17492
17443
|
.anticon.ant-notification-notice-icon-warning {
|
|
17493
|
-
color:
|
|
17444
|
+
color: #faad14;
|
|
17494
17445
|
}
|
|
17495
17446
|
.anticon.ant-notification-notice-icon-error {
|
|
17496
|
-
color:
|
|
17447
|
+
color: #ff4d4f;
|
|
17497
17448
|
}
|
|
17498
17449
|
.ant-notification-notice-close {
|
|
17499
17450
|
position: absolute;
|
|
@@ -17671,7 +17622,7 @@ textarea.ant-mentions {
|
|
|
17671
17622
|
line-height: 1;
|
|
17672
17623
|
}
|
|
17673
17624
|
.ant-page-header-back-button {
|
|
17674
|
-
color:
|
|
17625
|
+
color: #1890ff;
|
|
17675
17626
|
outline: none;
|
|
17676
17627
|
cursor: pointer;
|
|
17677
17628
|
transition: color 0.3s;
|
|
@@ -17679,10 +17630,10 @@ textarea.ant-mentions {
|
|
|
17679
17630
|
}
|
|
17680
17631
|
.ant-page-header-back-button:focus-visible,
|
|
17681
17632
|
.ant-page-header-back-button:hover {
|
|
17682
|
-
color:
|
|
17633
|
+
color: #40a9ff;
|
|
17683
17634
|
}
|
|
17684
17635
|
.ant-page-header-back-button:active {
|
|
17685
|
-
color:
|
|
17636
|
+
color: #096dd9;
|
|
17686
17637
|
}
|
|
17687
17638
|
.ant-page-header .ant-divider-vertical {
|
|
17688
17639
|
height: 14px;
|
|
@@ -17848,38 +17799,38 @@ textarea.ant-mentions {
|
|
|
17848
17799
|
text-decoration: none;
|
|
17849
17800
|
}
|
|
17850
17801
|
.ant-pagination-item:hover {
|
|
17851
|
-
border-color:
|
|
17802
|
+
border-color: #1890ff;
|
|
17852
17803
|
transition: all 0.3s;
|
|
17853
17804
|
}
|
|
17854
17805
|
.ant-pagination-item:hover a {
|
|
17855
|
-
color:
|
|
17806
|
+
color: #1890ff;
|
|
17856
17807
|
}
|
|
17857
17808
|
.ant-pagination-item:focus-visible {
|
|
17858
|
-
border-color:
|
|
17809
|
+
border-color: #1890ff;
|
|
17859
17810
|
transition: all 0.3s;
|
|
17860
17811
|
}
|
|
17861
17812
|
.ant-pagination-item:focus-visible a {
|
|
17862
|
-
color:
|
|
17813
|
+
color: #1890ff;
|
|
17863
17814
|
}
|
|
17864
17815
|
.ant-pagination-item-active {
|
|
17865
17816
|
font-weight: 500;
|
|
17866
17817
|
background: #fff;
|
|
17867
|
-
border-color:
|
|
17818
|
+
border-color: #1890ff;
|
|
17868
17819
|
}
|
|
17869
17820
|
.ant-pagination-item-active a {
|
|
17870
|
-
color:
|
|
17821
|
+
color: #1890ff;
|
|
17871
17822
|
}
|
|
17872
17823
|
.ant-pagination-item-active:hover {
|
|
17873
|
-
border-color:
|
|
17824
|
+
border-color: #40a9ff;
|
|
17874
17825
|
}
|
|
17875
17826
|
.ant-pagination-item-active:focus-visible {
|
|
17876
|
-
border-color:
|
|
17827
|
+
border-color: #40a9ff;
|
|
17877
17828
|
}
|
|
17878
17829
|
.ant-pagination-item-active:hover a {
|
|
17879
|
-
color:
|
|
17830
|
+
color: #40a9ff;
|
|
17880
17831
|
}
|
|
17881
17832
|
.ant-pagination-item-active:focus-visible a {
|
|
17882
|
-
color:
|
|
17833
|
+
color: #40a9ff;
|
|
17883
17834
|
}
|
|
17884
17835
|
.ant-pagination-jump-prev,
|
|
17885
17836
|
.ant-pagination-jump-next {
|
|
@@ -17891,7 +17842,7 @@ textarea.ant-mentions {
|
|
|
17891
17842
|
}
|
|
17892
17843
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
|
17893
17844
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
|
17894
|
-
color:
|
|
17845
|
+
color: #1890ff;
|
|
17895
17846
|
font-size: 12px;
|
|
17896
17847
|
letter-spacing: -1px;
|
|
17897
17848
|
opacity: 0;
|
|
@@ -17973,7 +17924,7 @@ textarea.ant-mentions {
|
|
|
17973
17924
|
}
|
|
17974
17925
|
.ant-pagination-prev:hover button,
|
|
17975
17926
|
.ant-pagination-next:hover button {
|
|
17976
|
-
border-color:
|
|
17927
|
+
border-color: #40a9ff;
|
|
17977
17928
|
}
|
|
17978
17929
|
.ant-pagination-prev .ant-pagination-item-link,
|
|
17979
17930
|
.ant-pagination-next .ant-pagination-item-link {
|
|
@@ -17991,13 +17942,13 @@ textarea.ant-mentions {
|
|
|
17991
17942
|
}
|
|
17992
17943
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
17993
17944
|
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
17994
|
-
color:
|
|
17995
|
-
border-color:
|
|
17945
|
+
color: #1890ff;
|
|
17946
|
+
border-color: #1890ff;
|
|
17996
17947
|
}
|
|
17997
17948
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
17998
17949
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
17999
|
-
color:
|
|
18000
|
-
border-color:
|
|
17950
|
+
color: #1890ff;
|
|
17951
|
+
border-color: #1890ff;
|
|
18001
17952
|
}
|
|
18002
17953
|
.ant-pagination-disabled,
|
|
18003
17954
|
.ant-pagination-disabled:hover {
|
|
@@ -18068,7 +18019,7 @@ textarea.ant-mentions {
|
|
|
18068
18019
|
text-overflow: ellipsis;
|
|
18069
18020
|
}
|
|
18070
18021
|
.ant-pagination-options-quick-jumper input:hover {
|
|
18071
|
-
border-color:
|
|
18022
|
+
border-color: #40a9ff;
|
|
18072
18023
|
border-right-width: 1px;
|
|
18073
18024
|
}
|
|
18074
18025
|
.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
|
|
@@ -18077,8 +18028,8 @@ textarea.ant-mentions {
|
|
|
18077
18028
|
}
|
|
18078
18029
|
.ant-pagination-options-quick-jumper input:focus,
|
|
18079
18030
|
.ant-pagination-options-quick-jumper input-focused {
|
|
18080
|
-
border-color:
|
|
18081
|
-
box-shadow: 0 0 0 2px
|
|
18031
|
+
border-color: #40a9ff;
|
|
18032
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
18082
18033
|
border-right-width: 1px;
|
|
18083
18034
|
outline: 0;
|
|
18084
18035
|
}
|
|
@@ -18088,7 +18039,7 @@ textarea.ant-mentions {
|
|
|
18088
18039
|
border-left-width: 1px !important;
|
|
18089
18040
|
}
|
|
18090
18041
|
.ant-pagination-options-quick-jumper input-disabled {
|
|
18091
|
-
color: rgba(0, 0, 0, 0.
|
|
18042
|
+
color: rgba(0, 0, 0, 0.65);
|
|
18092
18043
|
background-color: #f5f5f5;
|
|
18093
18044
|
border-color: #d9d9d9;
|
|
18094
18045
|
box-shadow: none;
|
|
@@ -18100,7 +18051,7 @@ textarea.ant-mentions {
|
|
|
18100
18051
|
border-right-width: 1px;
|
|
18101
18052
|
}
|
|
18102
18053
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
18103
|
-
color: rgba(0, 0, 0, 0.
|
|
18054
|
+
color: rgba(0, 0, 0, 0.65);
|
|
18104
18055
|
background-color: #f5f5f5;
|
|
18105
18056
|
border-color: #d9d9d9;
|
|
18106
18057
|
box-shadow: none;
|
|
@@ -18174,11 +18125,11 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18174
18125
|
transition: border-color 0.3s;
|
|
18175
18126
|
}
|
|
18176
18127
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
|
18177
|
-
border-color:
|
|
18128
|
+
border-color: #1890ff;
|
|
18178
18129
|
}
|
|
18179
18130
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
|
18180
|
-
border-color:
|
|
18181
|
-
box-shadow: 0 0 0 2px
|
|
18131
|
+
border-color: #40a9ff;
|
|
18132
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
18182
18133
|
}
|
|
18183
18134
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
18184
18135
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -18400,7 +18351,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18400
18351
|
padding: 5px 12px 4px;
|
|
18401
18352
|
color: rgba(0, 0, 0, 0.85);
|
|
18402
18353
|
font-weight: 500;
|
|
18403
|
-
border-bottom: 1px solid
|
|
18354
|
+
border-bottom: 1px solid #f0f0f0;
|
|
18404
18355
|
}
|
|
18405
18356
|
.ant-popover-inner-content {
|
|
18406
18357
|
padding: 8px 12px;
|
|
@@ -18415,7 +18366,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18415
18366
|
.ant-popover-message > .anticon {
|
|
18416
18367
|
position: absolute;
|
|
18417
18368
|
top: 8.00002px;
|
|
18418
|
-
color:
|
|
18369
|
+
color: #faad14;
|
|
18419
18370
|
font-size: 12px;
|
|
18420
18371
|
}
|
|
18421
18372
|
.ant-popover-message-title {
|
|
@@ -18680,7 +18631,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18680
18631
|
transition: all 0.3s;
|
|
18681
18632
|
}
|
|
18682
18633
|
.ant-progress-steps-item-active {
|
|
18683
|
-
background:
|
|
18634
|
+
background: #1890ff;
|
|
18684
18635
|
}
|
|
18685
18636
|
.ant-progress-small.ant-progress-line,
|
|
18686
18637
|
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
|
@@ -18702,22 +18653,22 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18702
18653
|
width: 100%;
|
|
18703
18654
|
overflow: hidden;
|
|
18704
18655
|
vertical-align: middle;
|
|
18705
|
-
background-color:
|
|
18656
|
+
background-color: #f5f5f5;
|
|
18706
18657
|
border-radius: 100px;
|
|
18707
18658
|
}
|
|
18708
18659
|
.ant-progress-circle-trail {
|
|
18709
|
-
stroke:
|
|
18660
|
+
stroke: #f5f5f5;
|
|
18710
18661
|
}
|
|
18711
18662
|
.ant-progress-circle-path {
|
|
18712
18663
|
animation: ant-progress-appear 0.3s;
|
|
18713
18664
|
}
|
|
18714
18665
|
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
18715
|
-
stroke:
|
|
18666
|
+
stroke: #1890ff;
|
|
18716
18667
|
}
|
|
18717
18668
|
.ant-progress-success-bg,
|
|
18718
18669
|
.ant-progress-bg {
|
|
18719
18670
|
position: relative;
|
|
18720
|
-
background-color:
|
|
18671
|
+
background-color: #1890ff;
|
|
18721
18672
|
border-radius: 100px;
|
|
18722
18673
|
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
|
18723
18674
|
}
|
|
@@ -18725,7 +18676,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18725
18676
|
position: absolute;
|
|
18726
18677
|
top: 0;
|
|
18727
18678
|
left: 0;
|
|
18728
|
-
background-color:
|
|
18679
|
+
background-color: #52c41a;
|
|
18729
18680
|
}
|
|
18730
18681
|
.ant-progress-text {
|
|
18731
18682
|
display: inline-block;
|
|
@@ -18755,22 +18706,22 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18755
18706
|
content: '';
|
|
18756
18707
|
}
|
|
18757
18708
|
.ant-progress-status-exception .ant-progress-bg {
|
|
18758
|
-
background-color:
|
|
18709
|
+
background-color: #ff4d4f;
|
|
18759
18710
|
}
|
|
18760
18711
|
.ant-progress-status-exception .ant-progress-text {
|
|
18761
|
-
color:
|
|
18712
|
+
color: #ff4d4f;
|
|
18762
18713
|
}
|
|
18763
18714
|
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
18764
|
-
stroke:
|
|
18715
|
+
stroke: #ff4d4f;
|
|
18765
18716
|
}
|
|
18766
18717
|
.ant-progress-status-success .ant-progress-bg {
|
|
18767
|
-
background-color:
|
|
18718
|
+
background-color: #52c41a;
|
|
18768
18719
|
}
|
|
18769
18720
|
.ant-progress-status-success .ant-progress-text {
|
|
18770
|
-
color:
|
|
18721
|
+
color: #52c41a;
|
|
18771
18722
|
}
|
|
18772
18723
|
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
18773
|
-
stroke:
|
|
18724
|
+
stroke: #52c41a;
|
|
18774
18725
|
}
|
|
18775
18726
|
.ant-progress-circle .ant-progress-inner {
|
|
18776
18727
|
position: relative;
|
|
@@ -18795,10 +18746,10 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18795
18746
|
font-size: 1.16666667em;
|
|
18796
18747
|
}
|
|
18797
18748
|
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
|
18798
|
-
color:
|
|
18749
|
+
color: #ff4d4f;
|
|
18799
18750
|
}
|
|
18800
18751
|
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
|
18801
|
-
color:
|
|
18752
|
+
color: #52c41a;
|
|
18802
18753
|
}
|
|
18803
18754
|
@keyframes ant-progress-active {
|
|
18804
18755
|
0% {
|
|
@@ -18900,10 +18851,10 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18900
18851
|
.ant-radio-wrapper:hover .ant-radio,
|
|
18901
18852
|
.ant-radio:hover .ant-radio-inner,
|
|
18902
18853
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
18903
|
-
border-color:
|
|
18854
|
+
border-color: #1890ff;
|
|
18904
18855
|
}
|
|
18905
18856
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
18906
|
-
box-shadow: 0 0 0 3px
|
|
18857
|
+
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
|
|
18907
18858
|
}
|
|
18908
18859
|
.ant-radio-checked::after {
|
|
18909
18860
|
position: absolute;
|
|
@@ -18911,7 +18862,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18911
18862
|
left: 0;
|
|
18912
18863
|
width: 100%;
|
|
18913
18864
|
height: 100%;
|
|
18914
|
-
border: 1px solid
|
|
18865
|
+
border: 1px solid #1890ff;
|
|
18915
18866
|
border-radius: 50%;
|
|
18916
18867
|
visibility: hidden;
|
|
18917
18868
|
animation: antRadioEffect 0.36s ease-in-out;
|
|
@@ -18945,7 +18896,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18945
18896
|
height: 14px;
|
|
18946
18897
|
margin-top: -7px;
|
|
18947
18898
|
margin-left: -7px;
|
|
18948
|
-
background-color:
|
|
18899
|
+
background-color: #1890ff;
|
|
18949
18900
|
border-top: 0;
|
|
18950
18901
|
border-left: 0;
|
|
18951
18902
|
border-radius: 14px;
|
|
@@ -18968,7 +18919,7 @@ textarea.ant-pagination-options-quick-jumper input {
|
|
|
18968
18919
|
border-color: #d9d9d9;
|
|
18969
18920
|
}
|
|
18970
18921
|
.ant-radio-checked .ant-radio-inner {
|
|
18971
|
-
border-color:
|
|
18922
|
+
border-color: #1890ff;
|
|
18972
18923
|
}
|
|
18973
18924
|
.ant-radio-checked .ant-radio-inner::after {
|
|
18974
18925
|
transform: scale(0.42857143);
|
|
@@ -19058,10 +19009,10 @@ span.ant-radio + * {
|
|
|
19058
19009
|
}
|
|
19059
19010
|
.ant-radio-button-wrapper:hover {
|
|
19060
19011
|
position: relative;
|
|
19061
|
-
color:
|
|
19012
|
+
color: #1890ff;
|
|
19062
19013
|
}
|
|
19063
19014
|
.ant-radio-button-wrapper:focus-within {
|
|
19064
|
-
box-shadow: 0 0 0 3px
|
|
19015
|
+
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
|
|
19065
19016
|
}
|
|
19066
19017
|
.ant-radio-button-wrapper .ant-radio-inner,
|
|
19067
19018
|
.ant-radio-button-wrapper input[type='checkbox'],
|
|
@@ -19073,50 +19024,50 @@ span.ant-radio + * {
|
|
|
19073
19024
|
}
|
|
19074
19025
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
19075
19026
|
z-index: 1;
|
|
19076
|
-
color:
|
|
19027
|
+
color: #1890ff;
|
|
19077
19028
|
background: #fff;
|
|
19078
|
-
border-color:
|
|
19029
|
+
border-color: #1890ff;
|
|
19079
19030
|
}
|
|
19080
19031
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
|
19081
|
-
background-color:
|
|
19032
|
+
background-color: #1890ff;
|
|
19082
19033
|
}
|
|
19083
19034
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
19084
|
-
border-color:
|
|
19035
|
+
border-color: #1890ff;
|
|
19085
19036
|
}
|
|
19086
19037
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
19087
|
-
color:
|
|
19088
|
-
border-color:
|
|
19038
|
+
color: #40a9ff;
|
|
19039
|
+
border-color: #40a9ff;
|
|
19089
19040
|
}
|
|
19090
19041
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
|
19091
|
-
background-color:
|
|
19042
|
+
background-color: #40a9ff;
|
|
19092
19043
|
}
|
|
19093
19044
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
19094
|
-
color:
|
|
19095
|
-
border-color:
|
|
19045
|
+
color: #096dd9;
|
|
19046
|
+
border-color: #096dd9;
|
|
19096
19047
|
}
|
|
19097
19048
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
|
19098
|
-
background-color:
|
|
19049
|
+
background-color: #096dd9;
|
|
19099
19050
|
}
|
|
19100
19051
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
19101
|
-
box-shadow: 0 0 0 3px
|
|
19052
|
+
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
|
|
19102
19053
|
}
|
|
19103
19054
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
19104
19055
|
color: #fff;
|
|
19105
|
-
background:
|
|
19106
|
-
border-color:
|
|
19056
|
+
background: #1890ff;
|
|
19057
|
+
border-color: #1890ff;
|
|
19107
19058
|
}
|
|
19108
19059
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
19109
19060
|
color: #fff;
|
|
19110
|
-
background:
|
|
19111
|
-
border-color:
|
|
19061
|
+
background: #40a9ff;
|
|
19062
|
+
border-color: #40a9ff;
|
|
19112
19063
|
}
|
|
19113
19064
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
19114
19065
|
color: #fff;
|
|
19115
|
-
background:
|
|
19116
|
-
border-color:
|
|
19066
|
+
background: #096dd9;
|
|
19067
|
+
border-color: #096dd9;
|
|
19117
19068
|
}
|
|
19118
19069
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
19119
|
-
box-shadow: 0 0 0 3px
|
|
19070
|
+
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
|
|
19120
19071
|
}
|
|
19121
19072
|
.ant-radio-button-wrapper-disabled {
|
|
19122
19073
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -19170,7 +19121,7 @@ span.ant-radio + * {
|
|
|
19170
19121
|
border-radius: 0 2px 2px 0;
|
|
19171
19122
|
}
|
|
19172
19123
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
|
19173
|
-
border-right-color:
|
|
19124
|
+
border-right-color: #40a9ff;
|
|
19174
19125
|
}
|
|
19175
19126
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
|
19176
19127
|
border-radius: 2px 0 0 2px;
|
|
@@ -19224,7 +19175,7 @@ span.ant-radio + * {
|
|
|
19224
19175
|
}
|
|
19225
19176
|
.ant-rate-star-first,
|
|
19226
19177
|
.ant-rate-star-second {
|
|
19227
|
-
color:
|
|
19178
|
+
color: #f0f0f0;
|
|
19228
19179
|
transition: all 0.3s;
|
|
19229
19180
|
user-select: none;
|
|
19230
19181
|
}
|
|
@@ -19269,16 +19220,16 @@ span.ant-radio + * {
|
|
|
19269
19220
|
padding: 48px 32px;
|
|
19270
19221
|
}
|
|
19271
19222
|
.ant-result-success .ant-result-icon > .anticon {
|
|
19272
|
-
color:
|
|
19223
|
+
color: #52c41a;
|
|
19273
19224
|
}
|
|
19274
19225
|
.ant-result-error .ant-result-icon > .anticon {
|
|
19275
|
-
color:
|
|
19226
|
+
color: #ff4d4f;
|
|
19276
19227
|
}
|
|
19277
19228
|
.ant-result-info .ant-result-icon > .anticon {
|
|
19278
|
-
color:
|
|
19229
|
+
color: #1890ff;
|
|
19279
19230
|
}
|
|
19280
19231
|
.ant-result-warning .ant-result-icon > .anticon {
|
|
19281
|
-
color:
|
|
19232
|
+
color: #faad14;
|
|
19282
19233
|
}
|
|
19283
19234
|
.ant-result-image {
|
|
19284
19235
|
width: 250px;
|
|
@@ -19619,7 +19570,7 @@ span.ant-radio + * {
|
|
|
19619
19570
|
margin-bottom: 3px;
|
|
19620
19571
|
line-height: 20px;
|
|
19621
19572
|
background: #f5f5f5;
|
|
19622
|
-
border: 1px solid
|
|
19573
|
+
border: 1px solid #f0f0f0;
|
|
19623
19574
|
border-radius: 2px;
|
|
19624
19575
|
cursor: default;
|
|
19625
19576
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
@@ -19757,23 +19708,23 @@ span.ant-radio + * {
|
|
|
19757
19708
|
}
|
|
19758
19709
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
|
19759
19710
|
background-color: #fff;
|
|
19760
|
-
border-color:
|
|
19711
|
+
border-color: #ff4d4f !important;
|
|
19761
19712
|
}
|
|
19762
19713
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
|
19763
19714
|
.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
|
19764
|
-
border-color:
|
|
19765
|
-
box-shadow: 0 0 0 2px
|
|
19715
|
+
border-color: #ff7875;
|
|
19716
|
+
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
19766
19717
|
border-right-width: 1px;
|
|
19767
19718
|
outline: 0;
|
|
19768
19719
|
}
|
|
19769
19720
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
|
|
19770
19721
|
background-color: #fff;
|
|
19771
|
-
border-color:
|
|
19722
|
+
border-color: #faad14 !important;
|
|
19772
19723
|
}
|
|
19773
19724
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector,
|
|
19774
19725
|
.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {
|
|
19775
|
-
border-color:
|
|
19776
|
-
box-shadow: 0 0 0 2px
|
|
19726
|
+
border-color: #ffc53d;
|
|
19727
|
+
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
19777
19728
|
border-right-width: 1px;
|
|
19778
19729
|
outline: 0;
|
|
19779
19730
|
}
|
|
@@ -19821,8 +19772,8 @@ span.ant-radio + * {
|
|
|
19821
19772
|
cursor: auto;
|
|
19822
19773
|
}
|
|
19823
19774
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
19824
|
-
border-color:
|
|
19825
|
-
box-shadow: 0 0 0 2px
|
|
19775
|
+
border-color: #40a9ff;
|
|
19776
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
19826
19777
|
border-right-width: 1px;
|
|
19827
19778
|
outline: 0;
|
|
19828
19779
|
}
|
|
@@ -19855,7 +19806,7 @@ span.ant-radio + * {
|
|
|
19855
19806
|
-webkit-appearance: none;
|
|
19856
19807
|
}
|
|
19857
19808
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
19858
|
-
border-color:
|
|
19809
|
+
border-color: #40a9ff;
|
|
19859
19810
|
border-right-width: 1px;
|
|
19860
19811
|
}
|
|
19861
19812
|
.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
@@ -20020,7 +19971,7 @@ span.ant-radio + * {
|
|
|
20020
19971
|
color: rgba(0, 0, 0, 0.85);
|
|
20021
19972
|
font-weight: normal;
|
|
20022
19973
|
font-size: 12px;
|
|
20023
|
-
line-height:
|
|
19974
|
+
line-height: 18px;
|
|
20024
19975
|
color: rgba(0, 0, 0, 0.25);
|
|
20025
19976
|
}
|
|
20026
19977
|
.ant-select-item {
|
|
@@ -20031,7 +19982,7 @@ span.ant-radio + * {
|
|
|
20031
19982
|
color: rgba(0, 0, 0, 0.85);
|
|
20032
19983
|
font-weight: normal;
|
|
20033
19984
|
font-size: 12px;
|
|
20034
|
-
line-height:
|
|
19985
|
+
line-height: 18px;
|
|
20035
19986
|
cursor: pointer;
|
|
20036
19987
|
transition: background 0.3s ease;
|
|
20037
19988
|
}
|
|
@@ -20058,10 +20009,10 @@ span.ant-radio + * {
|
|
|
20058
20009
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
20059
20010
|
color: rgba(0, 0, 0, 0.85);
|
|
20060
20011
|
font-weight: 600;
|
|
20061
|
-
background-color:
|
|
20012
|
+
background-color: #e6f7ff;
|
|
20062
20013
|
}
|
|
20063
20014
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
|
20064
|
-
color:
|
|
20015
|
+
color: #1890ff;
|
|
20065
20016
|
}
|
|
20066
20017
|
.ant-select-item-option-disabled {
|
|
20067
20018
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -20512,7 +20463,7 @@ span.ant-radio + * {
|
|
|
20512
20463
|
.ant-slider-track {
|
|
20513
20464
|
position: absolute;
|
|
20514
20465
|
height: 4px;
|
|
20515
|
-
background-color:
|
|
20466
|
+
background-color: #91d5ff;
|
|
20516
20467
|
border-radius: 2px;
|
|
20517
20468
|
transition: background-color 0.3s;
|
|
20518
20469
|
}
|
|
@@ -20522,7 +20473,7 @@ span.ant-radio + * {
|
|
|
20522
20473
|
height: 12px;
|
|
20523
20474
|
margin-top: -4px;
|
|
20524
20475
|
background-color: #fff;
|
|
20525
|
-
border: solid 2px
|
|
20476
|
+
border: solid 2px #91d5ff;
|
|
20526
20477
|
border-radius: 50%;
|
|
20527
20478
|
box-shadow: 0;
|
|
20528
20479
|
cursor: pointer;
|
|
@@ -20532,12 +20483,12 @@ span.ant-radio + * {
|
|
|
20532
20483
|
z-index: 1;
|
|
20533
20484
|
}
|
|
20534
20485
|
.ant-slider-handle:focus {
|
|
20535
|
-
border-color:
|
|
20486
|
+
border-color: #46a6ff;
|
|
20536
20487
|
outline: none;
|
|
20537
|
-
box-shadow: 0 0 0 5px
|
|
20488
|
+
box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
|
|
20538
20489
|
}
|
|
20539
20490
|
.ant-slider-handle.ant-tooltip-open {
|
|
20540
|
-
border-color:
|
|
20491
|
+
border-color: #1890ff;
|
|
20541
20492
|
}
|
|
20542
20493
|
.ant-slider-handle::after {
|
|
20543
20494
|
position: absolute;
|
|
@@ -20551,10 +20502,10 @@ span.ant-radio + * {
|
|
|
20551
20502
|
background-color: #e1e1e1;
|
|
20552
20503
|
}
|
|
20553
20504
|
.ant-slider:hover .ant-slider-track {
|
|
20554
|
-
background-color:
|
|
20505
|
+
background-color: #69c0ff;
|
|
20555
20506
|
}
|
|
20556
20507
|
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
|
|
20557
|
-
border-color:
|
|
20508
|
+
border-color: #69c0ff;
|
|
20558
20509
|
}
|
|
20559
20510
|
.ant-slider-mark {
|
|
20560
20511
|
position: absolute;
|
|
@@ -20588,12 +20539,12 @@ span.ant-radio + * {
|
|
|
20588
20539
|
width: 8px;
|
|
20589
20540
|
height: 8px;
|
|
20590
20541
|
background-color: #fff;
|
|
20591
|
-
border: 2px solid
|
|
20542
|
+
border: 2px solid #f0f0f0;
|
|
20592
20543
|
border-radius: 50%;
|
|
20593
20544
|
cursor: pointer;
|
|
20594
20545
|
}
|
|
20595
20546
|
.ant-slider-dot-active {
|
|
20596
|
-
border-color:
|
|
20547
|
+
border-color: #8cc8ff;
|
|
20597
20548
|
}
|
|
20598
20549
|
.ant-slider-disabled {
|
|
20599
20550
|
cursor: not-allowed;
|
|
@@ -20658,7 +20609,7 @@ span.ant-radio + * {
|
|
|
20658
20609
|
font-feature-settings: 'tnum';
|
|
20659
20610
|
position: absolute;
|
|
20660
20611
|
display: none;
|
|
20661
|
-
color:
|
|
20612
|
+
color: #1890ff;
|
|
20662
20613
|
text-align: center;
|
|
20663
20614
|
vertical-align: middle;
|
|
20664
20615
|
opacity: 0;
|
|
@@ -20761,7 +20712,7 @@ span.ant-radio + * {
|
|
|
20761
20712
|
display: block;
|
|
20762
20713
|
width: 9px;
|
|
20763
20714
|
height: 9px;
|
|
20764
|
-
background-color:
|
|
20715
|
+
background-color: #1890ff;
|
|
20765
20716
|
border-radius: 100%;
|
|
20766
20717
|
transform: scale(0.75);
|
|
20767
20718
|
transform-origin: 50% 50%;
|
|
@@ -20938,7 +20889,7 @@ span.ant-radio + * {
|
|
|
20938
20889
|
.ant-steps-item-icon .ant-steps-icon {
|
|
20939
20890
|
position: relative;
|
|
20940
20891
|
top: 0px;
|
|
20941
|
-
color:
|
|
20892
|
+
color: #1890ff;
|
|
20942
20893
|
line-height: 1;
|
|
20943
20894
|
}
|
|
20944
20895
|
.ant-steps-item-tail {
|
|
@@ -20952,7 +20903,7 @@ span.ant-radio + * {
|
|
|
20952
20903
|
display: inline-block;
|
|
20953
20904
|
width: 100%;
|
|
20954
20905
|
height: 1px;
|
|
20955
|
-
background:
|
|
20906
|
+
background: #f0f0f0;
|
|
20956
20907
|
border-radius: 1px;
|
|
20957
20908
|
transition: background 0.3s;
|
|
20958
20909
|
content: '';
|
|
@@ -20972,7 +20923,7 @@ span.ant-radio + * {
|
|
|
20972
20923
|
display: block;
|
|
20973
20924
|
width: 9999px;
|
|
20974
20925
|
height: 1px;
|
|
20975
|
-
background:
|
|
20926
|
+
background: #f0f0f0;
|
|
20976
20927
|
content: '';
|
|
20977
20928
|
}
|
|
20978
20929
|
.ant-steps-item-subtitle {
|
|
@@ -21000,38 +20951,38 @@ span.ant-radio + * {
|
|
|
21000
20951
|
color: rgba(0, 0, 0, 0.45);
|
|
21001
20952
|
}
|
|
21002
20953
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
|
21003
|
-
background-color:
|
|
20954
|
+
background-color: #f0f0f0;
|
|
21004
20955
|
}
|
|
21005
20956
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
|
21006
20957
|
color: rgba(0, 0, 0, 0.45);
|
|
21007
20958
|
}
|
|
21008
20959
|
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
|
|
21009
|
-
background-color:
|
|
20960
|
+
background-color: #f0f0f0;
|
|
21010
20961
|
}
|
|
21011
20962
|
.ant-steps-item-process .ant-steps-item-icon {
|
|
21012
20963
|
background-color: #fff;
|
|
21013
|
-
border-color:
|
|
20964
|
+
border-color: #1890ff;
|
|
21014
20965
|
}
|
|
21015
20966
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
|
|
21016
|
-
color:
|
|
20967
|
+
color: #1890ff;
|
|
21017
20968
|
}
|
|
21018
20969
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
|
21019
|
-
background:
|
|
20970
|
+
background: #1890ff;
|
|
21020
20971
|
}
|
|
21021
20972
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
|
21022
20973
|
color: rgba(0, 0, 0, 0.85);
|
|
21023
20974
|
}
|
|
21024
20975
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
|
21025
|
-
background-color:
|
|
20976
|
+
background-color: #f0f0f0;
|
|
21026
20977
|
}
|
|
21027
20978
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
|
21028
20979
|
color: rgba(0, 0, 0, 0.85);
|
|
21029
20980
|
}
|
|
21030
20981
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
|
|
21031
|
-
background-color:
|
|
20982
|
+
background-color: #f0f0f0;
|
|
21032
20983
|
}
|
|
21033
20984
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
|
|
21034
|
-
background:
|
|
20985
|
+
background: #1890ff;
|
|
21035
20986
|
}
|
|
21036
20987
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
|
|
21037
20988
|
color: #fff;
|
|
@@ -21041,50 +20992,50 @@ span.ant-radio + * {
|
|
|
21041
20992
|
}
|
|
21042
20993
|
.ant-steps-item-finish .ant-steps-item-icon {
|
|
21043
20994
|
background-color: #fff;
|
|
21044
|
-
border-color:
|
|
20995
|
+
border-color: #1890ff;
|
|
21045
20996
|
}
|
|
21046
20997
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
|
|
21047
|
-
color:
|
|
20998
|
+
color: #1890ff;
|
|
21048
20999
|
}
|
|
21049
21000
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
|
21050
|
-
background:
|
|
21001
|
+
background: #1890ff;
|
|
21051
21002
|
}
|
|
21052
21003
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
|
21053
21004
|
color: rgba(0, 0, 0, 0.85);
|
|
21054
21005
|
}
|
|
21055
21006
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
|
21056
|
-
background-color:
|
|
21007
|
+
background-color: #1890ff;
|
|
21057
21008
|
}
|
|
21058
21009
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
|
21059
21010
|
color: rgba(0, 0, 0, 0.45);
|
|
21060
21011
|
}
|
|
21061
21012
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
|
|
21062
|
-
background-color:
|
|
21013
|
+
background-color: #1890ff;
|
|
21063
21014
|
}
|
|
21064
21015
|
.ant-steps-item-error .ant-steps-item-icon {
|
|
21065
21016
|
background-color: #fff;
|
|
21066
|
-
border-color:
|
|
21017
|
+
border-color: #ff4d4f;
|
|
21067
21018
|
}
|
|
21068
21019
|
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
|
|
21069
|
-
color:
|
|
21020
|
+
color: #ff4d4f;
|
|
21070
21021
|
}
|
|
21071
21022
|
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
|
21072
|
-
background:
|
|
21023
|
+
background: #ff4d4f;
|
|
21073
21024
|
}
|
|
21074
21025
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
|
|
21075
|
-
color:
|
|
21026
|
+
color: #ff4d4f;
|
|
21076
21027
|
}
|
|
21077
21028
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
|
|
21078
|
-
background-color:
|
|
21029
|
+
background-color: #f0f0f0;
|
|
21079
21030
|
}
|
|
21080
21031
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
|
|
21081
|
-
color:
|
|
21032
|
+
color: #ff4d4f;
|
|
21082
21033
|
}
|
|
21083
21034
|
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
|
|
21084
|
-
background-color:
|
|
21035
|
+
background-color: #f0f0f0;
|
|
21085
21036
|
}
|
|
21086
21037
|
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
|
|
21087
|
-
background:
|
|
21038
|
+
background: #ff4d4f;
|
|
21088
21039
|
}
|
|
21089
21040
|
.ant-steps-item-disabled {
|
|
21090
21041
|
cursor: not-allowed;
|
|
@@ -21101,13 +21052,13 @@ span.ant-radio + * {
|
|
|
21101
21052
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
|
|
21102
21053
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
|
|
21103
21054
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
|
|
21104
|
-
color:
|
|
21055
|
+
color: #1890ff;
|
|
21105
21056
|
}
|
|
21106
21057
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
|
|
21107
|
-
border-color:
|
|
21058
|
+
border-color: #1890ff;
|
|
21108
21059
|
}
|
|
21109
21060
|
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
|
|
21110
|
-
color:
|
|
21061
|
+
color: #1890ff;
|
|
21111
21062
|
}
|
|
21112
21063
|
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
|
|
21113
21064
|
padding-left: 16px;
|
|
@@ -21140,7 +21091,7 @@ span.ant-radio + * {
|
|
|
21140
21091
|
line-height: 20px;
|
|
21141
21092
|
}
|
|
21142
21093
|
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
|
|
21143
|
-
color:
|
|
21094
|
+
color: #1890ff;
|
|
21144
21095
|
}
|
|
21145
21096
|
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
|
|
21146
21097
|
width: auto;
|
|
@@ -21434,7 +21385,7 @@ span.ant-radio + * {
|
|
|
21434
21385
|
display: inline-block;
|
|
21435
21386
|
width: 0;
|
|
21436
21387
|
height: 2px;
|
|
21437
|
-
background-color:
|
|
21388
|
+
background-color: #1890ff;
|
|
21438
21389
|
transition: width 0.3s, left 0.3s;
|
|
21439
21390
|
transition-timing-function: ease-out;
|
|
21440
21391
|
content: '';
|
|
@@ -21664,13 +21615,13 @@ span.ant-radio + * {
|
|
|
21664
21615
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
21665
21616
|
}
|
|
21666
21617
|
.ant-switch-checked:focus {
|
|
21667
|
-
box-shadow: 0 0 0 2px
|
|
21618
|
+
box-shadow: 0 0 0 2px #e6f7ff;
|
|
21668
21619
|
}
|
|
21669
21620
|
.ant-switch:focus:hover {
|
|
21670
21621
|
box-shadow: none;
|
|
21671
21622
|
}
|
|
21672
21623
|
.ant-switch-checked {
|
|
21673
|
-
background:
|
|
21624
|
+
background: #1890ff;
|
|
21674
21625
|
}
|
|
21675
21626
|
.ant-switch-loading,
|
|
21676
21627
|
.ant-switch-disabled {
|
|
@@ -21730,7 +21681,7 @@ span.ant-radio + * {
|
|
|
21730
21681
|
vertical-align: top;
|
|
21731
21682
|
}
|
|
21732
21683
|
.ant-switch-checked .ant-switch-loading-icon {
|
|
21733
|
-
color:
|
|
21684
|
+
color: #1890ff;
|
|
21734
21685
|
}
|
|
21735
21686
|
.ant-switch-small {
|
|
21736
21687
|
min-width: 24px;
|
|
@@ -21829,11 +21780,11 @@ span.ant-radio + * {
|
|
|
21829
21780
|
padding-inline-start: 1px;
|
|
21830
21781
|
}
|
|
21831
21782
|
.ant-table.ant-table-bordered > .ant-table-title {
|
|
21832
|
-
border: 1px solid
|
|
21783
|
+
border: 1px solid #f0f0f0;
|
|
21833
21784
|
border-bottom: 0;
|
|
21834
21785
|
}
|
|
21835
21786
|
.ant-table.ant-table-bordered > .ant-table-container {
|
|
21836
|
-
border-left: 1px solid
|
|
21787
|
+
border-left: 1px solid #f0f0f0;
|
|
21837
21788
|
}
|
|
21838
21789
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
|
|
21839
21790
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
|
|
@@ -21851,13 +21802,13 @@ span.ant-radio + * {
|
|
|
21851
21802
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
|
|
21852
21803
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
|
|
21853
21804
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
|
|
21854
|
-
border-right: 1px solid
|
|
21805
|
+
border-right: 1px solid #f0f0f0;
|
|
21855
21806
|
}
|
|
21856
21807
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
|
|
21857
21808
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
|
|
21858
21809
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
|
|
21859
21810
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
|
|
21860
|
-
border-bottom: 1px solid
|
|
21811
|
+
border-bottom: 1px solid #f0f0f0;
|
|
21861
21812
|
}
|
|
21862
21813
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
|
|
21863
21814
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
|
|
@@ -21877,7 +21828,7 @@ span.ant-radio + * {
|
|
|
21877
21828
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
|
|
21878
21829
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
|
|
21879
21830
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
|
|
21880
|
-
border-right: 1px solid
|
|
21831
|
+
border-right: 1px solid #f0f0f0;
|
|
21881
21832
|
}
|
|
21882
21833
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
21883
21834
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
|
|
@@ -21893,12 +21844,12 @@ span.ant-radio + * {
|
|
|
21893
21844
|
top: 0;
|
|
21894
21845
|
right: 1px;
|
|
21895
21846
|
bottom: 0;
|
|
21896
|
-
border-right: 1px solid
|
|
21847
|
+
border-right: 1px solid #f0f0f0;
|
|
21897
21848
|
content: '';
|
|
21898
21849
|
}
|
|
21899
21850
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
|
|
21900
21851
|
.ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
|
|
21901
|
-
border-top: 1px solid
|
|
21852
|
+
border-top: 1px solid #f0f0f0;
|
|
21902
21853
|
}
|
|
21903
21854
|
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
|
|
21904
21855
|
.ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
|
|
@@ -21913,7 +21864,7 @@ span.ant-radio + * {
|
|
|
21913
21864
|
margin: -4px -5px;
|
|
21914
21865
|
}
|
|
21915
21866
|
.ant-table.ant-table-bordered > .ant-table-footer {
|
|
21916
|
-
border: 1px solid
|
|
21867
|
+
border: 1px solid #f0f0f0;
|
|
21917
21868
|
border-top: 0;
|
|
21918
21869
|
}
|
|
21919
21870
|
.ant-table-cell .ant-table-container:first-child {
|
|
@@ -22008,7 +21959,7 @@ span.ant-radio + * {
|
|
|
22008
21959
|
font-weight: 500;
|
|
22009
21960
|
text-align: left;
|
|
22010
21961
|
background: #fafafa;
|
|
22011
|
-
border-bottom: 1px solid
|
|
21962
|
+
border-bottom: 1px solid #f0f0f0;
|
|
22012
21963
|
transition: background 0.3s ease;
|
|
22013
21964
|
}
|
|
22014
21965
|
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
|
|
@@ -22029,7 +21980,7 @@ span.ant-radio + * {
|
|
|
22029
21980
|
border-bottom: 0;
|
|
22030
21981
|
}
|
|
22031
21982
|
.ant-table-tbody > tr > td {
|
|
22032
|
-
border-bottom: 1px solid
|
|
21983
|
+
border-bottom: 1px solid #f0f0f0;
|
|
22033
21984
|
transition: background 0.3s;
|
|
22034
21985
|
}
|
|
22035
21986
|
.ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
|
|
@@ -22051,11 +22002,11 @@ span.ant-radio + * {
|
|
|
22051
22002
|
background: #fafafa;
|
|
22052
22003
|
}
|
|
22053
22004
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
|
22054
|
-
background:
|
|
22005
|
+
background: #e6f7ff;
|
|
22055
22006
|
border-color: rgba(0, 0, 0, 0.03);
|
|
22056
22007
|
}
|
|
22057
22008
|
.ant-table-tbody > tr.ant-table-row-selected:hover > td {
|
|
22058
|
-
background:
|
|
22009
|
+
background: #dcf4ff;
|
|
22059
22010
|
}
|
|
22060
22011
|
.ant-table-summary {
|
|
22061
22012
|
position: relative;
|
|
@@ -22063,11 +22014,11 @@ span.ant-radio + * {
|
|
|
22063
22014
|
background: #fff;
|
|
22064
22015
|
}
|
|
22065
22016
|
div.ant-table-summary {
|
|
22066
|
-
box-shadow: 0 -1px 0
|
|
22017
|
+
box-shadow: 0 -1px 0 #f0f0f0;
|
|
22067
22018
|
}
|
|
22068
22019
|
.ant-table-summary > tr > th,
|
|
22069
22020
|
.ant-table-summary > tr > td {
|
|
22070
|
-
border-bottom: 1px solid
|
|
22021
|
+
border-bottom: 1px solid #f0f0f0;
|
|
22071
22022
|
}
|
|
22072
22023
|
.ant-table-pagination.ant-pagination {
|
|
22073
22024
|
margin: 16px 0;
|
|
@@ -22101,7 +22052,7 @@ div.ant-table-summary {
|
|
|
22101
22052
|
background-color: transparent !important;
|
|
22102
22053
|
}
|
|
22103
22054
|
.ant-table-thead th.ant-table-column-has-sorters:focus-visible {
|
|
22104
|
-
color:
|
|
22055
|
+
color: #1890ff;
|
|
22105
22056
|
}
|
|
22106
22057
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
|
|
22107
22058
|
.ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
|
|
@@ -22154,7 +22105,7 @@ td.ant-table-column-sort {
|
|
|
22154
22105
|
}
|
|
22155
22106
|
.ant-table-column-sorter-up.active,
|
|
22156
22107
|
.ant-table-column-sorter-down.active {
|
|
22157
|
-
color:
|
|
22108
|
+
color: #1890ff;
|
|
22158
22109
|
}
|
|
22159
22110
|
.ant-table-column-sorter-up + .ant-table-column-sorter-down {
|
|
22160
22111
|
margin-top: -0.3em;
|
|
@@ -22183,7 +22134,7 @@ td.ant-table-column-sort {
|
|
|
22183
22134
|
background: rgba(0, 0, 0, 0.04);
|
|
22184
22135
|
}
|
|
22185
22136
|
.ant-table-filter-trigger.active {
|
|
22186
|
-
color:
|
|
22137
|
+
color: #1890ff;
|
|
22187
22138
|
}
|
|
22188
22139
|
.ant-table-filter-dropdown {
|
|
22189
22140
|
box-sizing: border-box;
|
|
@@ -22222,11 +22173,11 @@ td.ant-table-column-sort {
|
|
|
22222
22173
|
}
|
|
22223
22174
|
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
|
|
22224
22175
|
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
|
|
22225
|
-
background-color:
|
|
22176
|
+
background-color: #bae7ff;
|
|
22226
22177
|
}
|
|
22227
22178
|
.ant-table-filter-dropdown-search {
|
|
22228
22179
|
padding: 8px;
|
|
22229
|
-
border-bottom: 1px
|
|
22180
|
+
border-bottom: 1px #f0f0f0 solid;
|
|
22230
22181
|
}
|
|
22231
22182
|
.ant-table-filter-dropdown-search-input input {
|
|
22232
22183
|
min-width: 140px;
|
|
@@ -22254,7 +22205,7 @@ td.ant-table-column-sort {
|
|
|
22254
22205
|
padding: 7px 8px;
|
|
22255
22206
|
overflow: hidden;
|
|
22256
22207
|
background-color: inherit;
|
|
22257
|
-
border-top: 1px solid
|
|
22208
|
+
border-top: 1px solid #f0f0f0;
|
|
22258
22209
|
}
|
|
22259
22210
|
.ant-table-selection-col {
|
|
22260
22211
|
width: 32px;
|
|
@@ -22315,7 +22266,7 @@ table tr th.ant-table-selection-column::after {
|
|
|
22315
22266
|
height: 1px;
|
|
22316
22267
|
}
|
|
22317
22268
|
.ant-table-row-expand-icon {
|
|
22318
|
-
color:
|
|
22269
|
+
color: #1890ff;
|
|
22319
22270
|
outline: none;
|
|
22320
22271
|
cursor: pointer;
|
|
22321
22272
|
transition: color 0.3s;
|
|
@@ -22328,7 +22279,7 @@ table tr th.ant-table-selection-column::after {
|
|
|
22328
22279
|
color: inherit;
|
|
22329
22280
|
line-height: 17px;
|
|
22330
22281
|
background: #fff;
|
|
22331
|
-
border: 1px solid
|
|
22282
|
+
border: 1px solid #f0f0f0;
|
|
22332
22283
|
border-radius: 2px;
|
|
22333
22284
|
transform: scale(0.82352941);
|
|
22334
22285
|
transition: all 0.3s;
|
|
@@ -22336,10 +22287,10 @@ table tr th.ant-table-selection-column::after {
|
|
|
22336
22287
|
}
|
|
22337
22288
|
.ant-table-row-expand-icon:focus-visible,
|
|
22338
22289
|
.ant-table-row-expand-icon:hover {
|
|
22339
|
-
color:
|
|
22290
|
+
color: #40a9ff;
|
|
22340
22291
|
}
|
|
22341
22292
|
.ant-table-row-expand-icon:active {
|
|
22342
|
-
color:
|
|
22293
|
+
color: #096dd9;
|
|
22343
22294
|
}
|
|
22344
22295
|
.ant-table-row-expand-icon:focus,
|
|
22345
22296
|
.ant-table-row-expand-icon:hover,
|
|
@@ -22495,8 +22446,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22495
22446
|
z-index: calc(2 + 1);
|
|
22496
22447
|
display: flex;
|
|
22497
22448
|
align-items: center;
|
|
22498
|
-
background:
|
|
22499
|
-
border-top: 1px solid
|
|
22449
|
+
background: #ffffff;
|
|
22450
|
+
border-top: 1px solid #f0f0f0;
|
|
22500
22451
|
opacity: 0.6;
|
|
22501
22452
|
}
|
|
22502
22453
|
.ant-table-sticky-scroll:hover {
|
|
@@ -22708,7 +22659,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22708
22659
|
position: absolute;
|
|
22709
22660
|
right: 0;
|
|
22710
22661
|
left: 0;
|
|
22711
|
-
border-bottom: 1px solid
|
|
22662
|
+
border-bottom: 1px solid #f0f0f0;
|
|
22712
22663
|
content: '';
|
|
22713
22664
|
}
|
|
22714
22665
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
@@ -22881,7 +22832,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22881
22832
|
.ant-tabs-left > .ant-tabs-content-holder,
|
|
22882
22833
|
.ant-tabs-left > div > .ant-tabs-content-holder {
|
|
22883
22834
|
margin-left: -1px;
|
|
22884
|
-
border-left: 1px solid
|
|
22835
|
+
border-left: 1px solid #f0f0f0;
|
|
22885
22836
|
}
|
|
22886
22837
|
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
|
|
22887
22838
|
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
|
|
@@ -22899,7 +22850,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22899
22850
|
.ant-tabs-right > div > .ant-tabs-content-holder {
|
|
22900
22851
|
order: 0;
|
|
22901
22852
|
margin-right: -1px;
|
|
22902
|
-
border-right: 1px solid
|
|
22853
|
+
border-right: 1px solid #f0f0f0;
|
|
22903
22854
|
}
|
|
22904
22855
|
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
|
|
22905
22856
|
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
|
|
@@ -22948,7 +22899,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22948
22899
|
color: rgba(0, 0, 0, 0.85);
|
|
22949
22900
|
font-weight: normal;
|
|
22950
22901
|
font-size: 12px;
|
|
22951
|
-
line-height:
|
|
22902
|
+
line-height: 18px;
|
|
22952
22903
|
white-space: nowrap;
|
|
22953
22904
|
text-overflow: ellipsis;
|
|
22954
22905
|
cursor: pointer;
|
|
@@ -22968,7 +22919,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22968
22919
|
cursor: pointer;
|
|
22969
22920
|
}
|
|
22970
22921
|
.ant-tabs-dropdown-menu-item-remove:hover {
|
|
22971
|
-
color:
|
|
22922
|
+
color: #40a9ff;
|
|
22972
22923
|
}
|
|
22973
22924
|
.ant-tabs-dropdown-menu-item:hover {
|
|
22974
22925
|
background: #f5f5f5;
|
|
@@ -22984,12 +22935,12 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
22984
22935
|
margin: 0;
|
|
22985
22936
|
padding: 4px 8px;
|
|
22986
22937
|
background: #fafafa;
|
|
22987
|
-
border: 1px solid
|
|
22938
|
+
border: 1px solid #f0f0f0;
|
|
22988
22939
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
22989
22940
|
}
|
|
22990
22941
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
|
|
22991
22942
|
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
22992
|
-
color:
|
|
22943
|
+
color: #1890ff;
|
|
22993
22944
|
background: #fff;
|
|
22994
22945
|
}
|
|
22995
22946
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
@@ -23121,7 +23072,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23121
23072
|
margin-left: 2px;
|
|
23122
23073
|
padding: 0 4px;
|
|
23123
23074
|
background: #fafafa;
|
|
23124
|
-
border: 1px solid
|
|
23075
|
+
border: 1px solid #f0f0f0;
|
|
23125
23076
|
border-radius: 2px 2px 0 0;
|
|
23126
23077
|
outline: none;
|
|
23127
23078
|
cursor: pointer;
|
|
@@ -23129,13 +23080,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23129
23080
|
}
|
|
23130
23081
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
|
|
23131
23082
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
|
|
23132
|
-
color:
|
|
23083
|
+
color: #40a9ff;
|
|
23133
23084
|
}
|
|
23134
23085
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
|
|
23135
23086
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
|
|
23136
23087
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
|
|
23137
23088
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
|
|
23138
|
-
color:
|
|
23089
|
+
color: #096dd9;
|
|
23139
23090
|
}
|
|
23140
23091
|
.ant-tabs-extra-content {
|
|
23141
23092
|
flex: none;
|
|
@@ -23146,7 +23097,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23146
23097
|
}
|
|
23147
23098
|
.ant-tabs-ink-bar {
|
|
23148
23099
|
position: absolute;
|
|
23149
|
-
background:
|
|
23100
|
+
background: #1890ff;
|
|
23150
23101
|
pointer-events: none;
|
|
23151
23102
|
}
|
|
23152
23103
|
.ant-tabs-tab {
|
|
@@ -23164,7 +23115,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23164
23115
|
.ant-tabs-tab-remove:focus,
|
|
23165
23116
|
.ant-tabs-tab-btn:active,
|
|
23166
23117
|
.ant-tabs-tab-remove:active {
|
|
23167
|
-
color:
|
|
23118
|
+
color: #096dd9;
|
|
23168
23119
|
}
|
|
23169
23120
|
.ant-tabs-tab-btn {
|
|
23170
23121
|
outline: none;
|
|
@@ -23186,10 +23137,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23186
23137
|
color: rgba(0, 0, 0, 0.85);
|
|
23187
23138
|
}
|
|
23188
23139
|
.ant-tabs-tab:hover {
|
|
23189
|
-
color:
|
|
23140
|
+
color: #40a9ff;
|
|
23190
23141
|
}
|
|
23191
23142
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
23192
|
-
color:
|
|
23143
|
+
color: #1890ff;
|
|
23193
23144
|
text-shadow: 0 0 0.25px currentcolor;
|
|
23194
23145
|
}
|
|
23195
23146
|
.ant-tabs-tab.ant-tabs-tab-disabled {
|
|
@@ -23286,17 +23237,17 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23286
23237
|
cursor: pointer;
|
|
23287
23238
|
}
|
|
23288
23239
|
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
|
23289
|
-
color:
|
|
23240
|
+
color: #1890ff;
|
|
23290
23241
|
}
|
|
23291
23242
|
.ant-tag-checkable:active,
|
|
23292
23243
|
.ant-tag-checkable-checked {
|
|
23293
23244
|
color: #fff;
|
|
23294
23245
|
}
|
|
23295
23246
|
.ant-tag-checkable-checked {
|
|
23296
|
-
background-color:
|
|
23247
|
+
background-color: #1890ff;
|
|
23297
23248
|
}
|
|
23298
23249
|
.ant-tag-checkable:active {
|
|
23299
|
-
background-color:
|
|
23250
|
+
background-color: #096dd9;
|
|
23300
23251
|
}
|
|
23301
23252
|
.ant-tag-hidden {
|
|
23302
23253
|
display: none;
|
|
@@ -23432,24 +23383,24 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23432
23383
|
border-color: #722ed1;
|
|
23433
23384
|
}
|
|
23434
23385
|
.ant-tag-success {
|
|
23435
|
-
color:
|
|
23436
|
-
background:
|
|
23437
|
-
border-color:
|
|
23386
|
+
color: #52c41a;
|
|
23387
|
+
background: #f6ffed;
|
|
23388
|
+
border-color: #b7eb8f;
|
|
23438
23389
|
}
|
|
23439
23390
|
.ant-tag-processing {
|
|
23440
|
-
color:
|
|
23441
|
-
background:
|
|
23442
|
-
border-color:
|
|
23391
|
+
color: #1890ff;
|
|
23392
|
+
background: #e6f7ff;
|
|
23393
|
+
border-color: #91d5ff;
|
|
23443
23394
|
}
|
|
23444
23395
|
.ant-tag-error {
|
|
23445
|
-
color:
|
|
23446
|
-
background:
|
|
23447
|
-
border-color:
|
|
23396
|
+
color: #ff4d4f;
|
|
23397
|
+
background: #fff2f0;
|
|
23398
|
+
border-color: #ffccc7;
|
|
23448
23399
|
}
|
|
23449
23400
|
.ant-tag-warning {
|
|
23450
|
-
color:
|
|
23451
|
-
background:
|
|
23452
|
-
border-color:
|
|
23401
|
+
color: #faad14;
|
|
23402
|
+
background: #fffbe6;
|
|
23403
|
+
border-color: #ffe58f;
|
|
23453
23404
|
}
|
|
23454
23405
|
.ant-tag > .anticon + span,
|
|
23455
23406
|
.ant-tag > span + .anticon {
|
|
@@ -23493,7 +23444,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23493
23444
|
top: 10px;
|
|
23494
23445
|
left: 4px;
|
|
23495
23446
|
height: calc(100% - 10px);
|
|
23496
|
-
border-left: 2px solid
|
|
23447
|
+
border-left: 2px solid #f0f0f0;
|
|
23497
23448
|
}
|
|
23498
23449
|
.ant-timeline-item-pending .ant-timeline-item-head {
|
|
23499
23450
|
font-size: 12px;
|
|
@@ -23511,16 +23462,16 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23511
23462
|
border-radius: 100px;
|
|
23512
23463
|
}
|
|
23513
23464
|
.ant-timeline-item-head-blue {
|
|
23514
|
-
color:
|
|
23515
|
-
border-color:
|
|
23465
|
+
color: #1890ff;
|
|
23466
|
+
border-color: #1890ff;
|
|
23516
23467
|
}
|
|
23517
23468
|
.ant-timeline-item-head-red {
|
|
23518
|
-
color:
|
|
23519
|
-
border-color:
|
|
23469
|
+
color: #ff4d4f;
|
|
23470
|
+
border-color: #ff4d4f;
|
|
23520
23471
|
}
|
|
23521
23472
|
.ant-timeline-item-head-green {
|
|
23522
|
-
color:
|
|
23523
|
-
border-color:
|
|
23473
|
+
color: #52c41a;
|
|
23474
|
+
border-color: #52c41a;
|
|
23524
23475
|
}
|
|
23525
23476
|
.ant-timeline-item-head-gray {
|
|
23526
23477
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -23598,7 +23549,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23598
23549
|
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
|
|
23599
23550
|
display: block;
|
|
23600
23551
|
height: calc(100% - 14px);
|
|
23601
|
-
border-left: 2px dotted
|
|
23552
|
+
border-left: 2px dotted #f0f0f0;
|
|
23602
23553
|
}
|
|
23603
23554
|
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
|
|
23604
23555
|
display: none;
|
|
@@ -23607,7 +23558,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23607
23558
|
top: 15px;
|
|
23608
23559
|
display: block;
|
|
23609
23560
|
height: calc(100% - 15px);
|
|
23610
|
-
border-left: 2px dotted
|
|
23561
|
+
border-left: 2px dotted #f0f0f0;
|
|
23611
23562
|
}
|
|
23612
23563
|
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
|
|
23613
23564
|
min-height: 48px;
|
|
@@ -23629,7 +23580,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23629
23580
|
.ant-timeline-rtl .ant-timeline-item-tail {
|
|
23630
23581
|
right: 4px;
|
|
23631
23582
|
left: auto;
|
|
23632
|
-
border-right: 2px solid
|
|
23583
|
+
border-right: 2px solid #f0f0f0;
|
|
23633
23584
|
border-left: none;
|
|
23634
23585
|
}
|
|
23635
23586
|
.ant-timeline-rtl .ant-timeline-item-head-custom {
|
|
@@ -23688,11 +23639,11 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23688
23639
|
text-align: right;
|
|
23689
23640
|
}
|
|
23690
23641
|
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
|
|
23691
|
-
border-right: 2px dotted
|
|
23642
|
+
border-right: 2px dotted #f0f0f0;
|
|
23692
23643
|
border-left: none;
|
|
23693
23644
|
}
|
|
23694
23645
|
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
|
|
23695
|
-
border-right: 2px dotted
|
|
23646
|
+
border-right: 2px dotted #f0f0f0;
|
|
23696
23647
|
border-left: none;
|
|
23697
23648
|
}
|
|
23698
23649
|
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
|
|
@@ -23987,7 +23938,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23987
23938
|
background: #fafafa;
|
|
23988
23939
|
}
|
|
23989
23940
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
|
|
23990
|
-
border-bottom: 1px solid
|
|
23941
|
+
border-bottom: 1px solid #f0f0f0;
|
|
23991
23942
|
}
|
|
23992
23943
|
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
|
|
23993
23944
|
margin: 0;
|
|
@@ -23999,13 +23950,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
23999
23950
|
background-color: transparent;
|
|
24000
23951
|
}
|
|
24001
23952
|
.ant-transfer-status-error .ant-transfer-list {
|
|
24002
|
-
border-color:
|
|
23953
|
+
border-color: #ff4d4f;
|
|
24003
23954
|
}
|
|
24004
23955
|
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
|
|
24005
23956
|
border-color: #d9d9d9;
|
|
24006
23957
|
}
|
|
24007
23958
|
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
24008
|
-
border-color:
|
|
23959
|
+
border-color: #40a9ff;
|
|
24009
23960
|
border-right-width: 1px;
|
|
24010
23961
|
}
|
|
24011
23962
|
.ant-input-rtl .ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
|
|
@@ -24013,8 +23964,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24013
23964
|
border-left-width: 1px !important;
|
|
24014
23965
|
}
|
|
24015
23966
|
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
|
|
24016
|
-
border-color:
|
|
24017
|
-
box-shadow: 0 0 0 2px
|
|
23967
|
+
border-color: #40a9ff;
|
|
23968
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
24018
23969
|
border-right-width: 1px;
|
|
24019
23970
|
outline: 0;
|
|
24020
23971
|
}
|
|
@@ -24023,13 +23974,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24023
23974
|
border-left-width: 1px !important;
|
|
24024
23975
|
}
|
|
24025
23976
|
.ant-transfer-status-warning .ant-transfer-list {
|
|
24026
|
-
border-color:
|
|
23977
|
+
border-color: #faad14;
|
|
24027
23978
|
}
|
|
24028
23979
|
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
|
|
24029
23980
|
border-color: #d9d9d9;
|
|
24030
23981
|
}
|
|
24031
23982
|
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
24032
|
-
border-color:
|
|
23983
|
+
border-color: #40a9ff;
|
|
24033
23984
|
border-right-width: 1px;
|
|
24034
23985
|
}
|
|
24035
23986
|
.ant-input-rtl .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
|
|
@@ -24037,8 +23988,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24037
23988
|
border-left-width: 1px !important;
|
|
24038
23989
|
}
|
|
24039
23990
|
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
|
|
24040
|
-
border-color:
|
|
24041
|
-
box-shadow: 0 0 0 2px
|
|
23991
|
+
border-color: #40a9ff;
|
|
23992
|
+
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
24042
23993
|
border-right-width: 1px;
|
|
24043
23994
|
outline: 0;
|
|
24044
23995
|
}
|
|
@@ -24086,7 +24037,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24086
24037
|
padding: 7px 8px 8px;
|
|
24087
24038
|
color: rgba(0, 0, 0, 0.85);
|
|
24088
24039
|
background: #fff;
|
|
24089
|
-
border-bottom: 1px solid
|
|
24040
|
+
border-bottom: 1px solid #f0f0f0;
|
|
24090
24041
|
border-radius: 2px 2px 0 0;
|
|
24091
24042
|
}
|
|
24092
24043
|
.ant-transfer-list-header > *:not(:last-child) {
|
|
@@ -24156,7 +24107,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24156
24107
|
transition: all 0.3s;
|
|
24157
24108
|
}
|
|
24158
24109
|
.ant-transfer-list-content-item-remove:hover {
|
|
24159
|
-
color:
|
|
24110
|
+
color: #40a9ff;
|
|
24160
24111
|
}
|
|
24161
24112
|
.ant-transfer-list-content-item-remove::after {
|
|
24162
24113
|
position: absolute;
|
|
@@ -24171,14 +24122,14 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24171
24122
|
cursor: pointer;
|
|
24172
24123
|
}
|
|
24173
24124
|
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
|
|
24174
|
-
background-color:
|
|
24125
|
+
background-color: #dcf4ff;
|
|
24175
24126
|
}
|
|
24176
24127
|
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
|
|
24177
24128
|
background: transparent;
|
|
24178
24129
|
cursor: default;
|
|
24179
24130
|
}
|
|
24180
24131
|
.ant-transfer-list-content-item-checked {
|
|
24181
|
-
background-color:
|
|
24132
|
+
background-color: #e6f7ff;
|
|
24182
24133
|
}
|
|
24183
24134
|
.ant-transfer-list-content-item-disabled {
|
|
24184
24135
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -24187,7 +24138,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24187
24138
|
.ant-transfer-list-pagination {
|
|
24188
24139
|
padding: 4px 0;
|
|
24189
24140
|
text-align: right;
|
|
24190
|
-
border-top: 1px solid
|
|
24141
|
+
border-top: 1px solid #f0f0f0;
|
|
24191
24142
|
}
|
|
24192
24143
|
.ant-transfer-list-body-not-found {
|
|
24193
24144
|
flex: none;
|
|
@@ -24197,7 +24148,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24197
24148
|
text-align: center;
|
|
24198
24149
|
}
|
|
24199
24150
|
.ant-transfer-list-footer {
|
|
24200
|
-
border-top: 1px solid
|
|
24151
|
+
border-top: 1px solid #f0f0f0;
|
|
24201
24152
|
}
|
|
24202
24153
|
.ant-transfer-operation {
|
|
24203
24154
|
display: flex;
|
|
@@ -24295,7 +24246,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24295
24246
|
}
|
|
24296
24247
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
|
|
24297
24248
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
|
|
24298
|
-
background:
|
|
24249
|
+
background: #1890ff;
|
|
24299
24250
|
}
|
|
24300
24251
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
|
|
24301
24252
|
color: #fff;
|
|
@@ -24324,7 +24275,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24324
24275
|
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
|
|
24325
24276
|
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
|
|
24326
24277
|
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
|
|
24327
|
-
border-color:
|
|
24278
|
+
border-color: #1890ff;
|
|
24328
24279
|
}
|
|
24329
24280
|
.ant-tree-checkbox-checked::after {
|
|
24330
24281
|
position: absolute;
|
|
@@ -24332,7 +24283,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24332
24283
|
left: 0;
|
|
24333
24284
|
width: 100%;
|
|
24334
24285
|
height: 100%;
|
|
24335
|
-
border: 1px solid
|
|
24286
|
+
border: 1px solid #1890ff;
|
|
24336
24287
|
border-radius: 2px;
|
|
24337
24288
|
visibility: hidden;
|
|
24338
24289
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
@@ -24396,8 +24347,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24396
24347
|
content: ' ';
|
|
24397
24348
|
}
|
|
24398
24349
|
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
|
|
24399
|
-
background-color:
|
|
24400
|
-
border-color:
|
|
24350
|
+
background-color: #1890ff;
|
|
24351
|
+
border-color: #1890ff;
|
|
24401
24352
|
}
|
|
24402
24353
|
.ant-tree-checkbox-disabled {
|
|
24403
24354
|
cursor: not-allowed;
|
|
@@ -24492,7 +24443,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24492
24443
|
left: 50%;
|
|
24493
24444
|
width: 6px;
|
|
24494
24445
|
height: 6px;
|
|
24495
|
-
background-color:
|
|
24446
|
+
background-color: #1890ff;
|
|
24496
24447
|
border: 0;
|
|
24497
24448
|
transform: translate(-50%, -50%) scale(1);
|
|
24498
24449
|
opacity: 1;
|
|
@@ -24530,7 +24481,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24530
24481
|
transition: background-color 0.3s;
|
|
24531
24482
|
}
|
|
24532
24483
|
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
|
|
24533
|
-
background:
|
|
24484
|
+
background: #e6f7ff;
|
|
24534
24485
|
}
|
|
24535
24486
|
.ant-tree-list-holder-inner {
|
|
24536
24487
|
align-items: flex-start;
|
|
@@ -24550,7 +24501,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24550
24501
|
right: 0;
|
|
24551
24502
|
bottom: 2px;
|
|
24552
24503
|
left: 0;
|
|
24553
|
-
border: 1px solid
|
|
24504
|
+
border: 1px solid #1890ff;
|
|
24554
24505
|
opacity: 0;
|
|
24555
24506
|
animation: ant-tree-node-fx-do-not-use 0.3s;
|
|
24556
24507
|
animation-play-state: running;
|
|
@@ -24629,7 +24580,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24629
24580
|
transform: rotate(-90deg);
|
|
24630
24581
|
}
|
|
24631
24582
|
.ant-tree-switcher-loading-icon {
|
|
24632
|
-
color:
|
|
24583
|
+
color: #1890ff;
|
|
24633
24584
|
}
|
|
24634
24585
|
.ant-tree-switcher-leaf-line {
|
|
24635
24586
|
position: relative;
|
|
@@ -24675,7 +24626,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24675
24626
|
background-color: #f5f5f5;
|
|
24676
24627
|
}
|
|
24677
24628
|
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
24678
|
-
background-color:
|
|
24629
|
+
background-color: #bae7ff;
|
|
24679
24630
|
}
|
|
24680
24631
|
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
|
|
24681
24632
|
display: inline-block;
|
|
@@ -24699,7 +24650,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24699
24650
|
position: absolute;
|
|
24700
24651
|
z-index: 1;
|
|
24701
24652
|
height: 2px;
|
|
24702
|
-
background-color:
|
|
24653
|
+
background-color: #1890ff;
|
|
24703
24654
|
border-radius: 1px;
|
|
24704
24655
|
pointer-events: none;
|
|
24705
24656
|
}
|
|
@@ -24710,12 +24661,12 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24710
24661
|
width: 8px;
|
|
24711
24662
|
height: 8px;
|
|
24712
24663
|
background-color: transparent;
|
|
24713
|
-
border: 2px solid
|
|
24664
|
+
border: 2px solid #1890ff;
|
|
24714
24665
|
border-radius: 50%;
|
|
24715
24666
|
content: '';
|
|
24716
24667
|
}
|
|
24717
24668
|
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
|
|
24718
|
-
box-shadow: 0 0 0 2px
|
|
24669
|
+
box-shadow: 0 0 0 2px #1890ff;
|
|
24719
24670
|
}
|
|
24720
24671
|
.ant-tree-show-line .ant-tree-indent-unit {
|
|
24721
24672
|
position: relative;
|
|
@@ -24788,7 +24739,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24788
24739
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
|
|
24789
24740
|
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
|
|
24790
24741
|
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
|
|
24791
|
-
border-color:
|
|
24742
|
+
border-color: #1890ff;
|
|
24792
24743
|
}
|
|
24793
24744
|
.ant-select-tree-checkbox-checked::after {
|
|
24794
24745
|
position: absolute;
|
|
@@ -24796,7 +24747,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24796
24747
|
left: 0;
|
|
24797
24748
|
width: 100%;
|
|
24798
24749
|
height: 100%;
|
|
24799
|
-
border: 1px solid
|
|
24750
|
+
border: 1px solid #1890ff;
|
|
24800
24751
|
border-radius: 2px;
|
|
24801
24752
|
visibility: hidden;
|
|
24802
24753
|
animation: antCheckboxEffect 0.36s ease-in-out;
|
|
@@ -24860,8 +24811,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24860
24811
|
content: ' ';
|
|
24861
24812
|
}
|
|
24862
24813
|
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
|
|
24863
|
-
background-color:
|
|
24864
|
-
border-color:
|
|
24814
|
+
background-color: #1890ff;
|
|
24815
|
+
border-color: #1890ff;
|
|
24865
24816
|
}
|
|
24866
24817
|
.ant-select-tree-checkbox-disabled {
|
|
24867
24818
|
cursor: not-allowed;
|
|
@@ -24956,7 +24907,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
24956
24907
|
left: 50%;
|
|
24957
24908
|
width: 6px;
|
|
24958
24909
|
height: 6px;
|
|
24959
|
-
background-color:
|
|
24910
|
+
background-color: #1890ff;
|
|
24960
24911
|
border: 0;
|
|
24961
24912
|
transform: translate(-50%, -50%) scale(1);
|
|
24962
24913
|
opacity: 1;
|
|
@@ -25009,7 +24960,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25009
24960
|
transition: background-color 0.3s;
|
|
25010
24961
|
}
|
|
25011
24962
|
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
|
|
25012
|
-
background:
|
|
24963
|
+
background: #e6f7ff;
|
|
25013
24964
|
}
|
|
25014
24965
|
.ant-select-tree-list-holder-inner {
|
|
25015
24966
|
align-items: flex-start;
|
|
@@ -25029,7 +24980,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25029
24980
|
right: 0;
|
|
25030
24981
|
bottom: 2px;
|
|
25031
24982
|
left: 0;
|
|
25032
|
-
border: 1px solid
|
|
24983
|
+
border: 1px solid #1890ff;
|
|
25033
24984
|
opacity: 0;
|
|
25034
24985
|
animation: ant-tree-node-fx-do-not-use 0.3s;
|
|
25035
24986
|
animation-play-state: running;
|
|
@@ -25108,7 +25059,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25108
25059
|
transform: rotate(-90deg);
|
|
25109
25060
|
}
|
|
25110
25061
|
.ant-select-tree-switcher-loading-icon {
|
|
25111
|
-
color:
|
|
25062
|
+
color: #1890ff;
|
|
25112
25063
|
}
|
|
25113
25064
|
.ant-select-tree-switcher-leaf-line {
|
|
25114
25065
|
position: relative;
|
|
@@ -25154,7 +25105,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25154
25105
|
background-color: #f5f5f5;
|
|
25155
25106
|
}
|
|
25156
25107
|
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
|
25157
|
-
background-color:
|
|
25108
|
+
background-color: #bae7ff;
|
|
25158
25109
|
}
|
|
25159
25110
|
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
|
|
25160
25111
|
display: inline-block;
|
|
@@ -25178,7 +25129,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25178
25129
|
position: absolute;
|
|
25179
25130
|
z-index: 1;
|
|
25180
25131
|
height: 2px;
|
|
25181
|
-
background-color:
|
|
25132
|
+
background-color: #1890ff;
|
|
25182
25133
|
border-radius: 1px;
|
|
25183
25134
|
pointer-events: none;
|
|
25184
25135
|
}
|
|
@@ -25189,12 +25140,12 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25189
25140
|
width: 8px;
|
|
25190
25141
|
height: 8px;
|
|
25191
25142
|
background-color: transparent;
|
|
25192
|
-
border: 2px solid
|
|
25143
|
+
border: 2px solid #1890ff;
|
|
25193
25144
|
border-radius: 50%;
|
|
25194
25145
|
content: '';
|
|
25195
25146
|
}
|
|
25196
25147
|
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
|
|
25197
|
-
box-shadow: 0 0 0 2px
|
|
25148
|
+
box-shadow: 0 0 0 2px #1890ff;
|
|
25198
25149
|
}
|
|
25199
25150
|
.ant-select-tree-show-line .ant-select-tree-indent-unit {
|
|
25200
25151
|
position: relative;
|
|
@@ -25236,20 +25187,20 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
|
|
|
25236
25187
|
color: rgba(0, 0, 0, 0.45);
|
|
25237
25188
|
}
|
|
25238
25189
|
.ant-typography.ant-typography-success {
|
|
25239
|
-
color:
|
|
25190
|
+
color: #52c41a;
|
|
25240
25191
|
}
|
|
25241
25192
|
.ant-typography.ant-typography-warning {
|
|
25242
|
-
color:
|
|
25193
|
+
color: #faad14;
|
|
25243
25194
|
}
|
|
25244
25195
|
.ant-typography.ant-typography-danger {
|
|
25245
|
-
color:
|
|
25196
|
+
color: #ff4d4f;
|
|
25246
25197
|
}
|
|
25247
25198
|
a.ant-typography.ant-typography-danger:active,
|
|
25248
25199
|
a.ant-typography.ant-typography-danger:focus {
|
|
25249
|
-
color:
|
|
25200
|
+
color: #d9363e;
|
|
25250
25201
|
}
|
|
25251
25202
|
a.ant-typography.ant-typography-danger:hover {
|
|
25252
|
-
color:
|
|
25203
|
+
color: #ff7875;
|
|
25253
25204
|
}
|
|
25254
25205
|
.ant-typography.ant-typography-disabled {
|
|
25255
25206
|
color: rgba(0, 0, 0, 0.25);
|
|
@@ -25371,7 +25322,7 @@ span.ant-typography-ellipsis {
|
|
|
25371
25322
|
}
|
|
25372
25323
|
a.ant-typography,
|
|
25373
25324
|
.ant-typography a {
|
|
25374
|
-
color:
|
|
25325
|
+
color: #1890ff;
|
|
25375
25326
|
outline: none;
|
|
25376
25327
|
cursor: pointer;
|
|
25377
25328
|
transition: color 0.3s;
|
|
@@ -25381,11 +25332,11 @@ a.ant-typography:focus-visible,
|
|
|
25381
25332
|
.ant-typography a:focus-visible,
|
|
25382
25333
|
a.ant-typography:hover,
|
|
25383
25334
|
.ant-typography a:hover {
|
|
25384
|
-
color:
|
|
25335
|
+
color: #40a9ff;
|
|
25385
25336
|
}
|
|
25386
25337
|
a.ant-typography:active,
|
|
25387
25338
|
.ant-typography a:active {
|
|
25388
|
-
color:
|
|
25339
|
+
color: #096dd9;
|
|
25389
25340
|
}
|
|
25390
25341
|
a.ant-typography:active,
|
|
25391
25342
|
.ant-typography a:active,
|
|
@@ -25452,7 +25403,7 @@ a.ant-typography.ant-typography-disabled:active,
|
|
|
25452
25403
|
.ant-typography-expand,
|
|
25453
25404
|
.ant-typography-edit,
|
|
25454
25405
|
.ant-typography-copy {
|
|
25455
|
-
color:
|
|
25406
|
+
color: #1890ff;
|
|
25456
25407
|
outline: none;
|
|
25457
25408
|
cursor: pointer;
|
|
25458
25409
|
transition: color 0.3s;
|
|
@@ -25464,17 +25415,17 @@ a.ant-typography.ant-typography-disabled:active,
|
|
|
25464
25415
|
.ant-typography-expand:hover,
|
|
25465
25416
|
.ant-typography-edit:hover,
|
|
25466
25417
|
.ant-typography-copy:hover {
|
|
25467
|
-
color:
|
|
25418
|
+
color: #40a9ff;
|
|
25468
25419
|
}
|
|
25469
25420
|
.ant-typography-expand:active,
|
|
25470
25421
|
.ant-typography-edit:active,
|
|
25471
25422
|
.ant-typography-copy:active {
|
|
25472
|
-
color:
|
|
25423
|
+
color: #096dd9;
|
|
25473
25424
|
}
|
|
25474
25425
|
.ant-typography-copy-success,
|
|
25475
25426
|
.ant-typography-copy-success:hover,
|
|
25476
25427
|
.ant-typography-copy-success:focus {
|
|
25477
|
-
color:
|
|
25428
|
+
color: #52c41a;
|
|
25478
25429
|
}
|
|
25479
25430
|
.ant-typography-edit-content {
|
|
25480
25431
|
position: relative;
|
|
@@ -25640,7 +25591,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25640
25591
|
text-align: center;
|
|
25641
25592
|
}
|
|
25642
25593
|
.ant-upload.ant-upload-select-picture-card:hover {
|
|
25643
|
-
border-color:
|
|
25594
|
+
border-color: #1890ff;
|
|
25644
25595
|
}
|
|
25645
25596
|
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
|
|
25646
25597
|
border-color: #d9d9d9;
|
|
@@ -25660,7 +25611,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25660
25611
|
padding: 8px 0;
|
|
25661
25612
|
}
|
|
25662
25613
|
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
|
|
25663
|
-
border-color:
|
|
25614
|
+
border-color: #096dd9;
|
|
25664
25615
|
}
|
|
25665
25616
|
.ant-upload.ant-upload-drag.ant-upload-disabled {
|
|
25666
25617
|
cursor: not-allowed;
|
|
@@ -25674,13 +25625,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25674
25625
|
vertical-align: middle;
|
|
25675
25626
|
}
|
|
25676
25627
|
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
25677
|
-
border-color:
|
|
25628
|
+
border-color: #40a9ff;
|
|
25678
25629
|
}
|
|
25679
25630
|
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
|
|
25680
25631
|
margin-bottom: 20px;
|
|
25681
25632
|
}
|
|
25682
25633
|
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
|
|
25683
|
-
color:
|
|
25634
|
+
color: #40a9ff;
|
|
25684
25635
|
font-size: 48px;
|
|
25685
25636
|
}
|
|
25686
25637
|
.ant-upload.ant-upload-drag p.ant-upload-text {
|
|
@@ -25821,10 +25772,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25821
25772
|
.ant-upload-list-item-error,
|
|
25822
25773
|
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
|
|
25823
25774
|
.ant-upload-list-item-error .ant-upload-list-item-name {
|
|
25824
|
-
color:
|
|
25775
|
+
color: #ff4d4f;
|
|
25825
25776
|
}
|
|
25826
25777
|
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
|
|
25827
|
-
color:
|
|
25778
|
+
color: #ff4d4f;
|
|
25828
25779
|
}
|
|
25829
25780
|
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
|
|
25830
25781
|
opacity: 1;
|
|
@@ -25851,7 +25802,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25851
25802
|
}
|
|
25852
25803
|
.ant-upload-list-picture .ant-upload-list-item-error,
|
|
25853
25804
|
.ant-upload-list-picture-card .ant-upload-list-item-error {
|
|
25854
|
-
border-color:
|
|
25805
|
+
border-color: #ff4d4f;
|
|
25855
25806
|
}
|
|
25856
25807
|
.ant-upload-list-picture .ant-upload-list-item-info,
|
|
25857
25808
|
.ant-upload-list-picture-card .ant-upload-list-item-info {
|
|
@@ -25879,11 +25830,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
25879
25830
|
}
|
|
25880
25831
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
|
|
25881
25832
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
|
|
25882
|
-
fill:
|
|
25833
|
+
fill: #fff2f0;
|
|
25883
25834
|
}
|
|
25884
25835
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
|
|
25885
25836
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
|
|
25886
|
-
fill:
|
|
25837
|
+
fill: #ff4d4f;
|
|
25887
25838
|
}
|
|
25888
25839
|
.ant-upload-list-picture .ant-upload-list-item-icon,
|
|
25889
25840
|
.ant-upload-list-picture-card .ant-upload-list-item-icon {
|
|
@@ -26190,6 +26141,21 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
26190
26141
|
margin: 8px 0 0;
|
|
26191
26142
|
padding: 0;
|
|
26192
26143
|
}
|
|
26144
|
+
#__compact__ {
|
|
26145
|
+
background-color: transparent;
|
|
26146
|
+
}
|
|
26147
|
+
/*
|
|
26148
|
+
* @Author: 焦质晔
|
|
26149
|
+
* @Date: 2021-07-23 18:25:34
|
|
26150
|
+
* @Last Modified by: 焦质晔
|
|
26151
|
+
* @Last Modified time: 2023-03-28 11:42:59
|
|
26152
|
+
*/
|
|
26153
|
+
/*
|
|
26154
|
+
* @Author: 焦质晔
|
|
26155
|
+
* @Date: 2022-11-26 18:06:56
|
|
26156
|
+
* @Last Modified by: 焦质晔
|
|
26157
|
+
* @Last Modified time: 2023-01-07 14:06:12
|
|
26158
|
+
*/
|
|
26193
26159
|
/* http://meyerweb.com/eric/tools/css/reset/
|
|
26194
26160
|
v2.0 | 20110126
|
|
26195
26161
|
License: none (public domain)
|
|
@@ -26322,9 +26288,3 @@ table {
|
|
|
26322
26288
|
-webkit-font-smoothing: antialiased;
|
|
26323
26289
|
-moz-osx-font-smoothing: grayscale;
|
|
26324
26290
|
}
|
|
26325
|
-
/*
|
|
26326
|
-
* @Author: 焦质晔
|
|
26327
|
-
* @Date: 2022-11-26 18:06:56
|
|
26328
|
-
* @Last Modified by: 焦质晔
|
|
26329
|
-
* @Last Modified time: 2022-11-26 21:14:57
|
|
26330
|
-
*/
|