@cloudtower/eagle 0.25.18 → 0.25.19

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
@@ -1636,19 +1636,70 @@ html body {
1636
1636
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1637
1637
  }
1638
1638
  }
1639
- .fde5mpd {
1640
- width: 100%;
1641
- height: 100%;
1642
- min-height: 124px;
1639
+ .obf05yr {
1640
+ display: inline-block;
1641
+ }
1642
+
1643
+ .hsms1n6 {
1644
+ visibility: hidden;
1645
+ position: absolute;
1646
+ }
1647
+
1648
+ .p12gwtiw {
1649
+ display: flex;
1650
+ justify-content: space-between;
1651
+ align-items: center;
1652
+ padding: 10px 0;
1653
+ color: rgba(44, 56, 82, 0.6);
1654
+ font-size: 12px;
1655
+ line-height: 24px;
1656
+ }
1657
+ .p12gwtiw .pagination-left {
1658
+ padding: 2px 8px;
1659
+ }
1660
+ .p12gwtiw .dropdown-trigger {
1643
1661
  display: flex;
1644
- flex-direction: column;
1645
- justify-content: center;
1646
1662
  align-items: center;
1663
+ border-radius: 6px;
1664
+ cursor: pointer;
1665
+ transition: all 0.3s ease;
1647
1666
  }
1648
- .fde5mpd .error-text {
1649
- color: rgba(10, 37, 85, 0.6);
1650
- margin-bottom: 16px;
1651
- font-size: 18px;
1667
+ .p12gwtiw .dropdown-trigger:hover {
1668
+ background: rgba(211, 218, 235, 0.6);
1669
+ color: #0080ff;
1670
+ }
1671
+ .p12gwtiw .dropdown-trigger .icon-inner {
1672
+ margin-left: 4px;
1673
+ }
1674
+ .p12gwtiw .pagination-right {
1675
+ display: flex;
1676
+ align-items: center;
1677
+ color: #0080ff;
1678
+ font-weight: bold;
1679
+ }
1680
+ .p12gwtiw .pagination-right .icon-inner {
1681
+ margin-left: 4px;
1682
+ }
1683
+ .p12gwtiw .pagination-right .prev-btn,
1684
+ .p12gwtiw .pagination-right .next-btn {
1685
+ padding: 0 8px;
1686
+ }
1687
+ .p12gwtiw .pagination-right .prev-btn > span,
1688
+ .p12gwtiw .pagination-right .next-btn > span {
1689
+ color: #0080ff;
1690
+ }
1691
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
1692
+ transform: rotate(180deg);
1693
+ }
1694
+
1695
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1696
+ max-height: calc(100vh - 128px);
1697
+ overflow-y: auto;
1698
+ }
1699
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1700
+ padding: 4px 20px;
1701
+ font-size: 12px;
1702
+ line-height: 18px;
1652
1703
  }
1653
1704
 
1654
1705
  .iap75of {
@@ -1664,6 +1715,220 @@ html body {
1664
1715
  margin-right: 4px;
1665
1716
  }
1666
1717
 
1718
+ .i1mrf09m {
1719
+ display: inline-flex;
1720
+ align-items: center;
1721
+ }
1722
+ .i1mrf09m .icon-inner {
1723
+ display: inline-flex;
1724
+ align-items: center;
1725
+ justify-content: center;
1726
+ }
1727
+ .i1mrf09m .icon-inner + span,
1728
+ .i1mrf09m span + .icon-inner.suffix {
1729
+ margin-left: 4px;
1730
+ }
1731
+ .i1mrf09m.is-rotate img,
1732
+ .i1mrf09m.is-rotate svg {
1733
+ animation: rotate 680ms linear infinite;
1734
+ }
1735
+
1736
+ .rxbeqvl.ant-radio-wrapper {
1737
+ display: inline-flex;
1738
+ align-items: baseline;
1739
+ white-space: pre-wrap;
1740
+ }
1741
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
1742
+ position: relative;
1743
+ top: 3px;
1744
+ }
1745
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1746
+ border-color: rgba(107, 128, 167, 0.6);
1747
+ }
1748
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1749
+ border-color: #0080ff;
1750
+ }
1751
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1752
+ border-color: #0080ff;
1753
+ background: #0080ff;
1754
+ }
1755
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1756
+ top: 4px;
1757
+ left: 4px;
1758
+ width: 6px;
1759
+ height: 6px;
1760
+ background: #fff;
1761
+ }
1762
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1763
+ opacity: 0.5;
1764
+ }
1765
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1766
+ border-color: rgba(107, 128, 167, 0.6);
1767
+ background: rgba(211, 218, 235, 0.6);
1768
+ }
1769
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1770
+ background: #00122e;
1771
+ }
1772
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1773
+ color: #00122e;
1774
+ opacity: 0.5;
1775
+ }
1776
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1777
+ color: #00122e;
1778
+ }
1779
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1780
+ display: inline-block;
1781
+ padding: 0;
1782
+ padding-left: 12px;
1783
+ }
1784
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1785
+ margin-bottom: 0;
1786
+ white-space: pre-wrap;
1787
+ color: rgba(44, 56, 82, 0.6);
1788
+ }
1789
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1790
+ padding-left: 8px;
1791
+ }
1792
+
1793
+ .r5ie79y .ant-radio-button-wrapper:first-child {
1794
+ border-radius: 5px 0 0 5px;
1795
+ }
1796
+ .r5ie79y .ant-radio-button-wrapper:last-child {
1797
+ border-radius: 0 5px 5px 0;
1798
+ }
1799
+
1800
+ .r1f0aqcc {
1801
+ color: #00122e;
1802
+ border-color: #ccd4e3;
1803
+ }
1804
+ .r1f0aqcc:first-child {
1805
+ border-color: #a3b4cc;
1806
+ }
1807
+ .r1f0aqcc.ant-radio-button-wrapper {
1808
+ padding: 0 12px;
1809
+ line-height: 32px;
1810
+ height: 32px;
1811
+ }
1812
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
1813
+ white-space: nowrap;
1814
+ }
1815
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1816
+ background: #ccd4e3;
1817
+ }
1818
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1819
+ background: #0080ff;
1820
+ }
1821
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1822
+ background: #ccd4e3;
1823
+ opacity: 0.5;
1824
+ }
1825
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1826
+ border-right-color: #0080ff;
1827
+ }
1828
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1829
+ border-color: #0080ff;
1830
+ }
1831
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
1832
+ background: rgba(0, 136, 255, 0.1);
1833
+ }
1834
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
1835
+ background: rgba(211, 218, 235, 0.6);
1836
+ border-color: #ccd4e3;
1837
+ opacity: 0.5;
1838
+ }
1839
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
1840
+ color: #00122e;
1841
+ border-color: #ccd4e3;
1842
+ }
1843
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
1844
+ color: #00122e;
1845
+ border-color: #ccd4e3;
1846
+ background: rgba(172, 186, 211, 0.6);
1847
+ }
1848
+ .r1f0aqcc .ant-radio-button-input {
1849
+ margin-right: 8px;
1850
+ display: inline;
1851
+ border: none;
1852
+ padding: 0;
1853
+ width: 36px;
1854
+ background: transparent;
1855
+ }
1856
+ .r1f0aqcc .ant-radio-button-input:focus {
1857
+ box-shadow: none;
1858
+ }
1859
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
1860
+ margin-right: 0;
1861
+ width: initial;
1862
+ box-shadow: none;
1863
+ }
1864
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
1865
+ display: none;
1866
+ }
1867
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
1868
+ display: inline;
1869
+ }
1870
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
1871
+ display: inline;
1872
+ margin-right: 8px;
1873
+ padding: 0;
1874
+ width: 36px;
1875
+ }
1876
+
1877
+ .s34f1qb.ant-switch {
1878
+ min-width: 40px;
1879
+ height: 24px;
1880
+ background: rgba(172, 186, 211, 0.6);
1881
+ overflow: hidden;
1882
+ }
1883
+ .s34f1qb.ant-switch:focus {
1884
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1885
+ }
1886
+ .s34f1qb.ant-switch-small {
1887
+ min-width: 26px;
1888
+ height: 16px;
1889
+ }
1890
+ .s34f1qb.ant-switch-large {
1891
+ min-width: 52px;
1892
+ height: 32px;
1893
+ }
1894
+ .s34f1qb.ant-switch .ant-switch-handle {
1895
+ height: 20px;
1896
+ width: 20px;
1897
+ }
1898
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1899
+ border-radius: 10px;
1900
+ transition-delay: 120ms;
1901
+ }
1902
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1903
+ height: 14px;
1904
+ width: 14px;
1905
+ top: 1px;
1906
+ left: 1px;
1907
+ }
1908
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1909
+ height: 28px;
1910
+ width: 28px;
1911
+ }
1912
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1913
+ border-radius: 14px;
1914
+ }
1915
+ .s34f1qb.ant-switch-checked {
1916
+ background-color: #00ba5d;
1917
+ }
1918
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1919
+ left: calc(100% - 20px - 2px);
1920
+ }
1921
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1922
+ left: calc(100% - 14px - 1px);
1923
+ }
1924
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1925
+ left: calc(100% - 28px - 2px);
1926
+ }
1927
+
1928
+ .c1to9vb9 {
1929
+ margin-left: 5px;
1930
+ }
1931
+
1667
1932
  .buj61ew.ant-btn {
1668
1933
  height: 32px;
1669
1934
  border-radius: 6px;
@@ -1899,64 +2164,17 @@ html body {
1899
2164
  margin-right: 4px;
1900
2165
  display: inline-flex;
1901
2166
  }
1902
- .buj61ew .button-suffix-icon {
1903
- margin-left: 4px;
1904
- display: inline-flex;
1905
- }
1906
- .buj61ew .icon-wrapper {
1907
- display: inline-flex;
1908
- vertical-align: bottom;
1909
- }
1910
-
1911
- .nchllas {
1912
- padding: 0;
1913
- }
1914
-
1915
- .bpq0js6 {
1916
- padding: 4px 11px;
1917
- }
1918
-
1919
- .b15sn34c {
1920
- white-space: nowrap;
1921
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1922
- }
1923
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1924
- --color: #0080ff;
1925
- }
1926
- .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] {
1927
- --color: #0080ff;
1928
- }
1929
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1930
- margin-left: 1px;
1931
- }
1932
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1933
- border-top-right-radius: 0;
1934
- border-bottom-right-radius: 0;
1935
- }
1936
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1937
- border-top-left-radius: 0;
1938
- border-bottom-left-radius: 0;
1939
- }
1940
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1941
- border-radius: unset;
1942
- }
1943
-
1944
- .i1mrf09m {
1945
- display: inline-flex;
1946
- align-items: center;
1947
- }
1948
- .i1mrf09m .icon-inner {
2167
+ .buj61ew .button-suffix-icon {
2168
+ margin-left: 4px;
1949
2169
  display: inline-flex;
1950
- align-items: center;
1951
- justify-content: center;
1952
2170
  }
1953
- .i1mrf09m .icon-inner + span,
1954
- .i1mrf09m span + .icon-inner.suffix {
1955
- margin-left: 4px;
2171
+ .buj61ew .icon-wrapper {
2172
+ display: inline-flex;
2173
+ vertical-align: bottom;
1956
2174
  }
1957
- .i1mrf09m.is-rotate img,
1958
- .i1mrf09m.is-rotate svg {
1959
- animation: rotate 680ms linear infinite;
2175
+
2176
+ .nchllas {
2177
+ padding: 0;
1960
2178
  }
1961
2179
 
1962
2180
  .cz04yix {
@@ -2598,375 +2816,157 @@ input.l1ki27se.ant-input {
2598
2816
  border-top-right-radius: 0;
2599
2817
  border-bottom-right-radius: 0;
2600
2818
  }
2601
-
2602
- .l1ki27se.ant-input-affix-wrapper {
2603
- border-top-right-radius: 0;
2604
- border-bottom-right-radius: 0;
2605
- }
2606
-
2607
- input.rrg1fkn.ant-input {
2608
- border-top-left-radius: 0;
2609
- border-bottom-left-radius: 0;
2610
- }
2611
-
2612
- .rrg1fkn.ant-input-affix-wrapper {
2613
- border-top-left-radius: 0;
2614
- border-bottom-left-radius: 0;
2615
- }
2616
-
2617
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2618
- border-top-right-radius: 0;
2619
- border-bottom-right-radius: 0;
2620
- }
2621
-
2622
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2623
- border-top-left-radius: 0;
2624
- border-bottom-left-radius: 0;
2625
- }
2626
-
2627
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2628
- flex-direction: row;
2629
- justify-content: stretch;
2630
- }
2631
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2632
- padding: 0;
2633
- margin-right: 4px;
2634
- flex: 1;
2635
- overflow: visible;
2636
- }
2637
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2638
- display: none;
2639
- }
2640
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2641
- width: 100%;
2642
- min-height: unset;
2643
- }
2644
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2645
- height: 26px;
2646
- line-height: 26px;
2647
- width: 100%;
2648
- text-align: center;
2649
- padding: 0;
2650
- font-size: 12px;
2651
- font-weight: normal;
2652
- }
2653
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2654
- margin-right: 10px;
2655
- }
2656
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2657
- display: none;
2658
- }
2659
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2660
- border-radius: 4px 0 0 4px;
2661
- }
2662
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2663
- margin-right: 0;
2664
- }
2665
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2666
- border-radius: 0 4px 4px 0;
2667
- }
2668
- .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 {
2669
- content: "";
2670
- width: 0;
2671
- height: 0;
2672
- border: 13px solid transparent;
2673
- position: absolute;
2674
- top: 0;
2675
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2676
- right: -21px;
2677
- z-index: 2;
2678
- }
2679
- .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 {
2680
- content: "";
2681
- width: 0;
2682
- height: 0;
2683
- border: 13px solid transparent;
2684
- position: absolute;
2685
- top: 0;
2686
- border-left: 8px solid #fff;
2687
- left: 0;
2688
- }
2689
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2690
- background-color: rgba(0, 136, 255, 0.1);
2691
- }
2692
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2693
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2694
- }
2695
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2696
- color: #005ed1;
2697
- }
2698
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2699
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2700
- background-color: rgba(237, 241, 250, 0.6);
2701
- }
2702
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2703
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2704
- color: rgba(44, 56, 82, 0.6);
2705
- }
2706
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2707
- padding: 0;
2708
- }
2709
-
2710
- .obf05yr {
2711
- display: inline-block;
2712
- }
2713
-
2714
- .hsms1n6 {
2715
- visibility: hidden;
2716
- position: absolute;
2717
- }
2718
-
2719
- .rxbeqvl.ant-radio-wrapper {
2720
- display: inline-flex;
2721
- align-items: baseline;
2722
- white-space: pre-wrap;
2723
- }
2724
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2725
- position: relative;
2726
- top: 3px;
2727
- }
2728
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2729
- border-color: rgba(107, 128, 167, 0.6);
2730
- }
2731
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2732
- border-color: #0080ff;
2733
- }
2734
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2735
- border-color: #0080ff;
2736
- background: #0080ff;
2737
- }
2738
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2739
- top: 4px;
2740
- left: 4px;
2741
- width: 6px;
2742
- height: 6px;
2743
- background: #fff;
2744
- }
2745
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2746
- opacity: 0.5;
2747
- }
2748
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2749
- border-color: rgba(107, 128, 167, 0.6);
2750
- background: rgba(211, 218, 235, 0.6);
2751
- }
2752
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2753
- background: #00122e;
2754
- }
2755
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2756
- color: #00122e;
2757
- opacity: 0.5;
2758
- }
2759
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2760
- color: #00122e;
2761
- }
2762
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2763
- display: inline-block;
2764
- padding: 0;
2765
- padding-left: 12px;
2766
- }
2767
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2768
- margin-bottom: 0;
2769
- white-space: pre-wrap;
2770
- color: rgba(44, 56, 82, 0.6);
2771
- }
2772
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2773
- padding-left: 8px;
2774
- }
2775
-
2776
- .r5ie79y .ant-radio-button-wrapper:first-child {
2777
- border-radius: 5px 0 0 5px;
2778
- }
2779
- .r5ie79y .ant-radio-button-wrapper:last-child {
2780
- border-radius: 0 5px 5px 0;
2781
- }
2782
-
2783
- .r1f0aqcc {
2784
- color: #00122e;
2785
- border-color: #ccd4e3;
2786
- }
2787
- .r1f0aqcc:first-child {
2788
- border-color: #a3b4cc;
2789
- }
2790
- .r1f0aqcc.ant-radio-button-wrapper {
2791
- padding: 0 12px;
2792
- line-height: 32px;
2793
- height: 32px;
2794
- }
2795
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2796
- white-space: nowrap;
2797
- }
2798
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2799
- background: #ccd4e3;
2800
- }
2801
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2802
- background: #0080ff;
2803
- }
2804
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2805
- background: #ccd4e3;
2806
- opacity: 0.5;
2807
- }
2808
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2809
- border-right-color: #0080ff;
2810
- }
2811
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2812
- border-color: #0080ff;
2813
- }
2814
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2815
- background: rgba(0, 136, 255, 0.1);
2816
- }
2817
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2818
- background: rgba(211, 218, 235, 0.6);
2819
- border-color: #ccd4e3;
2820
- opacity: 0.5;
2821
- }
2822
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2823
- color: #00122e;
2824
- border-color: #ccd4e3;
2825
- }
2826
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2827
- color: #00122e;
2828
- border-color: #ccd4e3;
2829
- background: rgba(172, 186, 211, 0.6);
2830
- }
2831
- .r1f0aqcc .ant-radio-button-input {
2832
- margin-right: 8px;
2833
- display: inline;
2834
- border: none;
2835
- padding: 0;
2836
- width: 36px;
2837
- background: transparent;
2838
- }
2839
- .r1f0aqcc .ant-radio-button-input:focus {
2840
- box-shadow: none;
2819
+
2820
+ .l1ki27se.ant-input-affix-wrapper {
2821
+ border-top-right-radius: 0;
2822
+ border-bottom-right-radius: 0;
2841
2823
  }
2842
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2843
- margin-right: 0;
2844
- width: initial;
2845
- box-shadow: none;
2824
+
2825
+ input.rrg1fkn.ant-input {
2826
+ border-top-left-radius: 0;
2827
+ border-bottom-left-radius: 0;
2846
2828
  }
2847
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2848
- display: none;
2829
+
2830
+ .rrg1fkn.ant-input-affix-wrapper {
2831
+ border-top-left-radius: 0;
2832
+ border-bottom-left-radius: 0;
2849
2833
  }
2850
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2851
- display: inline;
2834
+
2835
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2836
+ border-top-right-radius: 0;
2837
+ border-bottom-right-radius: 0;
2852
2838
  }
2853
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2854
- display: inline;
2855
- margin-right: 8px;
2856
- padding: 0;
2857
- width: 36px;
2839
+
2840
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2841
+ border-top-left-radius: 0;
2842
+ border-bottom-left-radius: 0;
2858
2843
  }
2859
2844
 
2860
- .s34f1qb.ant-switch {
2861
- min-width: 40px;
2862
- height: 24px;
2863
- background: rgba(172, 186, 211, 0.6);
2864
- overflow: hidden;
2845
+ .bpq0js6 {
2846
+ padding: 4px 11px;
2865
2847
  }
2866
- .s34f1qb.ant-switch:focus {
2867
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2848
+
2849
+ .b15sn34c {
2850
+ white-space: nowrap;
2851
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
2868
2852
  }
2869
- .s34f1qb.ant-switch-small {
2870
- min-width: 26px;
2871
- height: 16px;
2853
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
2854
+ --color: #0080ff;
2872
2855
  }
2873
- .s34f1qb.ant-switch-large {
2874
- min-width: 52px;
2875
- height: 32px;
2856
+ .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] {
2857
+ --color: #0080ff;
2876
2858
  }
2877
- .s34f1qb.ant-switch .ant-switch-handle {
2878
- height: 20px;
2879
- width: 20px;
2859
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
2860
+ margin-left: 1px;
2880
2861
  }
2881
- .s34f1qb.ant-switch .ant-switch-handle::before {
2882
- border-radius: 10px;
2883
- transition-delay: 120ms;
2862
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
2863
+ border-top-right-radius: 0;
2864
+ border-bottom-right-radius: 0;
2884
2865
  }
2885
- .s34f1qb.ant-switch-small .ant-switch-handle {
2886
- height: 14px;
2887
- width: 14px;
2888
- top: 1px;
2889
- left: 1px;
2866
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
2867
+ border-top-left-radius: 0;
2868
+ border-bottom-left-radius: 0;
2890
2869
  }
2891
- .s34f1qb.ant-switch-large .ant-switch-handle {
2892
- height: 28px;
2893
- width: 28px;
2870
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
2871
+ border-radius: unset;
2894
2872
  }
2895
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2896
- border-radius: 14px;
2873
+
2874
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2875
+ flex-direction: row;
2876
+ justify-content: stretch;
2897
2877
  }
2898
- .s34f1qb.ant-switch-checked {
2899
- background-color: #00ba5d;
2878
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2879
+ padding: 0;
2880
+ margin-right: 4px;
2881
+ flex: 1;
2882
+ overflow: visible;
2900
2883
  }
2901
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2902
- left: calc(100% - 20px - 2px);
2884
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2885
+ display: none;
2903
2886
  }
2904
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2905
- left: calc(100% - 14px - 1px);
2887
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2888
+ width: 100%;
2889
+ min-height: unset;
2906
2890
  }
2907
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2908
- left: calc(100% - 28px - 2px);
2891
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2892
+ height: 26px;
2893
+ line-height: 26px;
2894
+ width: 100%;
2895
+ text-align: center;
2896
+ padding: 0;
2897
+ font-size: 12px;
2898
+ font-weight: normal;
2909
2899
  }
2910
-
2911
- .c1to9vb9 {
2912
- margin-left: 5px;
2900
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2901
+ margin-right: 10px;
2913
2902
  }
2914
-
2915
- .p12gwtiw {
2916
- display: flex;
2917
- justify-content: space-between;
2918
- align-items: center;
2919
- padding: 10px 0;
2920
- color: rgba(44, 56, 82, 0.6);
2921
- font-size: 12px;
2922
- line-height: 24px;
2903
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2904
+ display: none;
2923
2905
  }
2924
- .p12gwtiw .pagination-left {
2925
- padding: 2px 8px;
2906
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2907
+ border-radius: 4px 0 0 4px;
2926
2908
  }
2927
- .p12gwtiw .dropdown-trigger {
2928
- display: flex;
2929
- align-items: center;
2930
- border-radius: 6px;
2931
- cursor: pointer;
2932
- transition: all 0.3s ease;
2909
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2910
+ margin-right: 0;
2933
2911
  }
2934
- .p12gwtiw .dropdown-trigger:hover {
2935
- background: rgba(211, 218, 235, 0.6);
2936
- color: #0080ff;
2912
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2913
+ border-radius: 0 4px 4px 0;
2937
2914
  }
2938
- .p12gwtiw .dropdown-trigger .icon-inner {
2939
- margin-left: 4px;
2915
+ .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 {
2916
+ content: "";
2917
+ width: 0;
2918
+ height: 0;
2919
+ border: 13px solid transparent;
2920
+ position: absolute;
2921
+ top: 0;
2922
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2923
+ right: -21px;
2924
+ z-index: 2;
2940
2925
  }
2941
- .p12gwtiw .pagination-right {
2942
- display: flex;
2943
- align-items: center;
2944
- color: #0080ff;
2945
- font-weight: bold;
2926
+ .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 {
2927
+ content: "";
2928
+ width: 0;
2929
+ height: 0;
2930
+ border: 13px solid transparent;
2931
+ position: absolute;
2932
+ top: 0;
2933
+ border-left: 8px solid #fff;
2934
+ left: 0;
2946
2935
  }
2947
- .p12gwtiw .pagination-right .icon-inner {
2948
- margin-left: 4px;
2936
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2937
+ background-color: rgba(0, 136, 255, 0.1);
2949
2938
  }
2950
- .p12gwtiw .pagination-right .prev-btn,
2951
- .p12gwtiw .pagination-right .next-btn {
2952
- padding: 0 8px;
2939
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2940
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2953
2941
  }
2954
- .p12gwtiw .pagination-right .prev-btn > span,
2955
- .p12gwtiw .pagination-right .next-btn > span {
2956
- color: #0080ff;
2942
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2943
+ color: #005ed1;
2957
2944
  }
2958
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2959
- transform: rotate(180deg);
2945
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2946
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2947
+ background-color: rgba(237, 241, 250, 0.6);
2948
+ }
2949
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2950
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2951
+ color: rgba(44, 56, 82, 0.6);
2952
+ }
2953
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2954
+ padding: 0;
2960
2955
  }
2961
2956
 
2962
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2963
- max-height: calc(100vh - 128px);
2964
- overflow-y: auto;
2957
+ .fde5mpd {
2958
+ width: 100%;
2959
+ height: 100%;
2960
+ min-height: 124px;
2961
+ display: flex;
2962
+ flex-direction: column;
2963
+ justify-content: center;
2964
+ align-items: center;
2965
2965
  }
2966
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2967
- padding: 4px 20px;
2968
- font-size: 12px;
2969
- line-height: 18px;
2966
+ .fde5mpd .error-text {
2967
+ color: rgba(10, 37, 85, 0.6);
2968
+ margin-bottom: 16px;
2969
+ font-size: 18px;
2970
2970
  }
2971
2971
 
2972
2972
  .t1upn1sz {
@@ -4496,25 +4496,6 @@ input.rrg1fkn.ant-input {
4496
4496
  font-size: inherit;
4497
4497
  }
4498
4498
 
4499
- .feau332.ant-form-item {
4500
- margin-bottom: 0;
4501
- }
4502
- .feau332 .ant-form-item-explain {
4503
- display: none;
4504
- min-height: 18px;
4505
- margin-top: 5px;
4506
- font-family: "Inter";
4507
- font-weight: 400;
4508
- font-size: 12px;
4509
- line-height: 18px;
4510
- }
4511
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4512
- white-space: pre-wrap;
4513
- }
4514
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4515
- display: block;
4516
- }
4517
-
4518
4499
  .a6dbbkm .ant-input-number-handler-wrap {
4519
4500
  display: var(--a6dbbkm-0);
4520
4501
  }
@@ -4544,4 +4525,23 @@ input.rrg1fkn.ant-input {
4544
4525
  margin: 0;
4545
4526
  height: auto;
4546
4527
  font-size: inherit;
4528
+ }
4529
+
4530
+ .feau332.ant-form-item {
4531
+ margin-bottom: 0;
4532
+ }
4533
+ .feau332 .ant-form-item-explain {
4534
+ display: none;
4535
+ min-height: 18px;
4536
+ margin-top: 5px;
4537
+ font-family: "Inter";
4538
+ font-weight: 400;
4539
+ font-size: 12px;
4540
+ line-height: 18px;
4541
+ }
4542
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4543
+ white-space: pre-wrap;
4544
+ }
4545
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4546
+ display: block;
4547
4547
  }