@cloudtower/eagle 0.25.13 → 0.25.14-alpha.0
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/dist/components/KitStoreProvider/ReduxContextProvider.d.ts +9 -0
- package/dist/components/KitStoreProvider/index.d.ts +1 -1
- package/dist/components/Radio/__test__/h5_css.test.d.ts +1 -0
- package/dist/components.css +370 -371
- package/dist/esm/index.js +42 -20
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/store/index.d.ts +24 -3
- package/dist/style.css +325 -326
- package/dist/umd/index.js +40 -17
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1564,6 +1564,66 @@ html body {
|
|
|
1564
1564
|
font-size: 18px;
|
|
1565
1565
|
}
|
|
1566
1566
|
|
|
1567
|
+
.bpq0js6 {
|
|
1568
|
+
padding: 4px 11px;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.b15sn34c {
|
|
1572
|
+
white-space: nowrap;
|
|
1573
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1574
|
+
}
|
|
1575
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1576
|
+
--color: #0080ff;
|
|
1577
|
+
}
|
|
1578
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1579
|
+
--color: #0080ff;
|
|
1580
|
+
}
|
|
1581
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1582
|
+
margin-left: 1px;
|
|
1583
|
+
}
|
|
1584
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1585
|
+
border-top-right-radius: 0;
|
|
1586
|
+
border-bottom-right-radius: 0;
|
|
1587
|
+
}
|
|
1588
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1589
|
+
border-top-left-radius: 0;
|
|
1590
|
+
border-bottom-left-radius: 0;
|
|
1591
|
+
}
|
|
1592
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1593
|
+
border-radius: unset;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.iap75of {
|
|
1597
|
+
height: 18px;
|
|
1598
|
+
line-height: 18px;
|
|
1599
|
+
padding: 0 4px;
|
|
1600
|
+
border-radius: 4px;
|
|
1601
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1602
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1603
|
+
display: flex;
|
|
1604
|
+
align-items: center;
|
|
1605
|
+
white-space: nowrap;
|
|
1606
|
+
margin-right: 4px;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.i1mrf09m {
|
|
1610
|
+
display: inline-flex;
|
|
1611
|
+
align-items: center;
|
|
1612
|
+
}
|
|
1613
|
+
.i1mrf09m .icon-inner {
|
|
1614
|
+
display: inline-flex;
|
|
1615
|
+
align-items: center;
|
|
1616
|
+
justify-content: center;
|
|
1617
|
+
}
|
|
1618
|
+
.i1mrf09m .icon-inner + span,
|
|
1619
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1620
|
+
margin-left: 4px;
|
|
1621
|
+
}
|
|
1622
|
+
.i1mrf09m.is-rotate img,
|
|
1623
|
+
.i1mrf09m.is-rotate svg {
|
|
1624
|
+
animation: rotate 680ms linear infinite;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1567
1627
|
.buj61ew.ant-btn {
|
|
1568
1628
|
height: 32px;
|
|
1569
1629
|
border-radius: 6px;
|
|
@@ -1812,44 +1872,6 @@ html body {
|
|
|
1812
1872
|
padding: 0;
|
|
1813
1873
|
}
|
|
1814
1874
|
|
|
1815
|
-
.bpq0js6 {
|
|
1816
|
-
padding: 4px 11px;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
.b15sn34c {
|
|
1820
|
-
white-space: nowrap;
|
|
1821
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1822
|
-
}
|
|
1823
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1824
|
-
--color: #0080ff;
|
|
1825
|
-
}
|
|
1826
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1827
|
-
--color: #0080ff;
|
|
1828
|
-
}
|
|
1829
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1830
|
-
margin-left: 1px;
|
|
1831
|
-
}
|
|
1832
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1833
|
-
border-top-right-radius: 0;
|
|
1834
|
-
border-bottom-right-radius: 0;
|
|
1835
|
-
}
|
|
1836
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1837
|
-
border-top-left-radius: 0;
|
|
1838
|
-
border-bottom-left-radius: 0;
|
|
1839
|
-
}
|
|
1840
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1841
|
-
border-radius: unset;
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
.obf05yr {
|
|
1845
|
-
display: inline-block;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.hsms1n6 {
|
|
1849
|
-
visibility: hidden;
|
|
1850
|
-
position: absolute;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
1875
|
.cz04yix {
|
|
1854
1876
|
display: flex;
|
|
1855
1877
|
flex-direction: column;
|
|
@@ -2515,164 +2537,13 @@ input.rrg1fkn.ant-input {
|
|
|
2515
2537
|
border-bottom-left-radius: 0;
|
|
2516
2538
|
}
|
|
2517
2539
|
|
|
2518
|
-
.
|
|
2519
|
-
display: inline-flex;
|
|
2520
|
-
align-items: center;
|
|
2521
|
-
}
|
|
2522
|
-
.i1mrf09m .icon-inner {
|
|
2523
|
-
display: inline-flex;
|
|
2524
|
-
align-items: center;
|
|
2525
|
-
justify-content: center;
|
|
2526
|
-
}
|
|
2527
|
-
.i1mrf09m .icon-inner + span,
|
|
2528
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
2529
|
-
margin-left: 4px;
|
|
2530
|
-
}
|
|
2531
|
-
.i1mrf09m.is-rotate img,
|
|
2532
|
-
.i1mrf09m.is-rotate svg {
|
|
2533
|
-
animation: rotate 680ms linear infinite;
|
|
2534
|
-
}
|
|
2535
|
-
|
|
2536
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2537
|
-
display: inline-flex;
|
|
2538
|
-
align-items: baseline;
|
|
2539
|
-
white-space: pre-wrap;
|
|
2540
|
-
}
|
|
2541
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2542
|
-
position: relative;
|
|
2543
|
-
top: 3px;
|
|
2544
|
-
}
|
|
2545
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2546
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2547
|
-
}
|
|
2548
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2549
|
-
border-color: #0080ff;
|
|
2550
|
-
}
|
|
2551
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2552
|
-
border-color: #0080ff;
|
|
2553
|
-
background: #0080ff;
|
|
2554
|
-
}
|
|
2555
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2556
|
-
top: 4px;
|
|
2557
|
-
left: 4px;
|
|
2558
|
-
width: 6px;
|
|
2559
|
-
height: 6px;
|
|
2560
|
-
background: #fff;
|
|
2561
|
-
}
|
|
2562
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2563
|
-
opacity: 0.5;
|
|
2564
|
-
}
|
|
2565
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2566
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2567
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2568
|
-
}
|
|
2569
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2570
|
-
background: #00122e;
|
|
2571
|
-
}
|
|
2572
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2573
|
-
color: #00122e;
|
|
2574
|
-
opacity: 0.5;
|
|
2575
|
-
}
|
|
2576
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2577
|
-
color: #00122e;
|
|
2578
|
-
}
|
|
2579
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2540
|
+
.obf05yr {
|
|
2580
2541
|
display: inline-block;
|
|
2581
|
-
padding: 0;
|
|
2582
|
-
padding-left: 12px;
|
|
2583
|
-
}
|
|
2584
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2585
|
-
margin-bottom: 0;
|
|
2586
|
-
white-space: pre-wrap;
|
|
2587
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2588
|
-
}
|
|
2589
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2590
|
-
padding-left: 8px;
|
|
2591
2542
|
}
|
|
2592
2543
|
|
|
2593
|
-
.
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2597
|
-
border-radius: 0 5px 5px 0;
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
.r1f0aqcc {
|
|
2601
|
-
color: #00122e;
|
|
2602
|
-
border-color: #ccd4e3;
|
|
2603
|
-
}
|
|
2604
|
-
.r1f0aqcc:first-child {
|
|
2605
|
-
color: #00122e;
|
|
2606
|
-
border-color: #a3b4cc;
|
|
2607
|
-
}
|
|
2608
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2609
|
-
padding: 0 12px;
|
|
2610
|
-
line-height: 32px;
|
|
2611
|
-
height: 32px;
|
|
2612
|
-
}
|
|
2613
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2614
|
-
white-space: nowrap;
|
|
2615
|
-
}
|
|
2616
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2617
|
-
background: #ccd4e3;
|
|
2618
|
-
}
|
|
2619
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2620
|
-
background: #0080ff;
|
|
2621
|
-
}
|
|
2622
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2623
|
-
background: #ccd4e3;
|
|
2624
|
-
opacity: 0.5;
|
|
2625
|
-
}
|
|
2626
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2627
|
-
border-right-color: #0080ff;
|
|
2628
|
-
}
|
|
2629
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2630
|
-
border-color: #0080ff;
|
|
2631
|
-
}
|
|
2632
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2633
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2634
|
-
}
|
|
2635
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2636
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2637
|
-
border-color: #ccd4e3;
|
|
2638
|
-
opacity: 0.5;
|
|
2639
|
-
}
|
|
2640
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2641
|
-
color: #00122e;
|
|
2642
|
-
border-color: #ccd4e3;
|
|
2643
|
-
}
|
|
2644
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2645
|
-
color: #00122e;
|
|
2646
|
-
border-color: #ccd4e3;
|
|
2647
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2648
|
-
}
|
|
2649
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2650
|
-
margin-right: 8px;
|
|
2651
|
-
display: inline;
|
|
2652
|
-
border: none;
|
|
2653
|
-
padding: 0;
|
|
2654
|
-
width: 36px;
|
|
2655
|
-
background: transparent;
|
|
2656
|
-
}
|
|
2657
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2658
|
-
box-shadow: none;
|
|
2659
|
-
}
|
|
2660
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2661
|
-
margin-right: 0;
|
|
2662
|
-
width: initial;
|
|
2663
|
-
box-shadow: none;
|
|
2664
|
-
}
|
|
2665
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2666
|
-
display: none;
|
|
2667
|
-
}
|
|
2668
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2669
|
-
display: inline;
|
|
2670
|
-
}
|
|
2671
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2672
|
-
display: inline;
|
|
2673
|
-
margin-right: 8px;
|
|
2674
|
-
padding: 0;
|
|
2675
|
-
width: 36px;
|
|
2544
|
+
.hsms1n6 {
|
|
2545
|
+
visibility: hidden;
|
|
2546
|
+
position: absolute;
|
|
2676
2547
|
}
|
|
2677
2548
|
|
|
2678
2549
|
.p12gwtiw {
|
|
@@ -2732,6 +2603,89 @@ input.rrg1fkn.ant-input {
|
|
|
2732
2603
|
line-height: 18px;
|
|
2733
2604
|
}
|
|
2734
2605
|
|
|
2606
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2607
|
+
flex-direction: row;
|
|
2608
|
+
justify-content: stretch;
|
|
2609
|
+
}
|
|
2610
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2611
|
+
padding: 0;
|
|
2612
|
+
margin-right: 4px;
|
|
2613
|
+
flex: 1;
|
|
2614
|
+
overflow: visible;
|
|
2615
|
+
}
|
|
2616
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2617
|
+
display: none;
|
|
2618
|
+
}
|
|
2619
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2620
|
+
width: 100%;
|
|
2621
|
+
min-height: unset;
|
|
2622
|
+
}
|
|
2623
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2624
|
+
height: 26px;
|
|
2625
|
+
line-height: 26px;
|
|
2626
|
+
width: 100%;
|
|
2627
|
+
text-align: center;
|
|
2628
|
+
padding: 0;
|
|
2629
|
+
font-size: 12px;
|
|
2630
|
+
font-weight: normal;
|
|
2631
|
+
}
|
|
2632
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2633
|
+
margin-right: 10px;
|
|
2634
|
+
}
|
|
2635
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2636
|
+
display: none;
|
|
2637
|
+
}
|
|
2638
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2639
|
+
border-radius: 4px 0 0 4px;
|
|
2640
|
+
}
|
|
2641
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2642
|
+
margin-right: 0;
|
|
2643
|
+
}
|
|
2644
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2645
|
+
border-radius: 0 4px 4px 0;
|
|
2646
|
+
}
|
|
2647
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2648
|
+
content: "";
|
|
2649
|
+
width: 0;
|
|
2650
|
+
height: 0;
|
|
2651
|
+
border: 13px solid transparent;
|
|
2652
|
+
position: absolute;
|
|
2653
|
+
top: 0;
|
|
2654
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2655
|
+
right: -21px;
|
|
2656
|
+
z-index: 2;
|
|
2657
|
+
}
|
|
2658
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2659
|
+
content: "";
|
|
2660
|
+
width: 0;
|
|
2661
|
+
height: 0;
|
|
2662
|
+
border: 13px solid transparent;
|
|
2663
|
+
position: absolute;
|
|
2664
|
+
top: 0;
|
|
2665
|
+
border-left: 8px solid #fff;
|
|
2666
|
+
left: 0;
|
|
2667
|
+
}
|
|
2668
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2669
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2670
|
+
}
|
|
2671
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2672
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2673
|
+
}
|
|
2674
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2675
|
+
color: #005ed1;
|
|
2676
|
+
}
|
|
2677
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2678
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2679
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2680
|
+
}
|
|
2681
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2682
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2683
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2684
|
+
}
|
|
2685
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2686
|
+
padding: 0;
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2735
2689
|
.s34f1qb.ant-switch {
|
|
2736
2690
|
min-width: 40px;
|
|
2737
2691
|
height: 24px;
|
|
@@ -2787,100 +2741,145 @@ input.rrg1fkn.ant-input {
|
|
|
2787
2741
|
margin-left: 5px;
|
|
2788
2742
|
}
|
|
2789
2743
|
|
|
2790
|
-
.
|
|
2791
|
-
|
|
2792
|
-
|
|
2744
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2745
|
+
display: inline-flex;
|
|
2746
|
+
align-items: baseline;
|
|
2747
|
+
white-space: pre-wrap;
|
|
2793
2748
|
}
|
|
2794
|
-
.
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
flex: 1;
|
|
2798
|
-
overflow: visible;
|
|
2749
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2750
|
+
position: relative;
|
|
2751
|
+
top: 3px;
|
|
2799
2752
|
}
|
|
2800
|
-
.
|
|
2801
|
-
|
|
2753
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2754
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2802
2755
|
}
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2805
|
-
min-height: unset;
|
|
2756
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2757
|
+
border-color: #0080ff;
|
|
2806
2758
|
}
|
|
2807
|
-
.
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2759
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2760
|
+
border-color: #0080ff;
|
|
2761
|
+
background: #0080ff;
|
|
2762
|
+
}
|
|
2763
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2764
|
+
top: 4px;
|
|
2765
|
+
left: 4px;
|
|
2766
|
+
width: 6px;
|
|
2767
|
+
height: 6px;
|
|
2768
|
+
background: #fff;
|
|
2769
|
+
}
|
|
2770
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2771
|
+
opacity: 0.5;
|
|
2772
|
+
}
|
|
2773
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2774
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2775
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2776
|
+
}
|
|
2777
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2778
|
+
background: #00122e;
|
|
2779
|
+
}
|
|
2780
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2781
|
+
color: #00122e;
|
|
2782
|
+
opacity: 0.5;
|
|
2783
|
+
}
|
|
2784
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2785
|
+
color: #00122e;
|
|
2786
|
+
}
|
|
2787
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2788
|
+
display: inline-block;
|
|
2812
2789
|
padding: 0;
|
|
2813
|
-
|
|
2814
|
-
font-weight: normal;
|
|
2790
|
+
padding-left: 12px;
|
|
2815
2791
|
}
|
|
2816
|
-
.
|
|
2817
|
-
margin-
|
|
2792
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2793
|
+
margin-bottom: 0;
|
|
2794
|
+
white-space: pre-wrap;
|
|
2795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2818
2796
|
}
|
|
2819
|
-
.
|
|
2820
|
-
|
|
2797
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2798
|
+
padding-left: 8px;
|
|
2821
2799
|
}
|
|
2822
|
-
|
|
2823
|
-
|
|
2800
|
+
|
|
2801
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2802
|
+
border-radius: 5px 0 0 5px;
|
|
2824
2803
|
}
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2804
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2805
|
+
border-radius: 0 5px 5px 0;
|
|
2827
2806
|
}
|
|
2828
|
-
|
|
2829
|
-
|
|
2807
|
+
|
|
2808
|
+
.r1f0aqcc {
|
|
2809
|
+
color: #00122e;
|
|
2810
|
+
border-color: #ccd4e3;
|
|
2830
2811
|
}
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
width: 0;
|
|
2834
|
-
height: 0;
|
|
2835
|
-
border: 13px solid transparent;
|
|
2836
|
-
position: absolute;
|
|
2837
|
-
top: 0;
|
|
2838
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2839
|
-
right: -21px;
|
|
2840
|
-
z-index: 2;
|
|
2812
|
+
.r1f0aqcc:first-child {
|
|
2813
|
+
border-color: #a3b4cc;
|
|
2841
2814
|
}
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
height:
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2815
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2816
|
+
padding: 0 12px;
|
|
2817
|
+
line-height: 32px;
|
|
2818
|
+
height: 32px;
|
|
2819
|
+
}
|
|
2820
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2821
|
+
white-space: nowrap;
|
|
2822
|
+
}
|
|
2823
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2824
|
+
background: #ccd4e3;
|
|
2825
|
+
}
|
|
2826
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2827
|
+
background: #0080ff;
|
|
2828
|
+
}
|
|
2829
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2830
|
+
background: #ccd4e3;
|
|
2831
|
+
opacity: 0.5;
|
|
2832
|
+
}
|
|
2833
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2834
|
+
border-right-color: #0080ff;
|
|
2835
|
+
}
|
|
2836
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2837
|
+
border-color: #0080ff;
|
|
2838
|
+
}
|
|
2839
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2840
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2841
|
+
}
|
|
2842
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2843
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2844
|
+
border-color: #ccd4e3;
|
|
2845
|
+
opacity: 0.5;
|
|
2846
|
+
}
|
|
2847
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2848
|
+
color: #00122e;
|
|
2849
|
+
border-color: #ccd4e3;
|
|
2850
|
+
}
|
|
2851
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2852
|
+
color: #00122e;
|
|
2853
|
+
border-color: #ccd4e3;
|
|
2854
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2851
2855
|
}
|
|
2852
|
-
.
|
|
2853
|
-
|
|
2856
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2857
|
+
margin-right: 8px;
|
|
2858
|
+
display: inline;
|
|
2859
|
+
border: none;
|
|
2860
|
+
padding: 0;
|
|
2861
|
+
width: 36px;
|
|
2862
|
+
background: transparent;
|
|
2854
2863
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2864
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2865
|
+
box-shadow: none;
|
|
2857
2866
|
}
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2867
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2868
|
+
margin-right: 0;
|
|
2869
|
+
width: initial;
|
|
2870
|
+
box-shadow: none;
|
|
2860
2871
|
}
|
|
2861
|
-
.
|
|
2862
|
-
|
|
2863
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2872
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2873
|
+
display: none;
|
|
2864
2874
|
}
|
|
2865
|
-
.
|
|
2866
|
-
|
|
2867
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2875
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2876
|
+
display: inline;
|
|
2868
2877
|
}
|
|
2869
|
-
.
|
|
2878
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2879
|
+
display: inline;
|
|
2880
|
+
margin-right: 8px;
|
|
2870
2881
|
padding: 0;
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
.iap75of {
|
|
2874
|
-
height: 18px;
|
|
2875
|
-
line-height: 18px;
|
|
2876
|
-
padding: 0 4px;
|
|
2877
|
-
border-radius: 4px;
|
|
2878
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2879
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2880
|
-
display: flex;
|
|
2881
|
-
align-items: center;
|
|
2882
|
-
white-space: nowrap;
|
|
2883
|
-
margin-right: 4px;
|
|
2882
|
+
width: 36px;
|
|
2884
2883
|
}
|
|
2885
2884
|
|
|
2886
2885
|
.t1upn1sz {
|
|
@@ -3877,61 +3876,6 @@ input.rrg1fkn.ant-input {
|
|
|
3877
3876
|
margin-left: 24px;
|
|
3878
3877
|
}
|
|
3879
3878
|
|
|
3880
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3881
|
-
border-radius: 6px;
|
|
3882
|
-
}
|
|
3883
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
3884
|
-
width: 100%;
|
|
3885
|
-
height: 30px;
|
|
3886
|
-
color: #2d3a56;
|
|
3887
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3888
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3889
|
-
font-size: 13px;
|
|
3890
|
-
}
|
|
3891
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3892
|
-
height: 38px;
|
|
3893
|
-
font-size: 13px;
|
|
3894
|
-
}
|
|
3895
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3896
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3897
|
-
transition: 160ms ease;
|
|
3898
|
-
}
|
|
3899
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3900
|
-
color: #0080ff;
|
|
3901
|
-
}
|
|
3902
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3903
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3904
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3905
|
-
}
|
|
3906
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3907
|
-
color: #0080ff;
|
|
3908
|
-
}
|
|
3909
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
3910
|
-
border-color: #0080ff;
|
|
3911
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3912
|
-
}
|
|
3913
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3914
|
-
transform: rotate(180deg);
|
|
3915
|
-
}
|
|
3916
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3917
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3918
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3919
|
-
cursor: "not-allowed";
|
|
3920
|
-
}
|
|
3921
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3922
|
-
border-color: #f0483e !important;
|
|
3923
|
-
}
|
|
3924
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3925
|
-
color: #1d326c;
|
|
3926
|
-
}
|
|
3927
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
3928
|
-
border-color: #0080ff;
|
|
3929
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3930
|
-
}
|
|
3931
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3932
|
-
transform: rotate(180deg);
|
|
3933
|
-
}
|
|
3934
|
-
|
|
3935
3879
|
.igz4le8 {
|
|
3936
3880
|
height: 24px;
|
|
3937
3881
|
width: 56px !important;
|
|
@@ -3942,6 +3886,10 @@ input.rrg1fkn.ant-input {
|
|
|
3942
3886
|
color: rgba(44, 56, 82, 0.6);
|
|
3943
3887
|
}
|
|
3944
3888
|
|
|
3889
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3890
|
+
display: flex;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3945
3893
|
.m1thnes4 {
|
|
3946
3894
|
color: rgba(44, 56, 82, 0.6);
|
|
3947
3895
|
text-align: center;
|
|
@@ -4103,8 +4051,59 @@ input.rrg1fkn.ant-input {
|
|
|
4103
4051
|
margin-left: 8px;
|
|
4104
4052
|
}
|
|
4105
4053
|
|
|
4106
|
-
.
|
|
4107
|
-
|
|
4054
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4055
|
+
border-radius: 6px;
|
|
4056
|
+
}
|
|
4057
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
4058
|
+
width: 100%;
|
|
4059
|
+
height: 30px;
|
|
4060
|
+
color: #2d3a56;
|
|
4061
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
4062
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4063
|
+
font-size: 13px;
|
|
4064
|
+
}
|
|
4065
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4066
|
+
height: 38px;
|
|
4067
|
+
font-size: 13px;
|
|
4068
|
+
}
|
|
4069
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4070
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4071
|
+
transition: 160ms ease;
|
|
4072
|
+
}
|
|
4073
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4074
|
+
color: #0080ff;
|
|
4075
|
+
}
|
|
4076
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4077
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
4078
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4079
|
+
}
|
|
4080
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4081
|
+
color: #0080ff;
|
|
4082
|
+
}
|
|
4083
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4084
|
+
border-color: #0080ff;
|
|
4085
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4086
|
+
}
|
|
4087
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4088
|
+
transform: rotate(180deg);
|
|
4089
|
+
}
|
|
4090
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4091
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4092
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
4093
|
+
cursor: "not-allowed";
|
|
4094
|
+
}
|
|
4095
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4096
|
+
border-color: #f0483e !important;
|
|
4097
|
+
}
|
|
4098
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4099
|
+
color: #1d326c;
|
|
4100
|
+
}
|
|
4101
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4102
|
+
border-color: #0080ff;
|
|
4103
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4104
|
+
}
|
|
4105
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4106
|
+
transform: rotate(180deg);
|
|
4108
4107
|
}
|
|
4109
4108
|
|
|
4110
4109
|
.t1gz6wqf {
|
|
@@ -4168,6 +4167,52 @@ input.rrg1fkn.ant-input {
|
|
|
4168
4167
|
min-height: 0px;
|
|
4169
4168
|
}
|
|
4170
4169
|
|
|
4170
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4171
|
+
display: var(--at4ovwe-0);
|
|
4172
|
+
}
|
|
4173
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4174
|
+
padding: 5px 12px;
|
|
4175
|
+
display: inline-flex;
|
|
4176
|
+
line-height: 1.5715;
|
|
4177
|
+
height: 100%;
|
|
4178
|
+
width: 100%;
|
|
4179
|
+
}
|
|
4180
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4181
|
+
content: var(--at4ovwe-1);
|
|
4182
|
+
display: var(--at4ovwe-2);
|
|
4183
|
+
flex: none;
|
|
4184
|
+
align-items: center;
|
|
4185
|
+
margin-left: 4px;
|
|
4186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4187
|
+
}
|
|
4188
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4189
|
+
content: var(--at4ovwe-3);
|
|
4190
|
+
display: var(--at4ovwe-4);
|
|
4191
|
+
flex: none;
|
|
4192
|
+
align-items: center;
|
|
4193
|
+
margin-right: 4px;
|
|
4194
|
+
cursor: auto;
|
|
4195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4196
|
+
}
|
|
4197
|
+
.at4ovwe.ant-input-number {
|
|
4198
|
+
width: 100%;
|
|
4199
|
+
border-radius: 6px;
|
|
4200
|
+
}
|
|
4201
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4202
|
+
border-color: #0096ff;
|
|
4203
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4204
|
+
}
|
|
4205
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4206
|
+
border-color: #e75a3a;
|
|
4207
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4208
|
+
}
|
|
4209
|
+
.at4ovwe .ant-input-number-input {
|
|
4210
|
+
padding: 0;
|
|
4211
|
+
margin: 0;
|
|
4212
|
+
height: auto;
|
|
4213
|
+
font-size: inherit;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4171
4216
|
.tc40oxa {
|
|
4172
4217
|
margin-bottom: 4px;
|
|
4173
4218
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4364,52 +4409,6 @@ input.rrg1fkn.ant-input {
|
|
|
4364
4409
|
margin-right: 8px;
|
|
4365
4410
|
}
|
|
4366
4411
|
|
|
4367
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4368
|
-
display: var(--at4ovwe-0);
|
|
4369
|
-
}
|
|
4370
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4371
|
-
padding: 5px 12px;
|
|
4372
|
-
display: inline-flex;
|
|
4373
|
-
line-height: 1.5715;
|
|
4374
|
-
height: 100%;
|
|
4375
|
-
width: 100%;
|
|
4376
|
-
}
|
|
4377
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4378
|
-
content: var(--at4ovwe-1);
|
|
4379
|
-
display: var(--at4ovwe-2);
|
|
4380
|
-
flex: none;
|
|
4381
|
-
align-items: center;
|
|
4382
|
-
margin-left: 4px;
|
|
4383
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4384
|
-
}
|
|
4385
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4386
|
-
content: var(--at4ovwe-3);
|
|
4387
|
-
display: var(--at4ovwe-4);
|
|
4388
|
-
flex: none;
|
|
4389
|
-
align-items: center;
|
|
4390
|
-
margin-right: 4px;
|
|
4391
|
-
cursor: auto;
|
|
4392
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4393
|
-
}
|
|
4394
|
-
.at4ovwe.ant-input-number {
|
|
4395
|
-
width: 100%;
|
|
4396
|
-
border-radius: 6px;
|
|
4397
|
-
}
|
|
4398
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4399
|
-
border-color: #0096ff;
|
|
4400
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4401
|
-
}
|
|
4402
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4403
|
-
border-color: #e75a3a;
|
|
4404
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4405
|
-
}
|
|
4406
|
-
.at4ovwe .ant-input-number-input {
|
|
4407
|
-
padding: 0;
|
|
4408
|
-
margin: 0;
|
|
4409
|
-
height: auto;
|
|
4410
|
-
font-size: inherit;
|
|
4411
|
-
}
|
|
4412
|
-
|
|
4413
4412
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4414
4413
|
display: var(--a6dbbkm-0);
|
|
4415
4414
|
}
|