@cloudtower/eagle 0.22.32 → 0.22.33
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 +8 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +9 -1
- package/dist/style.css +502 -502
- package/dist/umd/index.js +7 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,81 +1597,6 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
-
.fde5mpd {
|
|
1601
|
-
width: 100%;
|
|
1602
|
-
height: 100%;
|
|
1603
|
-
min-height: 124px;
|
|
1604
|
-
display: flex;
|
|
1605
|
-
flex-direction: column;
|
|
1606
|
-
justify-content: center;
|
|
1607
|
-
align-items: center;
|
|
1608
|
-
}
|
|
1609
|
-
.fde5mpd .error-text {
|
|
1610
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
-
margin-bottom: 16px;
|
|
1612
|
-
font-size: 18px;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.bpq0js6 {
|
|
1616
|
-
padding: 4px 11px;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.b15sn34c {
|
|
1620
|
-
white-space: nowrap;
|
|
1621
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1622
|
-
}
|
|
1623
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1624
|
-
--color: #0080ff;
|
|
1625
|
-
}
|
|
1626
|
-
.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] {
|
|
1627
|
-
--color: #0080ff;
|
|
1628
|
-
}
|
|
1629
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1630
|
-
margin-left: 1px;
|
|
1631
|
-
}
|
|
1632
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1633
|
-
border-top-right-radius: 0;
|
|
1634
|
-
border-bottom-right-radius: 0;
|
|
1635
|
-
}
|
|
1636
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1637
|
-
border-top-left-radius: 0;
|
|
1638
|
-
border-bottom-left-radius: 0;
|
|
1639
|
-
}
|
|
1640
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1641
|
-
border-radius: unset;
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
.i1mrf09m {
|
|
1645
|
-
display: inline-flex;
|
|
1646
|
-
align-items: center;
|
|
1647
|
-
}
|
|
1648
|
-
.i1mrf09m .icon-inner {
|
|
1649
|
-
display: inline-flex;
|
|
1650
|
-
align-items: center;
|
|
1651
|
-
justify-content: center;
|
|
1652
|
-
}
|
|
1653
|
-
.i1mrf09m .icon-inner + span,
|
|
1654
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1655
|
-
margin-left: 4px;
|
|
1656
|
-
}
|
|
1657
|
-
.i1mrf09m.is-rotate img,
|
|
1658
|
-
.i1mrf09m.is-rotate svg {
|
|
1659
|
-
animation: rotate 680ms linear infinite;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
.iap75of {
|
|
1663
|
-
height: 18px;
|
|
1664
|
-
line-height: 18px;
|
|
1665
|
-
padding: 0 4px;
|
|
1666
|
-
border-radius: 4px;
|
|
1667
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1668
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1669
|
-
display: flex;
|
|
1670
|
-
align-items: center;
|
|
1671
|
-
white-space: nowrap;
|
|
1672
|
-
margin-right: 4px;
|
|
1673
|
-
}
|
|
1674
|
-
|
|
1675
1600
|
.buj61ew.ant-btn {
|
|
1676
1601
|
height: 32px;
|
|
1677
1602
|
border-radius: 6px;
|
|
@@ -1929,6 +1854,118 @@ input[type=submit] {
|
|
|
1929
1854
|
position: absolute;
|
|
1930
1855
|
}
|
|
1931
1856
|
|
|
1857
|
+
.bpq0js6 {
|
|
1858
|
+
padding: 4px 11px;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.b15sn34c {
|
|
1862
|
+
white-space: nowrap;
|
|
1863
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1864
|
+
}
|
|
1865
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1866
|
+
--color: #0080ff;
|
|
1867
|
+
}
|
|
1868
|
+
.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] {
|
|
1869
|
+
--color: #0080ff;
|
|
1870
|
+
}
|
|
1871
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1872
|
+
margin-left: 1px;
|
|
1873
|
+
}
|
|
1874
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1875
|
+
border-top-right-radius: 0;
|
|
1876
|
+
border-bottom-right-radius: 0;
|
|
1877
|
+
}
|
|
1878
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1879
|
+
border-top-left-radius: 0;
|
|
1880
|
+
border-bottom-left-radius: 0;
|
|
1881
|
+
}
|
|
1882
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1883
|
+
border-radius: unset;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1887
|
+
flex-direction: row;
|
|
1888
|
+
justify-content: stretch;
|
|
1889
|
+
}
|
|
1890
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1891
|
+
padding: 0;
|
|
1892
|
+
margin-right: 4px;
|
|
1893
|
+
flex: 1;
|
|
1894
|
+
overflow: visible;
|
|
1895
|
+
}
|
|
1896
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1897
|
+
display: none;
|
|
1898
|
+
}
|
|
1899
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1900
|
+
width: 100%;
|
|
1901
|
+
min-height: unset;
|
|
1902
|
+
}
|
|
1903
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1904
|
+
height: 26px;
|
|
1905
|
+
line-height: 26px;
|
|
1906
|
+
width: 100%;
|
|
1907
|
+
text-align: center;
|
|
1908
|
+
padding: 0;
|
|
1909
|
+
font-size: 12px;
|
|
1910
|
+
font-weight: normal;
|
|
1911
|
+
}
|
|
1912
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1913
|
+
margin-right: 10px;
|
|
1914
|
+
}
|
|
1915
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1916
|
+
display: none;
|
|
1917
|
+
}
|
|
1918
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1919
|
+
border-radius: 4px 0 0 4px;
|
|
1920
|
+
}
|
|
1921
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1922
|
+
margin-right: 0;
|
|
1923
|
+
}
|
|
1924
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1925
|
+
border-radius: 0 4px 4px 0;
|
|
1926
|
+
}
|
|
1927
|
+
.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 {
|
|
1928
|
+
content: "";
|
|
1929
|
+
width: 0;
|
|
1930
|
+
height: 0;
|
|
1931
|
+
border: 13px solid transparent;
|
|
1932
|
+
position: absolute;
|
|
1933
|
+
top: 0;
|
|
1934
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1935
|
+
right: -21px;
|
|
1936
|
+
z-index: 2;
|
|
1937
|
+
}
|
|
1938
|
+
.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 {
|
|
1939
|
+
content: "";
|
|
1940
|
+
width: 0;
|
|
1941
|
+
height: 0;
|
|
1942
|
+
border: 13px solid transparent;
|
|
1943
|
+
position: absolute;
|
|
1944
|
+
top: 0;
|
|
1945
|
+
border-left: 8px solid #fff;
|
|
1946
|
+
left: 0;
|
|
1947
|
+
}
|
|
1948
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1949
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1950
|
+
}
|
|
1951
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1952
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1953
|
+
}
|
|
1954
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1955
|
+
color: #005ed1;
|
|
1956
|
+
}
|
|
1957
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1958
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1959
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1960
|
+
}
|
|
1961
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1962
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1963
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1964
|
+
}
|
|
1965
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1966
|
+
padding: 0;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1932
1969
|
.cz04yix {
|
|
1933
1970
|
display: flex;
|
|
1934
1971
|
flex-direction: column;
|
|
@@ -2594,327 +2631,45 @@ input.rrg1fkn.ant-input {
|
|
|
2594
2631
|
border-bottom-left-radius: 0;
|
|
2595
2632
|
}
|
|
2596
2633
|
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2599
|
-
align-items: baseline;
|
|
2600
|
-
white-space: pre-wrap;
|
|
2601
|
-
}
|
|
2602
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2603
|
-
position: relative;
|
|
2604
|
-
top: 3px;
|
|
2634
|
+
.t1upn1sz {
|
|
2635
|
+
height: 100%;
|
|
2605
2636
|
}
|
|
2606
|
-
|
|
2607
|
-
|
|
2637
|
+
|
|
2638
|
+
.tta5kd2 {
|
|
2639
|
+
height: 100%;
|
|
2608
2640
|
}
|
|
2609
|
-
.
|
|
2610
|
-
|
|
2641
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
2642
|
+
overflow: visible !important;
|
|
2643
|
+
height: 100%;
|
|
2611
2644
|
}
|
|
2612
|
-
.
|
|
2613
|
-
|
|
2614
|
-
background: #0080ff;
|
|
2645
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2646
|
+
height: 100%;
|
|
2615
2647
|
}
|
|
2616
|
-
.
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
width: 6px;
|
|
2620
|
-
height: 6px;
|
|
2621
|
-
background: #fff;
|
|
2648
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
2649
|
+
width: 100% !important;
|
|
2650
|
+
height: 100%;
|
|
2622
2651
|
}
|
|
2623
|
-
.
|
|
2624
|
-
|
|
2652
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2653
|
+
padding: 15px 0;
|
|
2625
2654
|
}
|
|
2626
|
-
.
|
|
2627
|
-
|
|
2628
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2655
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2656
|
+
display: none;
|
|
2629
2657
|
}
|
|
2630
|
-
.
|
|
2631
|
-
|
|
2658
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
2659
|
+
font-weight: 700;
|
|
2632
2660
|
}
|
|
2633
|
-
.
|
|
2634
|
-
|
|
2635
|
-
opacity: 0.5;
|
|
2661
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2662
|
+
font-weight: 700;
|
|
2636
2663
|
}
|
|
2637
|
-
.
|
|
2638
|
-
|
|
2664
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
2665
|
+
height: 100%;
|
|
2639
2666
|
}
|
|
2640
|
-
.
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
padding-left: 12px;
|
|
2667
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2668
|
+
height: 100%;
|
|
2669
|
+
overflow: visible;
|
|
2644
2670
|
}
|
|
2645
|
-
.
|
|
2646
|
-
|
|
2647
|
-
white-space: pre-wrap;
|
|
2648
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2649
|
-
}
|
|
2650
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2651
|
-
padding-left: 8px;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2655
|
-
border-radius: 5px 0 0 5px;
|
|
2656
|
-
}
|
|
2657
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2658
|
-
border-radius: 0 5px 5px 0;
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
.r1f0aqcc {
|
|
2662
|
-
color: #00122e;
|
|
2663
|
-
border-color: #ccd4e3;
|
|
2664
|
-
}
|
|
2665
|
-
.r1f0aqcc:first-child {
|
|
2666
|
-
color: #00122e;
|
|
2667
|
-
border-color: #a3b4cc;
|
|
2668
|
-
}
|
|
2669
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2670
|
-
padding: 0 12px;
|
|
2671
|
-
line-height: 32px;
|
|
2672
|
-
height: 32px;
|
|
2673
|
-
}
|
|
2674
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2675
|
-
white-space: nowrap;
|
|
2676
|
-
}
|
|
2677
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2678
|
-
background: #ccd4e3;
|
|
2679
|
-
}
|
|
2680
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2681
|
-
background: #0080ff;
|
|
2682
|
-
}
|
|
2683
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2684
|
-
background: #ccd4e3;
|
|
2685
|
-
opacity: 0.5;
|
|
2686
|
-
}
|
|
2687
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2688
|
-
border-right-color: #0080ff;
|
|
2689
|
-
}
|
|
2690
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2691
|
-
border-color: #0080ff;
|
|
2692
|
-
}
|
|
2693
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2694
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2695
|
-
}
|
|
2696
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2697
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2698
|
-
border-color: #ccd4e3;
|
|
2699
|
-
opacity: 0.5;
|
|
2700
|
-
}
|
|
2701
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2702
|
-
color: #00122e;
|
|
2703
|
-
border-color: #ccd4e3;
|
|
2704
|
-
}
|
|
2705
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2706
|
-
color: #00122e;
|
|
2707
|
-
border-color: #ccd4e3;
|
|
2708
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2709
|
-
}
|
|
2710
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2711
|
-
margin-right: 8px;
|
|
2712
|
-
display: inline;
|
|
2713
|
-
border: none;
|
|
2714
|
-
padding: 0;
|
|
2715
|
-
width: 36px;
|
|
2716
|
-
background: transparent;
|
|
2717
|
-
}
|
|
2718
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2719
|
-
box-shadow: none;
|
|
2720
|
-
}
|
|
2721
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2722
|
-
margin-right: 0;
|
|
2723
|
-
width: initial;
|
|
2724
|
-
box-shadow: none;
|
|
2725
|
-
}
|
|
2726
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2727
|
-
display: none;
|
|
2728
|
-
}
|
|
2729
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2730
|
-
display: inline;
|
|
2731
|
-
}
|
|
2732
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2733
|
-
display: inline;
|
|
2734
|
-
margin-right: 8px;
|
|
2735
|
-
padding: 0;
|
|
2736
|
-
width: 36px;
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
.p12gwtiw {
|
|
2740
|
-
display: flex;
|
|
2741
|
-
justify-content: space-between;
|
|
2742
|
-
align-items: center;
|
|
2743
|
-
padding: 10px 0;
|
|
2744
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2745
|
-
font-size: 12px;
|
|
2746
|
-
line-height: 24px;
|
|
2747
|
-
}
|
|
2748
|
-
.p12gwtiw .pagination-left {
|
|
2749
|
-
padding: 2px 8px;
|
|
2750
|
-
}
|
|
2751
|
-
.p12gwtiw .dropdown-trigger {
|
|
2752
|
-
display: flex;
|
|
2753
|
-
align-items: center;
|
|
2754
|
-
border-radius: 6px;
|
|
2755
|
-
cursor: pointer;
|
|
2756
|
-
transition: all 0.3s ease;
|
|
2757
|
-
}
|
|
2758
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2759
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2760
|
-
color: #0080ff;
|
|
2761
|
-
}
|
|
2762
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2763
|
-
margin-left: 4px;
|
|
2764
|
-
}
|
|
2765
|
-
.p12gwtiw .pagination-right {
|
|
2766
|
-
display: flex;
|
|
2767
|
-
align-items: center;
|
|
2768
|
-
color: #0080ff;
|
|
2769
|
-
font-weight: bold;
|
|
2770
|
-
}
|
|
2771
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2772
|
-
margin-left: 4px;
|
|
2773
|
-
}
|
|
2774
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2775
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2776
|
-
padding: 0 8px;
|
|
2777
|
-
}
|
|
2778
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2779
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2780
|
-
color: #0080ff;
|
|
2781
|
-
}
|
|
2782
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2783
|
-
transform: rotate(180deg);
|
|
2784
|
-
}
|
|
2785
|
-
|
|
2786
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2787
|
-
max-height: calc(100vh - 128px);
|
|
2788
|
-
overflow-y: auto;
|
|
2789
|
-
}
|
|
2790
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2791
|
-
padding: 4px 20px;
|
|
2792
|
-
font-size: 12px;
|
|
2793
|
-
line-height: 18px;
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2797
|
-
flex-direction: row;
|
|
2798
|
-
justify-content: stretch;
|
|
2799
|
-
}
|
|
2800
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2801
|
-
padding: 0;
|
|
2802
|
-
margin-right: 4px;
|
|
2803
|
-
flex: 1;
|
|
2804
|
-
overflow: visible;
|
|
2805
|
-
}
|
|
2806
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2807
|
-
display: none;
|
|
2808
|
-
}
|
|
2809
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2810
|
-
width: 100%;
|
|
2811
|
-
min-height: unset;
|
|
2812
|
-
}
|
|
2813
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2814
|
-
height: 26px;
|
|
2815
|
-
line-height: 26px;
|
|
2816
|
-
width: 100%;
|
|
2817
|
-
text-align: center;
|
|
2818
|
-
padding: 0;
|
|
2819
|
-
font-size: 12px;
|
|
2820
|
-
font-weight: normal;
|
|
2821
|
-
}
|
|
2822
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2823
|
-
margin-right: 10px;
|
|
2824
|
-
}
|
|
2825
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2826
|
-
display: none;
|
|
2827
|
-
}
|
|
2828
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2829
|
-
border-radius: 4px 0 0 4px;
|
|
2830
|
-
}
|
|
2831
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2832
|
-
margin-right: 0;
|
|
2833
|
-
}
|
|
2834
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2835
|
-
border-radius: 0 4px 4px 0;
|
|
2836
|
-
}
|
|
2837
|
-
.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 {
|
|
2838
|
-
content: "";
|
|
2839
|
-
width: 0;
|
|
2840
|
-
height: 0;
|
|
2841
|
-
border: 13px solid transparent;
|
|
2842
|
-
position: absolute;
|
|
2843
|
-
top: 0;
|
|
2844
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2845
|
-
right: -21px;
|
|
2846
|
-
z-index: 2;
|
|
2847
|
-
}
|
|
2848
|
-
.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 {
|
|
2849
|
-
content: "";
|
|
2850
|
-
width: 0;
|
|
2851
|
-
height: 0;
|
|
2852
|
-
border: 13px solid transparent;
|
|
2853
|
-
position: absolute;
|
|
2854
|
-
top: 0;
|
|
2855
|
-
border-left: 8px solid #fff;
|
|
2856
|
-
left: 0;
|
|
2857
|
-
}
|
|
2858
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2859
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2860
|
-
}
|
|
2861
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2862
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2863
|
-
}
|
|
2864
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2865
|
-
color: #005ed1;
|
|
2866
|
-
}
|
|
2867
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2868
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2869
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2870
|
-
}
|
|
2871
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2872
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2874
|
-
}
|
|
2875
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2876
|
-
padding: 0;
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
|
-
.t1upn1sz {
|
|
2880
|
-
height: 100%;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
.tta5kd2 {
|
|
2884
|
-
height: 100%;
|
|
2885
|
-
}
|
|
2886
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
2887
|
-
overflow: visible !important;
|
|
2888
|
-
height: 100%;
|
|
2889
|
-
}
|
|
2890
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
2891
|
-
height: 100%;
|
|
2892
|
-
}
|
|
2893
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
2894
|
-
width: 100% !important;
|
|
2895
|
-
height: 100%;
|
|
2896
|
-
}
|
|
2897
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
2898
|
-
padding: 15px 0;
|
|
2899
|
-
}
|
|
2900
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
2901
|
-
display: none;
|
|
2902
|
-
}
|
|
2903
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
2904
|
-
font-weight: 700;
|
|
2905
|
-
}
|
|
2906
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
2907
|
-
font-weight: 700;
|
|
2908
|
-
}
|
|
2909
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
2910
|
-
height: 100%;
|
|
2911
|
-
}
|
|
2912
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
2913
|
-
height: 100%;
|
|
2914
|
-
overflow: visible;
|
|
2915
|
-
}
|
|
2916
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2917
|
-
max-height: none;
|
|
2671
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
2672
|
+
max-height: none;
|
|
2918
2673
|
}
|
|
2919
2674
|
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
2920
2675
|
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
@@ -3239,6 +2994,19 @@ input.rrg1fkn.ant-input {
|
|
|
3239
2994
|
background: #fff;
|
|
3240
2995
|
}
|
|
3241
2996
|
|
|
2997
|
+
.iap75of {
|
|
2998
|
+
height: 18px;
|
|
2999
|
+
line-height: 18px;
|
|
3000
|
+
padding: 0 4px;
|
|
3001
|
+
border-radius: 4px;
|
|
3002
|
+
background: rgba(235, 239, 245, 0.6);
|
|
3003
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
3004
|
+
display: flex;
|
|
3005
|
+
align-items: center;
|
|
3006
|
+
white-space: nowrap;
|
|
3007
|
+
margin-right: 4px;
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3242
3010
|
.s34f1qb.ant-switch {
|
|
3243
3011
|
min-width: 40px;
|
|
3244
3012
|
height: 24px;
|
|
@@ -3260,57 +3028,270 @@ input.rrg1fkn.ant-input {
|
|
|
3260
3028
|
height: 20px;
|
|
3261
3029
|
width: 20px;
|
|
3262
3030
|
}
|
|
3263
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3264
|
-
border-radius: 10px;
|
|
3265
|
-
transition-delay: 120ms;
|
|
3031
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
3032
|
+
border-radius: 10px;
|
|
3033
|
+
transition-delay: 120ms;
|
|
3034
|
+
}
|
|
3035
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
3036
|
+
height: 14px;
|
|
3037
|
+
width: 14px;
|
|
3038
|
+
top: 1px;
|
|
3039
|
+
left: 1px;
|
|
3040
|
+
}
|
|
3041
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
3042
|
+
height: 28px;
|
|
3043
|
+
width: 28px;
|
|
3044
|
+
}
|
|
3045
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
3046
|
+
border-radius: 14px;
|
|
3047
|
+
}
|
|
3048
|
+
.s34f1qb.ant-switch-checked {
|
|
3049
|
+
background-color: #00ba5d;
|
|
3050
|
+
}
|
|
3051
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
3052
|
+
left: calc(100% - 20px - 2px);
|
|
3053
|
+
}
|
|
3054
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
3055
|
+
left: calc(100% - 14px - 1px);
|
|
3056
|
+
}
|
|
3057
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
3058
|
+
left: calc(100% - 28px - 2px);
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
.c1to9vb9 {
|
|
3062
|
+
margin-left: 5px;
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
.i1mrf09m {
|
|
3066
|
+
display: inline-flex;
|
|
3067
|
+
align-items: center;
|
|
3068
|
+
}
|
|
3069
|
+
.i1mrf09m .icon-inner {
|
|
3070
|
+
display: inline-flex;
|
|
3071
|
+
align-items: center;
|
|
3072
|
+
justify-content: center;
|
|
3073
|
+
}
|
|
3074
|
+
.i1mrf09m .icon-inner + span,
|
|
3075
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
3076
|
+
margin-left: 4px;
|
|
3077
|
+
}
|
|
3078
|
+
.i1mrf09m.is-rotate img,
|
|
3079
|
+
.i1mrf09m.is-rotate svg {
|
|
3080
|
+
animation: rotate 680ms linear infinite;
|
|
3081
|
+
}
|
|
3082
|
+
|
|
3083
|
+
.p12gwtiw {
|
|
3084
|
+
display: flex;
|
|
3085
|
+
justify-content: space-between;
|
|
3086
|
+
align-items: center;
|
|
3087
|
+
padding: 10px 0;
|
|
3088
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3089
|
+
font-size: 12px;
|
|
3090
|
+
line-height: 24px;
|
|
3091
|
+
}
|
|
3092
|
+
.p12gwtiw .pagination-left {
|
|
3093
|
+
padding: 2px 8px;
|
|
3094
|
+
}
|
|
3095
|
+
.p12gwtiw .dropdown-trigger {
|
|
3096
|
+
display: flex;
|
|
3097
|
+
align-items: center;
|
|
3098
|
+
border-radius: 6px;
|
|
3099
|
+
cursor: pointer;
|
|
3100
|
+
transition: all 0.3s ease;
|
|
3101
|
+
}
|
|
3102
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
3103
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3104
|
+
color: #0080ff;
|
|
3105
|
+
}
|
|
3106
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
3107
|
+
margin-left: 4px;
|
|
3108
|
+
}
|
|
3109
|
+
.p12gwtiw .pagination-right {
|
|
3110
|
+
display: flex;
|
|
3111
|
+
align-items: center;
|
|
3112
|
+
color: #0080ff;
|
|
3113
|
+
font-weight: bold;
|
|
3114
|
+
}
|
|
3115
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
3116
|
+
margin-left: 4px;
|
|
3117
|
+
}
|
|
3118
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
3119
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
3120
|
+
padding: 0 8px;
|
|
3121
|
+
}
|
|
3122
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
3123
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
3124
|
+
color: #0080ff;
|
|
3125
|
+
}
|
|
3126
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
3127
|
+
transform: rotate(180deg);
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3130
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
3131
|
+
max-height: calc(100vh - 128px);
|
|
3132
|
+
overflow-y: auto;
|
|
3133
|
+
}
|
|
3134
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
3135
|
+
padding: 4px 20px;
|
|
3136
|
+
font-size: 12px;
|
|
3137
|
+
line-height: 18px;
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
.fde5mpd {
|
|
3141
|
+
width: 100%;
|
|
3142
|
+
height: 100%;
|
|
3143
|
+
min-height: 124px;
|
|
3144
|
+
display: flex;
|
|
3145
|
+
flex-direction: column;
|
|
3146
|
+
justify-content: center;
|
|
3147
|
+
align-items: center;
|
|
3148
|
+
}
|
|
3149
|
+
.fde5mpd .error-text {
|
|
3150
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3151
|
+
margin-bottom: 16px;
|
|
3152
|
+
font-size: 18px;
|
|
3153
|
+
}
|
|
3154
|
+
|
|
3155
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
3156
|
+
display: inline-flex;
|
|
3157
|
+
align-items: baseline;
|
|
3158
|
+
white-space: pre-wrap;
|
|
3159
|
+
}
|
|
3160
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
3161
|
+
position: relative;
|
|
3162
|
+
top: 3px;
|
|
3163
|
+
}
|
|
3164
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
3165
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3166
|
+
}
|
|
3167
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
3168
|
+
border-color: #0080ff;
|
|
3169
|
+
}
|
|
3170
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
3171
|
+
border-color: #0080ff;
|
|
3172
|
+
background: #0080ff;
|
|
3173
|
+
}
|
|
3174
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
3175
|
+
top: 4px;
|
|
3176
|
+
left: 4px;
|
|
3177
|
+
width: 6px;
|
|
3178
|
+
height: 6px;
|
|
3179
|
+
background: #fff;
|
|
3180
|
+
}
|
|
3181
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
3182
|
+
opacity: 0.5;
|
|
3183
|
+
}
|
|
3184
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
3185
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
3186
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3187
|
+
}
|
|
3188
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
3189
|
+
background: #00122e;
|
|
3190
|
+
}
|
|
3191
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
3192
|
+
color: #00122e;
|
|
3193
|
+
opacity: 0.5;
|
|
3194
|
+
}
|
|
3195
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
3196
|
+
color: #00122e;
|
|
3197
|
+
}
|
|
3198
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
3199
|
+
display: inline-block;
|
|
3200
|
+
padding: 0;
|
|
3201
|
+
padding-left: 12px;
|
|
3202
|
+
}
|
|
3203
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
3204
|
+
margin-bottom: 0;
|
|
3205
|
+
white-space: pre-wrap;
|
|
3206
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3207
|
+
}
|
|
3208
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
3209
|
+
padding-left: 8px;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
3213
|
+
border-radius: 5px 0 0 5px;
|
|
3214
|
+
}
|
|
3215
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
3216
|
+
border-radius: 0 5px 5px 0;
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
.r1f0aqcc {
|
|
3220
|
+
color: #00122e;
|
|
3221
|
+
border-color: #ccd4e3;
|
|
3222
|
+
}
|
|
3223
|
+
.r1f0aqcc:first-child {
|
|
3224
|
+
color: #00122e;
|
|
3225
|
+
border-color: #a3b4cc;
|
|
3226
|
+
}
|
|
3227
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
3228
|
+
padding: 0 12px;
|
|
3229
|
+
line-height: 32px;
|
|
3230
|
+
height: 32px;
|
|
3231
|
+
}
|
|
3232
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
3233
|
+
white-space: nowrap;
|
|
3234
|
+
}
|
|
3235
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
3236
|
+
background: #ccd4e3;
|
|
3237
|
+
}
|
|
3238
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
3239
|
+
background: #0080ff;
|
|
3240
|
+
}
|
|
3241
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
3242
|
+
background: #ccd4e3;
|
|
3243
|
+
opacity: 0.5;
|
|
3266
3244
|
}
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3269
|
-
width: 14px;
|
|
3270
|
-
top: 1px;
|
|
3271
|
-
left: 1px;
|
|
3245
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
3246
|
+
border-right-color: #0080ff;
|
|
3272
3247
|
}
|
|
3273
|
-
.
|
|
3274
|
-
|
|
3275
|
-
width: 28px;
|
|
3248
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
3249
|
+
border-color: #0080ff;
|
|
3276
3250
|
}
|
|
3277
|
-
.
|
|
3278
|
-
|
|
3251
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
3252
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3279
3253
|
}
|
|
3280
|
-
.
|
|
3281
|
-
background
|
|
3254
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
3255
|
+
background: rgba(211, 218, 235, 0.6);
|
|
3256
|
+
border-color: #ccd4e3;
|
|
3257
|
+
opacity: 0.5;
|
|
3282
3258
|
}
|
|
3283
|
-
.
|
|
3284
|
-
|
|
3259
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
3260
|
+
color: #00122e;
|
|
3261
|
+
border-color: #ccd4e3;
|
|
3285
3262
|
}
|
|
3286
|
-
.
|
|
3287
|
-
|
|
3263
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
3264
|
+
color: #00122e;
|
|
3265
|
+
border-color: #ccd4e3;
|
|
3266
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3288
3267
|
}
|
|
3289
|
-
.
|
|
3290
|
-
|
|
3268
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
3269
|
+
margin-right: 8px;
|
|
3270
|
+
display: inline;
|
|
3271
|
+
border: none;
|
|
3272
|
+
padding: 0;
|
|
3273
|
+
width: 36px;
|
|
3274
|
+
background: transparent;
|
|
3291
3275
|
}
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
margin-left: 5px;
|
|
3276
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
3277
|
+
box-shadow: none;
|
|
3295
3278
|
}
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
width:
|
|
3279
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
3280
|
+
margin-right: 0;
|
|
3281
|
+
width: initial;
|
|
3282
|
+
box-shadow: none;
|
|
3299
3283
|
}
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
display: flex;
|
|
3303
|
-
flex-direction: column;
|
|
3284
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
3285
|
+
display: none;
|
|
3304
3286
|
}
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
display: flex;
|
|
3308
|
-
justify-content: space-between;
|
|
3287
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
3288
|
+
display: inline;
|
|
3309
3289
|
}
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3290
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
3291
|
+
display: inline;
|
|
3292
|
+
margin-right: 8px;
|
|
3293
|
+
padding: 0;
|
|
3294
|
+
width: 36px;
|
|
3314
3295
|
}
|
|
3315
3296
|
|
|
3316
3297
|
.i1e4sgug {
|
|
@@ -3792,6 +3773,25 @@ input.rrg1fkn.ant-input {
|
|
|
3792
3773
|
line-height: 12px;
|
|
3793
3774
|
}
|
|
3794
3775
|
|
|
3776
|
+
.s1fc623g {
|
|
3777
|
+
width: 430px !important;
|
|
3778
|
+
}
|
|
3779
|
+
|
|
3780
|
+
.oa3mx0o {
|
|
3781
|
+
display: flex;
|
|
3782
|
+
flex-direction: column;
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
.onr9gzt {
|
|
3786
|
+
display: flex;
|
|
3787
|
+
justify-content: space-between;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
.oiy0apc {
|
|
3791
|
+
display: flex;
|
|
3792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
3795
|
.c198s9j3 {
|
|
3796
3796
|
color: #2d3a56;
|
|
3797
3797
|
line-height: 22px;
|
|
@@ -3863,69 +3863,38 @@ input.rrg1fkn.ant-input {
|
|
|
3863
3863
|
margin-left: 24px;
|
|
3864
3864
|
}
|
|
3865
3865
|
|
|
3866
|
-
.
|
|
3867
|
-
|
|
3868
|
-
width: 56px !important;
|
|
3869
|
-
margin-right: 4px;
|
|
3870
|
-
}
|
|
3871
|
-
|
|
3872
|
-
.c1riexje {
|
|
3873
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3866
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3867
|
+
display: flex;
|
|
3874
3868
|
}
|
|
3875
3869
|
|
|
3876
|
-
.
|
|
3877
|
-
|
|
3878
|
-
}
|
|
3879
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
3880
|
-
width: 100%;
|
|
3881
|
-
height: 30px;
|
|
3882
|
-
color: #2d3a56;
|
|
3883
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
3884
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
3885
|
-
font-size: 13px;
|
|
3886
|
-
}
|
|
3887
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
3888
|
-
height: 38px;
|
|
3889
|
-
font-size: 13px;
|
|
3890
|
-
}
|
|
3891
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
3892
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
3893
|
-
transition: 160ms ease;
|
|
3894
|
-
}
|
|
3895
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
3896
|
-
color: #0080ff;
|
|
3897
|
-
}
|
|
3898
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
3899
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
3900
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
3901
|
-
}
|
|
3902
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
3903
|
-
color: #0080ff;
|
|
3870
|
+
.t1gz6wqf {
|
|
3871
|
+
height: 100%;
|
|
3904
3872
|
}
|
|
3905
|
-
.
|
|
3906
|
-
|
|
3907
|
-
|
|
3873
|
+
.t1gz6wqf .table-loading-item {
|
|
3874
|
+
padding: 12px 4px;
|
|
3875
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
3876
|
+
display: flex;
|
|
3908
3877
|
}
|
|
3909
|
-
.
|
|
3910
|
-
|
|
3878
|
+
.t1gz6wqf .table-loading-item > * {
|
|
3879
|
+
height: 16px;
|
|
3880
|
+
margin: 4px;
|
|
3881
|
+
background: rgba(204, 212, 227, 0.18);
|
|
3882
|
+
border-radius: 2px;
|
|
3911
3883
|
}
|
|
3912
|
-
.
|
|
3913
|
-
|
|
3914
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
3915
|
-
cursor: "not-allowed";
|
|
3884
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
3885
|
+
width: 16px;
|
|
3916
3886
|
}
|
|
3917
|
-
.
|
|
3918
|
-
|
|
3887
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
3888
|
+
flex: 1;
|
|
3919
3889
|
}
|
|
3920
|
-
.
|
|
3921
|
-
|
|
3890
|
+
.t1gz6wqf :nth-child(1) {
|
|
3891
|
+
padding: 8px 4px;
|
|
3922
3892
|
}
|
|
3923
|
-
.
|
|
3924
|
-
|
|
3925
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
3893
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
3894
|
+
background: rgba(107, 125, 153, 0.18);
|
|
3926
3895
|
}
|
|
3927
|
-
.
|
|
3928
|
-
|
|
3896
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
3897
|
+
background: rgba(163, 180, 204, 0.18);
|
|
3929
3898
|
}
|
|
3930
3899
|
|
|
3931
3900
|
.m1thnes4 {
|
|
@@ -4089,38 +4058,69 @@ input.rrg1fkn.ant-input {
|
|
|
4089
4058
|
margin-left: 8px;
|
|
4090
4059
|
}
|
|
4091
4060
|
|
|
4092
|
-
.
|
|
4093
|
-
|
|
4061
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
4062
|
+
border-radius: 6px;
|
|
4094
4063
|
}
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
height:
|
|
4064
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
4065
|
+
width: 100%;
|
|
4066
|
+
height: 30px;
|
|
4067
|
+
color: #2d3a56;
|
|
4068
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
4069
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
4070
|
+
font-size: 13px;
|
|
4098
4071
|
}
|
|
4099
|
-
.
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
display: flex;
|
|
4072
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
4073
|
+
height: 38px;
|
|
4074
|
+
font-size: 13px;
|
|
4103
4075
|
}
|
|
4104
|
-
.
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
background: rgba(204, 212, 227, 0.18);
|
|
4108
|
-
border-radius: 2px;
|
|
4076
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
4077
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
4078
|
+
transition: 160ms ease;
|
|
4109
4079
|
}
|
|
4110
|
-
.
|
|
4111
|
-
|
|
4080
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
4081
|
+
color: #0080ff;
|
|
4112
4082
|
}
|
|
4113
|
-
.
|
|
4114
|
-
|
|
4083
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
4084
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
4085
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
4115
4086
|
}
|
|
4116
|
-
.
|
|
4117
|
-
|
|
4087
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4088
|
+
color: #0080ff;
|
|
4118
4089
|
}
|
|
4119
|
-
.
|
|
4120
|
-
|
|
4090
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
4091
|
+
border-color: #0080ff;
|
|
4092
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4121
4093
|
}
|
|
4122
|
-
.
|
|
4123
|
-
|
|
4094
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4095
|
+
transform: rotate(180deg);
|
|
4096
|
+
}
|
|
4097
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
4098
|
+
background: rgba(211, 218, 235, 0.6);
|
|
4099
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
4100
|
+
cursor: "not-allowed";
|
|
4101
|
+
}
|
|
4102
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
4103
|
+
border-color: #f0483e !important;
|
|
4104
|
+
}
|
|
4105
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
4106
|
+
color: #1d326c;
|
|
4107
|
+
}
|
|
4108
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
4109
|
+
border-color: #0080ff;
|
|
4110
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4111
|
+
}
|
|
4112
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
4113
|
+
transform: rotate(180deg);
|
|
4114
|
+
}
|
|
4115
|
+
|
|
4116
|
+
.igz4le8 {
|
|
4117
|
+
height: 24px;
|
|
4118
|
+
width: 56px !important;
|
|
4119
|
+
margin-right: 4px;
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
.c1riexje {
|
|
4123
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4124
4124
|
}
|
|
4125
4125
|
|
|
4126
4126
|
.at4ovwe .ant-input-number-handler-wrap {
|