@cloudtower/eagle 0.26.3-vpc-0.0.1 → 0.26.4
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/Button/index.d.ts +3 -3
- package/dist/components/TableForm/Columns/index.d.ts +3 -3
- package/dist/components/TableForm/types.d.ts +2 -34
- package/dist/components.css +226 -279
- package/dist/esm/index.js +250 -379
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -3
- package/dist/style.css +784 -837
- package/dist/umd/index.js +252 -381
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/components/Card/CardBody.d.ts +0 -5
- package/dist/components/Card/CardTitle.d.ts +0 -5
- package/dist/components/Card/CardWrapper.d.ts +0 -10
- package/dist/components/Card/__test__/Card.spec.d.ts +0 -1
- package/dist/components/Card/index.d.ts +0 -13
- package/dist/utils/testSuit.d.ts +0 -2
package/dist/components.css
CHANGED
|
@@ -1578,6 +1578,34 @@ html body {
|
|
|
1578
1578
|
border-radius: unset;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
|
+
.fde5mpd {
|
|
1582
|
+
width: 100%;
|
|
1583
|
+
height: 100%;
|
|
1584
|
+
min-height: 124px;
|
|
1585
|
+
display: flex;
|
|
1586
|
+
flex-direction: column;
|
|
1587
|
+
justify-content: center;
|
|
1588
|
+
align-items: center;
|
|
1589
|
+
}
|
|
1590
|
+
.fde5mpd .error-text {
|
|
1591
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1592
|
+
margin-bottom: 16px;
|
|
1593
|
+
font-size: 18px;
|
|
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
|
+
|
|
1581
1609
|
.buj61ew.ant-btn {
|
|
1582
1610
|
height: 32px;
|
|
1583
1611
|
border-radius: 6px;
|
|
@@ -1826,91 +1854,6 @@ html body {
|
|
|
1826
1854
|
padding: 0;
|
|
1827
1855
|
}
|
|
1828
1856
|
|
|
1829
|
-
.iap75of {
|
|
1830
|
-
height: 18px;
|
|
1831
|
-
line-height: 18px;
|
|
1832
|
-
padding: 0 4px;
|
|
1833
|
-
border-radius: 4px;
|
|
1834
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1835
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1836
|
-
display: flex;
|
|
1837
|
-
align-items: center;
|
|
1838
|
-
white-space: nowrap;
|
|
1839
|
-
margin-right: 4px;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
.fde5mpd {
|
|
1843
|
-
width: 100%;
|
|
1844
|
-
height: 100%;
|
|
1845
|
-
min-height: 124px;
|
|
1846
|
-
display: flex;
|
|
1847
|
-
flex-direction: column;
|
|
1848
|
-
justify-content: center;
|
|
1849
|
-
align-items: center;
|
|
1850
|
-
}
|
|
1851
|
-
.fde5mpd .error-text {
|
|
1852
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1853
|
-
margin-bottom: 16px;
|
|
1854
|
-
font-size: 18px;
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
.p12gwtiw {
|
|
1858
|
-
display: flex;
|
|
1859
|
-
justify-content: space-between;
|
|
1860
|
-
align-items: center;
|
|
1861
|
-
padding: 10px 0;
|
|
1862
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1863
|
-
font-size: 12px;
|
|
1864
|
-
line-height: 24px;
|
|
1865
|
-
}
|
|
1866
|
-
.p12gwtiw .pagination-left {
|
|
1867
|
-
padding: 2px 8px;
|
|
1868
|
-
}
|
|
1869
|
-
.p12gwtiw .dropdown-trigger {
|
|
1870
|
-
display: flex;
|
|
1871
|
-
align-items: center;
|
|
1872
|
-
border-radius: 6px;
|
|
1873
|
-
cursor: pointer;
|
|
1874
|
-
transition: all 0.3s ease;
|
|
1875
|
-
}
|
|
1876
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1877
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1878
|
-
color: #0080ff;
|
|
1879
|
-
}
|
|
1880
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1881
|
-
margin-left: 4px;
|
|
1882
|
-
}
|
|
1883
|
-
.p12gwtiw .pagination-right {
|
|
1884
|
-
display: flex;
|
|
1885
|
-
align-items: center;
|
|
1886
|
-
color: #0080ff;
|
|
1887
|
-
font-weight: bold;
|
|
1888
|
-
}
|
|
1889
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1890
|
-
margin-left: 4px;
|
|
1891
|
-
}
|
|
1892
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1893
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1894
|
-
padding: 0 8px;
|
|
1895
|
-
}
|
|
1896
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1897
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1898
|
-
color: #0080ff;
|
|
1899
|
-
}
|
|
1900
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1901
|
-
transform: rotate(180deg);
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1905
|
-
max-height: calc(100vh - 128px);
|
|
1906
|
-
overflow-y: auto;
|
|
1907
|
-
}
|
|
1908
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1909
|
-
padding: 4px 20px;
|
|
1910
|
-
font-size: 12px;
|
|
1911
|
-
line-height: 18px;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
1857
|
.cz04yix {
|
|
1915
1858
|
display: flex;
|
|
1916
1859
|
flex-direction: column;
|
|
@@ -2576,87 +2519,134 @@ input.rrg1fkn.ant-input {
|
|
|
2576
2519
|
border-bottom-left-radius: 0;
|
|
2577
2520
|
}
|
|
2578
2521
|
|
|
2579
|
-
.
|
|
2580
|
-
|
|
2581
|
-
|
|
2522
|
+
.i1mrf09m {
|
|
2523
|
+
display: inline-flex;
|
|
2524
|
+
align-items: center;
|
|
2582
2525
|
}
|
|
2583
|
-
.
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
overflow: visible;
|
|
2526
|
+
.i1mrf09m .icon-inner {
|
|
2527
|
+
display: inline-flex;
|
|
2528
|
+
align-items: center;
|
|
2529
|
+
justify-content: center;
|
|
2588
2530
|
}
|
|
2589
|
-
.
|
|
2590
|
-
|
|
2531
|
+
.i1mrf09m .icon-inner + span,
|
|
2532
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2533
|
+
margin-left: 4px;
|
|
2591
2534
|
}
|
|
2592
|
-
.
|
|
2593
|
-
|
|
2594
|
-
|
|
2535
|
+
.i1mrf09m.is-rotate img,
|
|
2536
|
+
.i1mrf09m.is-rotate svg {
|
|
2537
|
+
animation: rotate 680ms linear infinite;
|
|
2595
2538
|
}
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
font-size: 12px;
|
|
2603
|
-
font-weight: normal;
|
|
2539
|
+
|
|
2540
|
+
.s34f1qb.ant-switch {
|
|
2541
|
+
min-width: 40px;
|
|
2542
|
+
height: 24px;
|
|
2543
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2544
|
+
overflow: hidden;
|
|
2604
2545
|
}
|
|
2605
|
-
.
|
|
2606
|
-
|
|
2546
|
+
.s34f1qb.ant-switch:focus {
|
|
2547
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2607
2548
|
}
|
|
2608
|
-
.
|
|
2609
|
-
|
|
2549
|
+
.s34f1qb.ant-switch-small {
|
|
2550
|
+
min-width: 26px;
|
|
2551
|
+
height: 16px;
|
|
2610
2552
|
}
|
|
2611
|
-
.
|
|
2612
|
-
|
|
2553
|
+
.s34f1qb.ant-switch-large {
|
|
2554
|
+
min-width: 52px;
|
|
2555
|
+
height: 32px;
|
|
2613
2556
|
}
|
|
2614
|
-
.
|
|
2615
|
-
|
|
2557
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2558
|
+
height: 20px;
|
|
2559
|
+
width: 20px;
|
|
2616
2560
|
}
|
|
2617
|
-
.
|
|
2618
|
-
border-radius:
|
|
2561
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2562
|
+
border-radius: 10px;
|
|
2563
|
+
transition-delay: 120ms;
|
|
2619
2564
|
}
|
|
2620
|
-
.
|
|
2621
|
-
|
|
2622
|
-
width:
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
position: absolute;
|
|
2626
|
-
top: 0;
|
|
2627
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2628
|
-
right: -21px;
|
|
2629
|
-
z-index: 2;
|
|
2565
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2566
|
+
height: 14px;
|
|
2567
|
+
width: 14px;
|
|
2568
|
+
top: 1px;
|
|
2569
|
+
left: 1px;
|
|
2630
2570
|
}
|
|
2631
|
-
.
|
|
2632
|
-
|
|
2633
|
-
width:
|
|
2634
|
-
height: 0;
|
|
2635
|
-
border: 13px solid transparent;
|
|
2636
|
-
position: absolute;
|
|
2637
|
-
top: 0;
|
|
2638
|
-
border-left: 8px solid #fff;
|
|
2639
|
-
left: 0;
|
|
2571
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2572
|
+
height: 28px;
|
|
2573
|
+
width: 28px;
|
|
2640
2574
|
}
|
|
2641
|
-
.
|
|
2642
|
-
|
|
2575
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2576
|
+
border-radius: 14px;
|
|
2643
2577
|
}
|
|
2644
|
-
.
|
|
2645
|
-
|
|
2578
|
+
.s34f1qb.ant-switch-checked {
|
|
2579
|
+
background-color: #00ba5d;
|
|
2646
2580
|
}
|
|
2647
|
-
.
|
|
2648
|
-
|
|
2581
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2582
|
+
left: calc(100% - 20px - 2px);
|
|
2649
2583
|
}
|
|
2650
|
-
.
|
|
2651
|
-
|
|
2652
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2584
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2585
|
+
left: calc(100% - 14px - 1px);
|
|
2653
2586
|
}
|
|
2654
|
-
.
|
|
2655
|
-
|
|
2587
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2588
|
+
left: calc(100% - 28px - 2px);
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
.c1to9vb9 {
|
|
2592
|
+
margin-left: 5px;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.p12gwtiw {
|
|
2596
|
+
display: flex;
|
|
2597
|
+
justify-content: space-between;
|
|
2598
|
+
align-items: center;
|
|
2599
|
+
padding: 10px 0;
|
|
2656
2600
|
color: rgba(44, 56, 82, 0.6);
|
|
2601
|
+
font-size: 12px;
|
|
2602
|
+
line-height: 24px;
|
|
2657
2603
|
}
|
|
2658
|
-
.
|
|
2659
|
-
padding:
|
|
2604
|
+
.p12gwtiw .pagination-left {
|
|
2605
|
+
padding: 2px 8px;
|
|
2606
|
+
}
|
|
2607
|
+
.p12gwtiw .dropdown-trigger {
|
|
2608
|
+
display: flex;
|
|
2609
|
+
align-items: center;
|
|
2610
|
+
border-radius: 6px;
|
|
2611
|
+
cursor: pointer;
|
|
2612
|
+
transition: all 0.3s ease;
|
|
2613
|
+
}
|
|
2614
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2615
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2616
|
+
color: #0080ff;
|
|
2617
|
+
}
|
|
2618
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2619
|
+
margin-left: 4px;
|
|
2620
|
+
}
|
|
2621
|
+
.p12gwtiw .pagination-right {
|
|
2622
|
+
display: flex;
|
|
2623
|
+
align-items: center;
|
|
2624
|
+
color: #0080ff;
|
|
2625
|
+
font-weight: bold;
|
|
2626
|
+
}
|
|
2627
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2628
|
+
margin-left: 4px;
|
|
2629
|
+
}
|
|
2630
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2631
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2632
|
+
padding: 0 8px;
|
|
2633
|
+
}
|
|
2634
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2635
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2636
|
+
color: #0080ff;
|
|
2637
|
+
}
|
|
2638
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2639
|
+
transform: rotate(180deg);
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2643
|
+
max-height: calc(100vh - 128px);
|
|
2644
|
+
overflow-y: auto;
|
|
2645
|
+
}
|
|
2646
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2647
|
+
padding: 4px 20px;
|
|
2648
|
+
font-size: 12px;
|
|
2649
|
+
line-height: 18px;
|
|
2660
2650
|
}
|
|
2661
2651
|
|
|
2662
2652
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2800,86 +2790,96 @@ input.rrg1fkn.ant-input {
|
|
|
2800
2790
|
width: 36px;
|
|
2801
2791
|
}
|
|
2802
2792
|
|
|
2803
|
-
.
|
|
2804
|
-
|
|
2793
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2794
|
+
flex-direction: row;
|
|
2795
|
+
justify-content: stretch;
|
|
2805
2796
|
}
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2797
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2798
|
+
padding: 0;
|
|
2799
|
+
margin-right: 4px;
|
|
2800
|
+
flex: 1;
|
|
2801
|
+
overflow: visible;
|
|
2810
2802
|
}
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
display: inline-flex;
|
|
2814
|
-
align-items: center;
|
|
2803
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2804
|
+
display: none;
|
|
2815
2805
|
}
|
|
2816
|
-
.
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
justify-content: center;
|
|
2806
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2807
|
+
width: 100%;
|
|
2808
|
+
min-height: unset;
|
|
2820
2809
|
}
|
|
2821
|
-
.
|
|
2822
|
-
|
|
2823
|
-
|
|
2810
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2811
|
+
height: 26px;
|
|
2812
|
+
line-height: 26px;
|
|
2813
|
+
width: 100%;
|
|
2814
|
+
text-align: center;
|
|
2815
|
+
padding: 0;
|
|
2816
|
+
font-size: 12px;
|
|
2817
|
+
font-weight: normal;
|
|
2824
2818
|
}
|
|
2825
|
-
.
|
|
2826
|
-
|
|
2827
|
-
animation: rotate 680ms linear infinite;
|
|
2819
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2820
|
+
margin-right: 10px;
|
|
2828
2821
|
}
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
min-width: 40px;
|
|
2832
|
-
height: 24px;
|
|
2833
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2834
|
-
overflow: hidden;
|
|
2822
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2823
|
+
display: none;
|
|
2835
2824
|
}
|
|
2836
|
-
.
|
|
2837
|
-
|
|
2825
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2826
|
+
border-radius: 4px 0 0 4px;
|
|
2838
2827
|
}
|
|
2839
|
-
.
|
|
2840
|
-
|
|
2841
|
-
height: 16px;
|
|
2828
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2829
|
+
margin-right: 0;
|
|
2842
2830
|
}
|
|
2843
|
-
.
|
|
2844
|
-
|
|
2845
|
-
height: 32px;
|
|
2831
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2832
|
+
border-radius: 0 4px 4px 0;
|
|
2846
2833
|
}
|
|
2847
|
-
.
|
|
2848
|
-
|
|
2849
|
-
width:
|
|
2834
|
+
.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 {
|
|
2835
|
+
content: "";
|
|
2836
|
+
width: 0;
|
|
2837
|
+
height: 0;
|
|
2838
|
+
border: 13px solid transparent;
|
|
2839
|
+
position: absolute;
|
|
2840
|
+
top: 0;
|
|
2841
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2842
|
+
right: -21px;
|
|
2843
|
+
z-index: 2;
|
|
2850
2844
|
}
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
|
|
2845
|
+
.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 {
|
|
2846
|
+
content: "";
|
|
2847
|
+
width: 0;
|
|
2848
|
+
height: 0;
|
|
2849
|
+
border: 13px solid transparent;
|
|
2850
|
+
position: absolute;
|
|
2851
|
+
top: 0;
|
|
2852
|
+
border-left: 8px solid #fff;
|
|
2853
|
+
left: 0;
|
|
2854
2854
|
}
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
-
width: 14px;
|
|
2858
|
-
top: 1px;
|
|
2859
|
-
left: 1px;
|
|
2855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2856
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2860
2857
|
}
|
|
2861
|
-
.
|
|
2862
|
-
|
|
2863
|
-
width: 28px;
|
|
2858
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2859
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2864
2860
|
}
|
|
2865
|
-
.
|
|
2866
|
-
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2862
|
+
color: #005ed1;
|
|
2867
2863
|
}
|
|
2868
|
-
.
|
|
2869
|
-
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2865
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2866
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2870
2867
|
}
|
|
2871
|
-
.
|
|
2872
|
-
|
|
2868
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2869
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2870
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2873
2871
|
}
|
|
2874
|
-
.
|
|
2875
|
-
|
|
2872
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2873
|
+
padding: 0;
|
|
2876
2874
|
}
|
|
2877
|
-
|
|
2878
|
-
|
|
2875
|
+
|
|
2876
|
+
.obf05yr {
|
|
2877
|
+
display: inline-block;
|
|
2879
2878
|
}
|
|
2880
2879
|
|
|
2881
|
-
.
|
|
2882
|
-
|
|
2880
|
+
.hsms1n6 {
|
|
2881
|
+
visibility: hidden;
|
|
2882
|
+
position: absolute;
|
|
2883
2883
|
}
|
|
2884
2884
|
|
|
2885
2885
|
.t1upn1sz {
|
|
@@ -3245,10 +3245,6 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3245
|
background: #fff;
|
|
3246
3246
|
}
|
|
3247
3247
|
|
|
3248
|
-
.i1e4sgug {
|
|
3249
|
-
display: inline-block;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
3248
|
.s1fc623g {
|
|
3253
3249
|
width: 430px !important;
|
|
3254
3250
|
}
|
|
@@ -3330,6 +3326,10 @@ input.rrg1fkn.ant-input {
|
|
|
3330
3326
|
opacity: 0;
|
|
3331
3327
|
}
|
|
3332
3328
|
|
|
3329
|
+
.i1e4sgug {
|
|
3330
|
+
display: inline-block;
|
|
3331
|
+
}
|
|
3332
|
+
|
|
3333
3333
|
.d6j0lbj {
|
|
3334
3334
|
font-family: Inter;
|
|
3335
3335
|
font-style: normal;
|
|
@@ -3876,6 +3876,20 @@ input.rrg1fkn.ant-input {
|
|
|
3876
3876
|
margin-left: 24px;
|
|
3877
3877
|
}
|
|
3878
3878
|
|
|
3879
|
+
.igz4le8 {
|
|
3880
|
+
height: 24px;
|
|
3881
|
+
width: 56px !important;
|
|
3882
|
+
margin-right: 4px;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.c1riexje {
|
|
3886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3890
|
+
display: flex;
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3879
3893
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3880
3894
|
border-radius: 6px;
|
|
3881
3895
|
}
|
|
@@ -3931,20 +3945,6 @@ input.rrg1fkn.ant-input {
|
|
|
3931
3945
|
transform: rotate(180deg);
|
|
3932
3946
|
}
|
|
3933
3947
|
|
|
3934
|
-
.igz4le8 {
|
|
3935
|
-
height: 24px;
|
|
3936
|
-
width: 56px !important;
|
|
3937
|
-
margin-right: 4px;
|
|
3938
|
-
}
|
|
3939
|
-
|
|
3940
|
-
.c1riexje {
|
|
3941
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
|
-
display: flex;
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
3948
|
.m1thnes4 {
|
|
3949
3949
|
color: rgba(44, 56, 82, 0.6);
|
|
3950
3950
|
text-align: center;
|
|
@@ -4136,59 +4136,6 @@ input.rrg1fkn.ant-input {
|
|
|
4136
4136
|
background: rgba(163, 180, 204, 0.18);
|
|
4137
4137
|
}
|
|
4138
4138
|
|
|
4139
|
-
.c1k4vanq {
|
|
4140
|
-
padding: 0 16px 14px 16px;
|
|
4141
|
-
}
|
|
4142
|
-
|
|
4143
|
-
.c1udgdh2 {
|
|
4144
|
-
color: #2d3a56;
|
|
4145
|
-
padding: 12px 16px 10px 16px;
|
|
4146
|
-
display: flex;
|
|
4147
|
-
justify-content: space-between;
|
|
4148
|
-
align-items: center;
|
|
4149
|
-
}
|
|
4150
|
-
.c1udgdh2.has-arrow {
|
|
4151
|
-
padding-left: 10px;
|
|
4152
|
-
}
|
|
4153
|
-
.c1udgdh2.has-arrow .title-wrapper {
|
|
4154
|
-
cursor: pointer;
|
|
4155
|
-
color: #00122e;
|
|
4156
|
-
}
|
|
4157
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
4158
|
-
color: #2d3a56;
|
|
4159
|
-
font-weight: 600;
|
|
4160
|
-
}
|
|
4161
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
4162
|
-
transform: rotate(90deg);
|
|
4163
|
-
}
|
|
4164
|
-
.c1udgdh2 .sub-info {
|
|
4165
|
-
font-size: 12px;
|
|
4166
|
-
line-height: 18px;
|
|
4167
|
-
}
|
|
4168
|
-
.c1udgdh2 .title-wrapper {
|
|
4169
|
-
display: flex;
|
|
4170
|
-
align-items: center;
|
|
4171
|
-
user-select: none;
|
|
4172
|
-
flex-grow: 1;
|
|
4173
|
-
font-size: 12px;
|
|
4174
|
-
line-height: 18px;
|
|
4175
|
-
color: #2d3a56;
|
|
4176
|
-
font-weight: 700;
|
|
4177
|
-
}
|
|
4178
|
-
.c1udgdh2 .collapse-arrow {
|
|
4179
|
-
transition: all 50ms ease-out 0ms;
|
|
4180
|
-
margin-right: 2px;
|
|
4181
|
-
}
|
|
4182
|
-
|
|
4183
|
-
.bab9xum {
|
|
4184
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
4185
|
-
}
|
|
4186
|
-
|
|
4187
|
-
.cav4gt6 {
|
|
4188
|
-
border-radius: 4px;
|
|
4189
|
-
background-color: white;
|
|
4190
|
-
}
|
|
4191
|
-
|
|
4192
4139
|
.f1p9ti6d {
|
|
4193
4140
|
width: 100%;
|
|
4194
4141
|
margin-bottom: 0 !important;
|