@cloudtower/eagle 0.25.20 → 0.25.22
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/Percent/index.d.ts +2 -2
- package/dist/components.css +27 -27
- package/dist/esm/index.js +11 -5
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +4 -0
- package/dist/style.css +876 -876
- package/dist/umd/index.js +11 -5
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1636,35 +1636,6 @@ html body {
|
|
|
1636
1636
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1637
1637
|
}
|
|
1638
1638
|
}
|
|
1639
|
-
.bpq0js6 {
|
|
1640
|
-
padding: 4px 11px;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
.b15sn34c {
|
|
1644
|
-
white-space: nowrap;
|
|
1645
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1646
|
-
}
|
|
1647
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1648
|
-
--color: #0080ff;
|
|
1649
|
-
}
|
|
1650
|
-
.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] {
|
|
1651
|
-
--color: #0080ff;
|
|
1652
|
-
}
|
|
1653
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1654
|
-
margin-left: 1px;
|
|
1655
|
-
}
|
|
1656
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1657
|
-
border-top-right-radius: 0;
|
|
1658
|
-
border-bottom-right-radius: 0;
|
|
1659
|
-
}
|
|
1660
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1661
|
-
border-top-left-radius: 0;
|
|
1662
|
-
border-bottom-left-radius: 0;
|
|
1663
|
-
}
|
|
1664
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1665
|
-
border-radius: unset;
|
|
1666
|
-
}
|
|
1667
|
-
|
|
1668
1639
|
.buj61ew.ant-btn {
|
|
1669
1640
|
height: 32px;
|
|
1670
1641
|
border-radius: 6px;
|
|
@@ -1913,6 +1884,50 @@ html body {
|
|
|
1913
1884
|
padding: 0;
|
|
1914
1885
|
}
|
|
1915
1886
|
|
|
1887
|
+
.bpq0js6 {
|
|
1888
|
+
padding: 4px 11px;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.b15sn34c {
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1894
|
+
}
|
|
1895
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1896
|
+
--color: #0080ff;
|
|
1897
|
+
}
|
|
1898
|
+
.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] {
|
|
1899
|
+
--color: #0080ff;
|
|
1900
|
+
}
|
|
1901
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1902
|
+
margin-left: 1px;
|
|
1903
|
+
}
|
|
1904
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1905
|
+
border-top-right-radius: 0;
|
|
1906
|
+
border-bottom-right-radius: 0;
|
|
1907
|
+
}
|
|
1908
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1909
|
+
border-top-left-radius: 0;
|
|
1910
|
+
border-bottom-left-radius: 0;
|
|
1911
|
+
}
|
|
1912
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1913
|
+
border-radius: unset;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.fde5mpd {
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
min-height: 124px;
|
|
1920
|
+
display: flex;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
}
|
|
1925
|
+
.fde5mpd .error-text {
|
|
1926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1927
|
+
margin-bottom: 16px;
|
|
1928
|
+
font-size: 18px;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1916
1931
|
.i1mrf09m {
|
|
1917
1932
|
display: inline-flex;
|
|
1918
1933
|
align-items: center;
|
|
@@ -1931,19 +1946,26 @@ html body {
|
|
|
1931
1946
|
animation: rotate 680ms linear infinite;
|
|
1932
1947
|
}
|
|
1933
1948
|
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1936
|
-
height:
|
|
1937
|
-
|
|
1949
|
+
.iap75of {
|
|
1950
|
+
height: 18px;
|
|
1951
|
+
line-height: 18px;
|
|
1952
|
+
padding: 0 4px;
|
|
1953
|
+
border-radius: 4px;
|
|
1954
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1955
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1938
1956
|
display: flex;
|
|
1939
|
-
flex-direction: column;
|
|
1940
|
-
justify-content: center;
|
|
1941
1957
|
align-items: center;
|
|
1958
|
+
white-space: nowrap;
|
|
1959
|
+
margin-right: 4px;
|
|
1942
1960
|
}
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1961
|
+
|
|
1962
|
+
.obf05yr {
|
|
1963
|
+
display: inline-block;
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
.hsms1n6 {
|
|
1967
|
+
visibility: hidden;
|
|
1968
|
+
position: absolute;
|
|
1947
1969
|
}
|
|
1948
1970
|
|
|
1949
1971
|
.cz04yix {
|
|
@@ -2611,17 +2633,61 @@ input.rrg1fkn.ant-input {
|
|
|
2611
2633
|
border-bottom-left-radius: 0;
|
|
2612
2634
|
}
|
|
2613
2635
|
|
|
2614
|
-
.
|
|
2615
|
-
height: 18px;
|
|
2616
|
-
line-height: 18px;
|
|
2617
|
-
padding: 0 4px;
|
|
2618
|
-
border-radius: 4px;
|
|
2619
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2620
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2636
|
+
.p12gwtiw {
|
|
2621
2637
|
display: flex;
|
|
2638
|
+
justify-content: space-between;
|
|
2622
2639
|
align-items: center;
|
|
2623
|
-
|
|
2624
|
-
|
|
2640
|
+
padding: 10px 0;
|
|
2641
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2642
|
+
font-size: 12px;
|
|
2643
|
+
line-height: 24px;
|
|
2644
|
+
}
|
|
2645
|
+
.p12gwtiw .pagination-left {
|
|
2646
|
+
padding: 2px 8px;
|
|
2647
|
+
}
|
|
2648
|
+
.p12gwtiw .dropdown-trigger {
|
|
2649
|
+
display: flex;
|
|
2650
|
+
align-items: center;
|
|
2651
|
+
border-radius: 6px;
|
|
2652
|
+
cursor: pointer;
|
|
2653
|
+
transition: all 0.3s ease;
|
|
2654
|
+
}
|
|
2655
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2656
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2657
|
+
color: #0080ff;
|
|
2658
|
+
}
|
|
2659
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2660
|
+
margin-left: 4px;
|
|
2661
|
+
}
|
|
2662
|
+
.p12gwtiw .pagination-right {
|
|
2663
|
+
display: flex;
|
|
2664
|
+
align-items: center;
|
|
2665
|
+
color: #0080ff;
|
|
2666
|
+
font-weight: bold;
|
|
2667
|
+
}
|
|
2668
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2669
|
+
margin-left: 4px;
|
|
2670
|
+
}
|
|
2671
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2672
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2673
|
+
padding: 0 8px;
|
|
2674
|
+
}
|
|
2675
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2676
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2677
|
+
color: #0080ff;
|
|
2678
|
+
}
|
|
2679
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2680
|
+
transform: rotate(180deg);
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2684
|
+
max-height: calc(100vh - 128px);
|
|
2685
|
+
overflow-y: auto;
|
|
2686
|
+
}
|
|
2687
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2688
|
+
padding: 4px 20px;
|
|
2689
|
+
font-size: 12px;
|
|
2690
|
+
line-height: 18px;
|
|
2625
2691
|
}
|
|
2626
2692
|
|
|
2627
2693
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2765,6 +2831,61 @@ input.rrg1fkn.ant-input {
|
|
|
2765
2831
|
width: 36px;
|
|
2766
2832
|
}
|
|
2767
2833
|
|
|
2834
|
+
.s34f1qb.ant-switch {
|
|
2835
|
+
min-width: 40px;
|
|
2836
|
+
height: 24px;
|
|
2837
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2838
|
+
overflow: hidden;
|
|
2839
|
+
}
|
|
2840
|
+
.s34f1qb.ant-switch:focus {
|
|
2841
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2842
|
+
}
|
|
2843
|
+
.s34f1qb.ant-switch-small {
|
|
2844
|
+
min-width: 26px;
|
|
2845
|
+
height: 16px;
|
|
2846
|
+
}
|
|
2847
|
+
.s34f1qb.ant-switch-large {
|
|
2848
|
+
min-width: 52px;
|
|
2849
|
+
height: 32px;
|
|
2850
|
+
}
|
|
2851
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2852
|
+
height: 20px;
|
|
2853
|
+
width: 20px;
|
|
2854
|
+
}
|
|
2855
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2856
|
+
border-radius: 10px;
|
|
2857
|
+
transition-delay: 120ms;
|
|
2858
|
+
}
|
|
2859
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2860
|
+
height: 14px;
|
|
2861
|
+
width: 14px;
|
|
2862
|
+
top: 1px;
|
|
2863
|
+
left: 1px;
|
|
2864
|
+
}
|
|
2865
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2866
|
+
height: 28px;
|
|
2867
|
+
width: 28px;
|
|
2868
|
+
}
|
|
2869
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2870
|
+
border-radius: 14px;
|
|
2871
|
+
}
|
|
2872
|
+
.s34f1qb.ant-switch-checked {
|
|
2873
|
+
background-color: #00ba5d;
|
|
2874
|
+
}
|
|
2875
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2876
|
+
left: calc(100% - 20px - 2px);
|
|
2877
|
+
}
|
|
2878
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2879
|
+
left: calc(100% - 14px - 1px);
|
|
2880
|
+
}
|
|
2881
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2882
|
+
left: calc(100% - 28px - 2px);
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.c1to9vb9 {
|
|
2886
|
+
margin-left: 5px;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2768
2889
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2769
2890
|
flex-direction: row;
|
|
2770
2891
|
justify-content: stretch;
|
|
@@ -2848,701 +2969,186 @@ input.rrg1fkn.ant-input {
|
|
|
2848
2969
|
padding: 0;
|
|
2849
2970
|
}
|
|
2850
2971
|
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
justify-content: space-between;
|
|
2854
|
-
align-items: center;
|
|
2855
|
-
padding: 10px 0;
|
|
2856
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2857
|
-
font-size: 12px;
|
|
2858
|
-
line-height: 24px;
|
|
2972
|
+
.s1fc623g {
|
|
2973
|
+
width: 430px !important;
|
|
2859
2974
|
}
|
|
2860
|
-
|
|
2861
|
-
|
|
2975
|
+
|
|
2976
|
+
.da3mx0o .ant-select-item-group {
|
|
2977
|
+
padding: 8px 16px;
|
|
2978
|
+
line-height: 18px;
|
|
2979
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2980
|
+
height: 34px;
|
|
2981
|
+
min-height: 34px;
|
|
2982
|
+
box-sizing: border-box;
|
|
2983
|
+
margin-top: 8px;
|
|
2862
2984
|
}
|
|
2863
|
-
|
|
2985
|
+
|
|
2986
|
+
.onr9gzt {
|
|
2864
2987
|
display: flex;
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2988
|
+
flex-direction: column;
|
|
2989
|
+
margin: 1px 8px;
|
|
2990
|
+
padding: 8px;
|
|
2991
|
+
border-radius: 4px;
|
|
2869
2992
|
}
|
|
2870
|
-
.
|
|
2871
|
-
|
|
2872
|
-
color: #0080ff;
|
|
2993
|
+
.onr9gzt .selected-icon {
|
|
2994
|
+
display: none;
|
|
2873
2995
|
}
|
|
2874
|
-
.
|
|
2875
|
-
|
|
2996
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2997
|
+
padding-left: 8px;
|
|
2876
2998
|
}
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
|
|
2999
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3000
|
+
background-color: white;
|
|
3001
|
+
}
|
|
3002
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2880
3003
|
color: #0080ff;
|
|
2881
|
-
font-weight: bold;
|
|
2882
3004
|
}
|
|
2883
|
-
.
|
|
2884
|
-
|
|
3005
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3006
|
+
display: block;
|
|
2885
3007
|
}
|
|
2886
|
-
.
|
|
2887
|
-
|
|
2888
|
-
padding: 0 8px;
|
|
3008
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3009
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2889
3010
|
}
|
|
2890
|
-
.
|
|
2891
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
3011
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2892
3012
|
color: #0080ff;
|
|
2893
3013
|
}
|
|
2894
|
-
.
|
|
2895
|
-
|
|
3014
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3015
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3016
|
+
color: #0080ff;
|
|
2896
3017
|
}
|
|
2897
3018
|
|
|
2898
|
-
.
|
|
2899
|
-
|
|
2900
|
-
|
|
3019
|
+
.oiy0apc {
|
|
3020
|
+
display: flex;
|
|
3021
|
+
justify-content: space-between;
|
|
3022
|
+
height: 20px;
|
|
3023
|
+
line-height: 20px;
|
|
2901
3024
|
}
|
|
2902
|
-
.
|
|
2903
|
-
|
|
2904
|
-
|
|
3025
|
+
.oiy0apc .timezone-title {
|
|
3026
|
+
color: #2d3a56;
|
|
3027
|
+
overflow: hidden;
|
|
3028
|
+
text-overflow: ellipsis;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
.of4y382 {
|
|
3032
|
+
display: flex;
|
|
3033
|
+
justify-content: space-between;
|
|
3034
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3035
|
+
height: 18px;
|
|
2905
3036
|
line-height: 18px;
|
|
3037
|
+
margin-top: 2px;
|
|
2906
3038
|
}
|
|
2907
3039
|
|
|
2908
|
-
.
|
|
2909
|
-
|
|
3040
|
+
.t19903l9 {
|
|
3041
|
+
border: none;
|
|
3042
|
+
margin-right: 0;
|
|
3043
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2910
3044
|
}
|
|
2911
3045
|
|
|
2912
|
-
.
|
|
2913
|
-
|
|
2914
|
-
|
|
3046
|
+
.ohwbvxu {
|
|
3047
|
+
pointer-events: none;
|
|
3048
|
+
height: 32px;
|
|
3049
|
+
width: 100%;
|
|
3050
|
+
opacity: 0;
|
|
2915
3051
|
}
|
|
2916
3052
|
|
|
2917
|
-
.
|
|
2918
|
-
|
|
2919
|
-
height: 24px;
|
|
2920
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2921
|
-
overflow: hidden;
|
|
3053
|
+
.t1upn1sz {
|
|
3054
|
+
height: 100%;
|
|
2922
3055
|
}
|
|
2923
|
-
|
|
2924
|
-
|
|
3056
|
+
|
|
3057
|
+
.tta5kd2 {
|
|
3058
|
+
height: 100%;
|
|
2925
3059
|
}
|
|
2926
|
-
.
|
|
2927
|
-
|
|
2928
|
-
height:
|
|
3060
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3061
|
+
overflow: visible !important;
|
|
3062
|
+
height: 100%;
|
|
2929
3063
|
}
|
|
2930
|
-
.
|
|
2931
|
-
|
|
2932
|
-
height: 32px;
|
|
3064
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3065
|
+
height: 100%;
|
|
2933
3066
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2936
|
-
|
|
3067
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3068
|
+
width: 100% !important;
|
|
3069
|
+
height: 100%;
|
|
2937
3070
|
}
|
|
2938
|
-
.
|
|
2939
|
-
|
|
2940
|
-
transition-delay: 120ms;
|
|
3071
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3072
|
+
padding: 15px 0;
|
|
2941
3073
|
}
|
|
2942
|
-
.
|
|
2943
|
-
|
|
2944
|
-
width: 14px;
|
|
2945
|
-
top: 1px;
|
|
2946
|
-
left: 1px;
|
|
3074
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3075
|
+
display: none;
|
|
2947
3076
|
}
|
|
2948
|
-
.
|
|
2949
|
-
|
|
2950
|
-
width: 28px;
|
|
3077
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3078
|
+
font-weight: 700;
|
|
2951
3079
|
}
|
|
2952
|
-
.
|
|
2953
|
-
|
|
3080
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3081
|
+
font-weight: 700;
|
|
2954
3082
|
}
|
|
2955
|
-
.
|
|
2956
|
-
|
|
3083
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3084
|
+
height: 100%;
|
|
2957
3085
|
}
|
|
2958
|
-
.
|
|
2959
|
-
|
|
3086
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3087
|
+
height: 100%;
|
|
3088
|
+
overflow: visible;
|
|
2960
3089
|
}
|
|
2961
|
-
.
|
|
2962
|
-
|
|
3090
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3091
|
+
max-height: none;
|
|
2963
3092
|
}
|
|
2964
|
-
.
|
|
2965
|
-
|
|
3093
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3094
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3095
|
+
display: none;
|
|
2966
3096
|
}
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
margin-left: 5px;
|
|
3097
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3098
|
+
background: transparent;
|
|
2970
3099
|
}
|
|
2971
|
-
|
|
2972
|
-
.
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
font-weight: bold;
|
|
2976
|
-
font-size: 32px;
|
|
2977
|
-
line-height: 40px;
|
|
3100
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3101
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3102
|
+
background: #fff;
|
|
3103
|
+
padding: 0 !important;
|
|
2978
3104
|
}
|
|
2979
|
-
|
|
2980
|
-
.
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
line-height: 32px;
|
|
3105
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3106
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3107
|
+
display: flex;
|
|
3108
|
+
align-items: center;
|
|
3109
|
+
height: 100%;
|
|
3110
|
+
padding: 8px;
|
|
2986
3111
|
}
|
|
2987
|
-
|
|
2988
|
-
.
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
font-size: 32px;
|
|
2993
|
-
line-height: 40px;
|
|
3112
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3113
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3114
|
+
overflow: hidden;
|
|
3115
|
+
text-overflow: ellipsis;
|
|
3116
|
+
width: 100%;
|
|
2994
3117
|
}
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
font-family: Inter;
|
|
2998
|
-
font-style: normal;
|
|
2999
|
-
font-weight: bold;
|
|
3000
|
-
font-size: 20px;
|
|
3001
|
-
line-height: 24px;
|
|
3118
|
+
.tta5kd2 .ant-table-container {
|
|
3119
|
+
height: 100%;
|
|
3002
3120
|
}
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
font-family: Inter;
|
|
3006
|
-
font-style: normal;
|
|
3007
|
-
font-weight: normal;
|
|
3008
|
-
font-size: 20px;
|
|
3009
|
-
line-height: 24px;
|
|
3121
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3122
|
+
box-shadow: none !important;
|
|
3010
3123
|
}
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3124
|
+
.tta5kd2 .ant-table {
|
|
3125
|
+
border-radius: 0px;
|
|
3126
|
+
border-left: none;
|
|
3127
|
+
border-right: none;
|
|
3128
|
+
border-bottom: none;
|
|
3129
|
+
height: 100%;
|
|
3130
|
+
font-size: 12px;
|
|
3131
|
+
background: transparent;
|
|
3018
3132
|
}
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
font-size: 18px;
|
|
3025
|
-
line-height: 22px;
|
|
3133
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
3134
|
+
position: relative;
|
|
3135
|
+
z-index: 3;
|
|
3136
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3137
|
+
margin-bottom: -1px;
|
|
3026
3138
|
}
|
|
3027
|
-
|
|
3028
|
-
.
|
|
3029
|
-
|
|
3030
|
-
font-style: normal;
|
|
3031
|
-
font-weight: bold;
|
|
3032
|
-
font-size: 16px;
|
|
3033
|
-
line-height: 22px;
|
|
3139
|
+
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3140
|
+
.tta5kd2 .ant-table .value {
|
|
3141
|
+
color: #2d3a56;
|
|
3034
3142
|
}
|
|
3035
|
-
|
|
3036
|
-
.
|
|
3037
|
-
|
|
3038
|
-
font-style: normal;
|
|
3039
|
-
font-weight: normal;
|
|
3040
|
-
font-size: 16px;
|
|
3041
|
-
line-height: 22px;
|
|
3143
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3144
|
+
.tta5kd2 .ant-table .unit {
|
|
3145
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3042
3146
|
}
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
font-family: Inter;
|
|
3046
|
-
font-style: normal;
|
|
3047
|
-
font-weight: bold;
|
|
3048
|
-
font-size: 14px;
|
|
3049
|
-
line-height: 20px;
|
|
3147
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
3148
|
+
text-align: center;
|
|
3050
3149
|
}
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
font-family: Inter;
|
|
3054
|
-
font-style: normal;
|
|
3055
|
-
font-weight: normal;
|
|
3056
|
-
font-size: 14px;
|
|
3057
|
-
line-height: 20px;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
.h1kd8xld {
|
|
3061
|
-
font-family: Inter;
|
|
3062
|
-
font-style: normal;
|
|
3063
|
-
font-weight: bold;
|
|
3064
|
-
font-size: 12px;
|
|
3065
|
-
line-height: 18px;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
.hp14fr {
|
|
3069
|
-
font-family: Inter;
|
|
3070
|
-
font-style: normal;
|
|
3071
|
-
font-weight: normal;
|
|
3072
|
-
font-size: 12px;
|
|
3073
|
-
line-height: 18px;
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3076
|
-
.hgrg7mn {
|
|
3077
|
-
font-family: Inter;
|
|
3078
|
-
font-style: normal;
|
|
3079
|
-
font-weight: bold;
|
|
3080
|
-
text-transform: uppercase;
|
|
3081
|
-
font-feature-settings: "cpsp" on;
|
|
3082
|
-
font-size: 12px;
|
|
3083
|
-
line-height: 18px;
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
.h6zme9x {
|
|
3087
|
-
font-family: Inter;
|
|
3088
|
-
font-style: normal;
|
|
3089
|
-
font-weight: normal;
|
|
3090
|
-
text-transform: uppercase;
|
|
3091
|
-
font-feature-settings: "cpsp" on;
|
|
3092
|
-
font-size: 12px;
|
|
3093
|
-
line-height: 18px;
|
|
3094
|
-
}
|
|
3095
|
-
|
|
3096
|
-
.locjvsv {
|
|
3097
|
-
font-family: Inter;
|
|
3098
|
-
font-style: normal;
|
|
3099
|
-
font-weight: normal;
|
|
3100
|
-
font-size: 16px;
|
|
3101
|
-
line-height: 24px;
|
|
3102
|
-
}
|
|
3103
|
-
|
|
3104
|
-
.l13gi131 {
|
|
3105
|
-
font-family: Inter;
|
|
3106
|
-
font-style: normal;
|
|
3107
|
-
font-weight: bold;
|
|
3108
|
-
font-size: 16px;
|
|
3109
|
-
line-height: 24px;
|
|
3110
|
-
}
|
|
3111
|
-
|
|
3112
|
-
.l1ynemsu {
|
|
3113
|
-
font-family: Inter;
|
|
3114
|
-
font-style: normal;
|
|
3115
|
-
font-weight: normal;
|
|
3116
|
-
font-size: 16px;
|
|
3117
|
-
line-height: 24px;
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
|
-
.l1cft1cx {
|
|
3121
|
-
font-family: Inter;
|
|
3122
|
-
font-style: normal;
|
|
3123
|
-
font-weight: bold;
|
|
3124
|
-
font-size: 16px;
|
|
3125
|
-
line-height: 24px;
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
.l17tqc8p {
|
|
3129
|
-
font-family: Inter;
|
|
3130
|
-
font-style: normal;
|
|
3131
|
-
font-weight: normal;
|
|
3132
|
-
text-transform: uppercase;
|
|
3133
|
-
font-feature-settings: "cpsp" on;
|
|
3134
|
-
font-size: 16px;
|
|
3135
|
-
line-height: 24px;
|
|
3136
|
-
}
|
|
3137
|
-
|
|
3138
|
-
.l1j1e5w7 {
|
|
3139
|
-
font-family: Inter;
|
|
3140
|
-
font-style: normal;
|
|
3141
|
-
font-weight: bold;
|
|
3142
|
-
text-transform: uppercase;
|
|
3143
|
-
font-feature-settings: "cpsp" on;
|
|
3144
|
-
font-size: 16px;
|
|
3145
|
-
line-height: 24px;
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
|
-
.l1gf91jb {
|
|
3149
|
-
font-family: Inter;
|
|
3150
|
-
font-style: normal;
|
|
3151
|
-
font-weight: normal;
|
|
3152
|
-
font-size: 14px;
|
|
3153
|
-
line-height: 22px;
|
|
3154
|
-
}
|
|
3155
|
-
|
|
3156
|
-
.lu7hlr6 {
|
|
3157
|
-
font-family: Inter;
|
|
3158
|
-
font-style: normal;
|
|
3159
|
-
font-weight: 500;
|
|
3160
|
-
font-size: 14px;
|
|
3161
|
-
line-height: 22px;
|
|
3162
|
-
}
|
|
3163
|
-
|
|
3164
|
-
.l3l3jf0 {
|
|
3165
|
-
font-family: Inter;
|
|
3166
|
-
font-style: normal;
|
|
3167
|
-
font-weight: bold;
|
|
3168
|
-
font-size: 14px;
|
|
3169
|
-
line-height: 22px;
|
|
3170
|
-
}
|
|
3171
|
-
|
|
3172
|
-
.l12j5nqp {
|
|
3173
|
-
font-family: Inter;
|
|
3174
|
-
font-style: normal;
|
|
3175
|
-
font-weight: normal;
|
|
3176
|
-
font-size: 14px;
|
|
3177
|
-
line-height: 22px;
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
.l1tecqht {
|
|
3181
|
-
font-family: Inter;
|
|
3182
|
-
font-style: normal;
|
|
3183
|
-
font-weight: bold;
|
|
3184
|
-
font-size: 14px;
|
|
3185
|
-
line-height: 22px;
|
|
3186
|
-
}
|
|
3187
|
-
|
|
3188
|
-
.l6sa990 {
|
|
3189
|
-
font-family: Inter;
|
|
3190
|
-
font-style: normal;
|
|
3191
|
-
font-weight: normal;
|
|
3192
|
-
text-transform: uppercase;
|
|
3193
|
-
font-feature-settings: "cpsp" on;
|
|
3194
|
-
font-size: 14px;
|
|
3195
|
-
line-height: 22px;
|
|
3196
|
-
}
|
|
3197
|
-
|
|
3198
|
-
.lckqe8j {
|
|
3199
|
-
font-family: Inter;
|
|
3200
|
-
font-style: normal;
|
|
3201
|
-
font-weight: bold;
|
|
3202
|
-
text-transform: uppercase;
|
|
3203
|
-
font-feature-settings: "cpsp" on;
|
|
3204
|
-
font-size: 14px;
|
|
3205
|
-
line-height: 22px;
|
|
3206
|
-
}
|
|
3207
|
-
|
|
3208
|
-
.l1kuminb {
|
|
3209
|
-
font-family: Inter;
|
|
3210
|
-
font-style: normal;
|
|
3211
|
-
font-weight: normal;
|
|
3212
|
-
font-size: 13px;
|
|
3213
|
-
line-height: 20px;
|
|
3214
|
-
}
|
|
3215
|
-
|
|
3216
|
-
.l1pbuf5j {
|
|
3217
|
-
font-family: Inter;
|
|
3218
|
-
font-style: normal;
|
|
3219
|
-
font-weight: 600;
|
|
3220
|
-
font-size: 13px;
|
|
3221
|
-
line-height: 20px;
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
|
-
.l1r4ztu {
|
|
3225
|
-
font-family: Inter;
|
|
3226
|
-
font-style: normal;
|
|
3227
|
-
font-weight: bold;
|
|
3228
|
-
font-size: 13px;
|
|
3229
|
-
line-height: 20px;
|
|
3230
|
-
}
|
|
3231
|
-
|
|
3232
|
-
.ly8vzok {
|
|
3233
|
-
font-family: Inter;
|
|
3234
|
-
font-style: normal;
|
|
3235
|
-
font-weight: normal;
|
|
3236
|
-
font-size: 13px;
|
|
3237
|
-
line-height: 20px;
|
|
3238
|
-
}
|
|
3239
|
-
|
|
3240
|
-
.lumfmf {
|
|
3241
|
-
font-family: Inter;
|
|
3242
|
-
font-style: normal;
|
|
3243
|
-
font-weight: 600;
|
|
3244
|
-
font-size: 13px;
|
|
3245
|
-
line-height: 20px;
|
|
3246
|
-
}
|
|
3247
|
-
|
|
3248
|
-
.l16ujwmv {
|
|
3249
|
-
font-family: Inter;
|
|
3250
|
-
font-style: normal;
|
|
3251
|
-
font-weight: bold;
|
|
3252
|
-
font-size: 13px;
|
|
3253
|
-
line-height: 20px;
|
|
3254
|
-
}
|
|
3255
|
-
|
|
3256
|
-
.l17o1ffr {
|
|
3257
|
-
font-family: Inter;
|
|
3258
|
-
font-style: normal;
|
|
3259
|
-
font-weight: normal;
|
|
3260
|
-
text-transform: uppercase;
|
|
3261
|
-
font-feature-settings: "cpsp" on;
|
|
3262
|
-
font-size: 13px;
|
|
3263
|
-
line-height: 20px;
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
.lngllvn {
|
|
3267
|
-
font-family: Inter;
|
|
3268
|
-
font-style: normal;
|
|
3269
|
-
font-weight: bold;
|
|
3270
|
-
text-transform: uppercase;
|
|
3271
|
-
font-feature-settings: "cpsp" on;
|
|
3272
|
-
font-size: 13px;
|
|
3273
|
-
line-height: 20px;
|
|
3274
|
-
}
|
|
3275
|
-
|
|
3276
|
-
.l2i7fo9 {
|
|
3277
|
-
font-family: Inter;
|
|
3278
|
-
font-style: normal;
|
|
3279
|
-
font-weight: normal;
|
|
3280
|
-
font-size: 12px;
|
|
3281
|
-
line-height: 18px;
|
|
3282
|
-
}
|
|
3283
|
-
|
|
3284
|
-
.l1x7hscx {
|
|
3285
|
-
font-family: Inter;
|
|
3286
|
-
font-style: normal;
|
|
3287
|
-
font-weight: 500;
|
|
3288
|
-
font-size: 12px;
|
|
3289
|
-
line-height: 18px;
|
|
3290
|
-
}
|
|
3291
|
-
|
|
3292
|
-
.le1jwan {
|
|
3293
|
-
font-family: Inter;
|
|
3294
|
-
font-style: normal;
|
|
3295
|
-
font-weight: bold;
|
|
3296
|
-
font-size: 12px;
|
|
3297
|
-
line-height: 18px;
|
|
3298
|
-
}
|
|
3299
|
-
|
|
3300
|
-
.lyxynfj {
|
|
3301
|
-
font-family: Inter;
|
|
3302
|
-
font-style: normal;
|
|
3303
|
-
font-weight: normal;
|
|
3304
|
-
font-size: 12px;
|
|
3305
|
-
line-height: 18px;
|
|
3306
|
-
}
|
|
3307
|
-
|
|
3308
|
-
.lpb2nxv {
|
|
3309
|
-
font-family: Inter;
|
|
3310
|
-
font-style: normal;
|
|
3311
|
-
font-weight: 500;
|
|
3312
|
-
font-size: 12px;
|
|
3313
|
-
line-height: 18px;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.l1r8o3vv {
|
|
3317
|
-
font-family: Inter;
|
|
3318
|
-
font-style: normal;
|
|
3319
|
-
font-weight: bold;
|
|
3320
|
-
font-size: 12px;
|
|
3321
|
-
line-height: 18px;
|
|
3322
|
-
}
|
|
3323
|
-
|
|
3324
|
-
.lemnjy2 {
|
|
3325
|
-
font-family: Inter;
|
|
3326
|
-
font-style: normal;
|
|
3327
|
-
font-weight: normal;
|
|
3328
|
-
text-transform: uppercase;
|
|
3329
|
-
font-feature-settings: "cpsp" on;
|
|
3330
|
-
font-size: 12px;
|
|
3331
|
-
line-height: 18px;
|
|
3332
|
-
}
|
|
3333
|
-
|
|
3334
|
-
.lrc42gb {
|
|
3335
|
-
font-family: Inter;
|
|
3336
|
-
font-style: normal;
|
|
3337
|
-
font-weight: bold;
|
|
3338
|
-
text-transform: uppercase;
|
|
3339
|
-
font-feature-settings: "cpsp" on;
|
|
3340
|
-
font-size: 12px;
|
|
3341
|
-
line-height: 18px;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
.fqaz4mb {
|
|
3345
|
-
font-family: Inter;
|
|
3346
|
-
font-style: normal;
|
|
3347
|
-
font-weight: normal;
|
|
3348
|
-
font-size: 13px;
|
|
3349
|
-
line-height: 20px;
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
.f13we5o {
|
|
3353
|
-
font-family: Inter;
|
|
3354
|
-
font-style: normal;
|
|
3355
|
-
font-weight: normal;
|
|
3356
|
-
font-size: 13px;
|
|
3357
|
-
line-height: 20px;
|
|
3358
|
-
}
|
|
3359
|
-
|
|
3360
|
-
.ffmjua2 {
|
|
3361
|
-
font-family: Inter;
|
|
3362
|
-
font-style: normal;
|
|
3363
|
-
font-weight: normal;
|
|
3364
|
-
font-size: 12px;
|
|
3365
|
-
line-height: 18px;
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
|
-
.fz2mxw0 {
|
|
3369
|
-
font-family: Inter;
|
|
3370
|
-
font-style: normal;
|
|
3371
|
-
font-weight: normal;
|
|
3372
|
-
font-size: 12px;
|
|
3373
|
-
line-height: 18px;
|
|
3374
|
-
}
|
|
3375
|
-
|
|
3376
|
-
.t1ertzoh {
|
|
3377
|
-
font-family: Inter;
|
|
3378
|
-
font-style: normal;
|
|
3379
|
-
font-weight: normal;
|
|
3380
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3381
|
-
font-size: 13px;
|
|
3382
|
-
line-height: 20px;
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
|
-
.t19bge8r {
|
|
3386
|
-
font-family: Inter;
|
|
3387
|
-
font-style: normal;
|
|
3388
|
-
font-weight: normal;
|
|
3389
|
-
font-feature-settings: "zero" on;
|
|
3390
|
-
font-size: 13px;
|
|
3391
|
-
line-height: 20px;
|
|
3392
|
-
}
|
|
3393
|
-
|
|
3394
|
-
.tjrzfyl {
|
|
3395
|
-
font-family: Inter;
|
|
3396
|
-
font-style: normal;
|
|
3397
|
-
font-weight: normal;
|
|
3398
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3399
|
-
font-size: 12px;
|
|
3400
|
-
line-height: 18px;
|
|
3401
|
-
}
|
|
3402
|
-
|
|
3403
|
-
.tm6s7bo {
|
|
3404
|
-
font-family: Inter;
|
|
3405
|
-
font-style: normal;
|
|
3406
|
-
font-weight: 500;
|
|
3407
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3408
|
-
font-size: 12px;
|
|
3409
|
-
line-height: 18px;
|
|
3410
|
-
}
|
|
3411
|
-
|
|
3412
|
-
.t19zq6ic {
|
|
3413
|
-
font-family: Inter;
|
|
3414
|
-
font-style: normal;
|
|
3415
|
-
font-weight: normal;
|
|
3416
|
-
font-feature-settings: "zero" on;
|
|
3417
|
-
font-size: 12px;
|
|
3418
|
-
line-height: 18px;
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
.t1gduru8 {
|
|
3422
|
-
font-family: Inter;
|
|
3423
|
-
font-style: normal;
|
|
3424
|
-
font-weight: 500;
|
|
3425
|
-
font-feature-settings: "zero" on;
|
|
3426
|
-
font-size: 12px;
|
|
3427
|
-
line-height: 18px;
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
.t55raab {
|
|
3431
|
-
font-family: Inter;
|
|
3432
|
-
font-style: normal;
|
|
3433
|
-
font-weight: bold;
|
|
3434
|
-
font-feature-settings: "zero" on;
|
|
3435
|
-
font-size: 16px;
|
|
3436
|
-
line-height: 24px;
|
|
3437
|
-
}
|
|
3438
|
-
|
|
3439
|
-
.u1w9abfe {
|
|
3440
|
-
font-family: Inter;
|
|
3441
|
-
font-style: normal;
|
|
3442
|
-
font-weight: normal;
|
|
3443
|
-
font-size: 10px;
|
|
3444
|
-
line-height: 12px;
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
.t1upn1sz {
|
|
3448
|
-
height: 100%;
|
|
3449
|
-
}
|
|
3450
|
-
|
|
3451
|
-
.tta5kd2 {
|
|
3452
|
-
height: 100%;
|
|
3453
|
-
}
|
|
3454
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
3455
|
-
overflow: visible !important;
|
|
3456
|
-
height: 100%;
|
|
3457
|
-
}
|
|
3458
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3459
|
-
height: 100%;
|
|
3460
|
-
}
|
|
3461
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
3462
|
-
width: 100% !important;
|
|
3463
|
-
height: 100%;
|
|
3464
|
-
}
|
|
3465
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3466
|
-
padding: 15px 0;
|
|
3467
|
-
}
|
|
3468
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3469
|
-
display: none;
|
|
3470
|
-
}
|
|
3471
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
3472
|
-
font-weight: 700;
|
|
3473
|
-
}
|
|
3474
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3475
|
-
font-weight: 700;
|
|
3476
|
-
}
|
|
3477
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
3478
|
-
height: 100%;
|
|
3479
|
-
}
|
|
3480
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3481
|
-
height: 100%;
|
|
3482
|
-
overflow: visible;
|
|
3483
|
-
}
|
|
3484
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3485
|
-
max-height: none;
|
|
3486
|
-
}
|
|
3487
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3488
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3489
|
-
display: none;
|
|
3490
|
-
}
|
|
3491
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
3492
|
-
background: transparent;
|
|
3493
|
-
}
|
|
3494
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3495
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3496
|
-
background: #fff;
|
|
3497
|
-
padding: 0 !important;
|
|
3498
|
-
}
|
|
3499
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3500
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3501
|
-
display: flex;
|
|
3502
|
-
align-items: center;
|
|
3503
|
-
height: 100%;
|
|
3504
|
-
padding: 8px;
|
|
3505
|
-
}
|
|
3506
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3507
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3508
|
-
overflow: hidden;
|
|
3509
|
-
text-overflow: ellipsis;
|
|
3510
|
-
width: 100%;
|
|
3511
|
-
}
|
|
3512
|
-
.tta5kd2 .ant-table-container {
|
|
3513
|
-
height: 100%;
|
|
3514
|
-
}
|
|
3515
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
3516
|
-
box-shadow: none !important;
|
|
3517
|
-
}
|
|
3518
|
-
.tta5kd2 .ant-table {
|
|
3519
|
-
border-radius: 0px;
|
|
3520
|
-
border-left: none;
|
|
3521
|
-
border-right: none;
|
|
3522
|
-
border-bottom: none;
|
|
3523
|
-
height: 100%;
|
|
3524
|
-
font-size: 12px;
|
|
3525
|
-
background: transparent;
|
|
3526
|
-
}
|
|
3527
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
3528
|
-
position: relative;
|
|
3529
|
-
z-index: 3;
|
|
3530
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3531
|
-
margin-bottom: -1px;
|
|
3532
|
-
}
|
|
3533
|
-
.tta5kd2 .ant-table .time-wrapper .data,
|
|
3534
|
-
.tta5kd2 .ant-table .value {
|
|
3535
|
-
color: #2d3a56;
|
|
3536
|
-
}
|
|
3537
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
3538
|
-
.tta5kd2 .ant-table .unit {
|
|
3539
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3540
|
-
}
|
|
3541
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
3542
|
-
text-align: center;
|
|
3543
|
-
}
|
|
3544
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3545
|
-
background: #fff;
|
|
3150
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
3151
|
+
background: #fff;
|
|
3546
3152
|
}
|
|
3547
3153
|
.tta5kd2 .ant-table .anticon-setting {
|
|
3548
3154
|
cursor: pointer;
|
|
@@ -3708,188 +3314,582 @@ input.rrg1fkn.ant-input {
|
|
|
3708
3314
|
white-space: nowrap;
|
|
3709
3315
|
text-overflow: ellipsis;
|
|
3710
3316
|
}
|
|
3711
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3712
|
-
overflow: hidden;
|
|
3713
|
-
text-overflow: ellipsis;
|
|
3714
|
-
flex: 1;
|
|
3317
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
3318
|
+
overflow: hidden;
|
|
3319
|
+
text-overflow: ellipsis;
|
|
3320
|
+
flex: 1;
|
|
3321
|
+
}
|
|
3322
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
3323
|
+
padding: 15px 25px 15px 8px;
|
|
3324
|
+
}
|
|
3325
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
3326
|
+
padding: 0;
|
|
3327
|
+
}
|
|
3328
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
3329
|
+
position: absolute;
|
|
3330
|
+
right: 6px;
|
|
3331
|
+
top: 50%;
|
|
3332
|
+
transform: translateY(-50%);
|
|
3333
|
+
height: 16px;
|
|
3334
|
+
display: none;
|
|
3335
|
+
transition: transform 320ms ease;
|
|
3336
|
+
}
|
|
3337
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
3338
|
+
display: block;
|
|
3339
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3340
|
+
}
|
|
3341
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
3342
|
+
display: block;
|
|
3343
|
+
}
|
|
3344
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
3345
|
+
display: none;
|
|
3346
|
+
}
|
|
3347
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
3348
|
+
transform: translateY(-50%);
|
|
3349
|
+
}
|
|
3350
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
3351
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
3352
|
+
}
|
|
3353
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3354
|
+
background: #f2f5fa;
|
|
3355
|
+
}
|
|
3356
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3357
|
+
display: block;
|
|
3358
|
+
}
|
|
3359
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3360
|
+
padding-right: 25px;
|
|
3361
|
+
}
|
|
3362
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3363
|
+
padding: 0 !important;
|
|
3364
|
+
}
|
|
3365
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3366
|
+
position: absolute;
|
|
3367
|
+
left: 50%;
|
|
3368
|
+
top: 50%;
|
|
3369
|
+
transform: translate(-50%, -50%);
|
|
3370
|
+
}
|
|
3371
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3372
|
+
display: none;
|
|
3373
|
+
}
|
|
3374
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3375
|
+
background: #fff;
|
|
3376
|
+
}
|
|
3377
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3378
|
+
background: inherit;
|
|
3379
|
+
}
|
|
3380
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3381
|
+
position: static;
|
|
3382
|
+
border: none;
|
|
3383
|
+
background: inherit !important;
|
|
3384
|
+
height: 100px;
|
|
3385
|
+
vertical-align: middle;
|
|
3386
|
+
}
|
|
3387
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3388
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3389
|
+
font-weight: bold;
|
|
3390
|
+
font-size: 20px;
|
|
3391
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3392
|
+
}
|
|
3393
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3394
|
+
padding: 0 !important;
|
|
3395
|
+
position: relative;
|
|
3396
|
+
background: #fff;
|
|
3397
|
+
}
|
|
3398
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3399
|
+
height: 100%;
|
|
3400
|
+
display: flex;
|
|
3401
|
+
align-items: center;
|
|
3402
|
+
justify-content: flex-end;
|
|
3403
|
+
padding-right: 8px;
|
|
3404
|
+
}
|
|
3405
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3406
|
+
width: 24px;
|
|
3407
|
+
height: 24px;
|
|
3408
|
+
cursor: pointer;
|
|
3409
|
+
justify-content: center;
|
|
3410
|
+
border-radius: 4px;
|
|
3411
|
+
}
|
|
3412
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3413
|
+
background: #fff;
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3416
|
+
.i1e4sgug {
|
|
3417
|
+
display: inline-block;
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3420
|
+
.d6j0lbj {
|
|
3421
|
+
font-family: Inter;
|
|
3422
|
+
font-style: normal;
|
|
3423
|
+
font-weight: bold;
|
|
3424
|
+
font-size: 32px;
|
|
3425
|
+
line-height: 40px;
|
|
3426
|
+
}
|
|
3427
|
+
|
|
3428
|
+
.d1xhvvxe {
|
|
3429
|
+
font-family: Inter;
|
|
3430
|
+
font-style: normal;
|
|
3431
|
+
font-weight: bold;
|
|
3432
|
+
font-size: 24px;
|
|
3433
|
+
line-height: 32px;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.dk10mxq {
|
|
3437
|
+
font-family: Inter;
|
|
3438
|
+
font-style: normal;
|
|
3439
|
+
font-weight: normal;
|
|
3440
|
+
font-size: 32px;
|
|
3441
|
+
line-height: 40px;
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
.dxsait {
|
|
3445
|
+
font-family: Inter;
|
|
3446
|
+
font-style: normal;
|
|
3447
|
+
font-weight: bold;
|
|
3448
|
+
font-size: 20px;
|
|
3449
|
+
line-height: 24px;
|
|
3450
|
+
}
|
|
3451
|
+
|
|
3452
|
+
.dokn0h3 {
|
|
3453
|
+
font-family: Inter;
|
|
3454
|
+
font-style: normal;
|
|
3455
|
+
font-weight: normal;
|
|
3456
|
+
font-size: 20px;
|
|
3457
|
+
line-height: 24px;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3460
|
+
.dobau4p {
|
|
3461
|
+
font-family: Inter;
|
|
3462
|
+
font-style: normal;
|
|
3463
|
+
font-weight: bold;
|
|
3464
|
+
font-size: 18px;
|
|
3465
|
+
line-height: 22px;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
.dvolwok {
|
|
3469
|
+
font-family: Inter;
|
|
3470
|
+
font-style: normal;
|
|
3471
|
+
font-weight: normal;
|
|
3472
|
+
font-size: 18px;
|
|
3473
|
+
line-height: 22px;
|
|
3474
|
+
}
|
|
3475
|
+
|
|
3476
|
+
.h181qhg4 {
|
|
3477
|
+
font-family: Inter;
|
|
3478
|
+
font-style: normal;
|
|
3479
|
+
font-weight: bold;
|
|
3480
|
+
font-size: 16px;
|
|
3481
|
+
line-height: 22px;
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3484
|
+
.h1phgmcq {
|
|
3485
|
+
font-family: Inter;
|
|
3486
|
+
font-style: normal;
|
|
3487
|
+
font-weight: normal;
|
|
3488
|
+
font-size: 16px;
|
|
3489
|
+
line-height: 22px;
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3492
|
+
.h173xnl1 {
|
|
3493
|
+
font-family: Inter;
|
|
3494
|
+
font-style: normal;
|
|
3495
|
+
font-weight: bold;
|
|
3496
|
+
font-size: 14px;
|
|
3497
|
+
line-height: 20px;
|
|
3498
|
+
}
|
|
3499
|
+
|
|
3500
|
+
.hedm4pz {
|
|
3501
|
+
font-family: Inter;
|
|
3502
|
+
font-style: normal;
|
|
3503
|
+
font-weight: normal;
|
|
3504
|
+
font-size: 14px;
|
|
3505
|
+
line-height: 20px;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.h1kd8xld {
|
|
3509
|
+
font-family: Inter;
|
|
3510
|
+
font-style: normal;
|
|
3511
|
+
font-weight: bold;
|
|
3512
|
+
font-size: 12px;
|
|
3513
|
+
line-height: 18px;
|
|
3514
|
+
}
|
|
3515
|
+
|
|
3516
|
+
.hp14fr {
|
|
3517
|
+
font-family: Inter;
|
|
3518
|
+
font-style: normal;
|
|
3519
|
+
font-weight: normal;
|
|
3520
|
+
font-size: 12px;
|
|
3521
|
+
line-height: 18px;
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3524
|
+
.hgrg7mn {
|
|
3525
|
+
font-family: Inter;
|
|
3526
|
+
font-style: normal;
|
|
3527
|
+
font-weight: bold;
|
|
3528
|
+
text-transform: uppercase;
|
|
3529
|
+
font-feature-settings: "cpsp" on;
|
|
3530
|
+
font-size: 12px;
|
|
3531
|
+
line-height: 18px;
|
|
3532
|
+
}
|
|
3533
|
+
|
|
3534
|
+
.h6zme9x {
|
|
3535
|
+
font-family: Inter;
|
|
3536
|
+
font-style: normal;
|
|
3537
|
+
font-weight: normal;
|
|
3538
|
+
text-transform: uppercase;
|
|
3539
|
+
font-feature-settings: "cpsp" on;
|
|
3540
|
+
font-size: 12px;
|
|
3541
|
+
line-height: 18px;
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
.locjvsv {
|
|
3545
|
+
font-family: Inter;
|
|
3546
|
+
font-style: normal;
|
|
3547
|
+
font-weight: normal;
|
|
3548
|
+
font-size: 16px;
|
|
3549
|
+
line-height: 24px;
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3552
|
+
.l13gi131 {
|
|
3553
|
+
font-family: Inter;
|
|
3554
|
+
font-style: normal;
|
|
3555
|
+
font-weight: bold;
|
|
3556
|
+
font-size: 16px;
|
|
3557
|
+
line-height: 24px;
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
.l1ynemsu {
|
|
3561
|
+
font-family: Inter;
|
|
3562
|
+
font-style: normal;
|
|
3563
|
+
font-weight: normal;
|
|
3564
|
+
font-size: 16px;
|
|
3565
|
+
line-height: 24px;
|
|
3715
3566
|
}
|
|
3716
|
-
|
|
3717
|
-
|
|
3567
|
+
|
|
3568
|
+
.l1cft1cx {
|
|
3569
|
+
font-family: Inter;
|
|
3570
|
+
font-style: normal;
|
|
3571
|
+
font-weight: bold;
|
|
3572
|
+
font-size: 16px;
|
|
3573
|
+
line-height: 24px;
|
|
3718
3574
|
}
|
|
3719
|
-
|
|
3720
|
-
|
|
3575
|
+
|
|
3576
|
+
.l17tqc8p {
|
|
3577
|
+
font-family: Inter;
|
|
3578
|
+
font-style: normal;
|
|
3579
|
+
font-weight: normal;
|
|
3580
|
+
text-transform: uppercase;
|
|
3581
|
+
font-feature-settings: "cpsp" on;
|
|
3582
|
+
font-size: 16px;
|
|
3583
|
+
line-height: 24px;
|
|
3721
3584
|
}
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3585
|
+
|
|
3586
|
+
.l1j1e5w7 {
|
|
3587
|
+
font-family: Inter;
|
|
3588
|
+
font-style: normal;
|
|
3589
|
+
font-weight: bold;
|
|
3590
|
+
text-transform: uppercase;
|
|
3591
|
+
font-feature-settings: "cpsp" on;
|
|
3592
|
+
font-size: 16px;
|
|
3593
|
+
line-height: 24px;
|
|
3730
3594
|
}
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3595
|
+
|
|
3596
|
+
.l1gf91jb {
|
|
3597
|
+
font-family: Inter;
|
|
3598
|
+
font-style: normal;
|
|
3599
|
+
font-weight: normal;
|
|
3600
|
+
font-size: 14px;
|
|
3601
|
+
line-height: 22px;
|
|
3734
3602
|
}
|
|
3735
|
-
|
|
3736
|
-
|
|
3603
|
+
|
|
3604
|
+
.lu7hlr6 {
|
|
3605
|
+
font-family: Inter;
|
|
3606
|
+
font-style: normal;
|
|
3607
|
+
font-weight: 500;
|
|
3608
|
+
font-size: 14px;
|
|
3609
|
+
line-height: 22px;
|
|
3737
3610
|
}
|
|
3738
|
-
|
|
3739
|
-
|
|
3611
|
+
|
|
3612
|
+
.l3l3jf0 {
|
|
3613
|
+
font-family: Inter;
|
|
3614
|
+
font-style: normal;
|
|
3615
|
+
font-weight: bold;
|
|
3616
|
+
font-size: 14px;
|
|
3617
|
+
line-height: 22px;
|
|
3740
3618
|
}
|
|
3741
|
-
|
|
3742
|
-
|
|
3619
|
+
|
|
3620
|
+
.l12j5nqp {
|
|
3621
|
+
font-family: Inter;
|
|
3622
|
+
font-style: normal;
|
|
3623
|
+
font-weight: normal;
|
|
3624
|
+
font-size: 14px;
|
|
3625
|
+
line-height: 22px;
|
|
3743
3626
|
}
|
|
3744
|
-
|
|
3745
|
-
|
|
3627
|
+
|
|
3628
|
+
.l1tecqht {
|
|
3629
|
+
font-family: Inter;
|
|
3630
|
+
font-style: normal;
|
|
3631
|
+
font-weight: bold;
|
|
3632
|
+
font-size: 14px;
|
|
3633
|
+
line-height: 22px;
|
|
3746
3634
|
}
|
|
3747
|
-
|
|
3748
|
-
|
|
3635
|
+
|
|
3636
|
+
.l6sa990 {
|
|
3637
|
+
font-family: Inter;
|
|
3638
|
+
font-style: normal;
|
|
3639
|
+
font-weight: normal;
|
|
3640
|
+
text-transform: uppercase;
|
|
3641
|
+
font-feature-settings: "cpsp" on;
|
|
3642
|
+
font-size: 14px;
|
|
3643
|
+
line-height: 22px;
|
|
3749
3644
|
}
|
|
3750
|
-
|
|
3751
|
-
|
|
3645
|
+
|
|
3646
|
+
.lckqe8j {
|
|
3647
|
+
font-family: Inter;
|
|
3648
|
+
font-style: normal;
|
|
3649
|
+
font-weight: bold;
|
|
3650
|
+
text-transform: uppercase;
|
|
3651
|
+
font-feature-settings: "cpsp" on;
|
|
3652
|
+
font-size: 14px;
|
|
3653
|
+
line-height: 22px;
|
|
3752
3654
|
}
|
|
3753
|
-
|
|
3754
|
-
|
|
3655
|
+
|
|
3656
|
+
.l1kuminb {
|
|
3657
|
+
font-family: Inter;
|
|
3658
|
+
font-style: normal;
|
|
3659
|
+
font-weight: normal;
|
|
3660
|
+
font-size: 13px;
|
|
3661
|
+
line-height: 20px;
|
|
3755
3662
|
}
|
|
3756
|
-
|
|
3757
|
-
|
|
3663
|
+
|
|
3664
|
+
.l1pbuf5j {
|
|
3665
|
+
font-family: Inter;
|
|
3666
|
+
font-style: normal;
|
|
3667
|
+
font-weight: 600;
|
|
3668
|
+
font-size: 13px;
|
|
3669
|
+
line-height: 20px;
|
|
3758
3670
|
}
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3671
|
+
|
|
3672
|
+
.l1r4ztu {
|
|
3673
|
+
font-family: Inter;
|
|
3674
|
+
font-style: normal;
|
|
3675
|
+
font-weight: bold;
|
|
3676
|
+
font-size: 13px;
|
|
3677
|
+
line-height: 20px;
|
|
3764
3678
|
}
|
|
3765
|
-
|
|
3766
|
-
|
|
3679
|
+
|
|
3680
|
+
.ly8vzok {
|
|
3681
|
+
font-family: Inter;
|
|
3682
|
+
font-style: normal;
|
|
3683
|
+
font-weight: normal;
|
|
3684
|
+
font-size: 13px;
|
|
3685
|
+
line-height: 20px;
|
|
3767
3686
|
}
|
|
3768
|
-
|
|
3769
|
-
|
|
3687
|
+
|
|
3688
|
+
.lumfmf {
|
|
3689
|
+
font-family: Inter;
|
|
3690
|
+
font-style: normal;
|
|
3691
|
+
font-weight: 600;
|
|
3692
|
+
font-size: 13px;
|
|
3693
|
+
line-height: 20px;
|
|
3770
3694
|
}
|
|
3771
|
-
|
|
3772
|
-
|
|
3695
|
+
|
|
3696
|
+
.l16ujwmv {
|
|
3697
|
+
font-family: Inter;
|
|
3698
|
+
font-style: normal;
|
|
3699
|
+
font-weight: bold;
|
|
3700
|
+
font-size: 13px;
|
|
3701
|
+
line-height: 20px;
|
|
3773
3702
|
}
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3703
|
+
|
|
3704
|
+
.l17o1ffr {
|
|
3705
|
+
font-family: Inter;
|
|
3706
|
+
font-style: normal;
|
|
3707
|
+
font-weight: normal;
|
|
3708
|
+
text-transform: uppercase;
|
|
3709
|
+
font-feature-settings: "cpsp" on;
|
|
3710
|
+
font-size: 13px;
|
|
3711
|
+
line-height: 20px;
|
|
3780
3712
|
}
|
|
3781
|
-
|
|
3782
|
-
.
|
|
3713
|
+
|
|
3714
|
+
.lngllvn {
|
|
3715
|
+
font-family: Inter;
|
|
3716
|
+
font-style: normal;
|
|
3783
3717
|
font-weight: bold;
|
|
3784
|
-
|
|
3785
|
-
|
|
3718
|
+
text-transform: uppercase;
|
|
3719
|
+
font-feature-settings: "cpsp" on;
|
|
3720
|
+
font-size: 13px;
|
|
3721
|
+
line-height: 20px;
|
|
3786
3722
|
}
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3723
|
+
|
|
3724
|
+
.l2i7fo9 {
|
|
3725
|
+
font-family: Inter;
|
|
3726
|
+
font-style: normal;
|
|
3727
|
+
font-weight: normal;
|
|
3728
|
+
font-size: 12px;
|
|
3729
|
+
line-height: 18px;
|
|
3791
3730
|
}
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3731
|
+
|
|
3732
|
+
.l1x7hscx {
|
|
3733
|
+
font-family: Inter;
|
|
3734
|
+
font-style: normal;
|
|
3735
|
+
font-weight: 500;
|
|
3736
|
+
font-size: 12px;
|
|
3737
|
+
line-height: 18px;
|
|
3798
3738
|
}
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3739
|
+
|
|
3740
|
+
.le1jwan {
|
|
3741
|
+
font-family: Inter;
|
|
3742
|
+
font-style: normal;
|
|
3743
|
+
font-weight: bold;
|
|
3744
|
+
font-size: 12px;
|
|
3745
|
+
line-height: 18px;
|
|
3805
3746
|
}
|
|
3806
|
-
|
|
3807
|
-
|
|
3747
|
+
|
|
3748
|
+
.lyxynfj {
|
|
3749
|
+
font-family: Inter;
|
|
3750
|
+
font-style: normal;
|
|
3751
|
+
font-weight: normal;
|
|
3752
|
+
font-size: 12px;
|
|
3753
|
+
line-height: 18px;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
.lpb2nxv {
|
|
3757
|
+
font-family: Inter;
|
|
3758
|
+
font-style: normal;
|
|
3759
|
+
font-weight: 500;
|
|
3760
|
+
font-size: 12px;
|
|
3761
|
+
line-height: 18px;
|
|
3808
3762
|
}
|
|
3809
3763
|
|
|
3810
|
-
.
|
|
3811
|
-
|
|
3764
|
+
.l1r8o3vv {
|
|
3765
|
+
font-family: Inter;
|
|
3766
|
+
font-style: normal;
|
|
3767
|
+
font-weight: bold;
|
|
3768
|
+
font-size: 12px;
|
|
3769
|
+
line-height: 18px;
|
|
3812
3770
|
}
|
|
3813
3771
|
|
|
3814
|
-
.
|
|
3815
|
-
|
|
3772
|
+
.lemnjy2 {
|
|
3773
|
+
font-family: Inter;
|
|
3774
|
+
font-style: normal;
|
|
3775
|
+
font-weight: normal;
|
|
3776
|
+
text-transform: uppercase;
|
|
3777
|
+
font-feature-settings: "cpsp" on;
|
|
3778
|
+
font-size: 12px;
|
|
3779
|
+
line-height: 18px;
|
|
3816
3780
|
}
|
|
3817
3781
|
|
|
3818
|
-
.
|
|
3819
|
-
|
|
3782
|
+
.lrc42gb {
|
|
3783
|
+
font-family: Inter;
|
|
3784
|
+
font-style: normal;
|
|
3785
|
+
font-weight: bold;
|
|
3786
|
+
text-transform: uppercase;
|
|
3787
|
+
font-feature-settings: "cpsp" on;
|
|
3788
|
+
font-size: 12px;
|
|
3820
3789
|
line-height: 18px;
|
|
3821
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3822
|
-
height: 34px;
|
|
3823
|
-
min-height: 34px;
|
|
3824
|
-
box-sizing: border-box;
|
|
3825
|
-
margin-top: 8px;
|
|
3826
3790
|
}
|
|
3827
3791
|
|
|
3828
|
-
.
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
}
|
|
3835
|
-
.onr9gzt .selected-icon {
|
|
3836
|
-
display: none;
|
|
3837
|
-
}
|
|
3838
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3839
|
-
padding-left: 8px;
|
|
3792
|
+
.fqaz4mb {
|
|
3793
|
+
font-family: Inter;
|
|
3794
|
+
font-style: normal;
|
|
3795
|
+
font-weight: normal;
|
|
3796
|
+
font-size: 13px;
|
|
3797
|
+
line-height: 20px;
|
|
3840
3798
|
}
|
|
3841
|
-
|
|
3842
|
-
|
|
3799
|
+
|
|
3800
|
+
.f13we5o {
|
|
3801
|
+
font-family: Inter;
|
|
3802
|
+
font-style: normal;
|
|
3803
|
+
font-weight: normal;
|
|
3804
|
+
font-size: 13px;
|
|
3805
|
+
line-height: 20px;
|
|
3843
3806
|
}
|
|
3844
|
-
|
|
3845
|
-
|
|
3807
|
+
|
|
3808
|
+
.ffmjua2 {
|
|
3809
|
+
font-family: Inter;
|
|
3810
|
+
font-style: normal;
|
|
3811
|
+
font-weight: normal;
|
|
3812
|
+
font-size: 12px;
|
|
3813
|
+
line-height: 18px;
|
|
3846
3814
|
}
|
|
3847
|
-
|
|
3848
|
-
|
|
3815
|
+
|
|
3816
|
+
.fz2mxw0 {
|
|
3817
|
+
font-family: Inter;
|
|
3818
|
+
font-style: normal;
|
|
3819
|
+
font-weight: normal;
|
|
3820
|
+
font-size: 12px;
|
|
3821
|
+
line-height: 18px;
|
|
3849
3822
|
}
|
|
3850
|
-
|
|
3851
|
-
|
|
3823
|
+
|
|
3824
|
+
.t1ertzoh {
|
|
3825
|
+
font-family: Inter;
|
|
3826
|
+
font-style: normal;
|
|
3827
|
+
font-weight: normal;
|
|
3828
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3829
|
+
font-size: 13px;
|
|
3830
|
+
line-height: 20px;
|
|
3852
3831
|
}
|
|
3853
|
-
|
|
3854
|
-
|
|
3832
|
+
|
|
3833
|
+
.t19bge8r {
|
|
3834
|
+
font-family: Inter;
|
|
3835
|
+
font-style: normal;
|
|
3836
|
+
font-weight: normal;
|
|
3837
|
+
font-feature-settings: "zero" on;
|
|
3838
|
+
font-size: 13px;
|
|
3839
|
+
line-height: 20px;
|
|
3855
3840
|
}
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3841
|
+
|
|
3842
|
+
.tjrzfyl {
|
|
3843
|
+
font-family: Inter;
|
|
3844
|
+
font-style: normal;
|
|
3845
|
+
font-weight: normal;
|
|
3846
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3847
|
+
font-size: 12px;
|
|
3848
|
+
line-height: 18px;
|
|
3859
3849
|
}
|
|
3860
3850
|
|
|
3861
|
-
.
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3851
|
+
.tm6s7bo {
|
|
3852
|
+
font-family: Inter;
|
|
3853
|
+
font-style: normal;
|
|
3854
|
+
font-weight: 500;
|
|
3855
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3856
|
+
font-size: 12px;
|
|
3857
|
+
line-height: 18px;
|
|
3866
3858
|
}
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3859
|
+
|
|
3860
|
+
.t19zq6ic {
|
|
3861
|
+
font-family: Inter;
|
|
3862
|
+
font-style: normal;
|
|
3863
|
+
font-weight: normal;
|
|
3864
|
+
font-feature-settings: "zero" on;
|
|
3865
|
+
font-size: 12px;
|
|
3866
|
+
line-height: 18px;
|
|
3871
3867
|
}
|
|
3872
3868
|
|
|
3873
|
-
.
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3869
|
+
.t1gduru8 {
|
|
3870
|
+
font-family: Inter;
|
|
3871
|
+
font-style: normal;
|
|
3872
|
+
font-weight: 500;
|
|
3873
|
+
font-feature-settings: "zero" on;
|
|
3874
|
+
font-size: 12px;
|
|
3878
3875
|
line-height: 18px;
|
|
3879
|
-
margin-top: 2px;
|
|
3880
3876
|
}
|
|
3881
3877
|
|
|
3882
|
-
.
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3878
|
+
.t55raab {
|
|
3879
|
+
font-family: Inter;
|
|
3880
|
+
font-style: normal;
|
|
3881
|
+
font-weight: bold;
|
|
3882
|
+
font-feature-settings: "zero" on;
|
|
3883
|
+
font-size: 16px;
|
|
3884
|
+
line-height: 24px;
|
|
3886
3885
|
}
|
|
3887
3886
|
|
|
3888
|
-
.
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3887
|
+
.u1w9abfe {
|
|
3888
|
+
font-family: Inter;
|
|
3889
|
+
font-style: normal;
|
|
3890
|
+
font-weight: normal;
|
|
3891
|
+
font-size: 10px;
|
|
3892
|
+
line-height: 12px;
|
|
3893
3893
|
}
|
|
3894
3894
|
|
|
3895
3895
|
.c198s9j3 {
|
|
@@ -3963,16 +3963,6 @@ input.rrg1fkn.ant-input {
|
|
|
3963
3963
|
margin-left: 24px;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
-
.igz4le8 {
|
|
3967
|
-
height: 24px;
|
|
3968
|
-
width: 56px !important;
|
|
3969
|
-
margin-right: 4px;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
.c1riexje {
|
|
3973
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
3966
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3977
3967
|
border-radius: 6px;
|
|
3978
3968
|
}
|
|
@@ -4028,6 +4018,10 @@ input.rrg1fkn.ant-input {
|
|
|
4028
4018
|
transform: rotate(180deg);
|
|
4029
4019
|
}
|
|
4030
4020
|
|
|
4021
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4022
|
+
display: flex;
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4031
4025
|
.m1thnes4 {
|
|
4032
4026
|
color: rgba(44, 56, 82, 0.6);
|
|
4033
4027
|
text-align: center;
|
|
@@ -4189,6 +4183,16 @@ input.rrg1fkn.ant-input {
|
|
|
4189
4183
|
margin-left: 8px;
|
|
4190
4184
|
}
|
|
4191
4185
|
|
|
4186
|
+
.igz4le8 {
|
|
4187
|
+
height: 24px;
|
|
4188
|
+
width: 56px !important;
|
|
4189
|
+
margin-right: 4px;
|
|
4190
|
+
}
|
|
4191
|
+
|
|
4192
|
+
.c1riexje {
|
|
4193
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4192
4196
|
.t1gz6wqf {
|
|
4193
4197
|
height: 100%;
|
|
4194
4198
|
}
|
|
@@ -4219,41 +4223,6 @@ input.rrg1fkn.ant-input {
|
|
|
4219
4223
|
background: rgba(163, 180, 204, 0.18);
|
|
4220
4224
|
}
|
|
4221
4225
|
|
|
4222
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
4223
|
-
display: flex;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.f1p9ti6d {
|
|
4227
|
-
width: 100%;
|
|
4228
|
-
margin-bottom: 0 !important;
|
|
4229
|
-
flex-flow: nowrap !important;
|
|
4230
|
-
line-break: auto;
|
|
4231
|
-
}
|
|
4232
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4233
|
-
text-align: left !important;
|
|
4234
|
-
padding-bottom: 0 !important;
|
|
4235
|
-
}
|
|
4236
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4237
|
-
min-height: 32px;
|
|
4238
|
-
height: auto;
|
|
4239
|
-
font-size: 13px;
|
|
4240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4241
|
-
white-space: normal;
|
|
4242
|
-
}
|
|
4243
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4244
|
-
border-color: #ff4d4f !important;
|
|
4245
|
-
}
|
|
4246
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4247
|
-
margin-top: 4px;
|
|
4248
|
-
font-size: 12px;
|
|
4249
|
-
min-height: 0px;
|
|
4250
|
-
}
|
|
4251
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4252
|
-
font-size: 12px;
|
|
4253
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4254
|
-
min-height: 0px;
|
|
4255
|
-
}
|
|
4256
|
-
|
|
4257
4226
|
.tc40oxa {
|
|
4258
4227
|
margin-bottom: 4px;
|
|
4259
4228
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4450,6 +4419,37 @@ input.rrg1fkn.ant-input {
|
|
|
4450
4419
|
margin-right: 8px;
|
|
4451
4420
|
}
|
|
4452
4421
|
|
|
4422
|
+
.f1p9ti6d {
|
|
4423
|
+
width: 100%;
|
|
4424
|
+
margin-bottom: 0 !important;
|
|
4425
|
+
flex-flow: nowrap !important;
|
|
4426
|
+
line-break: auto;
|
|
4427
|
+
}
|
|
4428
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4429
|
+
text-align: left !important;
|
|
4430
|
+
padding-bottom: 0 !important;
|
|
4431
|
+
}
|
|
4432
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4433
|
+
min-height: 32px;
|
|
4434
|
+
height: auto;
|
|
4435
|
+
font-size: 13px;
|
|
4436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4437
|
+
white-space: normal;
|
|
4438
|
+
}
|
|
4439
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4440
|
+
border-color: #ff4d4f !important;
|
|
4441
|
+
}
|
|
4442
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4443
|
+
margin-top: 4px;
|
|
4444
|
+
font-size: 12px;
|
|
4445
|
+
min-height: 0px;
|
|
4446
|
+
}
|
|
4447
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4448
|
+
font-size: 12px;
|
|
4449
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4450
|
+
min-height: 0px;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
4453
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4454
4454
|
display: var(--at4ovwe-0);
|
|
4455
4455
|
}
|