@cloudtower/eagle 0.22.16 → 0.22.18
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/esm/index.js +215 -14
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +7 -0
- package/dist/style.css +615 -614
- package/dist/umd/index.js +217 -16
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -6
package/dist/style.css
CHANGED
|
@@ -44,6 +44,14 @@
|
|
|
44
44
|
/* dim */
|
|
45
45
|
/* box shadow */
|
|
46
46
|
/* fisheye */
|
|
47
|
+
@keyframes rotate {
|
|
48
|
+
from {
|
|
49
|
+
transform: rotate(0deg);
|
|
50
|
+
}
|
|
51
|
+
to {
|
|
52
|
+
transform: rotate(360deg);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
47
55
|
/* // basic */
|
|
48
56
|
/* FishEye Color Variables and Functions */
|
|
49
57
|
/*
|
|
@@ -1231,14 +1239,6 @@ body {
|
|
|
1231
1239
|
height: 18px;
|
|
1232
1240
|
}
|
|
1233
1241
|
|
|
1234
|
-
@keyframes rotate {
|
|
1235
|
-
from {
|
|
1236
|
-
transform: rotate(0deg);
|
|
1237
|
-
}
|
|
1238
|
-
to {
|
|
1239
|
-
transform: rotate(360deg);
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
1242
|
input:-webkit-autofill,
|
|
1243
1243
|
input:-webkit-autofill:focus {
|
|
1244
1244
|
-webkit-box-shadow: 0 0 0 50px white inset !important;
|
|
@@ -1845,133 +1845,6 @@ input[type=submit] {
|
|
|
1845
1845
|
padding: 0;
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
|
-
.i1mrf09m {
|
|
1849
|
-
display: inline-flex;
|
|
1850
|
-
align-items: center;
|
|
1851
|
-
}
|
|
1852
|
-
.i1mrf09m .icon-inner {
|
|
1853
|
-
display: inline-flex;
|
|
1854
|
-
align-items: center;
|
|
1855
|
-
justify-content: center;
|
|
1856
|
-
}
|
|
1857
|
-
.i1mrf09m .icon-inner + span,
|
|
1858
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1859
|
-
margin-left: 4px;
|
|
1860
|
-
}
|
|
1861
|
-
.i1mrf09m.is-rotate img {
|
|
1862
|
-
animation: rotate 680ms linear infinite;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.bpq0js6 {
|
|
1866
|
-
padding: 4px 11px;
|
|
1867
|
-
}
|
|
1868
|
-
|
|
1869
|
-
.b15sn34c {
|
|
1870
|
-
white-space: nowrap;
|
|
1871
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1872
|
-
}
|
|
1873
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1874
|
-
--color: #0080ff;
|
|
1875
|
-
}
|
|
1876
|
-
.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] {
|
|
1877
|
-
--color: #0080ff;
|
|
1878
|
-
}
|
|
1879
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1880
|
-
margin-left: 1px;
|
|
1881
|
-
}
|
|
1882
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1883
|
-
border-top-right-radius: 0;
|
|
1884
|
-
border-bottom-right-radius: 0;
|
|
1885
|
-
}
|
|
1886
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1887
|
-
border-top-left-radius: 0;
|
|
1888
|
-
border-bottom-left-radius: 0;
|
|
1889
|
-
}
|
|
1890
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1891
|
-
border-radius: unset;
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
.fde5mpd {
|
|
1895
|
-
width: 100%;
|
|
1896
|
-
height: 100%;
|
|
1897
|
-
min-height: 124px;
|
|
1898
|
-
display: flex;
|
|
1899
|
-
flex-direction: column;
|
|
1900
|
-
justify-content: center;
|
|
1901
|
-
align-items: center;
|
|
1902
|
-
}
|
|
1903
|
-
.fde5mpd .error-text {
|
|
1904
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1905
|
-
margin-bottom: 16px;
|
|
1906
|
-
font-size: 18px;
|
|
1907
|
-
}
|
|
1908
|
-
|
|
1909
|
-
.obf05yr {
|
|
1910
|
-
display: inline-block;
|
|
1911
|
-
}
|
|
1912
|
-
|
|
1913
|
-
.hsms1n6 {
|
|
1914
|
-
visibility: hidden;
|
|
1915
|
-
position: absolute;
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
.p12gwtiw {
|
|
1919
|
-
display: flex;
|
|
1920
|
-
justify-content: space-between;
|
|
1921
|
-
align-items: center;
|
|
1922
|
-
padding: 10px 0;
|
|
1923
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1924
|
-
font-size: 12px;
|
|
1925
|
-
line-height: 24px;
|
|
1926
|
-
}
|
|
1927
|
-
.p12gwtiw .pagination-left {
|
|
1928
|
-
padding: 2px 8px;
|
|
1929
|
-
}
|
|
1930
|
-
.p12gwtiw .dropdown-trigger {
|
|
1931
|
-
display: flex;
|
|
1932
|
-
align-items: center;
|
|
1933
|
-
border-radius: 6px;
|
|
1934
|
-
cursor: pointer;
|
|
1935
|
-
transition: all 0.3s ease;
|
|
1936
|
-
}
|
|
1937
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1938
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1939
|
-
color: #0080ff;
|
|
1940
|
-
}
|
|
1941
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1942
|
-
margin-left: 4px;
|
|
1943
|
-
}
|
|
1944
|
-
.p12gwtiw .pagination-right {
|
|
1945
|
-
display: flex;
|
|
1946
|
-
align-items: center;
|
|
1947
|
-
color: #0080ff;
|
|
1948
|
-
font-weight: bold;
|
|
1949
|
-
}
|
|
1950
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1951
|
-
margin-left: 4px;
|
|
1952
|
-
}
|
|
1953
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1954
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1955
|
-
padding: 0 8px;
|
|
1956
|
-
}
|
|
1957
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1958
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1959
|
-
color: #0080ff;
|
|
1960
|
-
}
|
|
1961
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1962
|
-
transform: rotate(180deg);
|
|
1963
|
-
}
|
|
1964
|
-
|
|
1965
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1966
|
-
max-height: calc(100vh - 128px);
|
|
1967
|
-
overflow-y: auto;
|
|
1968
|
-
}
|
|
1969
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1970
|
-
padding: 4px 20px;
|
|
1971
|
-
font-size: 12px;
|
|
1972
|
-
line-height: 18px;
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
1848
|
.s1fc623g {
|
|
1976
1849
|
width: 430px !important;
|
|
1977
1850
|
}
|
|
@@ -2656,229 +2529,96 @@ input.rrg1fkn.ant-input {
|
|
|
2656
2529
|
border-bottom-left-radius: 0;
|
|
2657
2530
|
}
|
|
2658
2531
|
|
|
2659
|
-
.
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
white-space: pre-wrap;
|
|
2532
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2533
|
+
flex-direction: row;
|
|
2534
|
+
justify-content: stretch;
|
|
2663
2535
|
}
|
|
2664
|
-
.
|
|
2665
|
-
|
|
2666
|
-
|
|
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;
|
|
2667
2541
|
}
|
|
2668
|
-
.
|
|
2669
|
-
|
|
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;
|
|
2670
2544
|
}
|
|
2671
|
-
.
|
|
2672
|
-
|
|
2545
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2546
|
+
width: 100%;
|
|
2547
|
+
min-height: unset;
|
|
2673
2548
|
}
|
|
2674
|
-
.
|
|
2675
|
-
|
|
2676
|
-
|
|
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;
|
|
2677
2557
|
}
|
|
2678
|
-
.
|
|
2679
|
-
|
|
2680
|
-
left: 4px;
|
|
2681
|
-
width: 6px;
|
|
2682
|
-
height: 6px;
|
|
2683
|
-
background: #fff;
|
|
2558
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2559
|
+
margin-right: 10px;
|
|
2684
2560
|
}
|
|
2685
|
-
.
|
|
2686
|
-
|
|
2561
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2562
|
+
display: none;
|
|
2687
2563
|
}
|
|
2688
|
-
.
|
|
2689
|
-
border-
|
|
2690
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2564
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2565
|
+
border-radius: 4px 0 0 4px;
|
|
2691
2566
|
}
|
|
2692
|
-
.
|
|
2693
|
-
|
|
2567
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2568
|
+
margin-right: 0;
|
|
2694
2569
|
}
|
|
2695
|
-
.
|
|
2696
|
-
|
|
2697
|
-
opacity: 0.5;
|
|
2570
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2571
|
+
border-radius: 0 4px 4px 0;
|
|
2698
2572
|
}
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2573
|
+
.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 {
|
|
2574
|
+
content: "";
|
|
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;
|
|
2701
2583
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2584
|
+
.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 {
|
|
2585
|
+
content: "";
|
|
2586
|
+
width: 0;
|
|
2587
|
+
height: 0;
|
|
2588
|
+
border: 13px solid transparent;
|
|
2589
|
+
position: absolute;
|
|
2590
|
+
top: 0;
|
|
2591
|
+
border-left: 8px solid #fff;
|
|
2592
|
+
left: 0;
|
|
2706
2593
|
}
|
|
2707
|
-
.
|
|
2708
|
-
|
|
2709
|
-
white-space: pre-wrap;
|
|
2710
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2594
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2595
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2711
2596
|
}
|
|
2712
|
-
.
|
|
2713
|
-
|
|
2597
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2598
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2714
2599
|
}
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
border-radius: 5px 0 0 5px;
|
|
2600
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2601
|
+
color: #005ed1;
|
|
2718
2602
|
}
|
|
2719
|
-
.
|
|
2720
|
-
|
|
2603
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2604
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2605
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2721
2606
|
}
|
|
2722
|
-
|
|
2723
|
-
.
|
|
2724
|
-
color:
|
|
2725
|
-
border-color: #ccd4e3;
|
|
2607
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2608
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2726
2610
|
}
|
|
2727
|
-
.
|
|
2728
|
-
color: #00122e;
|
|
2729
|
-
border-color: #a3b4cc;
|
|
2730
|
-
}
|
|
2731
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2732
|
-
padding: 0 12px;
|
|
2733
|
-
line-height: 32px;
|
|
2734
|
-
height: 32px;
|
|
2735
|
-
}
|
|
2736
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2737
|
-
white-space: nowrap;
|
|
2738
|
-
}
|
|
2739
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2740
|
-
background: #ccd4e3;
|
|
2741
|
-
}
|
|
2742
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2743
|
-
background: #0080ff;
|
|
2744
|
-
}
|
|
2745
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2746
|
-
background: #ccd4e3;
|
|
2747
|
-
opacity: 0.5;
|
|
2748
|
-
}
|
|
2749
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2750
|
-
border-right-color: #0080ff;
|
|
2751
|
-
}
|
|
2752
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2753
|
-
border-color: #0080ff;
|
|
2754
|
-
}
|
|
2755
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2756
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2757
|
-
}
|
|
2758
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2759
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2760
|
-
border-color: #ccd4e3;
|
|
2761
|
-
opacity: 0.5;
|
|
2762
|
-
}
|
|
2763
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2764
|
-
color: #00122e;
|
|
2765
|
-
border-color: #ccd4e3;
|
|
2766
|
-
}
|
|
2767
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2768
|
-
color: #00122e;
|
|
2769
|
-
border-color: #ccd4e3;
|
|
2770
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2771
|
-
}
|
|
2772
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2773
|
-
margin-right: 8px;
|
|
2774
|
-
display: inline;
|
|
2775
|
-
border: none;
|
|
2776
|
-
padding: 0;
|
|
2777
|
-
width: 36px;
|
|
2778
|
-
background: transparent;
|
|
2779
|
-
}
|
|
2780
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2781
|
-
box-shadow: none;
|
|
2782
|
-
}
|
|
2783
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2784
|
-
margin-right: 0;
|
|
2785
|
-
width: initial;
|
|
2786
|
-
box-shadow: none;
|
|
2787
|
-
}
|
|
2788
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2789
|
-
display: none;
|
|
2790
|
-
}
|
|
2791
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2792
|
-
display: inline;
|
|
2793
|
-
}
|
|
2794
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2795
|
-
display: inline;
|
|
2796
|
-
margin-right: 8px;
|
|
2611
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2797
2612
|
padding: 0;
|
|
2798
|
-
width: 36px;
|
|
2799
2613
|
}
|
|
2800
2614
|
|
|
2801
|
-
.
|
|
2802
|
-
|
|
2803
|
-
justify-content: stretch;
|
|
2804
|
-
}
|
|
2805
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2806
|
-
padding: 0;
|
|
2807
|
-
margin-right: 4px;
|
|
2808
|
-
flex: 1;
|
|
2809
|
-
overflow: visible;
|
|
2810
|
-
}
|
|
2811
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2812
|
-
display: none;
|
|
2813
|
-
}
|
|
2814
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2815
|
-
width: 100%;
|
|
2816
|
-
min-height: unset;
|
|
2817
|
-
}
|
|
2818
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2819
|
-
height: 26px;
|
|
2820
|
-
line-height: 26px;
|
|
2821
|
-
width: 100%;
|
|
2822
|
-
text-align: center;
|
|
2823
|
-
padding: 0;
|
|
2824
|
-
font-size: 12px;
|
|
2825
|
-
font-weight: normal;
|
|
2826
|
-
}
|
|
2827
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2828
|
-
margin-right: 10px;
|
|
2829
|
-
}
|
|
2830
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2831
|
-
display: none;
|
|
2832
|
-
}
|
|
2833
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2834
|
-
border-radius: 4px 0 0 4px;
|
|
2835
|
-
}
|
|
2836
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2837
|
-
margin-right: 0;
|
|
2838
|
-
}
|
|
2839
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2840
|
-
border-radius: 0 4px 4px 0;
|
|
2841
|
-
}
|
|
2842
|
-
.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 {
|
|
2843
|
-
content: "";
|
|
2844
|
-
width: 0;
|
|
2845
|
-
height: 0;
|
|
2846
|
-
border: 13px solid transparent;
|
|
2847
|
-
position: absolute;
|
|
2848
|
-
top: 0;
|
|
2849
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2850
|
-
right: -21px;
|
|
2851
|
-
z-index: 2;
|
|
2615
|
+
.obf05yr {
|
|
2616
|
+
display: inline-block;
|
|
2852
2617
|
}
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
height: 0;
|
|
2857
|
-
border: 13px solid transparent;
|
|
2618
|
+
|
|
2619
|
+
.hsms1n6 {
|
|
2620
|
+
visibility: hidden;
|
|
2858
2621
|
position: absolute;
|
|
2859
|
-
top: 0;
|
|
2860
|
-
border-left: 8px solid #fff;
|
|
2861
|
-
left: 0;
|
|
2862
|
-
}
|
|
2863
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2864
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2865
|
-
}
|
|
2866
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2867
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2868
|
-
}
|
|
2869
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2870
|
-
color: #005ed1;
|
|
2871
|
-
}
|
|
2872
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2873
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2874
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2875
|
-
}
|
|
2876
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2877
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2878
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2879
|
-
}
|
|
2880
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2881
|
-
padding: 0;
|
|
2882
2622
|
}
|
|
2883
2623
|
|
|
2884
2624
|
.t1upn1sz {
|
|
@@ -3292,87 +3032,348 @@ input.rrg1fkn.ant-input {
|
|
|
3292
3032
|
margin-left: 5px;
|
|
3293
3033
|
}
|
|
3294
3034
|
|
|
3295
|
-
.
|
|
3296
|
-
display: inline-
|
|
3035
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
3036
|
+
display: inline-flex;
|
|
3037
|
+
align-items: baseline;
|
|
3038
|
+
white-space: pre-wrap;
|
|
3297
3039
|
}
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
font-style: normal;
|
|
3302
|
-
font-weight: bold;
|
|
3303
|
-
font-size: 32px;
|
|
3304
|
-
line-height: 40px;
|
|
3040
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
3041
|
+
position: relative;
|
|
3042
|
+
top: 3px;
|
|
3305
3043
|
}
|
|
3306
|
-
|
|
3307
|
-
.
|
|
3308
|
-
font-family: Inter;
|
|
3309
|
-
font-style: normal;
|
|
3310
|
-
font-weight: bold;
|
|
3311
|
-
font-size: 24px;
|
|
3312
|
-
line-height: 32px;
|
|
3044
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
3045
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3313
3046
|
}
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
font-family: Inter;
|
|
3317
|
-
font-style: normal;
|
|
3318
|
-
font-weight: normal;
|
|
3319
|
-
font-size: 32px;
|
|
3320
|
-
line-height: 40px;
|
|
3047
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
3048
|
+
border-color: #0080ff;
|
|
3321
3049
|
}
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
font-style: normal;
|
|
3326
|
-
font-weight: bold;
|
|
3327
|
-
font-size: 20px;
|
|
3328
|
-
line-height: 24px;
|
|
3050
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
3051
|
+
border-color: #0080ff;
|
|
3052
|
+
background: #0080ff;
|
|
3329
3053
|
}
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
line-height: 24px;
|
|
3054
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
3055
|
+
top: 4px;
|
|
3056
|
+
left: 4px;
|
|
3057
|
+
width: 6px;
|
|
3058
|
+
height: 6px;
|
|
3059
|
+
background: #fff;
|
|
3337
3060
|
}
|
|
3338
|
-
|
|
3339
|
-
.
|
|
3340
|
-
font-family: Inter;
|
|
3341
|
-
font-style: normal;
|
|
3342
|
-
font-weight: bold;
|
|
3343
|
-
font-size: 18px;
|
|
3344
|
-
line-height: 22px;
|
|
3061
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
3062
|
+
opacity: 0.5;
|
|
3345
3063
|
}
|
|
3346
|
-
|
|
3347
|
-
.
|
|
3348
|
-
|
|
3349
|
-
font-style: normal;
|
|
3350
|
-
font-weight: normal;
|
|
3351
|
-
font-size: 18px;
|
|
3352
|
-
line-height: 22px;
|
|
3064
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
3065
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3066
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3353
3067
|
}
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
font-family: Inter;
|
|
3357
|
-
font-style: normal;
|
|
3358
|
-
font-weight: bold;
|
|
3359
|
-
font-size: 16px;
|
|
3360
|
-
line-height: 22px;
|
|
3068
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
3069
|
+
background: #00122e;
|
|
3361
3070
|
}
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
font-style: normal;
|
|
3366
|
-
font-weight: normal;
|
|
3367
|
-
font-size: 16px;
|
|
3368
|
-
line-height: 22px;
|
|
3071
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
3072
|
+
color: #00122e;
|
|
3073
|
+
opacity: 0.5;
|
|
3369
3074
|
}
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3075
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
3076
|
+
color: #00122e;
|
|
3077
|
+
}
|
|
3078
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
3079
|
+
display: inline-block;
|
|
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;
|
|
3230
|
+
}
|
|
3231
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3232
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
3233
|
+
color: #0080ff;
|
|
3234
|
+
}
|
|
3235
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3236
|
+
transform: rotate(180deg);
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3240
|
+
max-height: calc(100vh - 128px);
|
|
3241
|
+
overflow-y: auto;
|
|
3242
|
+
}
|
|
3243
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3244
|
+
padding: 4px 20px;
|
|
3245
|
+
font-size: 12px;
|
|
3246
|
+
line-height: 18px;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
.i1mrf09m {
|
|
3250
|
+
display: inline-flex;
|
|
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;
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.bpq0js6 {
|
|
3268
|
+
padding: 4px 11px;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
.b15sn34c {
|
|
3272
|
+
white-space: nowrap;
|
|
3273
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
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;
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
.i1e4sgug {
|
|
3297
|
+
display: inline-block;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
.d6j0lbj {
|
|
3301
|
+
font-family: Inter;
|
|
3302
|
+
font-style: normal;
|
|
3303
|
+
font-weight: bold;
|
|
3304
|
+
font-size: 32px;
|
|
3305
|
+
line-height: 40px;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.d1xhvvxe {
|
|
3309
|
+
font-family: Inter;
|
|
3310
|
+
font-style: normal;
|
|
3311
|
+
font-weight: bold;
|
|
3312
|
+
font-size: 24px;
|
|
3313
|
+
line-height: 32px;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.dk10mxq {
|
|
3317
|
+
font-family: Inter;
|
|
3318
|
+
font-style: normal;
|
|
3319
|
+
font-weight: normal;
|
|
3320
|
+
font-size: 32px;
|
|
3321
|
+
line-height: 40px;
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
.dxsait {
|
|
3325
|
+
font-family: Inter;
|
|
3326
|
+
font-style: normal;
|
|
3327
|
+
font-weight: bold;
|
|
3328
|
+
font-size: 20px;
|
|
3329
|
+
line-height: 24px;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
.dokn0h3 {
|
|
3333
|
+
font-family: Inter;
|
|
3334
|
+
font-style: normal;
|
|
3335
|
+
font-weight: normal;
|
|
3336
|
+
font-size: 20px;
|
|
3337
|
+
line-height: 24px;
|
|
3338
|
+
}
|
|
3339
|
+
|
|
3340
|
+
.dobau4p {
|
|
3341
|
+
font-family: Inter;
|
|
3342
|
+
font-style: normal;
|
|
3343
|
+
font-weight: bold;
|
|
3344
|
+
font-size: 18px;
|
|
3345
|
+
line-height: 22px;
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
.dvolwok {
|
|
3349
|
+
font-family: Inter;
|
|
3350
|
+
font-style: normal;
|
|
3351
|
+
font-weight: normal;
|
|
3352
|
+
font-size: 18px;
|
|
3353
|
+
line-height: 22px;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.h181qhg4 {
|
|
3357
|
+
font-family: Inter;
|
|
3358
|
+
font-style: normal;
|
|
3359
|
+
font-weight: bold;
|
|
3360
|
+
font-size: 16px;
|
|
3361
|
+
line-height: 22px;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
.h1phgmcq {
|
|
3365
|
+
font-family: Inter;
|
|
3366
|
+
font-style: normal;
|
|
3367
|
+
font-weight: normal;
|
|
3368
|
+
font-size: 16px;
|
|
3369
|
+
line-height: 22px;
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
.h173xnl1 {
|
|
3373
|
+
font-family: Inter;
|
|
3374
|
+
font-style: normal;
|
|
3375
|
+
font-weight: bold;
|
|
3376
|
+
font-size: 14px;
|
|
3376
3377
|
line-height: 20px;
|
|
3377
3378
|
}
|
|
3378
3379
|
|
|
@@ -3842,6 +3843,10 @@ input.rrg1fkn.ant-input {
|
|
|
3842
3843
|
margin-left: 24px;
|
|
3843
3844
|
}
|
|
3844
3845
|
|
|
3846
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3847
|
+
display: flex;
|
|
3848
|
+
}
|
|
3849
|
+
|
|
3845
3850
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3846
3851
|
border-radius: 6px;
|
|
3847
3852
|
}
|
|
@@ -3851,225 +3856,60 @@ input.rrg1fkn.ant-input {
|
|
|
3851
3856
|
color: #2d3a56;
|
|
3852
3857
|
border-color: rgba(211, 218, 235, 0.6);
|
|
3853
3858
|
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3854
|
-
font-size: 13px;
|
|
3855
|
-
}
|
|
3856
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3857
|
-
height: 38px;
|
|
3858
|
-
font-size: 13px;
|
|
3859
|
-
}
|
|
3860
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3861
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3862
|
-
transition: 160ms ease;
|
|
3863
|
-
}
|
|
3864
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3865
|
-
color: #0080ff;
|
|
3866
|
-
}
|
|
3867
|
-
.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 {
|
|
3868
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3869
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3870
|
-
}
|
|
3871
|
-
.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 {
|
|
3872
|
-
color: #0080ff;
|
|
3873
|
-
}
|
|
3874
|
-
.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 {
|
|
3875
|
-
border-color: #0080ff;
|
|
3876
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
3877
|
-
}
|
|
3878
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3879
|
-
transform: rotate(180deg);
|
|
3880
|
-
}
|
|
3881
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3882
|
-
background: rgba(211, 218, 235, 0.6);
|
|
3883
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3884
|
-
cursor: "not-allowed";
|
|
3885
|
-
}
|
|
3886
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3887
|
-
border-color: #f0483e !important;
|
|
3888
|
-
}
|
|
3889
|
-
.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 {
|
|
3890
|
-
color: #1d326c;
|
|
3891
|
-
}
|
|
3892
|
-
.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 {
|
|
3893
|
-
border-color: #0080ff;
|
|
3894
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3895
|
-
}
|
|
3896
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3897
|
-
transform: rotate(180deg);
|
|
3898
|
-
}
|
|
3899
|
-
|
|
3900
|
-
.igz4le8 {
|
|
3901
|
-
height: 24px;
|
|
3902
|
-
width: 56px !important;
|
|
3903
|
-
margin-right: 4px;
|
|
3904
|
-
}
|
|
3905
|
-
|
|
3906
|
-
.c1riexje {
|
|
3907
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3908
|
-
}
|
|
3909
|
-
|
|
3910
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3911
|
-
display: flex;
|
|
3912
|
-
}
|
|
3913
|
-
|
|
3914
|
-
.m1thnes4 {
|
|
3915
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3916
|
-
text-align: center;
|
|
3917
|
-
display: flex;
|
|
3918
|
-
align-items: center;
|
|
3919
|
-
justify-content: center;
|
|
3920
|
-
flex-direction: column;
|
|
3921
|
-
height: 100%;
|
|
3922
|
-
}
|
|
3923
|
-
.m1thnes4 .link {
|
|
3924
|
-
color: #0080ff;
|
|
3925
|
-
cursor: pointer;
|
|
3926
|
-
}
|
|
3927
|
-
|
|
3928
|
-
.m1bixfdy {
|
|
3929
|
-
width: 100%;
|
|
3930
|
-
height: 100%;
|
|
3931
|
-
display: flex;
|
|
3932
|
-
flex-direction: column;
|
|
3933
|
-
}
|
|
3934
|
-
.m1bixfdy .name-toolbar {
|
|
3935
|
-
width: 100%;
|
|
3936
|
-
display: flex;
|
|
3937
|
-
line-height: 30px;
|
|
3938
|
-
padding: 0 16px;
|
|
3939
|
-
justify-content: space-between;
|
|
3940
|
-
}
|
|
3941
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
3942
|
-
display: flex;
|
|
3943
|
-
font-size: 12px;
|
|
3944
|
-
align-items: center;
|
|
3945
|
-
}
|
|
3946
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
3947
|
-
color: #a3b4cc;
|
|
3948
|
-
}
|
|
3949
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
3950
|
-
margin-left: 10px;
|
|
3951
|
-
}
|
|
3952
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
3953
|
-
margin-left: 10px;
|
|
3954
|
-
cursor: pointer;
|
|
3955
|
-
}
|
|
3956
|
-
.m1bixfdy .content {
|
|
3957
|
-
flex: 1;
|
|
3958
|
-
width: 100%;
|
|
3959
|
-
display: flex;
|
|
3960
|
-
justify-content: center;
|
|
3961
|
-
align-items: center;
|
|
3962
|
-
}
|
|
3963
|
-
.m1bixfdy .single-content {
|
|
3964
|
-
height: 65px;
|
|
3965
|
-
}
|
|
3966
|
-
|
|
3967
|
-
.lfamfcw {
|
|
3968
|
-
display: flex;
|
|
3969
|
-
align-items: center;
|
|
3970
|
-
white-space: nowrap;
|
|
3971
|
-
overflow: hidden;
|
|
3972
|
-
width: 100%;
|
|
3973
|
-
}
|
|
3974
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
3975
|
-
margin-left: auto;
|
|
3976
|
-
font-size: 12px;
|
|
3977
|
-
}
|
|
3978
|
-
|
|
3979
|
-
.la6u9b4 {
|
|
3980
|
-
display: flex;
|
|
3981
|
-
justify-content: flex-start;
|
|
3982
|
-
align-items: center;
|
|
3983
|
-
font-size: 12px;
|
|
3984
|
-
cursor: pointer;
|
|
3985
|
-
}
|
|
3986
|
-
.la6u9b4:not(:last-child) {
|
|
3987
|
-
margin-right: 20px;
|
|
3988
|
-
}
|
|
3989
|
-
.la6u9b4.deselected {
|
|
3990
|
-
opacity: 0.4;
|
|
3991
|
-
}
|
|
3992
|
-
.la6u9b4.deselected .color-block {
|
|
3993
|
-
background: #b4beca !important;
|
|
3994
|
-
}
|
|
3995
|
-
|
|
3996
|
-
.chhvk8b {
|
|
3997
|
-
display: inline-block;
|
|
3998
|
-
height: 8px;
|
|
3999
|
-
width: 8px;
|
|
4000
|
-
margin-right: 8px;
|
|
4001
|
-
}
|
|
4002
|
-
|
|
4003
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
4004
|
-
display: flex;
|
|
4005
|
-
align-items: center;
|
|
4006
|
-
font-size: 12px;
|
|
4007
|
-
margin: 0;
|
|
3859
|
+
font-size: 13px;
|
|
4008
3860
|
}
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
3861
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3862
|
+
height: 38px;
|
|
3863
|
+
font-size: 13px;
|
|
4012
3864
|
}
|
|
4013
|
-
.
|
|
4014
|
-
|
|
3865
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3866
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3867
|
+
transition: 160ms ease;
|
|
4015
3868
|
}
|
|
4016
|
-
.
|
|
4017
|
-
|
|
4018
|
-
justify-content: space-between;
|
|
4019
|
-
line-height: 30px;
|
|
4020
|
-
margin: 0 16px;
|
|
3869
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3870
|
+
color: #0080ff;
|
|
4021
3871
|
}
|
|
4022
|
-
.
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
align-items: center;
|
|
3872
|
+
.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 {
|
|
3873
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3874
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4026
3875
|
}
|
|
4027
|
-
.
|
|
4028
|
-
color: #
|
|
3876
|
+
.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 {
|
|
3877
|
+
color: #0080ff;
|
|
4029
3878
|
}
|
|
4030
|
-
.
|
|
4031
|
-
|
|
3879
|
+
.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 {
|
|
3880
|
+
border-color: #0080ff;
|
|
3881
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4032
3882
|
}
|
|
4033
|
-
.
|
|
4034
|
-
|
|
4035
|
-
cursor: pointer;
|
|
3883
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3884
|
+
transform: rotate(180deg);
|
|
4036
3885
|
}
|
|
4037
|
-
.
|
|
4038
|
-
|
|
3886
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
3887
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3888
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
3889
|
+
cursor: "not-allowed";
|
|
4039
3890
|
}
|
|
4040
|
-
.
|
|
4041
|
-
|
|
4042
|
-
bottom: 10px;
|
|
4043
|
-
padding: 0 8px;
|
|
4044
|
-
border-radius: 4px;
|
|
4045
|
-
font-size: 12px;
|
|
4046
|
-
color: #fff;
|
|
4047
|
-
background: rgba(0, 0, 0, 0.75);
|
|
4048
|
-
transform: translateX(-50%);
|
|
3891
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
3892
|
+
border-color: #f0483e !important;
|
|
4049
3893
|
}
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
min-width: 200px;
|
|
3894
|
+
.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 {
|
|
3895
|
+
color: #1d326c;
|
|
4053
3896
|
}
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
align-items: center;
|
|
4058
|
-
justify-content: space-between;
|
|
4059
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
4060
|
-
color: #b4beca;
|
|
4061
|
-
font-size: 12px;
|
|
4062
|
-
padding: 3px 6px;
|
|
3897
|
+
.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 {
|
|
3898
|
+
border-color: #0080ff;
|
|
3899
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4063
3900
|
}
|
|
4064
|
-
.
|
|
4065
|
-
|
|
3901
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
3902
|
+
transform: rotate(180deg);
|
|
4066
3903
|
}
|
|
4067
|
-
|
|
4068
|
-
|
|
3904
|
+
|
|
3905
|
+
.igz4le8 {
|
|
3906
|
+
height: 24px;
|
|
3907
|
+
width: 56px !important;
|
|
3908
|
+
margin-right: 4px;
|
|
4069
3909
|
}
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
3910
|
+
|
|
3911
|
+
.c1riexje {
|
|
3912
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4073
3913
|
}
|
|
4074
3914
|
|
|
4075
3915
|
.t1gz6wqf {
|
|
@@ -4102,6 +3942,10 @@ input.rrg1fkn.ant-input {
|
|
|
4102
3942
|
background: rgba(163, 180, 204, 0.18);
|
|
4103
3943
|
}
|
|
4104
3944
|
|
|
3945
|
+
.asgcu6r {
|
|
3946
|
+
height: 32px;
|
|
3947
|
+
}
|
|
3948
|
+
|
|
4105
3949
|
.d1h5z4k4.ant-dropdown {
|
|
4106
3950
|
background: #fff;
|
|
4107
3951
|
border: 1px solid #dfe4eb;
|
|
@@ -4236,8 +4080,165 @@ input.rrg1fkn.ant-input {
|
|
|
4236
4080
|
display: block;
|
|
4237
4081
|
}
|
|
4238
4082
|
|
|
4239
|
-
.
|
|
4240
|
-
|
|
4083
|
+
.m1thnes4 {
|
|
4084
|
+
color: rgba(44, 56, 82, 0.6);
|
|
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;
|
|
4241
4242
|
}
|
|
4242
4243
|
|
|
4243
4244
|
.at4ovwe .ant-input-number-handler-wrap {
|