@cloudtower/eagle 0.25.8 → 0.25.10
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 +1 -3
- package/dist/components/Button/index.d.ts +1 -1
- package/dist/components/TableForm/Columns/index.d.ts +7 -7
- package/dist/components/message/__tests__/index.test.d.ts +1 -0
- package/dist/components/message/index.d.ts +52 -0
- package/dist/components/message/style/index.d.ts +2 -0
- package/dist/components/message-group/index.d.ts +8 -4
- package/dist/components.css +317 -317
- package/dist/esm/index.js +959 -797
- package/dist/esm/stats1.html +1 -1
- package/dist/font.css +2 -2
- package/dist/spec/base.d.ts +2 -2
- package/dist/style.css +1632 -1632
- package/dist/umd/index.js +780 -606
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -5
package/dist/components.css
CHANGED
|
@@ -1538,14 +1538,14 @@ input[type=submit] {
|
|
|
1538
1538
|
cursor: pointer;
|
|
1539
1539
|
}
|
|
1540
1540
|
/* variable font */
|
|
1541
|
-
body {
|
|
1541
|
+
html body {
|
|
1542
1542
|
font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1543
1543
|
-webkit-font-smoothing: antialiased;
|
|
1544
1544
|
-moz-osx-font-smoothing: grayscale;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
1547
|
@supports (font-variation-settings: normal) {
|
|
1548
|
-
body {
|
|
1548
|
+
html body {
|
|
1549
1549
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
@@ -1797,6 +1797,33 @@ body {
|
|
|
1797
1797
|
padding: 0;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.i1mrf09m {
|
|
1801
|
+
display: inline-flex;
|
|
1802
|
+
align-items: center;
|
|
1803
|
+
}
|
|
1804
|
+
.i1mrf09m .icon-inner {
|
|
1805
|
+
display: inline-flex;
|
|
1806
|
+
align-items: center;
|
|
1807
|
+
justify-content: center;
|
|
1808
|
+
}
|
|
1809
|
+
.i1mrf09m .icon-inner + span,
|
|
1810
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1811
|
+
margin-left: 4px;
|
|
1812
|
+
}
|
|
1813
|
+
.i1mrf09m.is-rotate img,
|
|
1814
|
+
.i1mrf09m.is-rotate svg {
|
|
1815
|
+
animation: rotate 680ms linear infinite;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.obf05yr {
|
|
1819
|
+
display: inline-block;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.hsms1n6 {
|
|
1823
|
+
visibility: hidden;
|
|
1824
|
+
position: absolute;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1800
1827
|
.fde5mpd {
|
|
1801
1828
|
width: 100%;
|
|
1802
1829
|
height: 100%;
|
|
@@ -1812,6 +1839,19 @@ body {
|
|
|
1812
1839
|
font-size: 18px;
|
|
1813
1840
|
}
|
|
1814
1841
|
|
|
1842
|
+
.iap75of {
|
|
1843
|
+
height: 18px;
|
|
1844
|
+
line-height: 18px;
|
|
1845
|
+
padding: 0 4px;
|
|
1846
|
+
border-radius: 4px;
|
|
1847
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1848
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1849
|
+
display: flex;
|
|
1850
|
+
align-items: center;
|
|
1851
|
+
white-space: nowrap;
|
|
1852
|
+
margin-right: 4px;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1815
1855
|
.bpq0js6 {
|
|
1816
1856
|
padding: 4px 11px;
|
|
1817
1857
|
}
|
|
@@ -1841,35 +1881,199 @@ body {
|
|
|
1841
1881
|
border-radius: unset;
|
|
1842
1882
|
}
|
|
1843
1883
|
|
|
1844
|
-
.
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1851
|
-
display: flex;
|
|
1852
|
-
align-items: center;
|
|
1853
|
-
white-space: nowrap;
|
|
1884
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1885
|
+
flex-direction: row;
|
|
1886
|
+
justify-content: stretch;
|
|
1887
|
+
}
|
|
1888
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1889
|
+
padding: 0;
|
|
1854
1890
|
margin-right: 4px;
|
|
1891
|
+
flex: 1;
|
|
1892
|
+
overflow: visible;
|
|
1893
|
+
}
|
|
1894
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1895
|
+
display: none;
|
|
1896
|
+
}
|
|
1897
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1898
|
+
width: 100%;
|
|
1899
|
+
min-height: unset;
|
|
1900
|
+
}
|
|
1901
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1902
|
+
height: 26px;
|
|
1903
|
+
line-height: 26px;
|
|
1904
|
+
width: 100%;
|
|
1905
|
+
text-align: center;
|
|
1906
|
+
padding: 0;
|
|
1907
|
+
font-size: 12px;
|
|
1908
|
+
font-weight: normal;
|
|
1909
|
+
}
|
|
1910
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1911
|
+
margin-right: 10px;
|
|
1912
|
+
}
|
|
1913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1914
|
+
display: none;
|
|
1915
|
+
}
|
|
1916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1917
|
+
border-radius: 4px 0 0 4px;
|
|
1918
|
+
}
|
|
1919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1920
|
+
margin-right: 0;
|
|
1921
|
+
}
|
|
1922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1923
|
+
border-radius: 0 4px 4px 0;
|
|
1924
|
+
}
|
|
1925
|
+
.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 {
|
|
1926
|
+
content: "";
|
|
1927
|
+
width: 0;
|
|
1928
|
+
height: 0;
|
|
1929
|
+
border: 13px solid transparent;
|
|
1930
|
+
position: absolute;
|
|
1931
|
+
top: 0;
|
|
1932
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1933
|
+
right: -21px;
|
|
1934
|
+
z-index: 2;
|
|
1935
|
+
}
|
|
1936
|
+
.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 {
|
|
1937
|
+
content: "";
|
|
1938
|
+
width: 0;
|
|
1939
|
+
height: 0;
|
|
1940
|
+
border: 13px solid transparent;
|
|
1941
|
+
position: absolute;
|
|
1942
|
+
top: 0;
|
|
1943
|
+
border-left: 8px solid #fff;
|
|
1944
|
+
left: 0;
|
|
1945
|
+
}
|
|
1946
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1947
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1948
|
+
}
|
|
1949
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1950
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1951
|
+
}
|
|
1952
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1953
|
+
color: #005ed1;
|
|
1954
|
+
}
|
|
1955
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1956
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1957
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1958
|
+
}
|
|
1959
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1960
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1962
|
+
}
|
|
1963
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1964
|
+
padding: 0;
|
|
1855
1965
|
}
|
|
1856
1966
|
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1967
|
+
.s34f1qb.ant-switch {
|
|
1968
|
+
min-width: 40px;
|
|
1969
|
+
height: 24px;
|
|
1970
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1971
|
+
overflow: hidden;
|
|
1972
|
+
}
|
|
1973
|
+
.s34f1qb.ant-switch:focus {
|
|
1974
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1975
|
+
}
|
|
1976
|
+
.s34f1qb.ant-switch-small {
|
|
1977
|
+
min-width: 26px;
|
|
1978
|
+
height: 16px;
|
|
1979
|
+
}
|
|
1980
|
+
.s34f1qb.ant-switch-large {
|
|
1981
|
+
min-width: 52px;
|
|
1982
|
+
height: 32px;
|
|
1983
|
+
}
|
|
1984
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1985
|
+
height: 20px;
|
|
1986
|
+
width: 20px;
|
|
1987
|
+
}
|
|
1988
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1989
|
+
border-radius: 10px;
|
|
1990
|
+
transition-delay: 120ms;
|
|
1991
|
+
}
|
|
1992
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1993
|
+
height: 14px;
|
|
1994
|
+
width: 14px;
|
|
1995
|
+
top: 1px;
|
|
1996
|
+
left: 1px;
|
|
1997
|
+
}
|
|
1998
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1999
|
+
height: 28px;
|
|
2000
|
+
width: 28px;
|
|
2001
|
+
}
|
|
2002
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2003
|
+
border-radius: 14px;
|
|
2004
|
+
}
|
|
2005
|
+
.s34f1qb.ant-switch-checked {
|
|
2006
|
+
background-color: #00ba5d;
|
|
2007
|
+
}
|
|
2008
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2009
|
+
left: calc(100% - 20px - 2px);
|
|
2010
|
+
}
|
|
2011
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2012
|
+
left: calc(100% - 14px - 1px);
|
|
2013
|
+
}
|
|
2014
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2015
|
+
left: calc(100% - 28px - 2px);
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.c1to9vb9 {
|
|
2019
|
+
margin-left: 5px;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.p12gwtiw {
|
|
2023
|
+
display: flex;
|
|
2024
|
+
justify-content: space-between;
|
|
1859
2025
|
align-items: center;
|
|
2026
|
+
padding: 10px 0;
|
|
2027
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2028
|
+
font-size: 12px;
|
|
2029
|
+
line-height: 24px;
|
|
1860
2030
|
}
|
|
1861
|
-
.
|
|
1862
|
-
|
|
2031
|
+
.p12gwtiw .pagination-left {
|
|
2032
|
+
padding: 2px 8px;
|
|
2033
|
+
}
|
|
2034
|
+
.p12gwtiw .dropdown-trigger {
|
|
2035
|
+
display: flex;
|
|
1863
2036
|
align-items: center;
|
|
1864
|
-
|
|
2037
|
+
border-radius: 6px;
|
|
2038
|
+
cursor: pointer;
|
|
2039
|
+
transition: all 0.3s ease;
|
|
1865
2040
|
}
|
|
1866
|
-
.
|
|
1867
|
-
|
|
2041
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2042
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2043
|
+
color: #0080ff;
|
|
2044
|
+
}
|
|
2045
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1868
2046
|
margin-left: 4px;
|
|
1869
2047
|
}
|
|
1870
|
-
.
|
|
1871
|
-
|
|
1872
|
-
|
|
2048
|
+
.p12gwtiw .pagination-right {
|
|
2049
|
+
display: flex;
|
|
2050
|
+
align-items: center;
|
|
2051
|
+
color: #0080ff;
|
|
2052
|
+
font-weight: bold;
|
|
2053
|
+
}
|
|
2054
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2055
|
+
margin-left: 4px;
|
|
2056
|
+
}
|
|
2057
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2058
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2059
|
+
padding: 0 8px;
|
|
2060
|
+
}
|
|
2061
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2062
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2063
|
+
color: #0080ff;
|
|
2064
|
+
}
|
|
2065
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2066
|
+
transform: rotate(180deg);
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2070
|
+
max-height: calc(100vh - 128px);
|
|
2071
|
+
overflow-y: auto;
|
|
2072
|
+
}
|
|
2073
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2074
|
+
padding: 4px 20px;
|
|
2075
|
+
font-size: 12px;
|
|
2076
|
+
line-height: 18px;
|
|
1873
2077
|
}
|
|
1874
2078
|
|
|
1875
2079
|
.cz04yix {
|
|
@@ -2463,199 +2667,78 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2463
2667
|
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2464
2668
|
padding-right: 30px;
|
|
2465
2669
|
}
|
|
2466
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2467
|
-
display: flex;
|
|
2468
|
-
}
|
|
2469
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2470
|
-
display: flex;
|
|
2471
|
-
}
|
|
2472
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2473
|
-
position: absolute;
|
|
2474
|
-
right: 12px;
|
|
2475
|
-
top: 50%;
|
|
2476
|
-
transform: translateY(-50%);
|
|
2477
|
-
}
|
|
2478
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2479
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2480
|
-
font-size: 12px;
|
|
2481
|
-
cursor: pointer;
|
|
2482
|
-
}
|
|
2483
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2484
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2485
|
-
}
|
|
2486
|
-
.kypn5o5.has-focus-indicator {
|
|
2487
|
-
position: relative;
|
|
2488
|
-
overflow: hidden;
|
|
2489
|
-
}
|
|
2490
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2491
|
-
position: absolute;
|
|
2492
|
-
top: 50%;
|
|
2493
|
-
transform: translateY(-50%);
|
|
2494
|
-
left: -16px;
|
|
2495
|
-
transition: left 150ms ease;
|
|
2496
|
-
opacity: 0;
|
|
2497
|
-
}
|
|
2498
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2499
|
-
left: 8px;
|
|
2500
|
-
opacity: 1;
|
|
2501
|
-
}
|
|
2502
|
-
.kypn5o5.has-focus-indicator input {
|
|
2503
|
-
transition: margin-left 150ms ease;
|
|
2504
|
-
margin-left: 0px;
|
|
2505
|
-
}
|
|
2506
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2507
|
-
margin-left: 16px;
|
|
2508
|
-
}
|
|
2509
|
-
|
|
2510
|
-
input.l1ki27se.ant-input {
|
|
2511
|
-
border-top-right-radius: 0;
|
|
2512
|
-
border-bottom-right-radius: 0;
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2516
|
-
border-top-right-radius: 0;
|
|
2517
|
-
border-bottom-right-radius: 0;
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
|
-
input.rrg1fkn.ant-input {
|
|
2521
|
-
border-top-left-radius: 0;
|
|
2522
|
-
border-bottom-left-radius: 0;
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2526
|
-
border-top-left-radius: 0;
|
|
2527
|
-
border-bottom-left-radius: 0;
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2531
|
-
border-top-right-radius: 0;
|
|
2532
|
-
border-bottom-right-radius: 0;
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2536
|
-
border-top-left-radius: 0;
|
|
2537
|
-
border-bottom-left-radius: 0;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.p12gwtiw {
|
|
2541
|
-
display: flex;
|
|
2542
|
-
justify-content: space-between;
|
|
2543
|
-
align-items: center;
|
|
2544
|
-
padding: 10px 0;
|
|
2545
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2546
|
-
font-size: 12px;
|
|
2547
|
-
line-height: 24px;
|
|
2548
|
-
}
|
|
2549
|
-
.p12gwtiw .pagination-left {
|
|
2550
|
-
padding: 2px 8px;
|
|
2551
|
-
}
|
|
2552
|
-
.p12gwtiw .dropdown-trigger {
|
|
2553
|
-
display: flex;
|
|
2554
|
-
align-items: center;
|
|
2555
|
-
border-radius: 6px;
|
|
2556
|
-
cursor: pointer;
|
|
2557
|
-
transition: all 0.3s ease;
|
|
2558
|
-
}
|
|
2559
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2560
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2561
|
-
color: #0080ff;
|
|
2562
|
-
}
|
|
2563
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2564
|
-
margin-left: 4px;
|
|
2565
|
-
}
|
|
2566
|
-
.p12gwtiw .pagination-right {
|
|
2567
|
-
display: flex;
|
|
2568
|
-
align-items: center;
|
|
2569
|
-
color: #0080ff;
|
|
2570
|
-
font-weight: bold;
|
|
2571
|
-
}
|
|
2572
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2573
|
-
margin-left: 4px;
|
|
2574
|
-
}
|
|
2575
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2576
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2577
|
-
padding: 0 8px;
|
|
2578
|
-
}
|
|
2579
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2580
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2581
|
-
color: #0080ff;
|
|
2582
|
-
}
|
|
2583
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2584
|
-
transform: rotate(180deg);
|
|
2585
|
-
}
|
|
2586
|
-
|
|
2587
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2588
|
-
max-height: calc(100vh - 128px);
|
|
2589
|
-
overflow-y: auto;
|
|
2590
|
-
}
|
|
2591
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2592
|
-
padding: 4px 20px;
|
|
2593
|
-
font-size: 12px;
|
|
2594
|
-
line-height: 18px;
|
|
2595
|
-
}
|
|
2596
|
-
|
|
2597
|
-
.obf05yr {
|
|
2598
|
-
display: inline-block;
|
|
2670
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2671
|
+
display: flex;
|
|
2599
2672
|
}
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
visibility: hidden;
|
|
2603
|
-
position: absolute;
|
|
2673
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2674
|
+
display: flex;
|
|
2604
2675
|
}
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
overflow: hidden;
|
|
2676
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2677
|
+
position: absolute;
|
|
2678
|
+
right: 12px;
|
|
2679
|
+
top: 50%;
|
|
2680
|
+
transform: translateY(-50%);
|
|
2611
2681
|
}
|
|
2612
|
-
.
|
|
2613
|
-
|
|
2682
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2683
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2684
|
+
font-size: 12px;
|
|
2685
|
+
cursor: pointer;
|
|
2614
2686
|
}
|
|
2615
|
-
.
|
|
2616
|
-
|
|
2617
|
-
height: 16px;
|
|
2687
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2688
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2618
2689
|
}
|
|
2619
|
-
.
|
|
2620
|
-
|
|
2621
|
-
|
|
2690
|
+
.kypn5o5.has-focus-indicator {
|
|
2691
|
+
position: relative;
|
|
2692
|
+
overflow: hidden;
|
|
2622
2693
|
}
|
|
2623
|
-
.
|
|
2624
|
-
|
|
2625
|
-
|
|
2694
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2695
|
+
position: absolute;
|
|
2696
|
+
top: 50%;
|
|
2697
|
+
transform: translateY(-50%);
|
|
2698
|
+
left: -16px;
|
|
2699
|
+
transition: left 150ms ease;
|
|
2700
|
+
opacity: 0;
|
|
2626
2701
|
}
|
|
2627
|
-
.
|
|
2628
|
-
|
|
2629
|
-
|
|
2702
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2703
|
+
left: 8px;
|
|
2704
|
+
opacity: 1;
|
|
2630
2705
|
}
|
|
2631
|
-
.
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
top: 1px;
|
|
2635
|
-
left: 1px;
|
|
2706
|
+
.kypn5o5.has-focus-indicator input {
|
|
2707
|
+
transition: margin-left 150ms ease;
|
|
2708
|
+
margin-left: 0px;
|
|
2636
2709
|
}
|
|
2637
|
-
.
|
|
2638
|
-
|
|
2639
|
-
width: 28px;
|
|
2710
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2711
|
+
margin-left: 16px;
|
|
2640
2712
|
}
|
|
2641
|
-
|
|
2642
|
-
|
|
2713
|
+
|
|
2714
|
+
input.l1ki27se.ant-input {
|
|
2715
|
+
border-top-right-radius: 0;
|
|
2716
|
+
border-bottom-right-radius: 0;
|
|
2643
2717
|
}
|
|
2644
|
-
|
|
2645
|
-
|
|
2718
|
+
|
|
2719
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2720
|
+
border-top-right-radius: 0;
|
|
2721
|
+
border-bottom-right-radius: 0;
|
|
2646
2722
|
}
|
|
2647
|
-
|
|
2648
|
-
|
|
2723
|
+
|
|
2724
|
+
input.rrg1fkn.ant-input {
|
|
2725
|
+
border-top-left-radius: 0;
|
|
2726
|
+
border-bottom-left-radius: 0;
|
|
2649
2727
|
}
|
|
2650
|
-
|
|
2651
|
-
|
|
2728
|
+
|
|
2729
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2730
|
+
border-top-left-radius: 0;
|
|
2731
|
+
border-bottom-left-radius: 0;
|
|
2652
2732
|
}
|
|
2653
|
-
|
|
2654
|
-
|
|
2733
|
+
|
|
2734
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2735
|
+
border-top-right-radius: 0;
|
|
2736
|
+
border-bottom-right-radius: 0;
|
|
2655
2737
|
}
|
|
2656
2738
|
|
|
2657
|
-
.
|
|
2658
|
-
|
|
2739
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2740
|
+
border-top-left-radius: 0;
|
|
2741
|
+
border-bottom-left-radius: 0;
|
|
2659
2742
|
}
|
|
2660
2743
|
|
|
2661
2744
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2800,89 +2883,6 @@ input.rrg1fkn.ant-input {
|
|
|
2800
2883
|
width: 36px;
|
|
2801
2884
|
}
|
|
2802
2885
|
|
|
2803
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2804
|
-
flex-direction: row;
|
|
2805
|
-
justify-content: stretch;
|
|
2806
|
-
}
|
|
2807
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2808
|
-
padding: 0;
|
|
2809
|
-
margin-right: 4px;
|
|
2810
|
-
flex: 1;
|
|
2811
|
-
overflow: visible;
|
|
2812
|
-
}
|
|
2813
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2814
|
-
display: none;
|
|
2815
|
-
}
|
|
2816
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2817
|
-
width: 100%;
|
|
2818
|
-
min-height: unset;
|
|
2819
|
-
}
|
|
2820
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2821
|
-
height: 26px;
|
|
2822
|
-
line-height: 26px;
|
|
2823
|
-
width: 100%;
|
|
2824
|
-
text-align: center;
|
|
2825
|
-
padding: 0;
|
|
2826
|
-
font-size: 12px;
|
|
2827
|
-
font-weight: normal;
|
|
2828
|
-
}
|
|
2829
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2830
|
-
margin-right: 10px;
|
|
2831
|
-
}
|
|
2832
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2833
|
-
display: none;
|
|
2834
|
-
}
|
|
2835
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2836
|
-
border-radius: 4px 0 0 4px;
|
|
2837
|
-
}
|
|
2838
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2839
|
-
margin-right: 0;
|
|
2840
|
-
}
|
|
2841
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2842
|
-
border-radius: 0 4px 4px 0;
|
|
2843
|
-
}
|
|
2844
|
-
.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 {
|
|
2845
|
-
content: "";
|
|
2846
|
-
width: 0;
|
|
2847
|
-
height: 0;
|
|
2848
|
-
border: 13px solid transparent;
|
|
2849
|
-
position: absolute;
|
|
2850
|
-
top: 0;
|
|
2851
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2852
|
-
right: -21px;
|
|
2853
|
-
z-index: 2;
|
|
2854
|
-
}
|
|
2855
|
-
.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 {
|
|
2856
|
-
content: "";
|
|
2857
|
-
width: 0;
|
|
2858
|
-
height: 0;
|
|
2859
|
-
border: 13px solid transparent;
|
|
2860
|
-
position: absolute;
|
|
2861
|
-
top: 0;
|
|
2862
|
-
border-left: 8px solid #fff;
|
|
2863
|
-
left: 0;
|
|
2864
|
-
}
|
|
2865
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2866
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2867
|
-
}
|
|
2868
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2869
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2870
|
-
}
|
|
2871
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2872
|
-
color: #005ed1;
|
|
2873
|
-
}
|
|
2874
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2875
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2876
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2877
|
-
}
|
|
2878
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2879
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2880
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2881
|
-
}
|
|
2882
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2883
|
-
padding: 0;
|
|
2884
|
-
}
|
|
2885
|
-
|
|
2886
2886
|
.t1upn1sz {
|
|
2887
2887
|
height: 100%;
|
|
2888
2888
|
}
|
|
@@ -3327,10 +3327,6 @@ input.rrg1fkn.ant-input {
|
|
|
3327
3327
|
opacity: 0;
|
|
3328
3328
|
}
|
|
3329
3329
|
|
|
3330
|
-
.i1e4sgug {
|
|
3331
|
-
display: inline-block;
|
|
3332
|
-
}
|
|
3333
|
-
|
|
3334
3330
|
.d6j0lbj {
|
|
3335
3331
|
font-family: Inter;
|
|
3336
3332
|
font-style: normal;
|
|
@@ -3806,6 +3802,10 @@ input.rrg1fkn.ant-input {
|
|
|
3806
3802
|
line-height: 12px;
|
|
3807
3803
|
}
|
|
3808
3804
|
|
|
3805
|
+
.i1e4sgug {
|
|
3806
|
+
display: inline-block;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
3809
|
.c198s9j3 {
|
|
3810
3810
|
color: #2d3a56;
|
|
3811
3811
|
line-height: 22px;
|
|
@@ -4137,6 +4137,37 @@ input.rrg1fkn.ant-input {
|
|
|
4137
4137
|
background: rgba(163, 180, 204, 0.18);
|
|
4138
4138
|
}
|
|
4139
4139
|
|
|
4140
|
+
.f1p9ti6d {
|
|
4141
|
+
width: 100%;
|
|
4142
|
+
margin-bottom: 0 !important;
|
|
4143
|
+
flex-flow: nowrap !important;
|
|
4144
|
+
line-break: auto;
|
|
4145
|
+
}
|
|
4146
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
4147
|
+
text-align: left !important;
|
|
4148
|
+
padding-bottom: 0 !important;
|
|
4149
|
+
}
|
|
4150
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
4151
|
+
min-height: 32px;
|
|
4152
|
+
height: auto;
|
|
4153
|
+
font-size: 13px;
|
|
4154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4155
|
+
white-space: normal;
|
|
4156
|
+
}
|
|
4157
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4158
|
+
border-color: #ff4d4f !important;
|
|
4159
|
+
}
|
|
4160
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
4161
|
+
margin-top: 4px;
|
|
4162
|
+
font-size: 12px;
|
|
4163
|
+
min-height: 0px;
|
|
4164
|
+
}
|
|
4165
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
4166
|
+
font-size: 12px;
|
|
4167
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4168
|
+
min-height: 0px;
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4140
4171
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
4141
4172
|
display: var(--at4ovwe-0);
|
|
4142
4173
|
}
|
|
@@ -4379,37 +4410,6 @@ input.rrg1fkn.ant-input {
|
|
|
4379
4410
|
margin-right: 8px;
|
|
4380
4411
|
}
|
|
4381
4412
|
|
|
4382
|
-
.f1p9ti6d {
|
|
4383
|
-
width: 100%;
|
|
4384
|
-
margin-bottom: 0 !important;
|
|
4385
|
-
flex-flow: nowrap !important;
|
|
4386
|
-
line-break: auto;
|
|
4387
|
-
}
|
|
4388
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
4389
|
-
text-align: left !important;
|
|
4390
|
-
padding-bottom: 0 !important;
|
|
4391
|
-
}
|
|
4392
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
4393
|
-
min-height: 32px;
|
|
4394
|
-
height: auto;
|
|
4395
|
-
font-size: 13px;
|
|
4396
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4397
|
-
white-space: normal;
|
|
4398
|
-
}
|
|
4399
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
4400
|
-
border-color: #ff4d4f !important;
|
|
4401
|
-
}
|
|
4402
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
4403
|
-
margin-top: 4px;
|
|
4404
|
-
font-size: 12px;
|
|
4405
|
-
min-height: 0px;
|
|
4406
|
-
}
|
|
4407
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
4408
|
-
font-size: 12px;
|
|
4409
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
-
min-height: 0px;
|
|
4411
|
-
}
|
|
4412
|
-
|
|
4413
4413
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4414
4414
|
display: var(--a6dbbkm-0);
|
|
4415
4415
|
}
|