@cloudtower/eagle 0.22.35 → 0.22.37
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/UIKitProvider/index.d.ts +3 -5
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/TableForm/AddRowButton.d.ts +4 -0
- package/dist/components/TableForm/Columns/AffixColumn.d.ts +4 -1
- package/dist/components/TableForm/Columns/CheckboxColumn.d.ts +3 -1
- package/dist/components/TableForm/Columns/InputColumn.d.ts +8 -2
- package/dist/components/TableForm/Columns/index.d.ts +27 -7
- package/dist/components/TableForm/TableFormBodyRows.d.ts +4 -0
- package/dist/components/TableForm/__test__/utils.spec.d.ts +1 -0
- package/dist/components/TableForm/index.d.ts +1 -15
- package/dist/components/TableForm/style.d.ts +13 -5
- package/dist/components/TableForm/types.d.ts +80 -13
- package/dist/components/TableForm/utils.d.ts +3 -0
- package/dist/components/message-group/index.d.ts +6 -8
- package/dist/esm/index.js +1555 -666
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/spec/base.d.ts +2 -0
- package/dist/style.css +622 -427
- package/dist/umd/index.js +1554 -667
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -1597,52 +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
|
-
.iap75of {
|
|
1616
|
-
height: 18px;
|
|
1617
|
-
line-height: 18px;
|
|
1618
|
-
padding: 0 4px;
|
|
1619
|
-
border-radius: 4px;
|
|
1620
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1621
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1622
|
-
display: flex;
|
|
1623
|
-
align-items: center;
|
|
1624
|
-
white-space: nowrap;
|
|
1625
|
-
margin-right: 4px;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
.i1mrf09m {
|
|
1629
|
-
display: inline-flex;
|
|
1630
|
-
align-items: center;
|
|
1631
|
-
}
|
|
1632
|
-
.i1mrf09m .icon-inner {
|
|
1633
|
-
display: inline-flex;
|
|
1634
|
-
align-items: center;
|
|
1635
|
-
justify-content: center;
|
|
1636
|
-
}
|
|
1637
|
-
.i1mrf09m .icon-inner + span,
|
|
1638
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1639
|
-
margin-left: 4px;
|
|
1640
|
-
}
|
|
1641
|
-
.i1mrf09m.is-rotate img,
|
|
1642
|
-
.i1mrf09m.is-rotate svg {
|
|
1643
|
-
animation: rotate 680ms linear infinite;
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1600
|
.buj61ew.ant-btn {
|
|
1647
1601
|
height: 32px;
|
|
1648
1602
|
border-radius: 6px;
|
|
@@ -1891,6 +1845,181 @@ input[type=submit] {
|
|
|
1891
1845
|
padding: 0;
|
|
1892
1846
|
}
|
|
1893
1847
|
|
|
1848
|
+
.obf05yr {
|
|
1849
|
+
display: inline-block;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1852
|
+
.hsms1n6 {
|
|
1853
|
+
visibility: hidden;
|
|
1854
|
+
position: absolute;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.iap75of {
|
|
1858
|
+
height: 18px;
|
|
1859
|
+
line-height: 18px;
|
|
1860
|
+
padding: 0 4px;
|
|
1861
|
+
border-radius: 4px;
|
|
1862
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1863
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1864
|
+
display: flex;
|
|
1865
|
+
align-items: center;
|
|
1866
|
+
white-space: nowrap;
|
|
1867
|
+
margin-right: 4px;
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
.fde5mpd {
|
|
1871
|
+
width: 100%;
|
|
1872
|
+
height: 100%;
|
|
1873
|
+
min-height: 124px;
|
|
1874
|
+
display: flex;
|
|
1875
|
+
flex-direction: column;
|
|
1876
|
+
justify-content: center;
|
|
1877
|
+
align-items: center;
|
|
1878
|
+
}
|
|
1879
|
+
.fde5mpd .error-text {
|
|
1880
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1881
|
+
margin-bottom: 16px;
|
|
1882
|
+
font-size: 18px;
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
.s34f1qb.ant-switch {
|
|
1886
|
+
min-width: 40px;
|
|
1887
|
+
height: 24px;
|
|
1888
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1889
|
+
overflow: hidden;
|
|
1890
|
+
}
|
|
1891
|
+
.s34f1qb.ant-switch:focus {
|
|
1892
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1893
|
+
}
|
|
1894
|
+
.s34f1qb.ant-switch-small {
|
|
1895
|
+
min-width: 26px;
|
|
1896
|
+
height: 16px;
|
|
1897
|
+
}
|
|
1898
|
+
.s34f1qb.ant-switch-large {
|
|
1899
|
+
min-width: 52px;
|
|
1900
|
+
height: 32px;
|
|
1901
|
+
}
|
|
1902
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1903
|
+
height: 20px;
|
|
1904
|
+
width: 20px;
|
|
1905
|
+
}
|
|
1906
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1907
|
+
border-radius: 10px;
|
|
1908
|
+
transition-delay: 120ms;
|
|
1909
|
+
}
|
|
1910
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1911
|
+
height: 14px;
|
|
1912
|
+
width: 14px;
|
|
1913
|
+
top: 1px;
|
|
1914
|
+
left: 1px;
|
|
1915
|
+
}
|
|
1916
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1917
|
+
height: 28px;
|
|
1918
|
+
width: 28px;
|
|
1919
|
+
}
|
|
1920
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1921
|
+
border-radius: 14px;
|
|
1922
|
+
}
|
|
1923
|
+
.s34f1qb.ant-switch-checked {
|
|
1924
|
+
background-color: #00ba5d;
|
|
1925
|
+
}
|
|
1926
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1927
|
+
left: calc(100% - 20px - 2px);
|
|
1928
|
+
}
|
|
1929
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1930
|
+
left: calc(100% - 14px - 1px);
|
|
1931
|
+
}
|
|
1932
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1933
|
+
left: calc(100% - 28px - 2px);
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
.c1to9vb9 {
|
|
1937
|
+
margin-left: 5px;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1941
|
+
flex-direction: row;
|
|
1942
|
+
justify-content: stretch;
|
|
1943
|
+
}
|
|
1944
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1945
|
+
padding: 0;
|
|
1946
|
+
margin-right: 4px;
|
|
1947
|
+
flex: 1;
|
|
1948
|
+
overflow: visible;
|
|
1949
|
+
}
|
|
1950
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1951
|
+
display: none;
|
|
1952
|
+
}
|
|
1953
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1954
|
+
width: 100%;
|
|
1955
|
+
min-height: unset;
|
|
1956
|
+
}
|
|
1957
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1958
|
+
height: 26px;
|
|
1959
|
+
line-height: 26px;
|
|
1960
|
+
width: 100%;
|
|
1961
|
+
text-align: center;
|
|
1962
|
+
padding: 0;
|
|
1963
|
+
font-size: 12px;
|
|
1964
|
+
font-weight: normal;
|
|
1965
|
+
}
|
|
1966
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1967
|
+
margin-right: 10px;
|
|
1968
|
+
}
|
|
1969
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1970
|
+
display: none;
|
|
1971
|
+
}
|
|
1972
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1973
|
+
border-radius: 4px 0 0 4px;
|
|
1974
|
+
}
|
|
1975
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1976
|
+
margin-right: 0;
|
|
1977
|
+
}
|
|
1978
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1979
|
+
border-radius: 0 4px 4px 0;
|
|
1980
|
+
}
|
|
1981
|
+
.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 {
|
|
1982
|
+
content: "";
|
|
1983
|
+
width: 0;
|
|
1984
|
+
height: 0;
|
|
1985
|
+
border: 13px solid transparent;
|
|
1986
|
+
position: absolute;
|
|
1987
|
+
top: 0;
|
|
1988
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1989
|
+
right: -21px;
|
|
1990
|
+
z-index: 2;
|
|
1991
|
+
}
|
|
1992
|
+
.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 {
|
|
1993
|
+
content: "";
|
|
1994
|
+
width: 0;
|
|
1995
|
+
height: 0;
|
|
1996
|
+
border: 13px solid transparent;
|
|
1997
|
+
position: absolute;
|
|
1998
|
+
top: 0;
|
|
1999
|
+
border-left: 8px solid #fff;
|
|
2000
|
+
left: 0;
|
|
2001
|
+
}
|
|
2002
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2003
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2004
|
+
}
|
|
2005
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2006
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2007
|
+
}
|
|
2008
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2009
|
+
color: #005ed1;
|
|
2010
|
+
}
|
|
2011
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2012
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2013
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2014
|
+
}
|
|
2015
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2016
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2017
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2018
|
+
}
|
|
2019
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2020
|
+
padding: 0;
|
|
2021
|
+
}
|
|
2022
|
+
|
|
1894
2023
|
.bpq0js6 {
|
|
1895
2024
|
padding: 4px 11px;
|
|
1896
2025
|
}
|
|
@@ -1920,15 +2049,6 @@ input[type=submit] {
|
|
|
1920
2049
|
border-radius: unset;
|
|
1921
2050
|
}
|
|
1922
2051
|
|
|
1923
|
-
.obf05yr {
|
|
1924
|
-
display: inline-block;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.hsms1n6 {
|
|
1928
|
-
visibility: hidden;
|
|
1929
|
-
position: absolute;
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
2052
|
.p12gwtiw {
|
|
1933
2053
|
display: flex;
|
|
1934
2054
|
justify-content: space-between;
|
|
@@ -1986,26 +2106,186 @@ input[type=submit] {
|
|
|
1986
2106
|
line-height: 18px;
|
|
1987
2107
|
}
|
|
1988
2108
|
|
|
1989
|
-
.
|
|
1990
|
-
display: flex;
|
|
1991
|
-
|
|
2109
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2110
|
+
display: inline-flex;
|
|
2111
|
+
align-items: baseline;
|
|
2112
|
+
white-space: pre-wrap;
|
|
1992
2113
|
}
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
width: 100%;
|
|
1997
|
-
margin: 0 auto;
|
|
1998
|
-
height: 100%;
|
|
2114
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2115
|
+
position: relative;
|
|
2116
|
+
top: 3px;
|
|
1999
2117
|
}
|
|
2000
|
-
|
|
2001
|
-
.
|
|
2002
|
-
max-width: 1120px;
|
|
2003
|
-
width: 100%;
|
|
2004
|
-
margin: 0 auto;
|
|
2005
|
-
display: flex;
|
|
2118
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2119
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2006
2120
|
}
|
|
2007
|
-
.
|
|
2008
|
-
|
|
2121
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2122
|
+
border-color: #0080ff;
|
|
2123
|
+
}
|
|
2124
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2125
|
+
border-color: #0080ff;
|
|
2126
|
+
background: #0080ff;
|
|
2127
|
+
}
|
|
2128
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2129
|
+
top: 4px;
|
|
2130
|
+
left: 4px;
|
|
2131
|
+
width: 6px;
|
|
2132
|
+
height: 6px;
|
|
2133
|
+
background: #fff;
|
|
2134
|
+
}
|
|
2135
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2136
|
+
opacity: 0.5;
|
|
2137
|
+
}
|
|
2138
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2139
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2140
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2141
|
+
}
|
|
2142
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2143
|
+
background: #00122e;
|
|
2144
|
+
}
|
|
2145
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2146
|
+
color: #00122e;
|
|
2147
|
+
opacity: 0.5;
|
|
2148
|
+
}
|
|
2149
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2150
|
+
color: #00122e;
|
|
2151
|
+
}
|
|
2152
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2153
|
+
display: inline-block;
|
|
2154
|
+
padding: 0;
|
|
2155
|
+
padding-left: 12px;
|
|
2156
|
+
}
|
|
2157
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2158
|
+
margin-bottom: 0;
|
|
2159
|
+
white-space: pre-wrap;
|
|
2160
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2161
|
+
}
|
|
2162
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2163
|
+
padding-left: 8px;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2167
|
+
border-radius: 5px 0 0 5px;
|
|
2168
|
+
}
|
|
2169
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2170
|
+
border-radius: 0 5px 5px 0;
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
.r1f0aqcc {
|
|
2174
|
+
color: #00122e;
|
|
2175
|
+
border-color: #ccd4e3;
|
|
2176
|
+
}
|
|
2177
|
+
.r1f0aqcc:first-child {
|
|
2178
|
+
color: #00122e;
|
|
2179
|
+
border-color: #a3b4cc;
|
|
2180
|
+
}
|
|
2181
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2182
|
+
padding: 0 12px;
|
|
2183
|
+
line-height: 32px;
|
|
2184
|
+
height: 32px;
|
|
2185
|
+
}
|
|
2186
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2187
|
+
white-space: nowrap;
|
|
2188
|
+
}
|
|
2189
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2190
|
+
background: #ccd4e3;
|
|
2191
|
+
}
|
|
2192
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2193
|
+
background: #0080ff;
|
|
2194
|
+
}
|
|
2195
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2196
|
+
background: #ccd4e3;
|
|
2197
|
+
opacity: 0.5;
|
|
2198
|
+
}
|
|
2199
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2200
|
+
border-right-color: #0080ff;
|
|
2201
|
+
}
|
|
2202
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2203
|
+
border-color: #0080ff;
|
|
2204
|
+
}
|
|
2205
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2206
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2207
|
+
}
|
|
2208
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2209
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2210
|
+
border-color: #ccd4e3;
|
|
2211
|
+
opacity: 0.5;
|
|
2212
|
+
}
|
|
2213
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2214
|
+
color: #00122e;
|
|
2215
|
+
border-color: #ccd4e3;
|
|
2216
|
+
}
|
|
2217
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2218
|
+
color: #00122e;
|
|
2219
|
+
border-color: #ccd4e3;
|
|
2220
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2221
|
+
}
|
|
2222
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2223
|
+
margin-right: 8px;
|
|
2224
|
+
display: inline;
|
|
2225
|
+
border: none;
|
|
2226
|
+
padding: 0;
|
|
2227
|
+
width: 36px;
|
|
2228
|
+
background: transparent;
|
|
2229
|
+
}
|
|
2230
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2231
|
+
box-shadow: none;
|
|
2232
|
+
}
|
|
2233
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2234
|
+
margin-right: 0;
|
|
2235
|
+
width: initial;
|
|
2236
|
+
box-shadow: none;
|
|
2237
|
+
}
|
|
2238
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2239
|
+
display: none;
|
|
2240
|
+
}
|
|
2241
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2242
|
+
display: inline;
|
|
2243
|
+
}
|
|
2244
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2245
|
+
display: inline;
|
|
2246
|
+
margin-right: 8px;
|
|
2247
|
+
padding: 0;
|
|
2248
|
+
width: 36px;
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
.i1mrf09m {
|
|
2252
|
+
display: inline-flex;
|
|
2253
|
+
align-items: center;
|
|
2254
|
+
}
|
|
2255
|
+
.i1mrf09m .icon-inner {
|
|
2256
|
+
display: inline-flex;
|
|
2257
|
+
align-items: center;
|
|
2258
|
+
justify-content: center;
|
|
2259
|
+
}
|
|
2260
|
+
.i1mrf09m .icon-inner + span,
|
|
2261
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2262
|
+
margin-left: 4px;
|
|
2263
|
+
}
|
|
2264
|
+
.i1mrf09m.is-rotate img,
|
|
2265
|
+
.i1mrf09m.is-rotate svg {
|
|
2266
|
+
animation: rotate 680ms linear infinite;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
.cz04yix {
|
|
2270
|
+
display: flex;
|
|
2271
|
+
flex-direction: column;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.m1if5j39 {
|
|
2275
|
+
max-width: 1120px;
|
|
2276
|
+
width: 100%;
|
|
2277
|
+
margin: 0 auto;
|
|
2278
|
+
height: 100%;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
.w1vvwdlp {
|
|
2282
|
+
max-width: 1120px;
|
|
2283
|
+
width: 100%;
|
|
2284
|
+
margin: 0 auto;
|
|
2285
|
+
display: flex;
|
|
2286
|
+
}
|
|
2287
|
+
.w1vvwdlp .left,
|
|
2288
|
+
.w1vvwdlp .right {
|
|
2009
2289
|
flex-grow: 0;
|
|
2010
2290
|
flex-shrink: 0;
|
|
2011
2291
|
flex-basis: 21%;
|
|
@@ -2555,380 +2835,100 @@ textarea.ipd9bk.ant-input.textarea-small {
|
|
|
2555
2835
|
min-height: 24px;
|
|
2556
2836
|
height: 24px;
|
|
2557
2837
|
}
|
|
2558
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2559
|
-
height: 40px;
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2563
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2564
|
-
border-radius: 4px;
|
|
2565
|
-
}
|
|
2566
|
-
.kypn5o5.input-tags {
|
|
2567
|
-
position: relative;
|
|
2568
|
-
padding: 6px;
|
|
2569
|
-
height: 32px;
|
|
2570
|
-
cursor: pointer;
|
|
2571
|
-
transition: border 150ms;
|
|
2572
|
-
}
|
|
2573
|
-
.kypn5o5.input-tags:hover {
|
|
2574
|
-
border-color: #0080ff;
|
|
2575
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2576
|
-
}
|
|
2577
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2578
|
-
padding-right: 30px;
|
|
2579
|
-
}
|
|
2580
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2581
|
-
display: flex;
|
|
2582
|
-
}
|
|
2583
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2584
|
-
display: flex;
|
|
2585
|
-
}
|
|
2586
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2587
|
-
position: absolute;
|
|
2588
|
-
right: 12px;
|
|
2589
|
-
top: 50%;
|
|
2590
|
-
transform: translateY(-50%);
|
|
2591
|
-
}
|
|
2592
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2593
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2594
|
-
font-size: 12px;
|
|
2595
|
-
cursor: pointer;
|
|
2596
|
-
}
|
|
2597
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2598
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2599
|
-
}
|
|
2600
|
-
.kypn5o5.has-focus-indicator {
|
|
2601
|
-
position: relative;
|
|
2602
|
-
overflow: hidden;
|
|
2603
|
-
}
|
|
2604
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2605
|
-
position: absolute;
|
|
2606
|
-
top: 50%;
|
|
2607
|
-
transform: translateY(-50%);
|
|
2608
|
-
left: -16px;
|
|
2609
|
-
transition: left 150ms ease;
|
|
2610
|
-
opacity: 0;
|
|
2611
|
-
}
|
|
2612
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2613
|
-
left: 8px;
|
|
2614
|
-
opacity: 1;
|
|
2615
|
-
}
|
|
2616
|
-
.kypn5o5.has-focus-indicator input {
|
|
2617
|
-
transition: margin-left 150ms ease;
|
|
2618
|
-
margin-left: 0px;
|
|
2619
|
-
}
|
|
2620
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2621
|
-
margin-left: 16px;
|
|
2622
|
-
}
|
|
2623
|
-
|
|
2624
|
-
input.l1ki27se.ant-input {
|
|
2625
|
-
border-top-right-radius: 0;
|
|
2626
|
-
border-bottom-right-radius: 0;
|
|
2627
|
-
}
|
|
2628
|
-
|
|
2629
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2630
|
-
border-top-right-radius: 0;
|
|
2631
|
-
border-bottom-right-radius: 0;
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
input.rrg1fkn.ant-input {
|
|
2635
|
-
border-top-left-radius: 0;
|
|
2636
|
-
border-bottom-left-radius: 0;
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2640
|
-
border-top-left-radius: 0;
|
|
2641
|
-
border-bottom-left-radius: 0;
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2645
|
-
border-top-right-radius: 0;
|
|
2646
|
-
border-bottom-right-radius: 0;
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2650
|
-
border-top-left-radius: 0;
|
|
2651
|
-
border-bottom-left-radius: 0;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2654
|
-
.s34f1qb.ant-switch {
|
|
2655
|
-
min-width: 40px;
|
|
2656
|
-
height: 24px;
|
|
2657
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2658
|
-
overflow: hidden;
|
|
2659
|
-
}
|
|
2660
|
-
.s34f1qb.ant-switch:focus {
|
|
2661
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2662
|
-
}
|
|
2663
|
-
.s34f1qb.ant-switch-small {
|
|
2664
|
-
min-width: 26px;
|
|
2665
|
-
height: 16px;
|
|
2666
|
-
}
|
|
2667
|
-
.s34f1qb.ant-switch-large {
|
|
2668
|
-
min-width: 52px;
|
|
2669
|
-
height: 32px;
|
|
2670
|
-
}
|
|
2671
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2672
|
-
height: 20px;
|
|
2673
|
-
width: 20px;
|
|
2674
|
-
}
|
|
2675
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2676
|
-
border-radius: 10px;
|
|
2677
|
-
transition-delay: 120ms;
|
|
2678
|
-
}
|
|
2679
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2680
|
-
height: 14px;
|
|
2681
|
-
width: 14px;
|
|
2682
|
-
top: 1px;
|
|
2683
|
-
left: 1px;
|
|
2684
|
-
}
|
|
2685
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2686
|
-
height: 28px;
|
|
2687
|
-
width: 28px;
|
|
2688
|
-
}
|
|
2689
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2690
|
-
border-radius: 14px;
|
|
2691
|
-
}
|
|
2692
|
-
.s34f1qb.ant-switch-checked {
|
|
2693
|
-
background-color: #00ba5d;
|
|
2694
|
-
}
|
|
2695
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2696
|
-
left: calc(100% - 20px - 2px);
|
|
2697
|
-
}
|
|
2698
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2699
|
-
left: calc(100% - 14px - 1px);
|
|
2700
|
-
}
|
|
2701
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2702
|
-
left: calc(100% - 28px - 2px);
|
|
2703
|
-
}
|
|
2704
|
-
|
|
2705
|
-
.c1to9vb9 {
|
|
2706
|
-
margin-left: 5px;
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2710
|
-
flex-direction: row;
|
|
2711
|
-
justify-content: stretch;
|
|
2712
|
-
}
|
|
2713
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2714
|
-
padding: 0;
|
|
2715
|
-
margin-right: 4px;
|
|
2716
|
-
flex: 1;
|
|
2717
|
-
overflow: visible;
|
|
2718
|
-
}
|
|
2719
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2720
|
-
display: none;
|
|
2721
|
-
}
|
|
2722
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2723
|
-
width: 100%;
|
|
2724
|
-
min-height: unset;
|
|
2725
|
-
}
|
|
2726
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2727
|
-
height: 26px;
|
|
2728
|
-
line-height: 26px;
|
|
2729
|
-
width: 100%;
|
|
2730
|
-
text-align: center;
|
|
2731
|
-
padding: 0;
|
|
2732
|
-
font-size: 12px;
|
|
2733
|
-
font-weight: normal;
|
|
2734
|
-
}
|
|
2735
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2736
|
-
margin-right: 10px;
|
|
2737
|
-
}
|
|
2738
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2739
|
-
display: none;
|
|
2740
|
-
}
|
|
2741
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2742
|
-
border-radius: 4px 0 0 4px;
|
|
2743
|
-
}
|
|
2744
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2745
|
-
margin-right: 0;
|
|
2746
|
-
}
|
|
2747
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2748
|
-
border-radius: 0 4px 4px 0;
|
|
2749
|
-
}
|
|
2750
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2751
|
-
content: "";
|
|
2752
|
-
width: 0;
|
|
2753
|
-
height: 0;
|
|
2754
|
-
border: 13px solid transparent;
|
|
2755
|
-
position: absolute;
|
|
2756
|
-
top: 0;
|
|
2757
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2758
|
-
right: -21px;
|
|
2759
|
-
z-index: 2;
|
|
2760
|
-
}
|
|
2761
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2762
|
-
content: "";
|
|
2763
|
-
width: 0;
|
|
2764
|
-
height: 0;
|
|
2765
|
-
border: 13px solid transparent;
|
|
2766
|
-
position: absolute;
|
|
2767
|
-
top: 0;
|
|
2768
|
-
border-left: 8px solid #fff;
|
|
2769
|
-
left: 0;
|
|
2770
|
-
}
|
|
2771
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2772
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2773
|
-
}
|
|
2774
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2775
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2776
|
-
}
|
|
2777
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2778
|
-
color: #005ed1;
|
|
2779
|
-
}
|
|
2780
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2781
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2782
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2783
|
-
}
|
|
2784
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2785
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2787
|
-
}
|
|
2788
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2789
|
-
padding: 0;
|
|
2790
|
-
}
|
|
2791
|
-
|
|
2792
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2793
|
-
display: inline-flex;
|
|
2794
|
-
align-items: baseline;
|
|
2795
|
-
white-space: pre-wrap;
|
|
2796
|
-
}
|
|
2797
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2798
|
-
position: relative;
|
|
2799
|
-
top: 3px;
|
|
2800
|
-
}
|
|
2801
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2802
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2803
|
-
}
|
|
2804
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2805
|
-
border-color: #0080ff;
|
|
2806
|
-
}
|
|
2807
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2808
|
-
border-color: #0080ff;
|
|
2809
|
-
background: #0080ff;
|
|
2810
|
-
}
|
|
2811
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2812
|
-
top: 4px;
|
|
2813
|
-
left: 4px;
|
|
2814
|
-
width: 6px;
|
|
2815
|
-
height: 6px;
|
|
2816
|
-
background: #fff;
|
|
2817
|
-
}
|
|
2818
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2819
|
-
opacity: 0.5;
|
|
2820
|
-
}
|
|
2821
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2822
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2823
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2824
|
-
}
|
|
2825
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2826
|
-
background: #00122e;
|
|
2827
|
-
}
|
|
2828
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2829
|
-
color: #00122e;
|
|
2830
|
-
opacity: 0.5;
|
|
2831
|
-
}
|
|
2832
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2833
|
-
color: #00122e;
|
|
2834
|
-
}
|
|
2835
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2836
|
-
display: inline-block;
|
|
2837
|
-
padding: 0;
|
|
2838
|
-
padding-left: 12px;
|
|
2839
|
-
}
|
|
2840
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2841
|
-
margin-bottom: 0;
|
|
2842
|
-
white-space: pre-wrap;
|
|
2843
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2844
|
-
}
|
|
2845
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2846
|
-
padding-left: 8px;
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2850
|
-
border-radius: 5px 0 0 5px;
|
|
2851
|
-
}
|
|
2852
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2853
|
-
border-radius: 0 5px 5px 0;
|
|
2854
|
-
}
|
|
2855
|
-
|
|
2856
|
-
.r1f0aqcc {
|
|
2857
|
-
color: #00122e;
|
|
2858
|
-
border-color: #ccd4e3;
|
|
2838
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2839
|
+
height: 40px;
|
|
2859
2840
|
}
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
border
|
|
2841
|
+
|
|
2842
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2843
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2844
|
+
border-radius: 4px;
|
|
2863
2845
|
}
|
|
2864
|
-
.
|
|
2865
|
-
|
|
2866
|
-
|
|
2846
|
+
.kypn5o5.input-tags {
|
|
2847
|
+
position: relative;
|
|
2848
|
+
padding: 6px;
|
|
2867
2849
|
height: 32px;
|
|
2850
|
+
cursor: pointer;
|
|
2851
|
+
transition: border 150ms;
|
|
2868
2852
|
}
|
|
2869
|
-
.
|
|
2870
|
-
|
|
2853
|
+
.kypn5o5.input-tags:hover {
|
|
2854
|
+
border-color: #0080ff;
|
|
2855
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2871
2856
|
}
|
|
2872
|
-
.
|
|
2873
|
-
|
|
2857
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2858
|
+
padding-right: 30px;
|
|
2874
2859
|
}
|
|
2875
|
-
.
|
|
2876
|
-
|
|
2860
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2861
|
+
display: flex;
|
|
2877
2862
|
}
|
|
2878
|
-
.
|
|
2879
|
-
|
|
2880
|
-
opacity: 0.5;
|
|
2863
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2864
|
+
display: flex;
|
|
2881
2865
|
}
|
|
2882
|
-
.
|
|
2883
|
-
|
|
2866
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2867
|
+
position: absolute;
|
|
2868
|
+
right: 12px;
|
|
2869
|
+
top: 50%;
|
|
2870
|
+
transform: translateY(-50%);
|
|
2884
2871
|
}
|
|
2885
|
-
.
|
|
2886
|
-
|
|
2872
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2873
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2874
|
+
font-size: 12px;
|
|
2875
|
+
cursor: pointer;
|
|
2887
2876
|
}
|
|
2888
|
-
.
|
|
2889
|
-
|
|
2877
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2878
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2890
2879
|
}
|
|
2891
|
-
.
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
opacity: 0.5;
|
|
2880
|
+
.kypn5o5.has-focus-indicator {
|
|
2881
|
+
position: relative;
|
|
2882
|
+
overflow: hidden;
|
|
2895
2883
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
|
|
2884
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2885
|
+
position: absolute;
|
|
2886
|
+
top: 50%;
|
|
2887
|
+
transform: translateY(-50%);
|
|
2888
|
+
left: -16px;
|
|
2889
|
+
transition: left 150ms ease;
|
|
2890
|
+
opacity: 0;
|
|
2899
2891
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2892
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2893
|
+
left: 8px;
|
|
2894
|
+
opacity: 1;
|
|
2904
2895
|
}
|
|
2905
|
-
.
|
|
2906
|
-
margin-
|
|
2907
|
-
|
|
2908
|
-
border: none;
|
|
2909
|
-
padding: 0;
|
|
2910
|
-
width: 36px;
|
|
2911
|
-
background: transparent;
|
|
2896
|
+
.kypn5o5.has-focus-indicator input {
|
|
2897
|
+
transition: margin-left 150ms ease;
|
|
2898
|
+
margin-left: 0px;
|
|
2912
2899
|
}
|
|
2913
|
-
.
|
|
2914
|
-
|
|
2900
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2901
|
+
margin-left: 16px;
|
|
2915
2902
|
}
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2903
|
+
|
|
2904
|
+
input.l1ki27se.ant-input {
|
|
2905
|
+
border-top-right-radius: 0;
|
|
2906
|
+
border-bottom-right-radius: 0;
|
|
2920
2907
|
}
|
|
2921
|
-
|
|
2922
|
-
|
|
2908
|
+
|
|
2909
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2910
|
+
border-top-right-radius: 0;
|
|
2911
|
+
border-bottom-right-radius: 0;
|
|
2923
2912
|
}
|
|
2924
|
-
|
|
2925
|
-
|
|
2913
|
+
|
|
2914
|
+
input.rrg1fkn.ant-input {
|
|
2915
|
+
border-top-left-radius: 0;
|
|
2916
|
+
border-bottom-left-radius: 0;
|
|
2926
2917
|
}
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2918
|
+
|
|
2919
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2920
|
+
border-top-left-radius: 0;
|
|
2921
|
+
border-bottom-left-radius: 0;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2925
|
+
border-top-right-radius: 0;
|
|
2926
|
+
border-bottom-right-radius: 0;
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2930
|
+
border-top-left-radius: 0;
|
|
2931
|
+
border-bottom-left-radius: 0;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
2934
|
.t1upn1sz {
|
|
@@ -4169,6 +4169,182 @@ input.rrg1fkn.ant-input {
|
|
|
4169
4169
|
font-size: inherit;
|
|
4170
4170
|
}
|
|
4171
4171
|
|
|
4172
|
+
.tc40oxa {
|
|
4173
|
+
margin-bottom: 4px;
|
|
4174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4175
|
+
}
|
|
4176
|
+
|
|
4177
|
+
.sa410aw {
|
|
4178
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4179
|
+
line-height: 32px;
|
|
4180
|
+
height: 32px;
|
|
4181
|
+
margin-bottom: 0;
|
|
4182
|
+
}
|
|
4183
|
+
.sa410aw.primary, .sa410aw.info {
|
|
4184
|
+
color: #0080ff;
|
|
4185
|
+
}
|
|
4186
|
+
.sa410aw.warning {
|
|
4187
|
+
color: #ffa500;
|
|
4188
|
+
}
|
|
4189
|
+
.sa410aw.success {
|
|
4190
|
+
color: #00ba5d;
|
|
4191
|
+
}
|
|
4192
|
+
.sa410aw.danger, .sa410aw.error {
|
|
4193
|
+
color: #f0483e;
|
|
4194
|
+
}
|
|
4195
|
+
.sa410aw.normal {
|
|
4196
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4197
|
+
}
|
|
4198
|
+
|
|
4199
|
+
.b1lc7yin {
|
|
4200
|
+
margin-bottom: 0;
|
|
4201
|
+
color: #00122e;
|
|
4202
|
+
}
|
|
4203
|
+
|
|
4204
|
+
.bora13i {
|
|
4205
|
+
line-height: 32px;
|
|
4206
|
+
margin-right: 6px;
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
.b1jhbz3e.with-description {
|
|
4210
|
+
height: 24px;
|
|
4211
|
+
flex: 1;
|
|
4212
|
+
position: relative;
|
|
4213
|
+
top: -7px;
|
|
4214
|
+
}
|
|
4215
|
+
.b1jhbz3e p {
|
|
4216
|
+
width: 100%;
|
|
4217
|
+
overflow: hidden;
|
|
4218
|
+
text-overflow: ellipsis;
|
|
4219
|
+
white-space: nowrap;
|
|
4220
|
+
}
|
|
4221
|
+
|
|
4222
|
+
.tyua489 {
|
|
4223
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
4224
|
+
border-radius: 8px;
|
|
4225
|
+
}
|
|
4226
|
+
.tyua489 .ant-list .eagle-table-form-header {
|
|
4227
|
+
display: flex;
|
|
4228
|
+
padding: 8px;
|
|
4229
|
+
flex-wrap: nowrap;
|
|
4230
|
+
justify-content: flex-start;
|
|
4231
|
+
background: #f2f5fa;
|
|
4232
|
+
font-size: 14px;
|
|
4233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4234
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
4235
|
+
}
|
|
4236
|
+
.tyua489 .ant-list .eagle-table-form-header {
|
|
4237
|
+
align-items: inherit;
|
|
4238
|
+
}
|
|
4239
|
+
.tyua489 .ant-list .eagle-table-form-row {
|
|
4240
|
+
display: flex;
|
|
4241
|
+
justify-content: flex-start;
|
|
4242
|
+
align-items: flex-start;
|
|
4243
|
+
flex-wrap: wrap;
|
|
4244
|
+
padding: 8px;
|
|
4245
|
+
border: none;
|
|
4246
|
+
}
|
|
4247
|
+
.tyua489 .ant-list .eagle-table-form-row .row-description {
|
|
4248
|
+
flex-basis: 100%;
|
|
4249
|
+
margin: 12px 0 0;
|
|
4250
|
+
order: 99;
|
|
4251
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4252
|
+
}
|
|
4253
|
+
.tyua489 .ant-list .eagle-table-form-row .row-error-message {
|
|
4254
|
+
color: #f0483e;
|
|
4255
|
+
flex-basis: 100%;
|
|
4256
|
+
order: 98;
|
|
4257
|
+
margin: 12px 0 0;
|
|
4258
|
+
}
|
|
4259
|
+
.tyua489 .ant-list .eagle-table-form-row:hover {
|
|
4260
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4261
|
+
}
|
|
4262
|
+
.tyua489 .ant-list .eagle-table-form-row.isDragging {
|
|
4263
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
4264
|
+
}
|
|
4265
|
+
.tyua489 .ant-list .eagle-table-form-cell {
|
|
4266
|
+
flex: 1 0 0;
|
|
4267
|
+
}
|
|
4268
|
+
.tyua489 .ant-list .eagle-table-form-cell .cell-description {
|
|
4269
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4270
|
+
margin: 0;
|
|
4271
|
+
}
|
|
4272
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tyua489 .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
4273
|
+
text-align: center;
|
|
4274
|
+
}
|
|
4275
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content p {
|
|
4276
|
+
text-align: left;
|
|
4277
|
+
}
|
|
4278
|
+
.tyua489 .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content p {
|
|
4279
|
+
text-align: right;
|
|
4280
|
+
}
|
|
4281
|
+
.tyua489 .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
4282
|
+
margin-right: 8px;
|
|
4283
|
+
}
|
|
4284
|
+
.tyua489 .ant-list .ant-list-item-action {
|
|
4285
|
+
padding: 4px;
|
|
4286
|
+
width: 24px;
|
|
4287
|
+
height: 24px;
|
|
4288
|
+
overflow: hidden;
|
|
4289
|
+
}
|
|
4290
|
+
.tyua489 .ant-list .ant-list-item-action li {
|
|
4291
|
+
padding: 0;
|
|
4292
|
+
}
|
|
4293
|
+
.tyua489 .ant-list .delete-row-icon.disabled {
|
|
4294
|
+
cursor: not-allowed;
|
|
4295
|
+
opacity: 0.5;
|
|
4296
|
+
}
|
|
4297
|
+
.tyua489 .ant-list.size-default .ant-list-item-action {
|
|
4298
|
+
margin: 0;
|
|
4299
|
+
}
|
|
4300
|
+
.tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
4301
|
+
.tyua489 .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
4302
|
+
border-radius: 5px;
|
|
4303
|
+
font-size: 12px;
|
|
4304
|
+
}
|
|
4305
|
+
.tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input {
|
|
4306
|
+
padding: 2px 8px;
|
|
4307
|
+
}
|
|
4308
|
+
.tyua489 .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
4309
|
+
font-size: inherit;
|
|
4310
|
+
}
|
|
4311
|
+
.tyua489 .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
4312
|
+
min-height: 24px;
|
|
4313
|
+
font-size: 12px;
|
|
4314
|
+
position: relative;
|
|
4315
|
+
}
|
|
4316
|
+
.tyua489.row-split-by-border .eagle-table-form-row {
|
|
4317
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
4318
|
+
}
|
|
4319
|
+
.tyua489.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
4320
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
.a1ccrot9 {
|
|
4324
|
+
display: flex;
|
|
4325
|
+
align-items: center;
|
|
4326
|
+
margin-top: 8px;
|
|
4327
|
+
}
|
|
4328
|
+
.a1ccrot9 button.ant-btn {
|
|
4329
|
+
padding: 2px 8px;
|
|
4330
|
+
height: 24px;
|
|
4331
|
+
}
|
|
4332
|
+
.a1ccrot9 > span.maximum-desc {
|
|
4333
|
+
display: none;
|
|
4334
|
+
margin-left: 8px;
|
|
4335
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4336
|
+
}
|
|
4337
|
+
.a1ccrot9 > span.maximum-desc.disabled {
|
|
4338
|
+
display: inline;
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4341
|
+
.d8c9v9g {
|
|
4342
|
+
width: 24px;
|
|
4343
|
+
height: 24px;
|
|
4344
|
+
padding: 4px;
|
|
4345
|
+
margin-right: 8px;
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4172
4348
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4173
4349
|
display: var(--a6dbbkm-0);
|
|
4174
4350
|
}
|
|
@@ -4198,4 +4374,23 @@ input.rrg1fkn.ant-input {
|
|
|
4198
4374
|
margin: 0;
|
|
4199
4375
|
height: auto;
|
|
4200
4376
|
font-size: inherit;
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
.feau332.ant-form-item {
|
|
4380
|
+
margin-bottom: 0;
|
|
4381
|
+
}
|
|
4382
|
+
.feau332 .ant-form-item-explain {
|
|
4383
|
+
display: none;
|
|
4384
|
+
min-height: 18px;
|
|
4385
|
+
margin-top: 5px;
|
|
4386
|
+
font-family: "Inter";
|
|
4387
|
+
font-weight: 400;
|
|
4388
|
+
font-size: 12px;
|
|
4389
|
+
line-height: 18px;
|
|
4390
|
+
}
|
|
4391
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4392
|
+
white-space: pre-wrap;
|
|
4393
|
+
}
|
|
4394
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4395
|
+
display: block;
|
|
4201
4396
|
}
|