@cloudtower/eagle 0.22.18 → 0.22.20
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/TableForm/Columns/AffixColumn.d.ts +3 -0
- package/dist/components/TableForm/Columns/CheckboxColumn.d.ts +3 -0
- package/dist/components/TableForm/Columns/FormItem.d.ts +7 -0
- package/dist/components/TableForm/Columns/InputColumn.d.ts +4 -0
- package/dist/components/TableForm/Columns/TextColumn.d.ts +4 -0
- package/dist/components/TableForm/Columns/index.d.ts +15 -0
- package/dist/components/TableForm/TableFormBodyCell.d.ts +3 -0
- package/dist/components/TableForm/TableFormHeaderCell.d.ts +3 -0
- package/dist/components/TableForm/const.d.ts +9 -0
- package/dist/components/TableForm/index.d.ts +18 -0
- package/dist/components/TableForm/style.d.ts +9 -0
- package/dist/components/TableForm/types.d.ts +49 -0
- package/dist/components/TableForm/utils.d.ts +1 -0
- package/dist/esm/index.js +4 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +4 -0
- package/dist/style.css +539 -539
- package/dist/umd/index.js +6 -4
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,44 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
+
.obf05yr {
|
|
1601
|
+
display: inline-block;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.hsms1n6 {
|
|
1605
|
+
visibility: hidden;
|
|
1606
|
+
position: absolute;
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
.bpq0js6 {
|
|
1610
|
+
padding: 4px 11px;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.b15sn34c {
|
|
1614
|
+
white-space: nowrap;
|
|
1615
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1616
|
+
}
|
|
1617
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1618
|
+
--color: #0080ff;
|
|
1619
|
+
}
|
|
1620
|
+
.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] {
|
|
1621
|
+
--color: #0080ff;
|
|
1622
|
+
}
|
|
1623
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1624
|
+
margin-left: 1px;
|
|
1625
|
+
}
|
|
1626
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1627
|
+
border-top-right-radius: 0;
|
|
1628
|
+
border-bottom-right-radius: 0;
|
|
1629
|
+
}
|
|
1630
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1631
|
+
border-top-left-radius: 0;
|
|
1632
|
+
border-bottom-left-radius: 0;
|
|
1633
|
+
}
|
|
1634
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1635
|
+
border-radius: unset;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1600
1638
|
.buj61ew.ant-btn {
|
|
1601
1639
|
height: 32px;
|
|
1602
1640
|
border-radius: 6px;
|
|
@@ -1845,23 +1883,92 @@ input[type=submit] {
|
|
|
1845
1883
|
padding: 0;
|
|
1846
1884
|
}
|
|
1847
1885
|
|
|
1848
|
-
.
|
|
1849
|
-
width:
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
.oa3mx0o {
|
|
1886
|
+
.fde5mpd {
|
|
1887
|
+
width: 100%;
|
|
1888
|
+
height: 100%;
|
|
1889
|
+
min-height: 124px;
|
|
1853
1890
|
display: flex;
|
|
1854
1891
|
flex-direction: column;
|
|
1892
|
+
justify-content: center;
|
|
1893
|
+
align-items: center;
|
|
1894
|
+
}
|
|
1895
|
+
.fde5mpd .error-text {
|
|
1896
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1897
|
+
margin-bottom: 16px;
|
|
1898
|
+
font-size: 18px;
|
|
1855
1899
|
}
|
|
1856
1900
|
|
|
1857
|
-
.
|
|
1858
|
-
display: flex;
|
|
1859
|
-
|
|
1901
|
+
.i1mrf09m {
|
|
1902
|
+
display: inline-flex;
|
|
1903
|
+
align-items: center;
|
|
1904
|
+
}
|
|
1905
|
+
.i1mrf09m .icon-inner {
|
|
1906
|
+
display: inline-flex;
|
|
1907
|
+
align-items: center;
|
|
1908
|
+
justify-content: center;
|
|
1909
|
+
}
|
|
1910
|
+
.i1mrf09m .icon-inner + span,
|
|
1911
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1912
|
+
margin-left: 4px;
|
|
1913
|
+
}
|
|
1914
|
+
.i1mrf09m.is-rotate img,
|
|
1915
|
+
.i1mrf09m.is-rotate svg {
|
|
1916
|
+
animation: rotate 680ms linear infinite;
|
|
1860
1917
|
}
|
|
1861
1918
|
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1864
|
-
|
|
1919
|
+
.s34f1qb.ant-switch {
|
|
1920
|
+
min-width: 40px;
|
|
1921
|
+
height: 24px;
|
|
1922
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1923
|
+
overflow: hidden;
|
|
1924
|
+
}
|
|
1925
|
+
.s34f1qb.ant-switch:focus {
|
|
1926
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1927
|
+
}
|
|
1928
|
+
.s34f1qb.ant-switch-small {
|
|
1929
|
+
min-width: 26px;
|
|
1930
|
+
height: 16px;
|
|
1931
|
+
}
|
|
1932
|
+
.s34f1qb.ant-switch-large {
|
|
1933
|
+
min-width: 52px;
|
|
1934
|
+
height: 32px;
|
|
1935
|
+
}
|
|
1936
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1937
|
+
height: 20px;
|
|
1938
|
+
width: 20px;
|
|
1939
|
+
}
|
|
1940
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1941
|
+
border-radius: 10px;
|
|
1942
|
+
transition-delay: 120ms;
|
|
1943
|
+
}
|
|
1944
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1945
|
+
height: 14px;
|
|
1946
|
+
width: 14px;
|
|
1947
|
+
top: 1px;
|
|
1948
|
+
left: 1px;
|
|
1949
|
+
}
|
|
1950
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1951
|
+
height: 28px;
|
|
1952
|
+
width: 28px;
|
|
1953
|
+
}
|
|
1954
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1955
|
+
border-radius: 14px;
|
|
1956
|
+
}
|
|
1957
|
+
.s34f1qb.ant-switch-checked {
|
|
1958
|
+
background-color: #00ba5d;
|
|
1959
|
+
}
|
|
1960
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1961
|
+
left: calc(100% - 20px - 2px);
|
|
1962
|
+
}
|
|
1963
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1964
|
+
left: calc(100% - 14px - 1px);
|
|
1965
|
+
}
|
|
1966
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1967
|
+
left: calc(100% - 28px - 2px);
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.c1to9vb9 {
|
|
1971
|
+
margin-left: 5px;
|
|
1865
1972
|
}
|
|
1866
1973
|
|
|
1867
1974
|
.cz04yix {
|
|
@@ -2529,104 +2636,154 @@ input.rrg1fkn.ant-input {
|
|
|
2529
2636
|
border-bottom-left-radius: 0;
|
|
2530
2637
|
}
|
|
2531
2638
|
|
|
2532
|
-
.
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2537
|
-
padding: 0;
|
|
2538
|
-
margin-right: 4px;
|
|
2539
|
-
flex: 1;
|
|
2540
|
-
overflow: visible;
|
|
2541
|
-
}
|
|
2542
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2543
|
-
display: none;
|
|
2544
|
-
}
|
|
2545
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2546
|
-
width: 100%;
|
|
2547
|
-
min-height: unset;
|
|
2548
|
-
}
|
|
2549
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2550
|
-
height: 26px;
|
|
2551
|
-
line-height: 26px;
|
|
2552
|
-
width: 100%;
|
|
2553
|
-
text-align: center;
|
|
2554
|
-
padding: 0;
|
|
2555
|
-
font-size: 12px;
|
|
2556
|
-
font-weight: normal;
|
|
2639
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2640
|
+
display: inline-flex;
|
|
2641
|
+
align-items: baseline;
|
|
2642
|
+
white-space: pre-wrap;
|
|
2557
2643
|
}
|
|
2558
|
-
.
|
|
2559
|
-
|
|
2644
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2645
|
+
position: relative;
|
|
2646
|
+
top: 3px;
|
|
2560
2647
|
}
|
|
2561
|
-
.
|
|
2562
|
-
|
|
2648
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2649
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2563
2650
|
}
|
|
2564
|
-
.
|
|
2565
|
-
border-
|
|
2651
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2652
|
+
border-color: #0080ff;
|
|
2566
2653
|
}
|
|
2567
|
-
.
|
|
2568
|
-
|
|
2654
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2655
|
+
border-color: #0080ff;
|
|
2656
|
+
background: #0080ff;
|
|
2569
2657
|
}
|
|
2570
|
-
.
|
|
2571
|
-
|
|
2658
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2659
|
+
top: 4px;
|
|
2660
|
+
left: 4px;
|
|
2661
|
+
width: 6px;
|
|
2662
|
+
height: 6px;
|
|
2663
|
+
background: #fff;
|
|
2572
2664
|
}
|
|
2573
|
-
.
|
|
2574
|
-
|
|
2575
|
-
width: 0;
|
|
2576
|
-
height: 0;
|
|
2577
|
-
border: 13px solid transparent;
|
|
2578
|
-
position: absolute;
|
|
2579
|
-
top: 0;
|
|
2580
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2581
|
-
right: -21px;
|
|
2582
|
-
z-index: 2;
|
|
2665
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2666
|
+
opacity: 0.5;
|
|
2583
2667
|
}
|
|
2584
|
-
.
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
height: 0;
|
|
2588
|
-
border: 13px solid transparent;
|
|
2589
|
-
position: absolute;
|
|
2590
|
-
top: 0;
|
|
2591
|
-
border-left: 8px solid #fff;
|
|
2592
|
-
left: 0;
|
|
2668
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2669
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2670
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2593
2671
|
}
|
|
2594
|
-
.
|
|
2595
|
-
background
|
|
2672
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2673
|
+
background: #00122e;
|
|
2596
2674
|
}
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2675
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2676
|
+
color: #00122e;
|
|
2677
|
+
opacity: 0.5;
|
|
2599
2678
|
}
|
|
2600
|
-
.
|
|
2601
|
-
color: #
|
|
2679
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2680
|
+
color: #00122e;
|
|
2602
2681
|
}
|
|
2603
|
-
.
|
|
2604
|
-
|
|
2605
|
-
|
|
2682
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2683
|
+
display: inline-block;
|
|
2684
|
+
padding: 0;
|
|
2685
|
+
padding-left: 12px;
|
|
2606
2686
|
}
|
|
2607
|
-
.
|
|
2608
|
-
|
|
2687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2688
|
+
margin-bottom: 0;
|
|
2689
|
+
white-space: pre-wrap;
|
|
2609
2690
|
color: rgba(44, 56, 82, 0.6);
|
|
2610
2691
|
}
|
|
2611
|
-
.
|
|
2612
|
-
padding:
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
.obf05yr {
|
|
2616
|
-
display: inline-block;
|
|
2692
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2693
|
+
padding-left: 8px;
|
|
2617
2694
|
}
|
|
2618
2695
|
|
|
2619
|
-
.
|
|
2620
|
-
|
|
2621
|
-
position: absolute;
|
|
2696
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2697
|
+
border-radius: 5px 0 0 5px;
|
|
2622
2698
|
}
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
height: 100%;
|
|
2699
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2700
|
+
border-radius: 0 5px 5px 0;
|
|
2626
2701
|
}
|
|
2627
2702
|
|
|
2628
|
-
.
|
|
2629
|
-
|
|
2703
|
+
.r1f0aqcc {
|
|
2704
|
+
color: #00122e;
|
|
2705
|
+
border-color: #ccd4e3;
|
|
2706
|
+
}
|
|
2707
|
+
.r1f0aqcc:first-child {
|
|
2708
|
+
color: #00122e;
|
|
2709
|
+
border-color: #a3b4cc;
|
|
2710
|
+
}
|
|
2711
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2712
|
+
padding: 0 12px;
|
|
2713
|
+
line-height: 32px;
|
|
2714
|
+
height: 32px;
|
|
2715
|
+
}
|
|
2716
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2717
|
+
white-space: nowrap;
|
|
2718
|
+
}
|
|
2719
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2720
|
+
background: #ccd4e3;
|
|
2721
|
+
}
|
|
2722
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2723
|
+
background: #0080ff;
|
|
2724
|
+
}
|
|
2725
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2726
|
+
background: #ccd4e3;
|
|
2727
|
+
opacity: 0.5;
|
|
2728
|
+
}
|
|
2729
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2730
|
+
border-right-color: #0080ff;
|
|
2731
|
+
}
|
|
2732
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2733
|
+
border-color: #0080ff;
|
|
2734
|
+
}
|
|
2735
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2736
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2737
|
+
}
|
|
2738
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2739
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2740
|
+
border-color: #ccd4e3;
|
|
2741
|
+
opacity: 0.5;
|
|
2742
|
+
}
|
|
2743
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2744
|
+
color: #00122e;
|
|
2745
|
+
border-color: #ccd4e3;
|
|
2746
|
+
}
|
|
2747
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2748
|
+
color: #00122e;
|
|
2749
|
+
border-color: #ccd4e3;
|
|
2750
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2751
|
+
}
|
|
2752
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2753
|
+
margin-right: 8px;
|
|
2754
|
+
display: inline;
|
|
2755
|
+
border: none;
|
|
2756
|
+
padding: 0;
|
|
2757
|
+
width: 36px;
|
|
2758
|
+
background: transparent;
|
|
2759
|
+
}
|
|
2760
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2761
|
+
box-shadow: none;
|
|
2762
|
+
}
|
|
2763
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2764
|
+
margin-right: 0;
|
|
2765
|
+
width: initial;
|
|
2766
|
+
box-shadow: none;
|
|
2767
|
+
}
|
|
2768
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2769
|
+
display: none;
|
|
2770
|
+
}
|
|
2771
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2772
|
+
display: inline;
|
|
2773
|
+
}
|
|
2774
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2775
|
+
display: inline;
|
|
2776
|
+
margin-right: 8px;
|
|
2777
|
+
padding: 0;
|
|
2778
|
+
width: 36px;
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2781
|
+
.t1upn1sz {
|
|
2782
|
+
height: 100%;
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
.tta5kd2 {
|
|
2786
|
+
height: 100%;
|
|
2630
2787
|
}
|
|
2631
2788
|
.tta5kd2.empty-table .ant-table-content {
|
|
2632
2789
|
overflow: visible !important;
|
|
@@ -2977,256 +3134,127 @@ input.rrg1fkn.ant-input {
|
|
|
2977
3134
|
background: #fff;
|
|
2978
3135
|
}
|
|
2979
3136
|
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2984
|
-
overflow: hidden;
|
|
3137
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3138
|
+
flex-direction: row;
|
|
3139
|
+
justify-content: stretch;
|
|
2985
3140
|
}
|
|
2986
|
-
.
|
|
2987
|
-
|
|
3141
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
3142
|
+
padding: 0;
|
|
3143
|
+
margin-right: 4px;
|
|
3144
|
+
flex: 1;
|
|
3145
|
+
overflow: visible;
|
|
2988
3146
|
}
|
|
2989
|
-
.
|
|
2990
|
-
|
|
2991
|
-
height: 16px;
|
|
3147
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
3148
|
+
display: none;
|
|
2992
3149
|
}
|
|
2993
|
-
.
|
|
2994
|
-
|
|
2995
|
-
height:
|
|
3150
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
3151
|
+
width: 100%;
|
|
3152
|
+
min-height: unset;
|
|
2996
3153
|
}
|
|
2997
|
-
.
|
|
2998
|
-
height:
|
|
2999
|
-
|
|
3154
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
3155
|
+
height: 26px;
|
|
3156
|
+
line-height: 26px;
|
|
3157
|
+
width: 100%;
|
|
3158
|
+
text-align: center;
|
|
3159
|
+
padding: 0;
|
|
3160
|
+
font-size: 12px;
|
|
3161
|
+
font-weight: normal;
|
|
3000
3162
|
}
|
|
3001
|
-
.
|
|
3002
|
-
|
|
3003
|
-
transition-delay: 120ms;
|
|
3163
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
3164
|
+
margin-right: 10px;
|
|
3004
3165
|
}
|
|
3005
|
-
.
|
|
3006
|
-
|
|
3007
|
-
width: 14px;
|
|
3008
|
-
top: 1px;
|
|
3009
|
-
left: 1px;
|
|
3166
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
3167
|
+
display: none;
|
|
3010
3168
|
}
|
|
3011
|
-
.
|
|
3012
|
-
|
|
3013
|
-
width: 28px;
|
|
3169
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
3170
|
+
border-radius: 4px 0 0 4px;
|
|
3014
3171
|
}
|
|
3015
|
-
.
|
|
3016
|
-
|
|
3172
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
3173
|
+
margin-right: 0;
|
|
3017
3174
|
}
|
|
3018
|
-
.
|
|
3019
|
-
|
|
3175
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
3176
|
+
border-radius: 0 4px 4px 0;
|
|
3020
3177
|
}
|
|
3021
|
-
.
|
|
3022
|
-
|
|
3178
|
+
.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 {
|
|
3179
|
+
content: "";
|
|
3180
|
+
width: 0;
|
|
3181
|
+
height: 0;
|
|
3182
|
+
border: 13px solid transparent;
|
|
3183
|
+
position: absolute;
|
|
3184
|
+
top: 0;
|
|
3185
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
3186
|
+
right: -21px;
|
|
3187
|
+
z-index: 2;
|
|
3023
3188
|
}
|
|
3024
|
-
.
|
|
3025
|
-
|
|
3189
|
+
.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 {
|
|
3190
|
+
content: "";
|
|
3191
|
+
width: 0;
|
|
3192
|
+
height: 0;
|
|
3193
|
+
border: 13px solid transparent;
|
|
3194
|
+
position: absolute;
|
|
3195
|
+
top: 0;
|
|
3196
|
+
border-left: 8px solid #fff;
|
|
3197
|
+
left: 0;
|
|
3026
3198
|
}
|
|
3027
|
-
.
|
|
3028
|
-
|
|
3199
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
3200
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
3029
3201
|
}
|
|
3030
|
-
|
|
3031
|
-
.
|
|
3032
|
-
margin-left: 5px;
|
|
3202
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
3203
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
3033
3204
|
}
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
display: inline-flex;
|
|
3037
|
-
align-items: baseline;
|
|
3038
|
-
white-space: pre-wrap;
|
|
3205
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
3206
|
+
color: #005ed1;
|
|
3039
3207
|
}
|
|
3040
|
-
.
|
|
3041
|
-
|
|
3042
|
-
|
|
3208
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
3209
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
3210
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
3043
3211
|
}
|
|
3044
|
-
.
|
|
3045
|
-
|
|
3212
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
3213
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
3214
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3046
3215
|
}
|
|
3047
|
-
.
|
|
3048
|
-
|
|
3216
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
3217
|
+
padding: 0;
|
|
3049
3218
|
}
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3219
|
+
|
|
3220
|
+
.p12gwtiw {
|
|
3221
|
+
display: flex;
|
|
3222
|
+
justify-content: space-between;
|
|
3223
|
+
align-items: center;
|
|
3224
|
+
padding: 10px 0;
|
|
3225
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3226
|
+
font-size: 12px;
|
|
3227
|
+
line-height: 24px;
|
|
3053
3228
|
}
|
|
3054
|
-
.
|
|
3055
|
-
|
|
3056
|
-
left: 4px;
|
|
3057
|
-
width: 6px;
|
|
3058
|
-
height: 6px;
|
|
3059
|
-
background: #fff;
|
|
3229
|
+
.p12gwtiw .pagination-left {
|
|
3230
|
+
padding: 2px 8px;
|
|
3060
3231
|
}
|
|
3061
|
-
.
|
|
3062
|
-
|
|
3232
|
+
.p12gwtiw .dropdown-trigger {
|
|
3233
|
+
display: flex;
|
|
3234
|
+
align-items: center;
|
|
3235
|
+
border-radius: 6px;
|
|
3236
|
+
cursor: pointer;
|
|
3237
|
+
transition: all 0.3s ease;
|
|
3063
3238
|
}
|
|
3064
|
-
.
|
|
3065
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3239
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
3066
3240
|
background: rgba(211, 218, 235, 0.6);
|
|
3241
|
+
color: #0080ff;
|
|
3067
3242
|
}
|
|
3068
|
-
.
|
|
3069
|
-
|
|
3243
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3244
|
+
margin-left: 4px;
|
|
3070
3245
|
}
|
|
3071
|
-
.
|
|
3072
|
-
|
|
3073
|
-
|
|
3246
|
+
.p12gwtiw .pagination-right {
|
|
3247
|
+
display: flex;
|
|
3248
|
+
align-items: center;
|
|
3249
|
+
color: #0080ff;
|
|
3250
|
+
font-weight: bold;
|
|
3074
3251
|
}
|
|
3075
|
-
.
|
|
3076
|
-
|
|
3252
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
3253
|
+
margin-left: 4px;
|
|
3077
3254
|
}
|
|
3078
|
-
.
|
|
3079
|
-
|
|
3080
|
-
padding: 0;
|
|
3081
|
-
padding-left: 12px;
|
|
3082
|
-
}
|
|
3083
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
3084
|
-
margin-bottom: 0;
|
|
3085
|
-
white-space: pre-wrap;
|
|
3086
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3087
|
-
}
|
|
3088
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
3089
|
-
padding-left: 8px;
|
|
3090
|
-
}
|
|
3091
|
-
|
|
3092
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
3093
|
-
border-radius: 5px 0 0 5px;
|
|
3094
|
-
}
|
|
3095
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
3096
|
-
border-radius: 0 5px 5px 0;
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
.r1f0aqcc {
|
|
3100
|
-
color: #00122e;
|
|
3101
|
-
border-color: #ccd4e3;
|
|
3102
|
-
}
|
|
3103
|
-
.r1f0aqcc:first-child {
|
|
3104
|
-
color: #00122e;
|
|
3105
|
-
border-color: #a3b4cc;
|
|
3106
|
-
}
|
|
3107
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
3108
|
-
padding: 0 12px;
|
|
3109
|
-
line-height: 32px;
|
|
3110
|
-
height: 32px;
|
|
3111
|
-
}
|
|
3112
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
3113
|
-
white-space: nowrap;
|
|
3114
|
-
}
|
|
3115
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
3116
|
-
background: #ccd4e3;
|
|
3117
|
-
}
|
|
3118
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
3119
|
-
background: #0080ff;
|
|
3120
|
-
}
|
|
3121
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
3122
|
-
background: #ccd4e3;
|
|
3123
|
-
opacity: 0.5;
|
|
3124
|
-
}
|
|
3125
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
3126
|
-
border-right-color: #0080ff;
|
|
3127
|
-
}
|
|
3128
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
3129
|
-
border-color: #0080ff;
|
|
3130
|
-
}
|
|
3131
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
3132
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3133
|
-
}
|
|
3134
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
3135
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3136
|
-
border-color: #ccd4e3;
|
|
3137
|
-
opacity: 0.5;
|
|
3138
|
-
}
|
|
3139
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
3140
|
-
color: #00122e;
|
|
3141
|
-
border-color: #ccd4e3;
|
|
3142
|
-
}
|
|
3143
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
3144
|
-
color: #00122e;
|
|
3145
|
-
border-color: #ccd4e3;
|
|
3146
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3147
|
-
}
|
|
3148
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
3149
|
-
margin-right: 8px;
|
|
3150
|
-
display: inline;
|
|
3151
|
-
border: none;
|
|
3152
|
-
padding: 0;
|
|
3153
|
-
width: 36px;
|
|
3154
|
-
background: transparent;
|
|
3155
|
-
}
|
|
3156
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
3157
|
-
box-shadow: none;
|
|
3158
|
-
}
|
|
3159
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
3160
|
-
margin-right: 0;
|
|
3161
|
-
width: initial;
|
|
3162
|
-
box-shadow: none;
|
|
3163
|
-
}
|
|
3164
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
3165
|
-
display: none;
|
|
3166
|
-
}
|
|
3167
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
3168
|
-
display: inline;
|
|
3169
|
-
}
|
|
3170
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
3171
|
-
display: inline;
|
|
3172
|
-
margin-right: 8px;
|
|
3173
|
-
padding: 0;
|
|
3174
|
-
width: 36px;
|
|
3175
|
-
}
|
|
3176
|
-
|
|
3177
|
-
.fde5mpd {
|
|
3178
|
-
width: 100%;
|
|
3179
|
-
height: 100%;
|
|
3180
|
-
min-height: 124px;
|
|
3181
|
-
display: flex;
|
|
3182
|
-
flex-direction: column;
|
|
3183
|
-
justify-content: center;
|
|
3184
|
-
align-items: center;
|
|
3185
|
-
}
|
|
3186
|
-
.fde5mpd .error-text {
|
|
3187
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3188
|
-
margin-bottom: 16px;
|
|
3189
|
-
font-size: 18px;
|
|
3190
|
-
}
|
|
3191
|
-
|
|
3192
|
-
.p12gwtiw {
|
|
3193
|
-
display: flex;
|
|
3194
|
-
justify-content: space-between;
|
|
3195
|
-
align-items: center;
|
|
3196
|
-
padding: 10px 0;
|
|
3197
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3198
|
-
font-size: 12px;
|
|
3199
|
-
line-height: 24px;
|
|
3200
|
-
}
|
|
3201
|
-
.p12gwtiw .pagination-left {
|
|
3202
|
-
padding: 2px 8px;
|
|
3203
|
-
}
|
|
3204
|
-
.p12gwtiw .dropdown-trigger {
|
|
3205
|
-
display: flex;
|
|
3206
|
-
align-items: center;
|
|
3207
|
-
border-radius: 6px;
|
|
3208
|
-
cursor: pointer;
|
|
3209
|
-
transition: all 0.3s ease;
|
|
3210
|
-
}
|
|
3211
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
3212
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3213
|
-
color: #0080ff;
|
|
3214
|
-
}
|
|
3215
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3216
|
-
margin-left: 4px;
|
|
3217
|
-
}
|
|
3218
|
-
.p12gwtiw .pagination-right {
|
|
3219
|
-
display: flex;
|
|
3220
|
-
align-items: center;
|
|
3221
|
-
color: #0080ff;
|
|
3222
|
-
font-weight: bold;
|
|
3223
|
-
}
|
|
3224
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
3225
|
-
margin-left: 4px;
|
|
3226
|
-
}
|
|
3227
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
3228
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
3229
|
-
padding: 0 8px;
|
|
3255
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
3256
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
3257
|
+
padding: 0 8px;
|
|
3230
3258
|
}
|
|
3231
3259
|
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3232
3260
|
.p12gwtiw .pagination-right .next-btn > span {
|
|
@@ -3246,55 +3274,23 @@ input.rrg1fkn.ant-input {
|
|
|
3246
3274
|
line-height: 18px;
|
|
3247
3275
|
}
|
|
3248
3276
|
|
|
3249
|
-
.
|
|
3250
|
-
|
|
3251
|
-
align-items: center;
|
|
3252
|
-
}
|
|
3253
|
-
.i1mrf09m .icon-inner {
|
|
3254
|
-
display: inline-flex;
|
|
3255
|
-
align-items: center;
|
|
3256
|
-
justify-content: center;
|
|
3257
|
-
}
|
|
3258
|
-
.i1mrf09m .icon-inner + span,
|
|
3259
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
3260
|
-
margin-left: 4px;
|
|
3261
|
-
}
|
|
3262
|
-
.i1mrf09m.is-rotate img,
|
|
3263
|
-
.i1mrf09m.is-rotate svg {
|
|
3264
|
-
animation: rotate 680ms linear infinite;
|
|
3277
|
+
.s1fc623g {
|
|
3278
|
+
width: 430px !important;
|
|
3265
3279
|
}
|
|
3266
3280
|
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3281
|
+
.oa3mx0o {
|
|
3282
|
+
display: flex;
|
|
3283
|
+
flex-direction: column;
|
|
3269
3284
|
}
|
|
3270
3285
|
|
|
3271
|
-
.
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
}
|
|
3275
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
3276
|
-
--color: #0080ff;
|
|
3277
|
-
}
|
|
3278
|
-
.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] {
|
|
3279
|
-
--color: #0080ff;
|
|
3280
|
-
}
|
|
3281
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
3282
|
-
margin-left: 1px;
|
|
3283
|
-
}
|
|
3284
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
3285
|
-
border-top-right-radius: 0;
|
|
3286
|
-
border-bottom-right-radius: 0;
|
|
3287
|
-
}
|
|
3288
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
3289
|
-
border-top-left-radius: 0;
|
|
3290
|
-
border-bottom-left-radius: 0;
|
|
3291
|
-
}
|
|
3292
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
3293
|
-
border-radius: unset;
|
|
3286
|
+
.onr9gzt {
|
|
3287
|
+
display: flex;
|
|
3288
|
+
justify-content: space-between;
|
|
3294
3289
|
}
|
|
3295
3290
|
|
|
3296
|
-
.
|
|
3297
|
-
display:
|
|
3291
|
+
.oiy0apc {
|
|
3292
|
+
display: flex;
|
|
3293
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3298
3294
|
}
|
|
3299
3295
|
|
|
3300
3296
|
.d6j0lbj {
|
|
@@ -3772,6 +3768,10 @@ input.rrg1fkn.ant-input {
|
|
|
3772
3768
|
line-height: 12px;
|
|
3773
3769
|
}
|
|
3774
3770
|
|
|
3771
|
+
.i1e4sgug {
|
|
3772
|
+
display: inline-block;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
3775
|
.c198s9j3 {
|
|
3776
3776
|
color: #2d3a56;
|
|
3777
3777
|
line-height: 22px;
|
|
@@ -3912,38 +3912,195 @@ input.rrg1fkn.ant-input {
|
|
|
3912
3912
|
color: rgba(44, 56, 82, 0.6);
|
|
3913
3913
|
}
|
|
3914
3914
|
|
|
3915
|
-
.
|
|
3915
|
+
.m1thnes4 {
|
|
3916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3917
|
+
text-align: center;
|
|
3918
|
+
display: flex;
|
|
3919
|
+
align-items: center;
|
|
3920
|
+
justify-content: center;
|
|
3921
|
+
flex-direction: column;
|
|
3916
3922
|
height: 100%;
|
|
3917
3923
|
}
|
|
3918
|
-
.
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
display: flex;
|
|
3924
|
+
.m1thnes4 .link {
|
|
3925
|
+
color: #0080ff;
|
|
3926
|
+
cursor: pointer;
|
|
3922
3927
|
}
|
|
3923
|
-
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
+
|
|
3929
|
+
.m1bixfdy {
|
|
3930
|
+
width: 100%;
|
|
3931
|
+
height: 100%;
|
|
3932
|
+
display: flex;
|
|
3933
|
+
flex-direction: column;
|
|
3928
3934
|
}
|
|
3929
|
-
.
|
|
3930
|
-
width:
|
|
3935
|
+
.m1bixfdy .name-toolbar {
|
|
3936
|
+
width: 100%;
|
|
3937
|
+
display: flex;
|
|
3938
|
+
line-height: 30px;
|
|
3939
|
+
padding: 0 16px;
|
|
3940
|
+
justify-content: space-between;
|
|
3931
3941
|
}
|
|
3932
|
-
.
|
|
3933
|
-
|
|
3942
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
3943
|
+
display: flex;
|
|
3944
|
+
font-size: 12px;
|
|
3945
|
+
align-items: center;
|
|
3934
3946
|
}
|
|
3935
|
-
.
|
|
3936
|
-
|
|
3947
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
3948
|
+
color: #a3b4cc;
|
|
3937
3949
|
}
|
|
3938
|
-
.
|
|
3939
|
-
|
|
3950
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
3951
|
+
margin-left: 10px;
|
|
3940
3952
|
}
|
|
3941
|
-
.
|
|
3942
|
-
|
|
3953
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
3954
|
+
margin-left: 10px;
|
|
3955
|
+
cursor: pointer;
|
|
3943
3956
|
}
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3957
|
+
.m1bixfdy .content {
|
|
3958
|
+
flex: 1;
|
|
3959
|
+
width: 100%;
|
|
3960
|
+
display: flex;
|
|
3961
|
+
justify-content: center;
|
|
3962
|
+
align-items: center;
|
|
3963
|
+
}
|
|
3964
|
+
.m1bixfdy .single-content {
|
|
3965
|
+
height: 65px;
|
|
3966
|
+
}
|
|
3967
|
+
|
|
3968
|
+
.lfamfcw {
|
|
3969
|
+
display: flex;
|
|
3970
|
+
align-items: center;
|
|
3971
|
+
white-space: nowrap;
|
|
3972
|
+
overflow: hidden;
|
|
3973
|
+
width: 100%;
|
|
3974
|
+
}
|
|
3975
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
3976
|
+
margin-left: auto;
|
|
3977
|
+
font-size: 12px;
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3980
|
+
.la6u9b4 {
|
|
3981
|
+
display: flex;
|
|
3982
|
+
justify-content: flex-start;
|
|
3983
|
+
align-items: center;
|
|
3984
|
+
font-size: 12px;
|
|
3985
|
+
cursor: pointer;
|
|
3986
|
+
}
|
|
3987
|
+
.la6u9b4:not(:last-child) {
|
|
3988
|
+
margin-right: 20px;
|
|
3989
|
+
}
|
|
3990
|
+
.la6u9b4.deselected {
|
|
3991
|
+
opacity: 0.4;
|
|
3992
|
+
}
|
|
3993
|
+
.la6u9b4.deselected .color-block {
|
|
3994
|
+
background: #b4beca !important;
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
.chhvk8b {
|
|
3998
|
+
display: inline-block;
|
|
3999
|
+
height: 8px;
|
|
4000
|
+
width: 8px;
|
|
4001
|
+
margin-right: 8px;
|
|
4002
|
+
}
|
|
4003
|
+
|
|
4004
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
4005
|
+
display: flex;
|
|
4006
|
+
align-items: center;
|
|
4007
|
+
font-size: 12px;
|
|
4008
|
+
margin: 0;
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
.m16f7gpb {
|
|
4012
|
+
position: relative;
|
|
4013
|
+
}
|
|
4014
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
4015
|
+
bottom: -12px;
|
|
4016
|
+
}
|
|
4017
|
+
.m16f7gpb .metric-toolbar {
|
|
4018
|
+
display: flex;
|
|
4019
|
+
justify-content: space-between;
|
|
4020
|
+
line-height: 30px;
|
|
4021
|
+
margin: 0 16px;
|
|
4022
|
+
}
|
|
4023
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
4024
|
+
display: flex;
|
|
4025
|
+
font-size: 12px;
|
|
4026
|
+
align-items: center;
|
|
4027
|
+
}
|
|
4028
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
4029
|
+
color: #a3b4cc;
|
|
4030
|
+
}
|
|
4031
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4032
|
+
margin-left: 10px;
|
|
4033
|
+
}
|
|
4034
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4035
|
+
margin-left: 10px;
|
|
4036
|
+
cursor: pointer;
|
|
4037
|
+
}
|
|
4038
|
+
.m16f7gpb .recharts-xAxis {
|
|
4039
|
+
font-size: 12px;
|
|
4040
|
+
}
|
|
4041
|
+
.m16f7gpb .pointer-wrapper {
|
|
4042
|
+
position: absolute;
|
|
4043
|
+
bottom: 10px;
|
|
4044
|
+
padding: 0 8px;
|
|
4045
|
+
border-radius: 4px;
|
|
4046
|
+
font-size: 12px;
|
|
4047
|
+
color: #fff;
|
|
4048
|
+
background: rgba(0, 0, 0, 0.75);
|
|
4049
|
+
transform: translateX(-50%);
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
.t1ipvk51 {
|
|
4053
|
+
min-width: 200px;
|
|
4054
|
+
}
|
|
4055
|
+
|
|
4056
|
+
.t1kgldps {
|
|
4057
|
+
display: flex;
|
|
4058
|
+
align-items: center;
|
|
4059
|
+
justify-content: space-between;
|
|
4060
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
4061
|
+
color: #b4beca;
|
|
4062
|
+
font-size: 12px;
|
|
4063
|
+
padding: 3px 6px;
|
|
4064
|
+
}
|
|
4065
|
+
.t1kgldps:first-child {
|
|
4066
|
+
padding-top: 3px;
|
|
4067
|
+
}
|
|
4068
|
+
.t1kgldps:last-child {
|
|
4069
|
+
padding-bottom: 3px;
|
|
4070
|
+
}
|
|
4071
|
+
.t1kgldps .column-value {
|
|
4072
|
+
color: #fff;
|
|
4073
|
+
margin-left: 8px;
|
|
4074
|
+
}
|
|
4075
|
+
|
|
4076
|
+
.t1gz6wqf {
|
|
4077
|
+
height: 100%;
|
|
4078
|
+
}
|
|
4079
|
+
.t1gz6wqf .table-loading-item {
|
|
4080
|
+
padding: 12px 4px;
|
|
4081
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
4082
|
+
display: flex;
|
|
4083
|
+
}
|
|
4084
|
+
.t1gz6wqf .table-loading-item > * {
|
|
4085
|
+
height: 16px;
|
|
4086
|
+
margin: 4px;
|
|
4087
|
+
background: rgba(204, 212, 227, 0.18);
|
|
4088
|
+
border-radius: 2px;
|
|
4089
|
+
}
|
|
4090
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
4091
|
+
width: 16px;
|
|
4092
|
+
}
|
|
4093
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
4094
|
+
flex: 1;
|
|
4095
|
+
}
|
|
4096
|
+
.t1gz6wqf :nth-child(1) {
|
|
4097
|
+
padding: 8px 4px;
|
|
4098
|
+
}
|
|
4099
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4100
|
+
background: rgba(107, 125, 153, 0.18);
|
|
4101
|
+
}
|
|
4102
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
4103
|
+
background: rgba(163, 180, 204, 0.18);
|
|
3947
4104
|
}
|
|
3948
4105
|
|
|
3949
4106
|
.d1h5z4k4.ant-dropdown {
|
|
@@ -4080,165 +4237,8 @@ input.rrg1fkn.ant-input {
|
|
|
4080
4237
|
display: block;
|
|
4081
4238
|
}
|
|
4082
4239
|
|
|
4083
|
-
.
|
|
4084
|
-
|
|
4085
|
-
text-align: center;
|
|
4086
|
-
display: flex;
|
|
4087
|
-
align-items: center;
|
|
4088
|
-
justify-content: center;
|
|
4089
|
-
flex-direction: column;
|
|
4090
|
-
height: 100%;
|
|
4091
|
-
}
|
|
4092
|
-
.m1thnes4 .link {
|
|
4093
|
-
color: #0080ff;
|
|
4094
|
-
cursor: pointer;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.m1bixfdy {
|
|
4098
|
-
width: 100%;
|
|
4099
|
-
height: 100%;
|
|
4100
|
-
display: flex;
|
|
4101
|
-
flex-direction: column;
|
|
4102
|
-
}
|
|
4103
|
-
.m1bixfdy .name-toolbar {
|
|
4104
|
-
width: 100%;
|
|
4105
|
-
display: flex;
|
|
4106
|
-
line-height: 30px;
|
|
4107
|
-
padding: 0 16px;
|
|
4108
|
-
justify-content: space-between;
|
|
4109
|
-
}
|
|
4110
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
4111
|
-
display: flex;
|
|
4112
|
-
font-size: 12px;
|
|
4113
|
-
align-items: center;
|
|
4114
|
-
}
|
|
4115
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
4116
|
-
color: #a3b4cc;
|
|
4117
|
-
}
|
|
4118
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
4119
|
-
margin-left: 10px;
|
|
4120
|
-
}
|
|
4121
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
4122
|
-
margin-left: 10px;
|
|
4123
|
-
cursor: pointer;
|
|
4124
|
-
}
|
|
4125
|
-
.m1bixfdy .content {
|
|
4126
|
-
flex: 1;
|
|
4127
|
-
width: 100%;
|
|
4128
|
-
display: flex;
|
|
4129
|
-
justify-content: center;
|
|
4130
|
-
align-items: center;
|
|
4131
|
-
}
|
|
4132
|
-
.m1bixfdy .single-content {
|
|
4133
|
-
height: 65px;
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
|
-
.lfamfcw {
|
|
4137
|
-
display: flex;
|
|
4138
|
-
align-items: center;
|
|
4139
|
-
white-space: nowrap;
|
|
4140
|
-
overflow: hidden;
|
|
4141
|
-
width: 100%;
|
|
4142
|
-
}
|
|
4143
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
4144
|
-
margin-left: auto;
|
|
4145
|
-
font-size: 12px;
|
|
4146
|
-
}
|
|
4147
|
-
|
|
4148
|
-
.la6u9b4 {
|
|
4149
|
-
display: flex;
|
|
4150
|
-
justify-content: flex-start;
|
|
4151
|
-
align-items: center;
|
|
4152
|
-
font-size: 12px;
|
|
4153
|
-
cursor: pointer;
|
|
4154
|
-
}
|
|
4155
|
-
.la6u9b4:not(:last-child) {
|
|
4156
|
-
margin-right: 20px;
|
|
4157
|
-
}
|
|
4158
|
-
.la6u9b4.deselected {
|
|
4159
|
-
opacity: 0.4;
|
|
4160
|
-
}
|
|
4161
|
-
.la6u9b4.deselected .color-block {
|
|
4162
|
-
background: #b4beca !important;
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
|
-
.chhvk8b {
|
|
4166
|
-
display: inline-block;
|
|
4167
|
-
height: 8px;
|
|
4168
|
-
width: 8px;
|
|
4169
|
-
margin-right: 8px;
|
|
4170
|
-
}
|
|
4171
|
-
|
|
4172
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
4173
|
-
display: flex;
|
|
4174
|
-
align-items: center;
|
|
4175
|
-
font-size: 12px;
|
|
4176
|
-
margin: 0;
|
|
4177
|
-
}
|
|
4178
|
-
|
|
4179
|
-
.m16f7gpb {
|
|
4180
|
-
position: relative;
|
|
4181
|
-
}
|
|
4182
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
4183
|
-
bottom: -12px;
|
|
4184
|
-
}
|
|
4185
|
-
.m16f7gpb .metric-toolbar {
|
|
4186
|
-
display: flex;
|
|
4187
|
-
justify-content: space-between;
|
|
4188
|
-
line-height: 30px;
|
|
4189
|
-
margin: 0 16px;
|
|
4190
|
-
}
|
|
4191
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
4192
|
-
display: flex;
|
|
4193
|
-
font-size: 12px;
|
|
4194
|
-
align-items: center;
|
|
4195
|
-
}
|
|
4196
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
4197
|
-
color: #a3b4cc;
|
|
4198
|
-
}
|
|
4199
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
4200
|
-
margin-left: 10px;
|
|
4201
|
-
}
|
|
4202
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
4203
|
-
margin-left: 10px;
|
|
4204
|
-
cursor: pointer;
|
|
4205
|
-
}
|
|
4206
|
-
.m16f7gpb .recharts-xAxis {
|
|
4207
|
-
font-size: 12px;
|
|
4208
|
-
}
|
|
4209
|
-
.m16f7gpb .pointer-wrapper {
|
|
4210
|
-
position: absolute;
|
|
4211
|
-
bottom: 10px;
|
|
4212
|
-
padding: 0 8px;
|
|
4213
|
-
border-radius: 4px;
|
|
4214
|
-
font-size: 12px;
|
|
4215
|
-
color: #fff;
|
|
4216
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4217
|
-
transform: translateX(-50%);
|
|
4218
|
-
}
|
|
4219
|
-
|
|
4220
|
-
.t1ipvk51 {
|
|
4221
|
-
min-width: 200px;
|
|
4222
|
-
}
|
|
4223
|
-
|
|
4224
|
-
.t1kgldps {
|
|
4225
|
-
display: flex;
|
|
4226
|
-
align-items: center;
|
|
4227
|
-
justify-content: space-between;
|
|
4228
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
4229
|
-
color: #b4beca;
|
|
4230
|
-
font-size: 12px;
|
|
4231
|
-
padding: 3px 6px;
|
|
4232
|
-
}
|
|
4233
|
-
.t1kgldps:first-child {
|
|
4234
|
-
padding-top: 3px;
|
|
4235
|
-
}
|
|
4236
|
-
.t1kgldps:last-child {
|
|
4237
|
-
padding-bottom: 3px;
|
|
4238
|
-
}
|
|
4239
|
-
.t1kgldps .column-value {
|
|
4240
|
-
color: #fff;
|
|
4241
|
-
margin-left: 8px;
|
|
4240
|
+
.asgcu6r {
|
|
4241
|
+
height: 32px;
|
|
4242
4242
|
}
|
|
4243
4243
|
|
|
4244
4244
|
.at4ovwe .ant-input-number-handler-wrap {
|