@cloudtower/eagle 0.23.2 → 0.23.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1597,35 +1597,6 @@ input[type=submit] {
1597
1597
  cursor: pointer;
1598
1598
  }
1599
1599
 
1600
- .bpq0js6 {
1601
- padding: 4px 11px;
1602
- }
1603
-
1604
- .b15sn34c {
1605
- white-space: nowrap;
1606
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1607
- }
1608
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1609
- --color: #0080ff;
1610
- }
1611
- .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] {
1612
- --color: #0080ff;
1613
- }
1614
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1615
- margin-left: 1px;
1616
- }
1617
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1618
- border-top-right-radius: 0;
1619
- border-bottom-right-radius: 0;
1620
- }
1621
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1622
- border-top-left-radius: 0;
1623
- border-bottom-left-radius: 0;
1624
- }
1625
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1626
- border-radius: unset;
1627
- }
1628
-
1629
1600
  .buj61ew.ant-btn {
1630
1601
  height: 32px;
1631
1602
  border-radius: 6px;
@@ -1889,6 +1860,48 @@ input[type=submit] {
1889
1860
  font-size: 18px;
1890
1861
  }
1891
1862
 
1863
+ .bpq0js6 {
1864
+ padding: 4px 11px;
1865
+ }
1866
+
1867
+ .b15sn34c {
1868
+ white-space: nowrap;
1869
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1870
+ }
1871
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1872
+ --color: #0080ff;
1873
+ }
1874
+ .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] {
1875
+ --color: #0080ff;
1876
+ }
1877
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1878
+ margin-left: 1px;
1879
+ }
1880
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1881
+ border-top-right-radius: 0;
1882
+ border-bottom-right-radius: 0;
1883
+ }
1884
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1885
+ border-top-left-radius: 0;
1886
+ border-bottom-left-radius: 0;
1887
+ }
1888
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1889
+ border-radius: unset;
1890
+ }
1891
+
1892
+ .iap75of {
1893
+ height: 18px;
1894
+ line-height: 18px;
1895
+ padding: 0 4px;
1896
+ border-radius: 4px;
1897
+ background: rgba(235, 239, 245, 0.6);
1898
+ border: 1px solid rgba(223, 228, 235, 0.6);
1899
+ display: flex;
1900
+ align-items: center;
1901
+ white-space: nowrap;
1902
+ margin-right: 4px;
1903
+ }
1904
+
1892
1905
  .i1mrf09m {
1893
1906
  display: inline-flex;
1894
1907
  align-items: center;
@@ -1907,17 +1920,146 @@ input[type=submit] {
1907
1920
  animation: rotate 680ms linear infinite;
1908
1921
  }
1909
1922
 
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1923
+ .rxbeqvl.ant-radio-wrapper {
1924
+ display: inline-flex;
1925
+ align-items: baseline;
1926
+ white-space: pre-wrap;
1927
+ }
1928
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1929
+ position: relative;
1930
+ top: 3px;
1931
+ }
1932
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1933
+ border-color: rgba(107, 128, 167, 0.6);
1934
+ }
1935
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1936
+ border-color: #0080ff;
1937
+ }
1938
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1939
+ border-color: #0080ff;
1940
+ background: #0080ff;
1941
+ }
1942
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1943
+ top: 4px;
1944
+ left: 4px;
1945
+ width: 6px;
1946
+ height: 6px;
1947
+ background: #fff;
1948
+ }
1949
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1950
+ opacity: 0.5;
1951
+ }
1952
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1953
+ border-color: rgba(107, 128, 167, 0.6);
1954
+ background: rgba(211, 218, 235, 0.6);
1955
+ }
1956
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1957
+ background: #00122e;
1958
+ }
1959
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1960
+ color: #00122e;
1961
+ opacity: 0.5;
1962
+ }
1963
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1964
+ color: #00122e;
1965
+ }
1966
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1967
+ display: inline-block;
1968
+ padding: 0;
1969
+ padding-left: 12px;
1970
+ }
1971
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1972
+ margin-bottom: 0;
1973
+ white-space: pre-wrap;
1974
+ color: rgba(44, 56, 82, 0.6);
1975
+ }
1976
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1977
+ padding-left: 8px;
1978
+ }
1979
+
1980
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1981
+ border-radius: 5px 0 0 5px;
1982
+ }
1983
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1984
+ border-radius: 0 5px 5px 0;
1985
+ }
1986
+
1987
+ .r1f0aqcc {
1988
+ color: #00122e;
1989
+ border-color: #ccd4e3;
1990
+ }
1991
+ .r1f0aqcc:first-child {
1992
+ color: #00122e;
1993
+ border-color: #a3b4cc;
1994
+ }
1995
+ .r1f0aqcc.ant-radio-button-wrapper {
1996
+ padding: 0 12px;
1997
+ line-height: 32px;
1998
+ height: 32px;
1999
+ }
2000
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1919
2001
  white-space: nowrap;
1920
- margin-right: 4px;
2002
+ }
2003
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2004
+ background: #ccd4e3;
2005
+ }
2006
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2007
+ background: #0080ff;
2008
+ }
2009
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2010
+ background: #ccd4e3;
2011
+ opacity: 0.5;
2012
+ }
2013
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2014
+ border-right-color: #0080ff;
2015
+ }
2016
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2017
+ border-color: #0080ff;
2018
+ }
2019
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2020
+ background: rgba(0, 136, 255, 0.1);
2021
+ }
2022
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2023
+ background: rgba(211, 218, 235, 0.6);
2024
+ border-color: #ccd4e3;
2025
+ opacity: 0.5;
2026
+ }
2027
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2028
+ color: #00122e;
2029
+ border-color: #ccd4e3;
2030
+ }
2031
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2032
+ color: #00122e;
2033
+ border-color: #ccd4e3;
2034
+ background: rgba(172, 186, 211, 0.6);
2035
+ }
2036
+ .r1f0aqcc .ant-radio-button-input {
2037
+ margin-right: 8px;
2038
+ display: inline;
2039
+ border: none;
2040
+ padding: 0;
2041
+ width: 36px;
2042
+ background: transparent;
2043
+ }
2044
+ .r1f0aqcc .ant-radio-button-input:focus {
2045
+ box-shadow: none;
2046
+ }
2047
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2048
+ margin-right: 0;
2049
+ width: initial;
2050
+ box-shadow: none;
2051
+ }
2052
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2053
+ display: none;
2054
+ }
2055
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2056
+ display: inline;
2057
+ }
2058
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2059
+ display: inline;
2060
+ margin-right: 8px;
2061
+ padding: 0;
2062
+ width: 36px;
1921
2063
  }
1922
2064
 
1923
2065
  .obf05yr {
@@ -1984,26 +2126,109 @@ input[type=submit] {
1984
2126
  margin-left: 5px;
1985
2127
  }
1986
2128
 
1987
- .cz04yix {
1988
- display: flex;
1989
- flex-direction: column;
2129
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2130
+ flex-direction: row;
2131
+ justify-content: stretch;
1990
2132
  }
1991
-
1992
- .m1if5j39 {
1993
- max-width: 1120px;
2133
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2134
+ padding: 0;
2135
+ margin-right: 4px;
2136
+ flex: 1;
2137
+ overflow: visible;
2138
+ }
2139
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2140
+ display: none;
2141
+ }
2142
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
1994
2143
  width: 100%;
1995
- margin: 0 auto;
1996
- height: 100%;
2144
+ min-height: unset;
1997
2145
  }
1998
-
1999
- .w1vvwdlp {
2000
- max-width: 1120px;
2146
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2147
+ height: 26px;
2148
+ line-height: 26px;
2001
2149
  width: 100%;
2002
- margin: 0 auto;
2003
- display: flex;
2150
+ text-align: center;
2151
+ padding: 0;
2152
+ font-size: 12px;
2153
+ font-weight: normal;
2004
2154
  }
2005
- .w1vvwdlp .left,
2006
- .w1vvwdlp .right {
2155
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2156
+ margin-right: 10px;
2157
+ }
2158
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2159
+ display: none;
2160
+ }
2161
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2162
+ border-radius: 4px 0 0 4px;
2163
+ }
2164
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2165
+ margin-right: 0;
2166
+ }
2167
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2168
+ border-radius: 0 4px 4px 0;
2169
+ }
2170
+ .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 {
2171
+ content: "";
2172
+ width: 0;
2173
+ height: 0;
2174
+ border: 13px solid transparent;
2175
+ position: absolute;
2176
+ top: 0;
2177
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2178
+ right: -21px;
2179
+ z-index: 2;
2180
+ }
2181
+ .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 {
2182
+ content: "";
2183
+ width: 0;
2184
+ height: 0;
2185
+ border: 13px solid transparent;
2186
+ position: absolute;
2187
+ top: 0;
2188
+ border-left: 8px solid #fff;
2189
+ left: 0;
2190
+ }
2191
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2192
+ background-color: rgba(0, 136, 255, 0.1);
2193
+ }
2194
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2195
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2196
+ }
2197
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2198
+ color: #005ed1;
2199
+ }
2200
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2201
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2202
+ background-color: rgba(237, 241, 250, 0.6);
2203
+ }
2204
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2205
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2206
+ color: rgba(44, 56, 82, 0.6);
2207
+ }
2208
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2209
+ padding: 0;
2210
+ }
2211
+
2212
+ .cz04yix {
2213
+ display: flex;
2214
+ flex-direction: column;
2215
+ }
2216
+
2217
+ .m1if5j39 {
2218
+ max-width: 1120px;
2219
+ width: 100%;
2220
+ margin: 0 auto;
2221
+ height: 100%;
2222
+ }
2223
+
2224
+ .w1vvwdlp {
2225
+ max-width: 1120px;
2226
+ width: 100%;
2227
+ margin: 0 auto;
2228
+ display: flex;
2229
+ }
2230
+ .w1vvwdlp .left,
2231
+ .w1vvwdlp .right {
2007
2232
  flex-grow: 0;
2008
2233
  flex-shrink: 0;
2009
2234
  flex-basis: 21%;
@@ -2706,272 +2931,410 @@ input.rrg1fkn.ant-input {
2706
2931
  line-height: 18px;
2707
2932
  }
2708
2933
 
2709
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2710
- flex-direction: row;
2711
- justify-content: stretch;
2934
+ .t1upn1sz {
2935
+ height: 100%;
2712
2936
  }
2713
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2714
- padding: 0;
2715
- margin-right: 4px;
2716
- flex: 1;
2717
- overflow: visible;
2937
+
2938
+ .tta5kd2 {
2939
+ height: 100%;
2718
2940
  }
2719
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2720
- display: none;
2941
+ .tta5kd2.empty-table .ant-table-content {
2942
+ overflow: visible !important;
2943
+ height: 100%;
2721
2944
  }
2722
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2723
- width: 100%;
2724
- min-height: unset;
2945
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
+ height: 100%;
2725
2947
  }
2726
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2727
- height: 26px;
2728
- line-height: 26px;
2729
- width: 100%;
2730
- text-align: center;
2731
- padding: 0;
2732
- font-size: 12px;
2733
- font-weight: normal;
2948
+ .tta5kd2.empty-table .ant-table-content table {
2949
+ width: 100% !important;
2950
+ height: 100%;
2734
2951
  }
2735
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2736
- margin-right: 10px;
2952
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
+ padding: 15px 0;
2737
2954
  }
2738
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2955
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2739
2956
  display: none;
2740
2957
  }
2741
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2742
- border-radius: 4px 0 0 4px;
2958
+ .tta5kd2 .active-row td:nth-child(1) {
2959
+ font-weight: 700;
2743
2960
  }
2744
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2745
- margin-right: 0;
2961
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
+ font-weight: 700;
2746
2963
  }
2747
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2748
- border-radius: 0 4px 4px 0;
2964
+ .tta5kd2 .ant-spin-nested-loading {
2965
+ height: 100%;
2749
2966
  }
2750
- .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 {
2751
- content: "";
2752
- width: 0;
2753
- height: 0;
2754
- border: 13px solid transparent;
2755
- position: absolute;
2756
- top: 0;
2757
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2758
- right: -21px;
2759
- z-index: 2;
2967
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
+ height: 100%;
2969
+ overflow: visible;
2760
2970
  }
2761
- .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 {
2762
- content: "";
2763
- width: 0;
2764
- height: 0;
2765
- border: 13px solid transparent;
2766
- position: absolute;
2767
- top: 0;
2768
- border-left: 8px solid #fff;
2769
- left: 0;
2971
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
+ max-height: none;
2770
2973
  }
2771
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2772
- background-color: rgba(0, 136, 255, 0.1);
2974
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
+ display: none;
2773
2977
  }
2774
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2775
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2978
+ .tta5kd2 td.ant-table-column-sort {
2979
+ background: transparent;
2776
2980
  }
2777
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2778
- color: #005ed1;
2981
+ .tta5kd2 td.ant-table-cell-fix-left,
2982
+ .tta5kd2 td.ant-table-cell-fix-right {
2983
+ background: #fff;
2984
+ padding: 0 !important;
2779
2985
  }
2780
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2781
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2782
- background-color: rgba(237, 241, 250, 0.6);
2986
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2988
+ display: flex;
2989
+ align-items: center;
2990
+ height: 100%;
2991
+ padding: 8px;
2783
2992
  }
2784
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2785
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2786
- color: rgba(44, 56, 82, 0.6);
2993
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2995
+ overflow: hidden;
2996
+ text-overflow: ellipsis;
2997
+ width: 100%;
2787
2998
  }
2788
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2789
- padding: 0;
2999
+ .tta5kd2 .ant-table-container {
3000
+ height: 100%;
2790
3001
  }
2791
-
2792
- .rxbeqvl.ant-radio-wrapper {
2793
- display: inline-flex;
2794
- align-items: baseline;
2795
- white-space: pre-wrap;
3002
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
+ box-shadow: none !important;
2796
3004
  }
2797
- .rxbeqvl.ant-radio-wrapper .ant-radio {
3005
+ .tta5kd2 .ant-table {
3006
+ border-radius: 0px;
3007
+ border-left: none;
3008
+ border-right: none;
3009
+ border-bottom: none;
3010
+ height: 100%;
3011
+ font-size: 12px;
3012
+ background: transparent;
3013
+ }
3014
+ .tta5kd2 .ant-table .ant-table-header {
2798
3015
  position: relative;
2799
- top: 3px;
3016
+ z-index: 3;
3017
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3018
+ margin-bottom: -1px;
2800
3019
  }
2801
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2802
- border-color: rgba(107, 128, 167, 0.6);
3020
+ .tta5kd2 .ant-table .time-wrapper .data,
3021
+ .tta5kd2 .ant-table .value {
3022
+ color: #2d3a56;
2803
3023
  }
2804
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2805
- border-color: #0080ff;
3024
+ .tta5kd2 .ant-table .time-wrapper .time,
3025
+ .tta5kd2 .ant-table .unit {
3026
+ color: rgba(44, 56, 82, 0.6);
2806
3027
  }
2807
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2808
- border-color: #0080ff;
2809
- background: #0080ff;
3028
+ .tta5kd2 .ant-table .ant-table-selection {
3029
+ text-align: center;
2810
3030
  }
2811
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2812
- top: 4px;
2813
- left: 4px;
2814
- width: 6px;
2815
- height: 6px;
3031
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
2816
3032
  background: #fff;
2817
3033
  }
2818
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2819
- opacity: 0.5;
3034
+ .tta5kd2 .ant-table .anticon-setting {
3035
+ cursor: pointer;
3036
+ position: absolute;
3037
+ top: 50%;
3038
+ right: 12px;
3039
+ transform: translateY(-50%);
2820
3040
  }
2821
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2822
- border-color: rgba(107, 128, 167, 0.6);
2823
- background: rgba(211, 218, 235, 0.6);
3041
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3042
+ box-shadow: none;
3043
+ width: 1px;
3044
+ background: rgba(213, 219, 227, 0.6);
2824
3045
  }
2825
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2826
- background: #00122e;
3046
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3047
+ box-shadow: none;
3048
+ width: 1px;
3049
+ background: rgba(213, 219, 227, 0.6);
2827
3050
  }
2828
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2829
- color: #00122e;
2830
- opacity: 0.5;
3051
+ .tta5kd2 .ant-table .ant-table-tbody {
3052
+ position: relative;
2831
3053
  }
2832
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
3054
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3055
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3056
+ border-bottom: 1px solid white;
3057
+ height: 40px;
3058
+ vertical-align: middle;
3059
+ transition: background 0ms;
2833
3060
  color: #00122e;
2834
3061
  }
2835
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2836
- display: inline-block;
2837
- padding: 0;
2838
- padding-left: 12px;
3062
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3063
+ background: #f2f5fa;
3064
+ border-bottom-color: #f2f5fa;
2839
3065
  }
2840
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2841
- margin-bottom: 0;
2842
- white-space: pre-wrap;
2843
- color: rgba(44, 56, 82, 0.6);
3066
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3067
+ height: auto;
3068
+ color: #00122e;
3069
+ font-size: 12px;
3070
+ text-align: left;
3071
+ transition: none;
3072
+ overflow: hidden;
3073
+ text-overflow: ellipsis;
3074
+ white-space: nowrap;
2844
3075
  }
2845
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2846
- padding-left: 8px;
3076
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
+ color: #0096ff;
2847
3078
  }
2848
-
2849
- .r5ie79y .ant-radio-button-wrapper:first-child {
2850
- border-radius: 5px 0 0 5px;
3079
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3080
+ overflow: hidden;
3081
+ text-overflow: ellipsis;
3082
+ width: 100%;
3083
+ vertical-align: middle;
2851
3084
  }
2852
- .r5ie79y .ant-radio-button-wrapper:last-child {
2853
- border-radius: 0 5px 5px 0;
3085
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
+ line-height: 0px;
2854
3087
  }
2855
-
2856
- .r1f0aqcc {
2857
- color: #00122e;
2858
- border-color: #ccd4e3;
3088
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3089
+ padding-right: 25px;
2859
3090
  }
2860
- .r1f0aqcc:first-child {
2861
- color: #00122e;
2862
- border-color: #a3b4cc;
3091
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
+ border-top-color: transparent;
2863
3093
  }
2864
- .r1f0aqcc.ant-radio-button-wrapper {
2865
- padding: 0 12px;
2866
- line-height: 32px;
2867
- height: 32px;
3094
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3095
+ background: rgba(225, 230, 241, 0.6);
3096
+ border-color: transparent transparent white;
2868
3097
  }
2869
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2870
- white-space: nowrap;
3098
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
+ border-radius: 8px 0 0 8px;
2871
3100
  }
2872
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2873
- background: #ccd4e3;
3101
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3102
+ border-radius: 8px 0 0 8px;
2874
3103
  }
2875
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2876
- background: #0080ff;
3104
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3105
+ content: "";
3106
+ width: 4px;
3107
+ top: -1px;
3108
+ bottom: -1px;
3109
+ background: white;
2877
3110
  }
2878
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2879
- background: #ccd4e3;
2880
- opacity: 0.5;
3111
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
+ border-radius: 0 8px 8px 0;
2881
3113
  }
2882
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2883
- border-right-color: #0080ff;
3114
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3115
+ border-radius: 0;
3116
+ background: white;
3117
+ border-top: none;
2884
3118
  }
2885
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2886
- border-color: #0080ff;
3119
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3120
+ border-top: 1px solid transparent;
3121
+ border-radius: 0 8px 8px 0;
3122
+ background: rgba(225, 230, 241, 0.6);
2887
3123
  }
2888
- .r1f0aqcc.ant-radio-button-wrapper-checked {
3124
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3125
+ background: white;
3126
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3127
+ }
3128
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3129
+ display: flex;
3130
+ align-items: center;
3131
+ height: 100%;
3132
+ background: rgba(225, 230, 241, 0.6);
3133
+ }
3134
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3135
+ background: white;
3136
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3137
+ }
3138
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3139
+ display: flex;
3140
+ align-items: center;
3141
+ height: 100%;
3142
+ background: rgba(225, 230, 241, 0.6);
3143
+ }
3144
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3146
+ }
3147
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3148
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3149
+ border-radius: 8px;
3150
+ }
3151
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
+ border-top-color: white;
3153
+ }
3154
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
2889
3155
  background: rgba(0, 136, 255, 0.1);
3156
+ border-bottom-color: transparent;
3157
+ border-top-color: transparent;
2890
3158
  }
2891
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2892
- background: rgba(211, 218, 235, 0.6);
2893
- border-color: #ccd4e3;
2894
- opacity: 0.5;
3159
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
+ border-radius: 8px 0 0 8px;
2895
3161
  }
2896
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2897
- color: #00122e;
2898
- border-color: #ccd4e3;
3162
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3163
+ border-radius: 0 8px 8px 0;
2899
3164
  }
2900
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2901
- color: #00122e;
2902
- border-color: #ccd4e3;
2903
- background: rgba(172, 186, 211, 0.6);
3165
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3166
+ background: rgba(0, 136, 255, 0.1);
2904
3167
  }
2905
- .r1f0aqcc .ant-radio-button-input {
2906
- margin-right: 8px;
2907
- display: inline;
2908
- border: none;
2909
- padding: 0;
2910
- width: 36px;
2911
- background: transparent;
3168
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3169
+ background: #fff;
3170
+ font-weight: 400;
3171
+ position: relative;
3172
+ border-bottom: none;
3173
+ color: #00122e;
3174
+ transition: none;
3175
+ padding: 15px 8px 15px 8px;
2912
3176
  }
2913
- .r1f0aqcc .ant-radio-button-input:focus {
2914
- box-shadow: none;
3177
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3178
+ content: "";
3179
+ width: 1px;
3180
+ top: 0;
3181
+ bottom: 0;
3182
+ background: rgba(211, 218, 235, 0.6);
3183
+ position: absolute;
3184
+ right: 0;
2915
3185
  }
2916
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2917
- margin-right: 0;
2918
- width: initial;
2919
- box-shadow: none;
3186
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
+ padding: unset;
2920
3188
  }
2921
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
3189
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
2922
3190
  display: none;
2923
3191
  }
2924
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2925
- display: inline;
3192
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3193
+ width: 100%;
3194
+ overflow: hidden;
3195
+ white-space: nowrap;
3196
+ text-overflow: ellipsis;
2926
3197
  }
2927
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2928
- display: inline;
2929
- margin-right: 8px;
3198
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3199
+ overflow: hidden;
3200
+ text-overflow: ellipsis;
3201
+ flex: 1;
3202
+ }
3203
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3204
+ padding: 15px 25px 15px 8px;
3205
+ }
3206
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
2930
3207
  padding: 0;
2931
- width: 36px;
2932
3208
  }
2933
-
2934
- .s1fc623g {
2935
- width: 430px !important;
3209
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3210
+ position: absolute;
3211
+ right: 6px;
3212
+ top: 50%;
3213
+ transform: translateY(-50%);
3214
+ height: 16px;
3215
+ display: none;
3216
+ transition: transform 320ms ease;
2936
3217
  }
2937
-
2938
- .da3mx0o .ant-select-item-group {
2939
- padding: 8px 16px;
2940
- line-height: 18px;
2941
- border-top: 1px solid rgba(211, 218, 235, 0.6);
2942
- height: 34px;
2943
- min-height: 34px;
2944
- box-sizing: border-box;
2945
- margin-top: 8px;
3218
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3219
+ display: block;
3220
+ transform: translateY(-50%) rotateX(180deg);
2946
3221
  }
2947
-
2948
- .onr9gzt {
2949
- display: flex;
2950
- flex-direction: column;
2951
- margin: 1px 8px;
2952
- padding: 8px;
2953
- border-radius: 4px;
3222
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3223
+ display: block;
2954
3224
  }
2955
- .onr9gzt .selected-icon {
3225
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
2956
3226
  display: none;
2957
3227
  }
2958
- .onr9gzt.ant-select-item-option-grouped {
2959
- padding-left: 8px;
3228
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3229
+ transform: translateY(-50%);
2960
3230
  }
2961
- .onr9gzt.ant-select-item-option-selected {
2962
- background-color: white;
3231
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3232
+ transform: translateY(-50%) rotateX(180deg);
2963
3233
  }
2964
- .onr9gzt.ant-select-item-option-selected .timezone-title {
2965
- color: #0080ff;
3234
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3235
+ background: #f2f5fa;
2966
3236
  }
2967
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3237
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
2968
3238
  display: block;
2969
3239
  }
2970
- .onr9gzt.ant-select-item-option-active {
2971
- background: rgba(0, 136, 255, 0.16);
3240
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
+ padding-right: 25px;
2972
3242
  }
2973
- .onr9gzt.ant-select-item-option-active .timezone-title {
2974
- color: #0080ff;
3243
+ .tta5kd2 .ant-table .ant-table-selection-column {
3244
+ padding: 0 !important;
3245
+ }
3246
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3247
+ position: absolute;
3248
+ left: 50%;
3249
+ top: 50%;
3250
+ transform: translate(-50%, -50%);
3251
+ }
3252
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
+ display: none;
3254
+ }
3255
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
+ background: #fff;
3257
+ }
3258
+ .tta5kd2 .ant-table .ant-table-placeholder {
3259
+ background: inherit;
3260
+ }
3261
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3262
+ position: static;
3263
+ border: none;
3264
+ background: inherit !important;
3265
+ height: 100px;
3266
+ vertical-align: middle;
3267
+ }
3268
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3269
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3270
+ font-weight: bold;
3271
+ font-size: 20px;
3272
+ color: rgba(10, 37, 85, 0.6);
3273
+ }
3274
+ .tta5kd2 .ant-table td.cell__action_ {
3275
+ padding: 0 !important;
3276
+ position: relative;
3277
+ background: #fff;
3278
+ }
3279
+ .tta5kd2 .ant-table td.cell__action_ > * {
3280
+ height: 100%;
3281
+ display: flex;
3282
+ align-items: center;
3283
+ justify-content: flex-end;
3284
+ padding-right: 8px;
3285
+ }
3286
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3287
+ width: 24px;
3288
+ height: 24px;
3289
+ cursor: pointer;
3290
+ justify-content: center;
3291
+ border-radius: 4px;
3292
+ }
3293
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
+ background: #fff;
3295
+ }
3296
+
3297
+ .s1fc623g {
3298
+ width: 430px !important;
3299
+ }
3300
+
3301
+ .da3mx0o .ant-select-item-group {
3302
+ padding: 8px 16px;
3303
+ line-height: 18px;
3304
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3305
+ height: 34px;
3306
+ min-height: 34px;
3307
+ box-sizing: border-box;
3308
+ margin-top: 8px;
3309
+ }
3310
+
3311
+ .onr9gzt {
3312
+ display: flex;
3313
+ flex-direction: column;
3314
+ margin: 1px 8px;
3315
+ padding: 8px;
3316
+ border-radius: 4px;
3317
+ }
3318
+ .onr9gzt .selected-icon {
3319
+ display: none;
3320
+ }
3321
+ .onr9gzt.ant-select-item-option-grouped {
3322
+ padding-left: 8px;
3323
+ }
3324
+ .onr9gzt.ant-select-item-option-selected {
3325
+ background-color: white;
3326
+ }
3327
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
3328
+ color: #0080ff;
3329
+ }
3330
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
3331
+ display: block;
3332
+ }
3333
+ .onr9gzt.ant-select-item-option-active {
3334
+ background: rgba(0, 136, 255, 0.16);
3335
+ }
3336
+ .onr9gzt.ant-select-item-option-active .timezone-title {
3337
+ color: #0080ff;
2975
3338
  }
2976
3339
  .onr9gzt.ant-select-item-option-active .timezone-tag {
2977
3340
  background: rgba(0, 136, 255, 0.1);
@@ -3484,369 +3847,6 @@ input.rrg1fkn.ant-input {
3484
3847
  line-height: 12px;
3485
3848
  }
3486
3849
 
3487
- .t1upn1sz {
3488
- height: 100%;
3489
- }
3490
-
3491
- .tta5kd2 {
3492
- height: 100%;
3493
- }
3494
- .tta5kd2.empty-table .ant-table-content {
3495
- overflow: visible !important;
3496
- height: 100%;
3497
- }
3498
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3499
- height: 100%;
3500
- }
3501
- .tta5kd2.empty-table .ant-table-content table {
3502
- width: 100% !important;
3503
- height: 100%;
3504
- }
3505
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3506
- padding: 15px 0;
3507
- }
3508
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3509
- display: none;
3510
- }
3511
- .tta5kd2 .active-row td:nth-child(1) {
3512
- font-weight: 700;
3513
- }
3514
- .tta5kd2.has-selection .active-row td:nth-child(2) {
3515
- font-weight: 700;
3516
- }
3517
- .tta5kd2 .ant-spin-nested-loading {
3518
- height: 100%;
3519
- }
3520
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3521
- height: 100%;
3522
- overflow: visible;
3523
- }
3524
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
3525
- max-height: none;
3526
- }
3527
- .tta5kd2.table-init-loading .ant-spin-blur thead,
3528
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
3529
- display: none;
3530
- }
3531
- .tta5kd2 td.ant-table-column-sort {
3532
- background: transparent;
3533
- }
3534
- .tta5kd2 td.ant-table-cell-fix-left,
3535
- .tta5kd2 td.ant-table-cell-fix-right {
3536
- background: #fff;
3537
- padding: 0 !important;
3538
- }
3539
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3540
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3541
- display: flex;
3542
- align-items: center;
3543
- height: 100%;
3544
- padding: 8px;
3545
- }
3546
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3547
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3548
- overflow: hidden;
3549
- text-overflow: ellipsis;
3550
- width: 100%;
3551
- }
3552
- .tta5kd2 .ant-table-container {
3553
- height: 100%;
3554
- }
3555
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3556
- box-shadow: none !important;
3557
- }
3558
- .tta5kd2 .ant-table {
3559
- border-radius: 0px;
3560
- border-left: none;
3561
- border-right: none;
3562
- border-bottom: none;
3563
- height: 100%;
3564
- font-size: 12px;
3565
- background: transparent;
3566
- }
3567
- .tta5kd2 .ant-table .ant-table-header {
3568
- position: relative;
3569
- z-index: 3;
3570
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3571
- margin-bottom: -1px;
3572
- }
3573
- .tta5kd2 .ant-table .time-wrapper .data,
3574
- .tta5kd2 .ant-table .value {
3575
- color: #2d3a56;
3576
- }
3577
- .tta5kd2 .ant-table .time-wrapper .time,
3578
- .tta5kd2 .ant-table .unit {
3579
- color: rgba(44, 56, 82, 0.6);
3580
- }
3581
- .tta5kd2 .ant-table .ant-table-selection {
3582
- text-align: center;
3583
- }
3584
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3585
- background: #fff;
3586
- }
3587
- .tta5kd2 .ant-table .anticon-setting {
3588
- cursor: pointer;
3589
- position: absolute;
3590
- top: 50%;
3591
- right: 12px;
3592
- transform: translateY(-50%);
3593
- }
3594
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3595
- box-shadow: none;
3596
- width: 1px;
3597
- background: rgba(213, 219, 227, 0.6);
3598
- }
3599
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3600
- box-shadow: none;
3601
- width: 1px;
3602
- background: rgba(213, 219, 227, 0.6);
3603
- }
3604
- .tta5kd2 .ant-table .ant-table-tbody {
3605
- position: relative;
3606
- }
3607
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3608
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3609
- border-bottom: 1px solid white;
3610
- height: 40px;
3611
- vertical-align: middle;
3612
- transition: background 0ms;
3613
- color: #00122e;
3614
- }
3615
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3616
- background: #f2f5fa;
3617
- border-bottom-color: #f2f5fa;
3618
- }
3619
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3620
- height: auto;
3621
- color: #00122e;
3622
- font-size: 12px;
3623
- text-align: left;
3624
- transition: none;
3625
- overflow: hidden;
3626
- text-overflow: ellipsis;
3627
- white-space: nowrap;
3628
- }
3629
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3630
- color: #0096ff;
3631
- }
3632
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3633
- overflow: hidden;
3634
- text-overflow: ellipsis;
3635
- width: 100%;
3636
- vertical-align: middle;
3637
- }
3638
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3639
- line-height: 0px;
3640
- }
3641
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3642
- padding-right: 25px;
3643
- }
3644
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3645
- border-top-color: transparent;
3646
- }
3647
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3648
- background: rgba(225, 230, 241, 0.6);
3649
- border-color: transparent transparent white;
3650
- }
3651
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3652
- border-radius: 8px 0 0 8px;
3653
- }
3654
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3655
- border-radius: 8px 0 0 8px;
3656
- }
3657
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3658
- content: "";
3659
- width: 4px;
3660
- top: -1px;
3661
- bottom: -1px;
3662
- background: white;
3663
- }
3664
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3665
- border-radius: 0 8px 8px 0;
3666
- }
3667
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3668
- border-radius: 0;
3669
- background: white;
3670
- border-top: none;
3671
- }
3672
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3673
- border-top: 1px solid transparent;
3674
- border-radius: 0 8px 8px 0;
3675
- background: rgba(225, 230, 241, 0.6);
3676
- }
3677
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3678
- background: white;
3679
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3680
- }
3681
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3682
- display: flex;
3683
- align-items: center;
3684
- height: 100%;
3685
- background: rgba(225, 230, 241, 0.6);
3686
- }
3687
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3688
- background: white;
3689
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3690
- }
3691
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3692
- display: flex;
3693
- align-items: center;
3694
- height: 100%;
3695
- background: rgba(225, 230, 241, 0.6);
3696
- }
3697
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3698
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3699
- }
3700
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3701
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3702
- border-radius: 8px;
3703
- }
3704
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3705
- border-top-color: white;
3706
- }
3707
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3708
- background: rgba(0, 136, 255, 0.1);
3709
- border-bottom-color: transparent;
3710
- border-top-color: transparent;
3711
- }
3712
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3713
- border-radius: 8px 0 0 8px;
3714
- }
3715
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3716
- border-radius: 0 8px 8px 0;
3717
- }
3718
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3719
- background: rgba(0, 136, 255, 0.1);
3720
- }
3721
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3722
- background: #fff;
3723
- font-weight: 400;
3724
- position: relative;
3725
- border-bottom: none;
3726
- color: #00122e;
3727
- transition: none;
3728
- padding: 15px 8px 15px 8px;
3729
- }
3730
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3731
- content: "";
3732
- width: 1px;
3733
- top: 0;
3734
- bottom: 0;
3735
- background: rgba(211, 218, 235, 0.6);
3736
- position: absolute;
3737
- right: 0;
3738
- }
3739
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3740
- padding: unset;
3741
- }
3742
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3743
- display: none;
3744
- }
3745
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3746
- width: 100%;
3747
- overflow: hidden;
3748
- white-space: nowrap;
3749
- text-overflow: ellipsis;
3750
- }
3751
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3752
- overflow: hidden;
3753
- text-overflow: ellipsis;
3754
- flex: 1;
3755
- }
3756
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3757
- padding: 15px 25px 15px 8px;
3758
- }
3759
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3760
- padding: 0;
3761
- }
3762
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3763
- position: absolute;
3764
- right: 6px;
3765
- top: 50%;
3766
- transform: translateY(-50%);
3767
- height: 16px;
3768
- display: none;
3769
- transition: transform 320ms ease;
3770
- }
3771
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3772
- display: block;
3773
- transform: translateY(-50%) rotateX(180deg);
3774
- }
3775
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3776
- display: block;
3777
- }
3778
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3779
- display: none;
3780
- }
3781
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3782
- transform: translateY(-50%);
3783
- }
3784
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3785
- transform: translateY(-50%) rotateX(180deg);
3786
- }
3787
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3788
- background: #f2f5fa;
3789
- }
3790
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3791
- display: block;
3792
- }
3793
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3794
- padding-right: 25px;
3795
- }
3796
- .tta5kd2 .ant-table .ant-table-selection-column {
3797
- padding: 0 !important;
3798
- }
3799
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3800
- position: absolute;
3801
- left: 50%;
3802
- top: 50%;
3803
- transform: translate(-50%, -50%);
3804
- }
3805
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3806
- display: none;
3807
- }
3808
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3809
- background: #fff;
3810
- }
3811
- .tta5kd2 .ant-table .ant-table-placeholder {
3812
- background: inherit;
3813
- }
3814
- .tta5kd2 .ant-table .ant-table-placeholder td {
3815
- position: static;
3816
- border: none;
3817
- background: inherit !important;
3818
- height: 100px;
3819
- vertical-align: middle;
3820
- }
3821
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3822
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3823
- font-weight: bold;
3824
- font-size: 20px;
3825
- color: rgba(10, 37, 85, 0.6);
3826
- }
3827
- .tta5kd2 .ant-table td.cell__action_ {
3828
- padding: 0 !important;
3829
- position: relative;
3830
- background: #fff;
3831
- }
3832
- .tta5kd2 .ant-table td.cell__action_ > * {
3833
- height: 100%;
3834
- display: flex;
3835
- align-items: center;
3836
- justify-content: flex-end;
3837
- padding-right: 8px;
3838
- }
3839
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3840
- width: 24px;
3841
- height: 24px;
3842
- cursor: pointer;
3843
- justify-content: center;
3844
- border-radius: 4px;
3845
- }
3846
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3847
- background: #fff;
3848
- }
3849
-
3850
3850
  .c198s9j3 {
3851
3851
  color: #2d3a56;
3852
3852
  line-height: 22px;