@cloudtower/eagle 0.22.27 → 0.22.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +3 -0
- package/dist/style.css +318 -318
- package/dist/umd/index.js +5 -4
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,35 @@ 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
|
+
|
|
1600
1629
|
.buj61ew.ant-btn {
|
|
1601
1630
|
height: 32px;
|
|
1602
1631
|
border-radius: 6px;
|
|
@@ -1845,33 +1874,19 @@ input[type=submit] {
|
|
|
1845
1874
|
padding: 0;
|
|
1846
1875
|
}
|
|
1847
1876
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1857
|
-
--color: #0080ff;
|
|
1858
|
-
}
|
|
1859
|
-
.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] {
|
|
1860
|
-
--color: #0080ff;
|
|
1861
|
-
}
|
|
1862
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1863
|
-
margin-left: 1px;
|
|
1864
|
-
}
|
|
1865
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1866
|
-
border-top-right-radius: 0;
|
|
1867
|
-
border-bottom-right-radius: 0;
|
|
1868
|
-
}
|
|
1869
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1870
|
-
border-top-left-radius: 0;
|
|
1871
|
-
border-bottom-left-radius: 0;
|
|
1877
|
+
.fde5mpd {
|
|
1878
|
+
width: 100%;
|
|
1879
|
+
height: 100%;
|
|
1880
|
+
min-height: 124px;
|
|
1881
|
+
display: flex;
|
|
1882
|
+
flex-direction: column;
|
|
1883
|
+
justify-content: center;
|
|
1884
|
+
align-items: center;
|
|
1872
1885
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1886
|
+
.fde5mpd .error-text {
|
|
1887
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1888
|
+
margin-bottom: 16px;
|
|
1889
|
+
font-size: 18px;
|
|
1875
1890
|
}
|
|
1876
1891
|
|
|
1877
1892
|
.iap75of {
|
|
@@ -1887,21 +1902,6 @@ input[type=submit] {
|
|
|
1887
1902
|
margin-right: 4px;
|
|
1888
1903
|
}
|
|
1889
1904
|
|
|
1890
|
-
.fde5mpd {
|
|
1891
|
-
width: 100%;
|
|
1892
|
-
height: 100%;
|
|
1893
|
-
min-height: 124px;
|
|
1894
|
-
display: flex;
|
|
1895
|
-
flex-direction: column;
|
|
1896
|
-
justify-content: center;
|
|
1897
|
-
align-items: center;
|
|
1898
|
-
}
|
|
1899
|
-
.fde5mpd .error-text {
|
|
1900
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1901
|
-
margin-bottom: 16px;
|
|
1902
|
-
font-size: 18px;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
1905
|
.i1mrf09m {
|
|
1906
1906
|
display: inline-flex;
|
|
1907
1907
|
align-items: center;
|
|
@@ -1920,6 +1920,148 @@ input[type=submit] {
|
|
|
1920
1920
|
animation: rotate 680ms linear infinite;
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
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 {
|
|
2001
|
+
white-space: nowrap;
|
|
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;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
1923
2065
|
.cz04yix {
|
|
1924
2066
|
display: flex;
|
|
1925
2067
|
flex-direction: column;
|
|
@@ -2569,219 +2711,77 @@ input.rrg1fkn.ant-input {
|
|
|
2569
2711
|
border-top-left-radius: 0;
|
|
2570
2712
|
border-bottom-left-radius: 0;
|
|
2571
2713
|
}
|
|
2572
|
-
|
|
2573
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2574
|
-
border-top-left-radius: 0;
|
|
2575
|
-
border-bottom-left-radius: 0;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2579
|
-
border-top-right-radius: 0;
|
|
2580
|
-
border-bottom-right-radius: 0;
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2584
|
-
border-top-left-radius: 0;
|
|
2585
|
-
border-bottom-left-radius: 0;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
.p12gwtiw {
|
|
2589
|
-
display: flex;
|
|
2590
|
-
justify-content: space-between;
|
|
2591
|
-
align-items: center;
|
|
2592
|
-
padding: 10px 0;
|
|
2593
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2594
|
-
font-size: 12px;
|
|
2595
|
-
line-height: 24px;
|
|
2596
|
-
}
|
|
2597
|
-
.p12gwtiw .pagination-left {
|
|
2598
|
-
padding: 2px 8px;
|
|
2599
|
-
}
|
|
2600
|
-
.p12gwtiw .dropdown-trigger {
|
|
2601
|
-
display: flex;
|
|
2602
|
-
align-items: center;
|
|
2603
|
-
border-radius: 6px;
|
|
2604
|
-
cursor: pointer;
|
|
2605
|
-
transition: all 0.3s ease;
|
|
2606
|
-
}
|
|
2607
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2608
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2609
|
-
color: #0080ff;
|
|
2610
|
-
}
|
|
2611
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2612
|
-
margin-left: 4px;
|
|
2613
|
-
}
|
|
2614
|
-
.p12gwtiw .pagination-right {
|
|
2615
|
-
display: flex;
|
|
2616
|
-
align-items: center;
|
|
2617
|
-
color: #0080ff;
|
|
2618
|
-
font-weight: bold;
|
|
2619
|
-
}
|
|
2620
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2621
|
-
margin-left: 4px;
|
|
2622
|
-
}
|
|
2623
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2624
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2625
|
-
padding: 0 8px;
|
|
2626
|
-
}
|
|
2627
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2628
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2629
|
-
color: #0080ff;
|
|
2630
|
-
}
|
|
2631
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2632
|
-
transform: rotate(180deg);
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2636
|
-
max-height: calc(100vh - 128px);
|
|
2637
|
-
overflow-y: auto;
|
|
2638
|
-
}
|
|
2639
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2640
|
-
padding: 4px 20px;
|
|
2641
|
-
font-size: 12px;
|
|
2642
|
-
line-height: 18px;
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2646
|
-
display: inline-flex;
|
|
2647
|
-
align-items: baseline;
|
|
2648
|
-
white-space: pre-wrap;
|
|
2649
|
-
}
|
|
2650
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2651
|
-
position: relative;
|
|
2652
|
-
top: 3px;
|
|
2653
|
-
}
|
|
2654
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2655
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2656
|
-
}
|
|
2657
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2658
|
-
border-color: #0080ff;
|
|
2659
|
-
}
|
|
2660
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2661
|
-
border-color: #0080ff;
|
|
2662
|
-
background: #0080ff;
|
|
2663
|
-
}
|
|
2664
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2665
|
-
top: 4px;
|
|
2666
|
-
left: 4px;
|
|
2667
|
-
width: 6px;
|
|
2668
|
-
height: 6px;
|
|
2669
|
-
background: #fff;
|
|
2670
|
-
}
|
|
2671
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2672
|
-
opacity: 0.5;
|
|
2673
|
-
}
|
|
2674
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2675
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2676
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2677
|
-
}
|
|
2678
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2679
|
-
background: #00122e;
|
|
2680
|
-
}
|
|
2681
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2682
|
-
color: #00122e;
|
|
2683
|
-
opacity: 0.5;
|
|
2684
|
-
}
|
|
2685
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2686
|
-
color: #00122e;
|
|
2687
|
-
}
|
|
2688
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2689
|
-
display: inline-block;
|
|
2690
|
-
padding: 0;
|
|
2691
|
-
padding-left: 12px;
|
|
2692
|
-
}
|
|
2693
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2694
|
-
margin-bottom: 0;
|
|
2695
|
-
white-space: pre-wrap;
|
|
2696
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2697
|
-
}
|
|
2698
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2699
|
-
padding-left: 8px;
|
|
2700
|
-
}
|
|
2701
|
-
|
|
2702
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2703
|
-
border-radius: 5px 0 0 5px;
|
|
2704
|
-
}
|
|
2705
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2706
|
-
border-radius: 0 5px 5px 0;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
.r1f0aqcc {
|
|
2710
|
-
color: #00122e;
|
|
2711
|
-
border-color: #ccd4e3;
|
|
2712
|
-
}
|
|
2713
|
-
.r1f0aqcc:first-child {
|
|
2714
|
-
color: #00122e;
|
|
2715
|
-
border-color: #a3b4cc;
|
|
2716
|
-
}
|
|
2717
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2718
|
-
padding: 0 12px;
|
|
2719
|
-
line-height: 32px;
|
|
2720
|
-
height: 32px;
|
|
2721
|
-
}
|
|
2722
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2723
|
-
white-space: nowrap;
|
|
2724
|
-
}
|
|
2725
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2726
|
-
background: #ccd4e3;
|
|
2727
|
-
}
|
|
2728
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2729
|
-
background: #0080ff;
|
|
2714
|
+
|
|
2715
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2716
|
+
border-top-left-radius: 0;
|
|
2717
|
+
border-bottom-left-radius: 0;
|
|
2730
2718
|
}
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2719
|
+
|
|
2720
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2721
|
+
border-top-right-radius: 0;
|
|
2722
|
+
border-bottom-right-radius: 0;
|
|
2734
2723
|
}
|
|
2735
|
-
|
|
2736
|
-
|
|
2724
|
+
|
|
2725
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2726
|
+
border-top-left-radius: 0;
|
|
2727
|
+
border-bottom-left-radius: 0;
|
|
2737
2728
|
}
|
|
2738
|
-
|
|
2739
|
-
|
|
2729
|
+
|
|
2730
|
+
.p12gwtiw {
|
|
2731
|
+
display: flex;
|
|
2732
|
+
justify-content: space-between;
|
|
2733
|
+
align-items: center;
|
|
2734
|
+
padding: 10px 0;
|
|
2735
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2736
|
+
font-size: 12px;
|
|
2737
|
+
line-height: 24px;
|
|
2740
2738
|
}
|
|
2741
|
-
.
|
|
2742
|
-
|
|
2739
|
+
.p12gwtiw .pagination-left {
|
|
2740
|
+
padding: 2px 8px;
|
|
2743
2741
|
}
|
|
2744
|
-
.
|
|
2742
|
+
.p12gwtiw .dropdown-trigger {
|
|
2743
|
+
display: flex;
|
|
2744
|
+
align-items: center;
|
|
2745
|
+
border-radius: 6px;
|
|
2746
|
+
cursor: pointer;
|
|
2747
|
+
transition: all 0.3s ease;
|
|
2748
|
+
}
|
|
2749
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2745
2750
|
background: rgba(211, 218, 235, 0.6);
|
|
2746
|
-
|
|
2747
|
-
opacity: 0.5;
|
|
2751
|
+
color: #0080ff;
|
|
2748
2752
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2751
|
-
border-color: #ccd4e3;
|
|
2753
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2754
|
+
margin-left: 4px;
|
|
2752
2755
|
}
|
|
2753
|
-
.
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2756
|
+
.p12gwtiw .pagination-right {
|
|
2757
|
+
display: flex;
|
|
2758
|
+
align-items: center;
|
|
2759
|
+
color: #0080ff;
|
|
2760
|
+
font-weight: bold;
|
|
2757
2761
|
}
|
|
2758
|
-
.
|
|
2759
|
-
margin-
|
|
2760
|
-
display: inline;
|
|
2761
|
-
border: none;
|
|
2762
|
-
padding: 0;
|
|
2763
|
-
width: 36px;
|
|
2764
|
-
background: transparent;
|
|
2762
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2763
|
+
margin-left: 4px;
|
|
2765
2764
|
}
|
|
2766
|
-
.
|
|
2767
|
-
|
|
2765
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2766
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2767
|
+
padding: 0 8px;
|
|
2768
2768
|
}
|
|
2769
|
-
.
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
box-shadow: none;
|
|
2769
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2770
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2771
|
+
color: #0080ff;
|
|
2773
2772
|
}
|
|
2774
|
-
.
|
|
2775
|
-
|
|
2773
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2774
|
+
transform: rotate(180deg);
|
|
2776
2775
|
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2776
|
+
|
|
2777
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2778
|
+
max-height: calc(100vh - 128px);
|
|
2779
|
+
overflow-y: auto;
|
|
2779
2780
|
}
|
|
2780
|
-
.
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
width: 36px;
|
|
2781
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2782
|
+
padding: 4px 20px;
|
|
2783
|
+
font-size: 12px;
|
|
2784
|
+
line-height: 18px;
|
|
2785
2785
|
}
|
|
2786
2786
|
|
|
2787
2787
|
.t1upn1sz {
|
|
@@ -3141,70 +3141,6 @@ input.rrg1fkn.ant-input {
|
|
|
3141
3141
|
background: #fff;
|
|
3142
3142
|
}
|
|
3143
3143
|
|
|
3144
|
-
.obf05yr {
|
|
3145
|
-
display: inline-block;
|
|
3146
|
-
}
|
|
3147
|
-
|
|
3148
|
-
.hsms1n6 {
|
|
3149
|
-
visibility: hidden;
|
|
3150
|
-
position: absolute;
|
|
3151
|
-
}
|
|
3152
|
-
|
|
3153
|
-
.s34f1qb.ant-switch {
|
|
3154
|
-
min-width: 40px;
|
|
3155
|
-
height: 24px;
|
|
3156
|
-
background: rgba(172, 186, 211, 0.6);
|
|
3157
|
-
overflow: hidden;
|
|
3158
|
-
}
|
|
3159
|
-
.s34f1qb.ant-switch:focus {
|
|
3160
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3161
|
-
}
|
|
3162
|
-
.s34f1qb.ant-switch-small {
|
|
3163
|
-
min-width: 26px;
|
|
3164
|
-
height: 16px;
|
|
3165
|
-
}
|
|
3166
|
-
.s34f1qb.ant-switch-large {
|
|
3167
|
-
min-width: 52px;
|
|
3168
|
-
height: 32px;
|
|
3169
|
-
}
|
|
3170
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3171
|
-
height: 20px;
|
|
3172
|
-
width: 20px;
|
|
3173
|
-
}
|
|
3174
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3175
|
-
border-radius: 10px;
|
|
3176
|
-
transition-delay: 120ms;
|
|
3177
|
-
}
|
|
3178
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3179
|
-
height: 14px;
|
|
3180
|
-
width: 14px;
|
|
3181
|
-
top: 1px;
|
|
3182
|
-
left: 1px;
|
|
3183
|
-
}
|
|
3184
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3185
|
-
height: 28px;
|
|
3186
|
-
width: 28px;
|
|
3187
|
-
}
|
|
3188
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3189
|
-
border-radius: 14px;
|
|
3190
|
-
}
|
|
3191
|
-
.s34f1qb.ant-switch-checked {
|
|
3192
|
-
background-color: #00ba5d;
|
|
3193
|
-
}
|
|
3194
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3195
|
-
left: calc(100% - 20px - 2px);
|
|
3196
|
-
}
|
|
3197
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3198
|
-
left: calc(100% - 14px - 1px);
|
|
3199
|
-
}
|
|
3200
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3201
|
-
left: calc(100% - 28px - 2px);
|
|
3202
|
-
}
|
|
3203
|
-
|
|
3204
|
-
.c1to9vb9 {
|
|
3205
|
-
margin-left: 5px;
|
|
3206
|
-
}
|
|
3207
|
-
|
|
3208
3144
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
3209
3145
|
flex-direction: row;
|
|
3210
3146
|
justify-content: stretch;
|
|
@@ -3288,6 +3224,70 @@ input.rrg1fkn.ant-input {
|
|
|
3288
3224
|
padding: 0;
|
|
3289
3225
|
}
|
|
3290
3226
|
|
|
3227
|
+
.obf05yr {
|
|
3228
|
+
display: inline-block;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.hsms1n6 {
|
|
3232
|
+
visibility: hidden;
|
|
3233
|
+
position: absolute;
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3236
|
+
.s34f1qb.ant-switch {
|
|
3237
|
+
min-width: 40px;
|
|
3238
|
+
height: 24px;
|
|
3239
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3240
|
+
overflow: hidden;
|
|
3241
|
+
}
|
|
3242
|
+
.s34f1qb.ant-switch:focus {
|
|
3243
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
3244
|
+
}
|
|
3245
|
+
.s34f1qb.ant-switch-small {
|
|
3246
|
+
min-width: 26px;
|
|
3247
|
+
height: 16px;
|
|
3248
|
+
}
|
|
3249
|
+
.s34f1qb.ant-switch-large {
|
|
3250
|
+
min-width: 52px;
|
|
3251
|
+
height: 32px;
|
|
3252
|
+
}
|
|
3253
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
3254
|
+
height: 20px;
|
|
3255
|
+
width: 20px;
|
|
3256
|
+
}
|
|
3257
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3258
|
+
border-radius: 10px;
|
|
3259
|
+
transition-delay: 120ms;
|
|
3260
|
+
}
|
|
3261
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3262
|
+
height: 14px;
|
|
3263
|
+
width: 14px;
|
|
3264
|
+
top: 1px;
|
|
3265
|
+
left: 1px;
|
|
3266
|
+
}
|
|
3267
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3268
|
+
height: 28px;
|
|
3269
|
+
width: 28px;
|
|
3270
|
+
}
|
|
3271
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3272
|
+
border-radius: 14px;
|
|
3273
|
+
}
|
|
3274
|
+
.s34f1qb.ant-switch-checked {
|
|
3275
|
+
background-color: #00ba5d;
|
|
3276
|
+
}
|
|
3277
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3278
|
+
left: calc(100% - 20px - 2px);
|
|
3279
|
+
}
|
|
3280
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3281
|
+
left: calc(100% - 14px - 1px);
|
|
3282
|
+
}
|
|
3283
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3284
|
+
left: calc(100% - 28px - 2px);
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
.c1to9vb9 {
|
|
3288
|
+
margin-left: 5px;
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
3291
|
.s1fc623g {
|
|
3292
3292
|
width: 430px !important;
|
|
3293
3293
|
}
|
|
@@ -3307,6 +3307,10 @@ input.rrg1fkn.ant-input {
|
|
|
3307
3307
|
color: rgba(44, 56, 82, 0.6);
|
|
3308
3308
|
}
|
|
3309
3309
|
|
|
3310
|
+
.i1e4sgug {
|
|
3311
|
+
display: inline-block;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3310
3314
|
.d6j0lbj {
|
|
3311
3315
|
font-family: Inter;
|
|
3312
3316
|
font-style: normal;
|
|
@@ -3782,10 +3786,6 @@ input.rrg1fkn.ant-input {
|
|
|
3782
3786
|
line-height: 12px;
|
|
3783
3787
|
}
|
|
3784
3788
|
|
|
3785
|
-
.i1e4sgug {
|
|
3786
|
-
display: inline-block;
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
3789
|
.c198s9j3 {
|
|
3790
3790
|
color: #2d3a56;
|
|
3791
3791
|
line-height: 22px;
|
|
@@ -3857,6 +3857,16 @@ input.rrg1fkn.ant-input {
|
|
|
3857
3857
|
margin-left: 24px;
|
|
3858
3858
|
}
|
|
3859
3859
|
|
|
3860
|
+
.igz4le8 {
|
|
3861
|
+
height: 24px;
|
|
3862
|
+
width: 56px !important;
|
|
3863
|
+
margin-right: 4px;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
.c1riexje {
|
|
3867
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3868
|
+
}
|
|
3869
|
+
|
|
3860
3870
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3861
3871
|
border-radius: 6px;
|
|
3862
3872
|
}
|
|
@@ -3916,16 +3926,6 @@ input.rrg1fkn.ant-input {
|
|
|
3916
3926
|
display: flex;
|
|
3917
3927
|
}
|
|
3918
3928
|
|
|
3919
|
-
.igz4le8 {
|
|
3920
|
-
height: 24px;
|
|
3921
|
-
width: 56px !important;
|
|
3922
|
-
margin-right: 4px;
|
|
3923
|
-
}
|
|
3924
|
-
|
|
3925
|
-
.c1riexje {
|
|
3926
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3927
|
-
}
|
|
3928
|
-
|
|
3929
3929
|
.m1thnes4 {
|
|
3930
3930
|
color: rgba(44, 56, 82, 0.6);
|
|
3931
3931
|
text-align: center;
|