@cloudtower/eagle 0.24.23 → 0.25.1

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
@@ -633,6 +633,23 @@
633
633
  display: none;
634
634
  }
635
635
 
636
+ body {
637
+ font-feature-settings: normal;
638
+ -webkit-font-feature-settings: normal;
639
+ font-variant: normal;
640
+ min-width: 1280px;
641
+ overflow: hidden;
642
+ }
643
+
644
+ p {
645
+ margin: 0;
646
+ }
647
+
648
+ #root {
649
+ width: 100vw;
650
+ overflow-x: auto;
651
+ }
652
+
636
653
  .disable-select {
637
654
  -webkit-touch-callout: none;
638
655
  -webkit-user-select: none;
@@ -905,7 +922,7 @@
905
922
  }
906
923
 
907
924
  .select.ant-select-single .ant-select-selector .ant-select-selection-item :first-child {
908
- line-height: 30px;
925
+ line-height: 32px;
909
926
  }
910
927
 
911
928
  .select:focus .ant-select-selection {
@@ -1597,6 +1614,81 @@ body {
1597
1614
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1615
  }
1599
1616
  }
1617
+ .fde5mpd {
1618
+ width: 100%;
1619
+ height: 100%;
1620
+ min-height: 124px;
1621
+ display: flex;
1622
+ flex-direction: column;
1623
+ justify-content: center;
1624
+ align-items: center;
1625
+ }
1626
+ .fde5mpd .error-text {
1627
+ color: rgba(10, 37, 85, 0.6);
1628
+ margin-bottom: 16px;
1629
+ font-size: 18px;
1630
+ }
1631
+
1632
+ .iap75of {
1633
+ height: 18px;
1634
+ line-height: 18px;
1635
+ padding: 0 4px;
1636
+ border-radius: 4px;
1637
+ background: rgba(235, 239, 245, 0.6);
1638
+ border: 1px solid rgba(223, 228, 235, 0.6);
1639
+ display: flex;
1640
+ align-items: center;
1641
+ white-space: nowrap;
1642
+ margin-right: 4px;
1643
+ }
1644
+
1645
+ .bpq0js6 {
1646
+ padding: 4px 11px;
1647
+ }
1648
+
1649
+ .b15sn34c {
1650
+ white-space: nowrap;
1651
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1652
+ }
1653
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1654
+ --color: #0080ff;
1655
+ }
1656
+ .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] {
1657
+ --color: #0080ff;
1658
+ }
1659
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1660
+ margin-left: 1px;
1661
+ }
1662
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1663
+ border-top-right-radius: 0;
1664
+ border-bottom-right-radius: 0;
1665
+ }
1666
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1667
+ border-top-left-radius: 0;
1668
+ border-bottom-left-radius: 0;
1669
+ }
1670
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1671
+ border-radius: unset;
1672
+ }
1673
+
1674
+ .i1mrf09m {
1675
+ display: inline-flex;
1676
+ align-items: center;
1677
+ }
1678
+ .i1mrf09m .icon-inner {
1679
+ display: inline-flex;
1680
+ align-items: center;
1681
+ justify-content: center;
1682
+ }
1683
+ .i1mrf09m .icon-inner + span,
1684
+ .i1mrf09m span + .icon-inner.suffix {
1685
+ margin-left: 4px;
1686
+ }
1687
+ .i1mrf09m.is-rotate img,
1688
+ .i1mrf09m.is-rotate svg {
1689
+ animation: rotate 680ms linear infinite;
1690
+ }
1691
+
1600
1692
  .buj61ew.ant-btn {
1601
1693
  height: 32px;
1602
1694
  border-radius: 6px;
@@ -1845,81 +1937,6 @@ body {
1845
1937
  padding: 0;
1846
1938
  }
1847
1939
 
1848
- .bpq0js6 {
1849
- padding: 4px 11px;
1850
- }
1851
-
1852
- .b15sn34c {
1853
- white-space: nowrap;
1854
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
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;
1872
- }
1873
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
- border-radius: unset;
1875
- }
1876
-
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;
1885
- }
1886
- .fde5mpd .error-text {
1887
- color: rgba(10, 37, 85, 0.6);
1888
- margin-bottom: 16px;
1889
- font-size: 18px;
1890
- }
1891
-
1892
- .i1mrf09m {
1893
- display: inline-flex;
1894
- align-items: center;
1895
- }
1896
- .i1mrf09m .icon-inner {
1897
- display: inline-flex;
1898
- align-items: center;
1899
- justify-content: center;
1900
- }
1901
- .i1mrf09m .icon-inner + span,
1902
- .i1mrf09m span + .icon-inner.suffix {
1903
- margin-left: 4px;
1904
- }
1905
- .i1mrf09m.is-rotate img,
1906
- .i1mrf09m.is-rotate svg {
1907
- animation: rotate 680ms linear infinite;
1908
- }
1909
-
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1921
- }
1922
-
1923
1940
  .obf05yr {
1924
1941
  display: inline-block;
1925
1942
  }
@@ -1986,284 +2003,59 @@ body {
1986
2003
  line-height: 18px;
1987
2004
  }
1988
2005
 
1989
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
1990
- flex-direction: row;
1991
- justify-content: stretch;
1992
- }
1993
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
1994
- padding: 0;
1995
- margin-right: 4px;
1996
- flex: 1;
1997
- overflow: visible;
1998
- }
1999
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2000
- display: none;
2006
+ .cz04yix {
2007
+ display: flex;
2008
+ flex-direction: column;
2001
2009
  }
2002
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2010
+
2011
+ .m1if5j39 {
2012
+ max-width: 1120px;
2003
2013
  width: 100%;
2004
- min-height: unset;
2014
+ margin: 0 auto;
2015
+ height: 100%;
2005
2016
  }
2006
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2007
- height: 26px;
2008
- line-height: 26px;
2017
+
2018
+ .w1vvwdlp {
2019
+ max-width: 1120px;
2009
2020
  width: 100%;
2010
- text-align: center;
2011
- padding: 0;
2012
- font-size: 12px;
2013
- font-weight: normal;
2021
+ margin: 0 auto;
2022
+ display: flex;
2014
2023
  }
2015
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2016
- margin-right: 10px;
2024
+ .w1vvwdlp .left,
2025
+ .w1vvwdlp .right {
2026
+ flex-grow: 0;
2027
+ flex-shrink: 0;
2028
+ flex-basis: 21%;
2017
2029
  }
2018
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2019
- display: none;
2030
+ .w1vvwdlp .left {
2031
+ display: flex;
2032
+ justify-content: flex-end;
2033
+ padding-right: 44px;
2020
2034
  }
2021
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2022
- border-radius: 4px 0 0 4px;
2035
+ .w1vvwdlp .right {
2036
+ padding-left: 44px;
2023
2037
  }
2024
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2025
- margin-right: 0;
2038
+ .w1vvwdlp .middle {
2039
+ margin-bottom: 40px;
2040
+ flex-grow: 0;
2041
+ flex-shrink: 0;
2042
+ flex-basis: 58%;
2026
2043
  }
2027
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2028
- border-radius: 0 4px 4px 0;
2044
+ .w1vvwdlp .middle .form-base-field {
2045
+ width: 100%;
2029
2046
  }
2030
- .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 {
2031
- content: "";
2032
- width: 0;
2033
- height: 0;
2034
- border: 13px solid transparent;
2035
- position: absolute;
2036
- top: 0;
2037
- border-left: 8px solid rgba(237, 241, 250, 0.6);
2038
- right: -21px;
2039
- z-index: 2;
2047
+ .w1vvwdlp .middle .form-base-field .form-base-field {
2048
+ width: auto;
2040
2049
  }
2041
- .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 {
2042
- content: "";
2043
- width: 0;
2044
- height: 0;
2045
- border: 13px solid transparent;
2046
- position: absolute;
2047
- top: 0;
2048
- border-left: 8px solid #fff;
2049
- left: 0;
2050
+ .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2051
+ flex: initial;
2050
2052
  }
2051
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2052
- background-color: rgba(0, 136, 255, 0.1);
2053
+ .w1vvwdlp .ant-steps-item + .ant-steps-item {
2054
+ margin-top: 4px;
2053
2055
  }
2054
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2055
- border-left-color: rgba(0, 136, 255, 0.1) !important;
2056
- }
2057
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2058
- color: #005ed1;
2059
- }
2060
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2061
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2062
- background-color: rgba(237, 241, 250, 0.6);
2063
- }
2064
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2065
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2066
- color: rgba(44, 56, 82, 0.6);
2067
- }
2068
- .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2069
- padding: 0;
2070
- }
2071
-
2072
- .rxbeqvl.ant-radio-wrapper {
2073
- display: inline-flex;
2074
- align-items: baseline;
2075
- white-space: pre-wrap;
2076
- }
2077
- .rxbeqvl.ant-radio-wrapper .ant-radio {
2078
- position: relative;
2079
- top: 3px;
2080
- }
2081
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2082
- border-color: rgba(107, 128, 167, 0.6);
2083
- }
2084
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2085
- border-color: #0080ff;
2086
- }
2087
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2088
- border-color: #0080ff;
2089
- background: #0080ff;
2090
- }
2091
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2092
- top: 4px;
2093
- left: 4px;
2094
- width: 6px;
2095
- height: 6px;
2096
- background: #fff;
2097
- }
2098
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2099
- opacity: 0.5;
2100
- }
2101
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2102
- border-color: rgba(107, 128, 167, 0.6);
2103
- background: rgba(211, 218, 235, 0.6);
2104
- }
2105
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2106
- background: #00122e;
2107
- }
2108
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2109
- color: #00122e;
2110
- opacity: 0.5;
2111
- }
2112
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2113
- color: #00122e;
2114
- }
2115
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2116
- display: inline-block;
2117
- padding: 0;
2118
- padding-left: 12px;
2119
- }
2120
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2121
- margin-bottom: 0;
2122
- white-space: pre-wrap;
2123
- color: rgba(44, 56, 82, 0.6);
2124
- }
2125
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2126
- padding-left: 8px;
2127
- }
2128
-
2129
- .r5ie79y .ant-radio-button-wrapper:first-child {
2130
- border-radius: 5px 0 0 5px;
2131
- }
2132
- .r5ie79y .ant-radio-button-wrapper:last-child {
2133
- border-radius: 0 5px 5px 0;
2134
- }
2135
-
2136
- .r1f0aqcc {
2137
- color: #00122e;
2138
- border-color: #ccd4e3;
2139
- }
2140
- .r1f0aqcc:first-child {
2141
- color: #00122e;
2142
- border-color: #a3b4cc;
2143
- }
2144
- .r1f0aqcc.ant-radio-button-wrapper {
2145
- padding: 0 12px;
2146
- line-height: 32px;
2147
- height: 32px;
2148
- }
2149
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2150
- white-space: nowrap;
2151
- }
2152
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2153
- background: #ccd4e3;
2154
- }
2155
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2156
- background: #0080ff;
2157
- }
2158
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2159
- background: #ccd4e3;
2160
- opacity: 0.5;
2161
- }
2162
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2163
- border-right-color: #0080ff;
2164
- }
2165
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2166
- border-color: #0080ff;
2167
- }
2168
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2169
- background: rgba(0, 136, 255, 0.1);
2170
- }
2171
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2172
- background: rgba(211, 218, 235, 0.6);
2173
- border-color: #ccd4e3;
2174
- opacity: 0.5;
2175
- }
2176
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2177
- color: #00122e;
2178
- border-color: #ccd4e3;
2179
- }
2180
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2181
- color: #00122e;
2182
- border-color: #ccd4e3;
2183
- background: rgba(172, 186, 211, 0.6);
2184
- }
2185
- .r1f0aqcc .ant-radio-button-input {
2186
- margin-right: 8px;
2187
- display: inline;
2188
- border: none;
2189
- padding: 0;
2190
- width: 36px;
2191
- background: transparent;
2192
- }
2193
- .r1f0aqcc .ant-radio-button-input:focus {
2194
- box-shadow: none;
2195
- }
2196
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2197
- margin-right: 0;
2198
- width: initial;
2199
- box-shadow: none;
2200
- }
2201
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2202
- display: none;
2203
- }
2204
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2205
- display: inline;
2206
- }
2207
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2208
- display: inline;
2209
- margin-right: 8px;
2210
- padding: 0;
2211
- width: 36px;
2212
- }
2213
-
2214
- .cz04yix {
2215
- display: flex;
2216
- flex-direction: column;
2217
- }
2218
-
2219
- .m1if5j39 {
2220
- max-width: 1120px;
2221
- width: 100%;
2222
- margin: 0 auto;
2223
- height: 100%;
2224
- }
2225
-
2226
- .w1vvwdlp {
2227
- max-width: 1120px;
2228
- width: 100%;
2229
- margin: 0 auto;
2230
- display: flex;
2231
- }
2232
- .w1vvwdlp .left,
2233
- .w1vvwdlp .right {
2234
- flex-grow: 0;
2235
- flex-shrink: 0;
2236
- flex-basis: 21%;
2237
- }
2238
- .w1vvwdlp .left {
2239
- display: flex;
2240
- justify-content: flex-end;
2241
- padding-right: 44px;
2242
- }
2243
- .w1vvwdlp .right {
2244
- padding-left: 44px;
2245
- }
2246
- .w1vvwdlp .middle {
2247
- margin-bottom: 40px;
2248
- flex-grow: 0;
2249
- flex-shrink: 0;
2250
- flex-basis: 58%;
2251
- }
2252
- .w1vvwdlp .middle .form-base-field {
2253
- width: 100%;
2254
- }
2255
- .w1vvwdlp .middle .form-base-field .form-base-field {
2256
- width: auto;
2257
- }
2258
- .w1vvwdlp .ant-steps-vertical .ant-steps-item {
2259
- flex: initial;
2260
- }
2261
- .w1vvwdlp .ant-steps-item + .ant-steps-item {
2262
- margin-top: 4px;
2263
- }
2264
- .w1vvwdlp .ant-steps-item-icon,
2265
- .w1vvwdlp .ant-steps-item-tail {
2266
- display: none !important;
2056
+ .w1vvwdlp .ant-steps-item-icon,
2057
+ .w1vvwdlp .ant-steps-item-tail {
2058
+ display: none !important;
2267
2059
  }
2268
2060
  .w1vvwdlp .ant-steps-item-container {
2269
2061
  padding: 0 15px;
@@ -2826,109 +2618,334 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
2826
2618
  position: relative;
2827
2619
  overflow: hidden;
2828
2620
  }
2829
- .kypn5o5.has-focus-indicator .ant-input-prefix {
2830
- position: absolute;
2831
- top: 50%;
2832
- transform: translateY(-50%);
2833
- left: -16px;
2834
- transition: left 150ms ease;
2835
- opacity: 0;
2621
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
2622
+ position: absolute;
2623
+ top: 50%;
2624
+ transform: translateY(-50%);
2625
+ left: -16px;
2626
+ transition: left 150ms ease;
2627
+ opacity: 0;
2628
+ }
2629
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2630
+ left: 8px;
2631
+ opacity: 1;
2632
+ }
2633
+ .kypn5o5.has-focus-indicator input {
2634
+ transition: margin-left 150ms ease;
2635
+ margin-left: 0px;
2636
+ }
2637
+ .kypn5o5.has-focus-indicator input:focus {
2638
+ margin-left: 16px;
2639
+ }
2640
+
2641
+ input.l1ki27se.ant-input {
2642
+ border-top-right-radius: 0;
2643
+ border-bottom-right-radius: 0;
2644
+ }
2645
+
2646
+ .l1ki27se.ant-input-affix-wrapper {
2647
+ border-top-right-radius: 0;
2648
+ border-bottom-right-radius: 0;
2649
+ }
2650
+
2651
+ input.rrg1fkn.ant-input {
2652
+ border-top-left-radius: 0;
2653
+ border-bottom-left-radius: 0;
2654
+ }
2655
+
2656
+ .rrg1fkn.ant-input-affix-wrapper {
2657
+ border-top-left-radius: 0;
2658
+ border-bottom-left-radius: 0;
2659
+ }
2660
+
2661
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2662
+ border-top-right-radius: 0;
2663
+ border-bottom-right-radius: 0;
2664
+ }
2665
+
2666
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2667
+ border-top-left-radius: 0;
2668
+ border-bottom-left-radius: 0;
2669
+ }
2670
+
2671
+ .s34f1qb.ant-switch {
2672
+ min-width: 40px;
2673
+ height: 24px;
2674
+ background: rgba(172, 186, 211, 0.6);
2675
+ overflow: hidden;
2676
+ }
2677
+ .s34f1qb.ant-switch:focus {
2678
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2679
+ }
2680
+ .s34f1qb.ant-switch-small {
2681
+ min-width: 26px;
2682
+ height: 16px;
2683
+ }
2684
+ .s34f1qb.ant-switch-large {
2685
+ min-width: 52px;
2686
+ height: 32px;
2687
+ }
2688
+ .s34f1qb.ant-switch .ant-switch-handle {
2689
+ height: 20px;
2690
+ width: 20px;
2691
+ }
2692
+ .s34f1qb.ant-switch .ant-switch-handle::before {
2693
+ border-radius: 10px;
2694
+ transition-delay: 120ms;
2695
+ }
2696
+ .s34f1qb.ant-switch-small .ant-switch-handle {
2697
+ height: 14px;
2698
+ width: 14px;
2699
+ top: 1px;
2700
+ left: 1px;
2701
+ }
2702
+ .s34f1qb.ant-switch-large .ant-switch-handle {
2703
+ height: 28px;
2704
+ width: 28px;
2705
+ }
2706
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
2707
+ border-radius: 14px;
2708
+ }
2709
+ .s34f1qb.ant-switch-checked {
2710
+ background-color: #00ba5d;
2711
+ }
2712
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
2713
+ left: calc(100% - 20px - 2px);
2714
+ }
2715
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2716
+ left: calc(100% - 14px - 1px);
2717
+ }
2718
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2719
+ left: calc(100% - 28px - 2px);
2720
+ }
2721
+
2722
+ .c1to9vb9 {
2723
+ margin-left: 5px;
2724
+ }
2725
+
2726
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2727
+ flex-direction: row;
2728
+ justify-content: stretch;
2729
+ }
2730
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2731
+ padding: 0;
2732
+ margin-right: 4px;
2733
+ flex: 1;
2734
+ overflow: visible;
2735
+ }
2736
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2737
+ display: none;
2738
+ }
2739
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2740
+ width: 100%;
2741
+ min-height: unset;
2742
+ }
2743
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
2744
+ height: 26px;
2745
+ line-height: 26px;
2746
+ width: 100%;
2747
+ text-align: center;
2748
+ padding: 0;
2749
+ font-size: 12px;
2750
+ font-weight: normal;
2751
+ }
2752
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
2753
+ margin-right: 10px;
2754
+ }
2755
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
2756
+ display: none;
2757
+ }
2758
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
2759
+ border-radius: 4px 0 0 4px;
2760
+ }
2761
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
2762
+ margin-right: 0;
2763
+ }
2764
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
2765
+ border-radius: 0 4px 4px 0;
2766
+ }
2767
+ .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 {
2768
+ content: "";
2769
+ width: 0;
2770
+ height: 0;
2771
+ border: 13px solid transparent;
2772
+ position: absolute;
2773
+ top: 0;
2774
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
2775
+ right: -21px;
2776
+ z-index: 2;
2777
+ }
2778
+ .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 {
2779
+ content: "";
2780
+ width: 0;
2781
+ height: 0;
2782
+ border: 13px solid transparent;
2783
+ position: absolute;
2784
+ top: 0;
2785
+ border-left: 8px solid #fff;
2786
+ left: 0;
2787
+ }
2788
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
2789
+ background-color: rgba(0, 136, 255, 0.1);
2790
+ }
2791
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
2792
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
2793
+ }
2794
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
2795
+ color: #005ed1;
2796
+ }
2797
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
2798
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
2799
+ background-color: rgba(237, 241, 250, 0.6);
2800
+ }
2801
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
2802
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
2803
+ color: rgba(44, 56, 82, 0.6);
2804
+ }
2805
+ .s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
2806
+ padding: 0;
2807
+ }
2808
+
2809
+ .rxbeqvl.ant-radio-wrapper {
2810
+ display: inline-flex;
2811
+ align-items: baseline;
2812
+ white-space: pre-wrap;
2813
+ }
2814
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2815
+ position: relative;
2816
+ top: 3px;
2817
+ }
2818
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2819
+ border-color: rgba(107, 128, 167, 0.6);
2820
+ }
2821
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2822
+ border-color: #0080ff;
2823
+ }
2824
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2825
+ border-color: #0080ff;
2826
+ background: #0080ff;
2827
+ }
2828
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2829
+ top: 4px;
2830
+ left: 4px;
2831
+ width: 6px;
2832
+ height: 6px;
2833
+ background: #fff;
2834
+ }
2835
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2836
+ opacity: 0.5;
2837
+ }
2838
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2839
+ border-color: rgba(107, 128, 167, 0.6);
2840
+ background: rgba(211, 218, 235, 0.6);
2841
+ }
2842
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2843
+ background: #00122e;
2844
+ }
2845
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2846
+ color: #00122e;
2847
+ opacity: 0.5;
2848
+ }
2849
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2850
+ color: #00122e;
2836
2851
  }
2837
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
2838
- left: 8px;
2839
- opacity: 1;
2852
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2853
+ display: inline-block;
2854
+ padding: 0;
2855
+ padding-left: 12px;
2840
2856
  }
2841
- .kypn5o5.has-focus-indicator input {
2842
- transition: margin-left 150ms ease;
2843
- margin-left: 0px;
2857
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2858
+ margin-bottom: 0;
2859
+ white-space: pre-wrap;
2860
+ color: rgba(44, 56, 82, 0.6);
2844
2861
  }
2845
- .kypn5o5.has-focus-indicator input:focus {
2846
- margin-left: 16px;
2862
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2863
+ padding-left: 8px;
2847
2864
  }
2848
2865
 
2849
- input.l1ki27se.ant-input {
2850
- border-top-right-radius: 0;
2851
- border-bottom-right-radius: 0;
2866
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2867
+ border-radius: 5px 0 0 5px;
2852
2868
  }
2853
-
2854
- .l1ki27se.ant-input-affix-wrapper {
2855
- border-top-right-radius: 0;
2856
- border-bottom-right-radius: 0;
2869
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2870
+ border-radius: 0 5px 5px 0;
2857
2871
  }
2858
2872
 
2859
- input.rrg1fkn.ant-input {
2860
- border-top-left-radius: 0;
2861
- border-bottom-left-radius: 0;
2873
+ .r1f0aqcc {
2874
+ color: #00122e;
2875
+ border-color: #ccd4e3;
2862
2876
  }
2863
-
2864
- .rrg1fkn.ant-input-affix-wrapper {
2865
- border-top-left-radius: 0;
2866
- border-bottom-left-radius: 0;
2877
+ .r1f0aqcc:first-child {
2878
+ color: #00122e;
2879
+ border-color: #a3b4cc;
2867
2880
  }
2868
-
2869
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
2870
- border-top-right-radius: 0;
2871
- border-bottom-right-radius: 0;
2881
+ .r1f0aqcc.ant-radio-button-wrapper {
2882
+ padding: 0 12px;
2883
+ line-height: 32px;
2884
+ height: 32px;
2872
2885
  }
2873
-
2874
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
2875
- border-top-left-radius: 0;
2876
- border-bottom-left-radius: 0;
2886
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2887
+ white-space: nowrap;
2877
2888
  }
2878
-
2879
- .s34f1qb.ant-switch {
2880
- min-width: 40px;
2881
- height: 24px;
2882
- background: rgba(172, 186, 211, 0.6);
2883
- overflow: hidden;
2889
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2890
+ background: #ccd4e3;
2884
2891
  }
2885
- .s34f1qb.ant-switch:focus {
2886
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2892
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2893
+ background: #0080ff;
2887
2894
  }
2888
- .s34f1qb.ant-switch-small {
2889
- min-width: 26px;
2890
- height: 16px;
2895
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2896
+ background: #ccd4e3;
2897
+ opacity: 0.5;
2891
2898
  }
2892
- .s34f1qb.ant-switch-large {
2893
- min-width: 52px;
2894
- height: 32px;
2899
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2900
+ border-right-color: #0080ff;
2895
2901
  }
2896
- .s34f1qb.ant-switch .ant-switch-handle {
2897
- height: 20px;
2898
- width: 20px;
2902
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2903
+ border-color: #0080ff;
2899
2904
  }
2900
- .s34f1qb.ant-switch .ant-switch-handle::before {
2901
- border-radius: 10px;
2902
- transition-delay: 120ms;
2905
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2906
+ background: rgba(0, 136, 255, 0.1);
2903
2907
  }
2904
- .s34f1qb.ant-switch-small .ant-switch-handle {
2905
- height: 14px;
2906
- width: 14px;
2907
- top: 1px;
2908
- left: 1px;
2908
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2909
+ background: rgba(211, 218, 235, 0.6);
2910
+ border-color: #ccd4e3;
2911
+ opacity: 0.5;
2909
2912
  }
2910
- .s34f1qb.ant-switch-large .ant-switch-handle {
2911
- height: 28px;
2912
- width: 28px;
2913
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2914
+ color: #00122e;
2915
+ border-color: #ccd4e3;
2913
2916
  }
2914
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2915
- border-radius: 14px;
2917
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2918
+ color: #00122e;
2919
+ border-color: #ccd4e3;
2920
+ background: rgba(172, 186, 211, 0.6);
2916
2921
  }
2917
- .s34f1qb.ant-switch-checked {
2918
- background-color: #00ba5d;
2922
+ .r1f0aqcc .ant-radio-button-input {
2923
+ margin-right: 8px;
2924
+ display: inline;
2925
+ border: none;
2926
+ padding: 0;
2927
+ width: 36px;
2928
+ background: transparent;
2919
2929
  }
2920
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2921
- left: calc(100% - 20px - 2px);
2930
+ .r1f0aqcc .ant-radio-button-input:focus {
2931
+ box-shadow: none;
2922
2932
  }
2923
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2924
- left: calc(100% - 14px - 1px);
2933
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2934
+ margin-right: 0;
2935
+ width: initial;
2936
+ box-shadow: none;
2925
2937
  }
2926
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2927
- left: calc(100% - 28px - 2px);
2938
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2939
+ display: none;
2928
2940
  }
2929
-
2930
- .c1to9vb9 {
2931
- margin-left: 5px;
2941
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2942
+ display: inline;
2943
+ }
2944
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2945
+ display: inline;
2946
+ margin-right: 8px;
2947
+ padding: 0;
2948
+ width: 36px;
2932
2949
  }
2933
2950
 
2934
2951
  .t1upn1sz {
@@ -3925,10 +3942,6 @@ input.rrg1fkn.ant-input {
3925
3942
  margin-left: 24px;
3926
3943
  }
3927
3944
 
3928
- .iiqau4c.ant-input-group.ant-input-group-compact {
3929
- display: flex;
3930
- }
3931
-
3932
3945
  .igz4le8 {
3933
3946
  height: 24px;
3934
3947
  width: 56px !important;
@@ -3939,6 +3952,10 @@ input.rrg1fkn.ant-input {
3939
3952
  color: rgba(44, 56, 82, 0.6);
3940
3953
  }
3941
3954
 
3955
+ .iiqau4c.ant-input-group.ant-input-group-compact {
3956
+ display: flex;
3957
+ }
3958
+
3942
3959
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3943
3960
  border-radius: 6px;
3944
3961
  }
@@ -4185,6 +4202,52 @@ input.rrg1fkn.ant-input {
4185
4202
  background: rgba(163, 180, 204, 0.18);
4186
4203
  }
4187
4204
 
4205
+ .at4ovwe .ant-input-number-handler-wrap {
4206
+ display: var(--at4ovwe-0);
4207
+ }
4208
+ .at4ovwe .ant-input-number-input-wrap {
4209
+ padding: 5px 12px;
4210
+ display: inline-flex;
4211
+ line-height: 1.5715;
4212
+ height: 100%;
4213
+ width: 100%;
4214
+ }
4215
+ .at4ovwe .ant-input-number-input-wrap::after {
4216
+ content: var(--at4ovwe-1);
4217
+ display: var(--at4ovwe-2);
4218
+ flex: none;
4219
+ align-items: center;
4220
+ margin-left: 4px;
4221
+ color: rgba(44, 56, 82, 0.6);
4222
+ }
4223
+ .at4ovwe .ant-input-number-input-wrap::before {
4224
+ content: var(--at4ovwe-3);
4225
+ display: var(--at4ovwe-4);
4226
+ flex: none;
4227
+ align-items: center;
4228
+ margin-right: 4px;
4229
+ cursor: auto;
4230
+ color: rgba(44, 56, 82, 0.6);
4231
+ }
4232
+ .at4ovwe.ant-input-number {
4233
+ width: 100%;
4234
+ border-radius: 6px;
4235
+ }
4236
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4237
+ border-color: #0096ff;
4238
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4239
+ }
4240
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4241
+ border-color: #e75a3a;
4242
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4243
+ }
4244
+ .at4ovwe .ant-input-number-input {
4245
+ padding: 0;
4246
+ margin: 0;
4247
+ height: auto;
4248
+ font-size: inherit;
4249
+ }
4250
+
4188
4251
  .tc40oxa {
4189
4252
  margin-bottom: 4px;
4190
4253
  color: rgba(44, 56, 82, 0.6);
@@ -4381,52 +4444,6 @@ input.rrg1fkn.ant-input {
4381
4444
  margin-right: 8px;
4382
4445
  }
4383
4446
 
4384
- .at4ovwe .ant-input-number-handler-wrap {
4385
- display: var(--at4ovwe-0);
4386
- }
4387
- .at4ovwe .ant-input-number-input-wrap {
4388
- padding: 5px 12px;
4389
- display: inline-flex;
4390
- line-height: 1.5715;
4391
- height: 100%;
4392
- width: 100%;
4393
- }
4394
- .at4ovwe .ant-input-number-input-wrap::after {
4395
- content: var(--at4ovwe-1);
4396
- display: var(--at4ovwe-2);
4397
- flex: none;
4398
- align-items: center;
4399
- margin-left: 4px;
4400
- color: rgba(44, 56, 82, 0.6);
4401
- }
4402
- .at4ovwe .ant-input-number-input-wrap::before {
4403
- content: var(--at4ovwe-3);
4404
- display: var(--at4ovwe-4);
4405
- flex: none;
4406
- align-items: center;
4407
- margin-right: 4px;
4408
- cursor: auto;
4409
- color: rgba(44, 56, 82, 0.6);
4410
- }
4411
- .at4ovwe.ant-input-number {
4412
- width: 100%;
4413
- border-radius: 6px;
4414
- }
4415
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
- border-color: #0096ff;
4417
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
- }
4419
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
- border-color: #e75a3a;
4421
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
- }
4423
- .at4ovwe .ant-input-number-input {
4424
- padding: 0;
4425
- margin: 0;
4426
- height: auto;
4427
- font-size: inherit;
4428
- }
4429
-
4430
4447
  .a6dbbkm .ant-input-number-handler-wrap {
4431
4448
  display: var(--a6dbbkm-0);
4432
4449
  }