@cloudtower/eagle 0.24.6 → 0.24.8
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/components.css +2891 -0
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +357 -357
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,19 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
|
+
.iap75of {
|
|
1601
|
+
height: 18px;
|
|
1602
|
+
line-height: 18px;
|
|
1603
|
+
padding: 0 4px;
|
|
1604
|
+
border-radius: 4px;
|
|
1605
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1606
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1607
|
+
display: flex;
|
|
1608
|
+
align-items: center;
|
|
1609
|
+
white-space: nowrap;
|
|
1610
|
+
margin-right: 4px;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1600
1613
|
.buj61ew.ant-btn {
|
|
1601
1614
|
height: 32px;
|
|
1602
1615
|
border-radius: 6px;
|
|
@@ -1874,6 +1887,24 @@ body {
|
|
|
1874
1887
|
border-radius: unset;
|
|
1875
1888
|
}
|
|
1876
1889
|
|
|
1890
|
+
.i1mrf09m {
|
|
1891
|
+
display: inline-flex;
|
|
1892
|
+
align-items: center;
|
|
1893
|
+
}
|
|
1894
|
+
.i1mrf09m .icon-inner {
|
|
1895
|
+
display: inline-flex;
|
|
1896
|
+
align-items: center;
|
|
1897
|
+
justify-content: center;
|
|
1898
|
+
}
|
|
1899
|
+
.i1mrf09m .icon-inner + span,
|
|
1900
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1901
|
+
margin-left: 4px;
|
|
1902
|
+
}
|
|
1903
|
+
.i1mrf09m.is-rotate img,
|
|
1904
|
+
.i1mrf09m.is-rotate svg {
|
|
1905
|
+
animation: rotate 680ms linear infinite;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1877
1908
|
.fde5mpd {
|
|
1878
1909
|
width: 100%;
|
|
1879
1910
|
height: 100%;
|
|
@@ -1889,35 +1920,208 @@ body {
|
|
|
1889
1920
|
font-size: 18px;
|
|
1890
1921
|
}
|
|
1891
1922
|
|
|
1892
|
-
.
|
|
1893
|
-
|
|
1923
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1924
|
+
flex-direction: row;
|
|
1925
|
+
justify-content: stretch;
|
|
1926
|
+
}
|
|
1927
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1928
|
+
padding: 0;
|
|
1929
|
+
margin-right: 4px;
|
|
1930
|
+
flex: 1;
|
|
1931
|
+
overflow: visible;
|
|
1932
|
+
}
|
|
1933
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1934
|
+
display: none;
|
|
1935
|
+
}
|
|
1936
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1937
|
+
width: 100%;
|
|
1938
|
+
min-height: unset;
|
|
1939
|
+
}
|
|
1940
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1941
|
+
height: 26px;
|
|
1942
|
+
line-height: 26px;
|
|
1943
|
+
width: 100%;
|
|
1944
|
+
text-align: center;
|
|
1945
|
+
padding: 0;
|
|
1946
|
+
font-size: 12px;
|
|
1947
|
+
font-weight: normal;
|
|
1948
|
+
}
|
|
1949
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1950
|
+
margin-right: 10px;
|
|
1951
|
+
}
|
|
1952
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1953
|
+
display: none;
|
|
1954
|
+
}
|
|
1955
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1956
|
+
border-radius: 4px 0 0 4px;
|
|
1957
|
+
}
|
|
1958
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1959
|
+
margin-right: 0;
|
|
1960
|
+
}
|
|
1961
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1962
|
+
border-radius: 0 4px 4px 0;
|
|
1963
|
+
}
|
|
1964
|
+
.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 {
|
|
1965
|
+
content: "";
|
|
1966
|
+
width: 0;
|
|
1967
|
+
height: 0;
|
|
1968
|
+
border: 13px solid transparent;
|
|
1969
|
+
position: absolute;
|
|
1970
|
+
top: 0;
|
|
1971
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1972
|
+
right: -21px;
|
|
1973
|
+
z-index: 2;
|
|
1974
|
+
}
|
|
1975
|
+
.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 {
|
|
1976
|
+
content: "";
|
|
1977
|
+
width: 0;
|
|
1978
|
+
height: 0;
|
|
1979
|
+
border: 13px solid transparent;
|
|
1980
|
+
position: absolute;
|
|
1981
|
+
top: 0;
|
|
1982
|
+
border-left: 8px solid #fff;
|
|
1983
|
+
left: 0;
|
|
1984
|
+
}
|
|
1985
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1986
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1987
|
+
}
|
|
1988
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1989
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1990
|
+
}
|
|
1991
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1992
|
+
color: #005ed1;
|
|
1993
|
+
}
|
|
1994
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1995
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1996
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1997
|
+
}
|
|
1998
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1999
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2000
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2001
|
+
}
|
|
2002
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2003
|
+
padding: 0;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.obf05yr {
|
|
2007
|
+
display: inline-block;
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
.hsms1n6 {
|
|
2011
|
+
visibility: hidden;
|
|
2012
|
+
position: absolute;
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.p12gwtiw {
|
|
2016
|
+
display: flex;
|
|
2017
|
+
justify-content: space-between;
|
|
1894
2018
|
align-items: center;
|
|
2019
|
+
padding: 10px 0;
|
|
2020
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2021
|
+
font-size: 12px;
|
|
2022
|
+
line-height: 24px;
|
|
1895
2023
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
2024
|
+
.p12gwtiw .pagination-left {
|
|
2025
|
+
padding: 2px 8px;
|
|
2026
|
+
}
|
|
2027
|
+
.p12gwtiw .dropdown-trigger {
|
|
2028
|
+
display: flex;
|
|
1898
2029
|
align-items: center;
|
|
1899
|
-
|
|
2030
|
+
border-radius: 6px;
|
|
2031
|
+
cursor: pointer;
|
|
2032
|
+
transition: all 0.3s ease;
|
|
1900
2033
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
2034
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2035
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2036
|
+
color: #0080ff;
|
|
2037
|
+
}
|
|
2038
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1903
2039
|
margin-left: 4px;
|
|
1904
2040
|
}
|
|
1905
|
-
.
|
|
1906
|
-
|
|
1907
|
-
|
|
2041
|
+
.p12gwtiw .pagination-right {
|
|
2042
|
+
display: flex;
|
|
2043
|
+
align-items: center;
|
|
2044
|
+
color: #0080ff;
|
|
2045
|
+
font-weight: bold;
|
|
2046
|
+
}
|
|
2047
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2048
|
+
margin-left: 4px;
|
|
2049
|
+
}
|
|
2050
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2051
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2052
|
+
padding: 0 8px;
|
|
2053
|
+
}
|
|
2054
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2055
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2056
|
+
color: #0080ff;
|
|
2057
|
+
}
|
|
2058
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2059
|
+
transform: rotate(180deg);
|
|
1908
2060
|
}
|
|
1909
2061
|
|
|
1910
|
-
.
|
|
1911
|
-
height:
|
|
2062
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2063
|
+
max-height: calc(100vh - 128px);
|
|
2064
|
+
overflow-y: auto;
|
|
2065
|
+
}
|
|
2066
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2067
|
+
padding: 4px 20px;
|
|
2068
|
+
font-size: 12px;
|
|
1912
2069
|
line-height: 18px;
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
.s34f1qb.ant-switch {
|
|
2073
|
+
min-width: 40px;
|
|
2074
|
+
height: 24px;
|
|
2075
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2076
|
+
overflow: hidden;
|
|
2077
|
+
}
|
|
2078
|
+
.s34f1qb.ant-switch:focus {
|
|
2079
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2080
|
+
}
|
|
2081
|
+
.s34f1qb.ant-switch-small {
|
|
2082
|
+
min-width: 26px;
|
|
2083
|
+
height: 16px;
|
|
2084
|
+
}
|
|
2085
|
+
.s34f1qb.ant-switch-large {
|
|
2086
|
+
min-width: 52px;
|
|
2087
|
+
height: 32px;
|
|
2088
|
+
}
|
|
2089
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2090
|
+
height: 20px;
|
|
2091
|
+
width: 20px;
|
|
2092
|
+
}
|
|
2093
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2094
|
+
border-radius: 10px;
|
|
2095
|
+
transition-delay: 120ms;
|
|
2096
|
+
}
|
|
2097
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2098
|
+
height: 14px;
|
|
2099
|
+
width: 14px;
|
|
2100
|
+
top: 1px;
|
|
2101
|
+
left: 1px;
|
|
2102
|
+
}
|
|
2103
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2104
|
+
height: 28px;
|
|
2105
|
+
width: 28px;
|
|
2106
|
+
}
|
|
2107
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2108
|
+
border-radius: 14px;
|
|
2109
|
+
}
|
|
2110
|
+
.s34f1qb.ant-switch-checked {
|
|
2111
|
+
background-color: #00ba5d;
|
|
2112
|
+
}
|
|
2113
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2114
|
+
left: calc(100% - 20px - 2px);
|
|
2115
|
+
}
|
|
2116
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2117
|
+
left: calc(100% - 14px - 1px);
|
|
2118
|
+
}
|
|
2119
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2120
|
+
left: calc(100% - 28px - 2px);
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.c1to9vb9 {
|
|
2124
|
+
margin-left: 5px;
|
|
1921
2125
|
}
|
|
1922
2126
|
|
|
1923
2127
|
.cz04yix {
|
|
@@ -2485,308 +2689,104 @@ textarea.ipd9bk.ant-input.textarea-middle {
|
|
|
2485
2689
|
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
2486
2690
|
height: 64px;
|
|
2487
2691
|
}
|
|
2488
|
-
textarea.ipd9bk.ant-input.textarea-small {
|
|
2489
|
-
min-height: 24px;
|
|
2490
|
-
height: 24px;
|
|
2491
|
-
}
|
|
2492
|
-
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2493
|
-
height: 40px;
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2497
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2498
|
-
border-radius: 4px;
|
|
2499
|
-
}
|
|
2500
|
-
.kypn5o5.input-tags {
|
|
2501
|
-
position: relative;
|
|
2502
|
-
padding: 6px;
|
|
2503
|
-
height: 32px;
|
|
2504
|
-
cursor: pointer;
|
|
2505
|
-
transition: border 150ms;
|
|
2506
|
-
}
|
|
2507
|
-
.kypn5o5.input-tags:hover {
|
|
2508
|
-
border-color: #0080ff;
|
|
2509
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2510
|
-
}
|
|
2511
|
-
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2512
|
-
padding-right: 30px;
|
|
2513
|
-
}
|
|
2514
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2515
|
-
display: flex;
|
|
2516
|
-
}
|
|
2517
|
-
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2518
|
-
display: flex;
|
|
2519
|
-
}
|
|
2520
|
-
.kypn5o5.input-tags .input-tag-suffix {
|
|
2521
|
-
position: absolute;
|
|
2522
|
-
right: 12px;
|
|
2523
|
-
top: 50%;
|
|
2524
|
-
transform: translateY(-50%);
|
|
2525
|
-
}
|
|
2526
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2527
|
-
color: rgba(0, 0, 0, 0.25);
|
|
2528
|
-
font-size: 12px;
|
|
2529
|
-
cursor: pointer;
|
|
2530
|
-
}
|
|
2531
|
-
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2532
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2533
|
-
}
|
|
2534
|
-
.kypn5o5.has-focus-indicator {
|
|
2535
|
-
position: relative;
|
|
2536
|
-
overflow: hidden;
|
|
2537
|
-
}
|
|
2538
|
-
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2539
|
-
position: absolute;
|
|
2540
|
-
top: 50%;
|
|
2541
|
-
transform: translateY(-50%);
|
|
2542
|
-
left: -16px;
|
|
2543
|
-
transition: left 150ms ease;
|
|
2544
|
-
opacity: 0;
|
|
2545
|
-
}
|
|
2546
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2547
|
-
left: 8px;
|
|
2548
|
-
opacity: 1;
|
|
2549
|
-
}
|
|
2550
|
-
.kypn5o5.has-focus-indicator input {
|
|
2551
|
-
transition: margin-left 150ms ease;
|
|
2552
|
-
margin-left: 0px;
|
|
2553
|
-
}
|
|
2554
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
2555
|
-
margin-left: 16px;
|
|
2556
|
-
}
|
|
2557
|
-
|
|
2558
|
-
input.l1ki27se.ant-input {
|
|
2559
|
-
border-top-right-radius: 0;
|
|
2560
|
-
border-bottom-right-radius: 0;
|
|
2561
|
-
}
|
|
2562
|
-
|
|
2563
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
2564
|
-
border-top-right-radius: 0;
|
|
2565
|
-
border-bottom-right-radius: 0;
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
input.rrg1fkn.ant-input {
|
|
2569
|
-
border-top-left-radius: 0;
|
|
2570
|
-
border-bottom-left-radius: 0;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
2574
|
-
border-top-left-radius: 0;
|
|
2575
|
-
border-bottom-left-radius: 0;
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2579
|
-
border-top-right-radius: 0;
|
|
2580
|
-
border-bottom-right-radius: 0;
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2584
|
-
border-top-left-radius: 0;
|
|
2585
|
-
border-bottom-left-radius: 0;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2589
|
-
flex-direction: row;
|
|
2590
|
-
justify-content: stretch;
|
|
2591
|
-
}
|
|
2592
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2593
|
-
padding: 0;
|
|
2594
|
-
margin-right: 4px;
|
|
2595
|
-
flex: 1;
|
|
2596
|
-
overflow: visible;
|
|
2597
|
-
}
|
|
2598
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2599
|
-
display: none;
|
|
2600
|
-
}
|
|
2601
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2602
|
-
width: 100%;
|
|
2603
|
-
min-height: unset;
|
|
2604
|
-
}
|
|
2605
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2606
|
-
height: 26px;
|
|
2607
|
-
line-height: 26px;
|
|
2608
|
-
width: 100%;
|
|
2609
|
-
text-align: center;
|
|
2610
|
-
padding: 0;
|
|
2611
|
-
font-size: 12px;
|
|
2612
|
-
font-weight: normal;
|
|
2613
|
-
}
|
|
2614
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2615
|
-
margin-right: 10px;
|
|
2616
|
-
}
|
|
2617
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2618
|
-
display: none;
|
|
2619
|
-
}
|
|
2620
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2621
|
-
border-radius: 4px 0 0 4px;
|
|
2622
|
-
}
|
|
2623
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2624
|
-
margin-right: 0;
|
|
2625
|
-
}
|
|
2626
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2627
|
-
border-radius: 0 4px 4px 0;
|
|
2628
|
-
}
|
|
2629
|
-
.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 {
|
|
2630
|
-
content: "";
|
|
2631
|
-
width: 0;
|
|
2632
|
-
height: 0;
|
|
2633
|
-
border: 13px solid transparent;
|
|
2634
|
-
position: absolute;
|
|
2635
|
-
top: 0;
|
|
2636
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2637
|
-
right: -21px;
|
|
2638
|
-
z-index: 2;
|
|
2639
|
-
}
|
|
2640
|
-
.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 {
|
|
2641
|
-
content: "";
|
|
2642
|
-
width: 0;
|
|
2643
|
-
height: 0;
|
|
2644
|
-
border: 13px solid transparent;
|
|
2645
|
-
position: absolute;
|
|
2646
|
-
top: 0;
|
|
2647
|
-
border-left: 8px solid #fff;
|
|
2648
|
-
left: 0;
|
|
2649
|
-
}
|
|
2650
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2651
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2652
|
-
}
|
|
2653
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2654
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2655
|
-
}
|
|
2656
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2657
|
-
color: #005ed1;
|
|
2658
|
-
}
|
|
2659
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2660
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2661
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2662
|
-
}
|
|
2663
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2664
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2665
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2666
|
-
}
|
|
2667
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2668
|
-
padding: 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;
|
|
2692
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
2693
|
+
min-height: 24px;
|
|
2694
|
+
height: 24px;
|
|
2705
2695
|
}
|
|
2706
|
-
.
|
|
2707
|
-
|
|
2696
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
2697
|
+
height: 40px;
|
|
2708
2698
|
}
|
|
2709
|
-
|
|
2710
|
-
|
|
2699
|
+
|
|
2700
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
2701
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
2702
|
+
border-radius: 4px;
|
|
2711
2703
|
}
|
|
2712
|
-
.
|
|
2713
|
-
|
|
2704
|
+
.kypn5o5.input-tags {
|
|
2705
|
+
position: relative;
|
|
2706
|
+
padding: 6px;
|
|
2707
|
+
height: 32px;
|
|
2708
|
+
cursor: pointer;
|
|
2709
|
+
transition: border 150ms;
|
|
2714
2710
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2711
|
+
.kypn5o5.input-tags:hover {
|
|
2712
|
+
border-color: #0080ff;
|
|
2713
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
2717
2714
|
}
|
|
2718
|
-
.
|
|
2719
|
-
|
|
2715
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2716
|
+
padding-right: 30px;
|
|
2720
2717
|
}
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
margin-left: 5px;
|
|
2718
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2719
|
+
display: flex;
|
|
2724
2720
|
}
|
|
2725
|
-
|
|
2726
|
-
.p12gwtiw {
|
|
2721
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2727
2722
|
display: flex;
|
|
2728
|
-
justify-content: space-between;
|
|
2729
|
-
align-items: center;
|
|
2730
|
-
padding: 10px 0;
|
|
2731
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2732
|
-
font-size: 12px;
|
|
2733
|
-
line-height: 24px;
|
|
2734
2723
|
}
|
|
2735
|
-
.
|
|
2736
|
-
|
|
2724
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2725
|
+
position: absolute;
|
|
2726
|
+
right: 12px;
|
|
2727
|
+
top: 50%;
|
|
2728
|
+
transform: translateY(-50%);
|
|
2737
2729
|
}
|
|
2738
|
-
.
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
border-radius: 6px;
|
|
2730
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2731
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2732
|
+
font-size: 12px;
|
|
2742
2733
|
cursor: pointer;
|
|
2743
|
-
transition: all 0.3s ease;
|
|
2744
2734
|
}
|
|
2745
|
-
.
|
|
2746
|
-
|
|
2747
|
-
color: #0080ff;
|
|
2735
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2736
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2748
2737
|
}
|
|
2749
|
-
.
|
|
2750
|
-
|
|
2738
|
+
.kypn5o5.has-focus-indicator {
|
|
2739
|
+
position: relative;
|
|
2740
|
+
overflow: hidden;
|
|
2751
2741
|
}
|
|
2752
|
-
.
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2742
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2743
|
+
position: absolute;
|
|
2744
|
+
top: 50%;
|
|
2745
|
+
transform: translateY(-50%);
|
|
2746
|
+
left: -16px;
|
|
2747
|
+
transition: left 150ms ease;
|
|
2748
|
+
opacity: 0;
|
|
2757
2749
|
}
|
|
2758
|
-
.
|
|
2759
|
-
|
|
2750
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2751
|
+
left: 8px;
|
|
2752
|
+
opacity: 1;
|
|
2760
2753
|
}
|
|
2761
|
-
.
|
|
2762
|
-
|
|
2763
|
-
|
|
2754
|
+
.kypn5o5.has-focus-indicator input {
|
|
2755
|
+
transition: margin-left 150ms ease;
|
|
2756
|
+
margin-left: 0px;
|
|
2764
2757
|
}
|
|
2765
|
-
.
|
|
2766
|
-
|
|
2767
|
-
color: #0080ff;
|
|
2758
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2759
|
+
margin-left: 16px;
|
|
2768
2760
|
}
|
|
2769
|
-
|
|
2770
|
-
|
|
2761
|
+
|
|
2762
|
+
input.l1ki27se.ant-input {
|
|
2763
|
+
border-top-right-radius: 0;
|
|
2764
|
+
border-bottom-right-radius: 0;
|
|
2771
2765
|
}
|
|
2772
2766
|
|
|
2773
|
-
.
|
|
2774
|
-
|
|
2775
|
-
|
|
2767
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2768
|
+
border-top-right-radius: 0;
|
|
2769
|
+
border-bottom-right-radius: 0;
|
|
2776
2770
|
}
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2771
|
+
|
|
2772
|
+
input.rrg1fkn.ant-input {
|
|
2773
|
+
border-top-left-radius: 0;
|
|
2774
|
+
border-bottom-left-radius: 0;
|
|
2781
2775
|
}
|
|
2782
2776
|
|
|
2783
|
-
.
|
|
2784
|
-
|
|
2777
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2778
|
+
border-top-left-radius: 0;
|
|
2779
|
+
border-bottom-left-radius: 0;
|
|
2785
2780
|
}
|
|
2786
2781
|
|
|
2787
|
-
.
|
|
2788
|
-
|
|
2789
|
-
|
|
2782
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2783
|
+
border-top-right-radius: 0;
|
|
2784
|
+
border-bottom-right-radius: 0;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2788
|
+
border-top-left-radius: 0;
|
|
2789
|
+
border-bottom-left-radius: 0;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -3925,6 +3925,20 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3929
|
+
display: flex;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
.igz4le8 {
|
|
3933
|
+
height: 24px;
|
|
3934
|
+
width: 56px !important;
|
|
3935
|
+
margin-right: 4px;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
.c1riexje {
|
|
3939
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3928
3942
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3929
3943
|
border-radius: 6px;
|
|
3930
3944
|
}
|
|
@@ -3980,20 +3994,6 @@ input.rrg1fkn.ant-input {
|
|
|
3980
3994
|
transform: rotate(180deg);
|
|
3981
3995
|
}
|
|
3982
3996
|
|
|
3983
|
-
.igz4le8 {
|
|
3984
|
-
height: 24px;
|
|
3985
|
-
width: 56px !important;
|
|
3986
|
-
margin-right: 4px;
|
|
3987
|
-
}
|
|
3988
|
-
|
|
3989
|
-
.c1riexje {
|
|
3990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
|
-
display: flex;
|
|
3995
|
-
}
|
|
3996
|
-
|
|
3997
3997
|
.m1thnes4 {
|
|
3998
3998
|
color: rgba(44, 56, 82, 0.6);
|
|
3999
3999
|
text-align: center;
|
|
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
-
display: var(--at4ovwe-0);
|
|
4190
|
-
}
|
|
4191
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
-
padding: 5px 12px;
|
|
4193
|
-
display: inline-flex;
|
|
4194
|
-
line-height: 1.5715;
|
|
4195
|
-
height: 100%;
|
|
4196
|
-
width: 100%;
|
|
4197
|
-
}
|
|
4198
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
-
content: var(--at4ovwe-1);
|
|
4200
|
-
display: var(--at4ovwe-2);
|
|
4201
|
-
flex: none;
|
|
4202
|
-
align-items: center;
|
|
4203
|
-
margin-left: 4px;
|
|
4204
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
-
}
|
|
4206
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
-
content: var(--at4ovwe-3);
|
|
4208
|
-
display: var(--at4ovwe-4);
|
|
4209
|
-
flex: none;
|
|
4210
|
-
align-items: center;
|
|
4211
|
-
margin-right: 4px;
|
|
4212
|
-
cursor: auto;
|
|
4213
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
-
}
|
|
4215
|
-
.at4ovwe.ant-input-number {
|
|
4216
|
-
width: 100%;
|
|
4217
|
-
border-radius: 6px;
|
|
4218
|
-
}
|
|
4219
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
-
border-color: #0096ff;
|
|
4221
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
-
}
|
|
4223
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
-
border-color: #e75a3a;
|
|
4225
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
-
}
|
|
4227
|
-
.at4ovwe .ant-input-number-input {
|
|
4228
|
-
padding: 0;
|
|
4229
|
-
margin: 0;
|
|
4230
|
-
height: auto;
|
|
4231
|
-
font-size: inherit;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
4188
|
.tc40oxa {
|
|
4235
4189
|
margin-bottom: 4px;
|
|
4236
4190
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4427,6 +4381,52 @@ input.rrg1fkn.ant-input {
|
|
|
4427
4381
|
margin-right: 8px;
|
|
4428
4382
|
}
|
|
4429
4383
|
|
|
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
4430
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4431
4431
|
display: var(--a6dbbkm-0);
|
|
4432
4432
|
}
|