@cloudtower/eagle 0.25.16 → 0.25.18
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/Modal/ImmersiveModal.d.ts +3 -2
- package/dist/components.css +433 -433
- package/dist/esm/index.js +432 -435
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +362 -362
- package/dist/umd/index.js +434 -437
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -1664,24 +1664,6 @@ html body {
|
|
|
1664
1664
|
margin-right: 4px;
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
.i1mrf09m {
|
|
1668
|
-
display: inline-flex;
|
|
1669
|
-
align-items: center;
|
|
1670
|
-
}
|
|
1671
|
-
.i1mrf09m .icon-inner {
|
|
1672
|
-
display: inline-flex;
|
|
1673
|
-
align-items: center;
|
|
1674
|
-
justify-content: center;
|
|
1675
|
-
}
|
|
1676
|
-
.i1mrf09m .icon-inner + span,
|
|
1677
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1678
|
-
margin-left: 4px;
|
|
1679
|
-
}
|
|
1680
|
-
.i1mrf09m.is-rotate img,
|
|
1681
|
-
.i1mrf09m.is-rotate svg {
|
|
1682
|
-
animation: rotate 680ms linear infinite;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
1667
|
.buj61ew.ant-btn {
|
|
1686
1668
|
height: 32px;
|
|
1687
1669
|
border-radius: 6px;
|
|
@@ -1959,211 +1941,22 @@ html body {
|
|
|
1959
1941
|
border-radius: unset;
|
|
1960
1942
|
}
|
|
1961
1943
|
|
|
1962
|
-
.
|
|
1963
|
-
display: flex;
|
|
1964
|
-
justify-content: space-between;
|
|
1965
|
-
align-items: center;
|
|
1966
|
-
padding: 10px 0;
|
|
1967
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1968
|
-
font-size: 12px;
|
|
1969
|
-
line-height: 24px;
|
|
1970
|
-
}
|
|
1971
|
-
.p12gwtiw .pagination-left {
|
|
1972
|
-
padding: 2px 8px;
|
|
1973
|
-
}
|
|
1974
|
-
.p12gwtiw .dropdown-trigger {
|
|
1975
|
-
display: flex;
|
|
1944
|
+
.i1mrf09m {
|
|
1945
|
+
display: inline-flex;
|
|
1976
1946
|
align-items: center;
|
|
1977
|
-
border-radius: 6px;
|
|
1978
|
-
cursor: pointer;
|
|
1979
|
-
transition: all 0.3s ease;
|
|
1980
1947
|
}
|
|
1981
|
-
.
|
|
1982
|
-
|
|
1983
|
-
color: #0080ff;
|
|
1984
|
-
}
|
|
1985
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1986
|
-
margin-left: 4px;
|
|
1987
|
-
}
|
|
1988
|
-
.p12gwtiw .pagination-right {
|
|
1989
|
-
display: flex;
|
|
1948
|
+
.i1mrf09m .icon-inner {
|
|
1949
|
+
display: inline-flex;
|
|
1990
1950
|
align-items: center;
|
|
1991
|
-
|
|
1992
|
-
font-weight: bold;
|
|
1951
|
+
justify-content: center;
|
|
1993
1952
|
}
|
|
1994
|
-
.
|
|
1953
|
+
.i1mrf09m .icon-inner + span,
|
|
1954
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1995
1955
|
margin-left: 4px;
|
|
1996
1956
|
}
|
|
1997
|
-
.
|
|
1998
|
-
.
|
|
1999
|
-
|
|
2000
|
-
}
|
|
2001
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2002
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2003
|
-
color: #0080ff;
|
|
2004
|
-
}
|
|
2005
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2006
|
-
transform: rotate(180deg);
|
|
2007
|
-
}
|
|
2008
|
-
|
|
2009
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2010
|
-
max-height: calc(100vh - 128px);
|
|
2011
|
-
overflow-y: auto;
|
|
2012
|
-
}
|
|
2013
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2014
|
-
padding: 4px 20px;
|
|
2015
|
-
font-size: 12px;
|
|
2016
|
-
line-height: 18px;
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
2020
|
-
display: inline-flex;
|
|
2021
|
-
align-items: baseline;
|
|
2022
|
-
white-space: pre-wrap;
|
|
2023
|
-
}
|
|
2024
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2025
|
-
position: relative;
|
|
2026
|
-
top: 3px;
|
|
2027
|
-
}
|
|
2028
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2029
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2030
|
-
}
|
|
2031
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2032
|
-
border-color: #0080ff;
|
|
2033
|
-
}
|
|
2034
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2035
|
-
border-color: #0080ff;
|
|
2036
|
-
background: #0080ff;
|
|
2037
|
-
}
|
|
2038
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2039
|
-
top: 4px;
|
|
2040
|
-
left: 4px;
|
|
2041
|
-
width: 6px;
|
|
2042
|
-
height: 6px;
|
|
2043
|
-
background: #fff;
|
|
2044
|
-
}
|
|
2045
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2046
|
-
opacity: 0.5;
|
|
2047
|
-
}
|
|
2048
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2049
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2050
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2051
|
-
}
|
|
2052
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2053
|
-
background: #00122e;
|
|
2054
|
-
}
|
|
2055
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2056
|
-
color: #00122e;
|
|
2057
|
-
opacity: 0.5;
|
|
2058
|
-
}
|
|
2059
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2060
|
-
color: #00122e;
|
|
2061
|
-
}
|
|
2062
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2063
|
-
display: inline-block;
|
|
2064
|
-
padding: 0;
|
|
2065
|
-
padding-left: 12px;
|
|
2066
|
-
}
|
|
2067
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2068
|
-
margin-bottom: 0;
|
|
2069
|
-
white-space: pre-wrap;
|
|
2070
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2071
|
-
}
|
|
2072
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2073
|
-
padding-left: 8px;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2077
|
-
border-radius: 5px 0 0 5px;
|
|
2078
|
-
}
|
|
2079
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2080
|
-
border-radius: 0 5px 5px 0;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.r1f0aqcc {
|
|
2084
|
-
color: #00122e;
|
|
2085
|
-
border-color: #ccd4e3;
|
|
2086
|
-
}
|
|
2087
|
-
.r1f0aqcc:first-child {
|
|
2088
|
-
border-color: #a3b4cc;
|
|
2089
|
-
}
|
|
2090
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2091
|
-
padding: 0 12px;
|
|
2092
|
-
line-height: 32px;
|
|
2093
|
-
height: 32px;
|
|
2094
|
-
}
|
|
2095
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2096
|
-
white-space: nowrap;
|
|
2097
|
-
}
|
|
2098
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2099
|
-
background: #ccd4e3;
|
|
2100
|
-
}
|
|
2101
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2102
|
-
background: #0080ff;
|
|
2103
|
-
}
|
|
2104
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2105
|
-
background: #ccd4e3;
|
|
2106
|
-
opacity: 0.5;
|
|
2107
|
-
}
|
|
2108
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2109
|
-
border-right-color: #0080ff;
|
|
2110
|
-
}
|
|
2111
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2112
|
-
border-color: #0080ff;
|
|
2113
|
-
}
|
|
2114
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2115
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2116
|
-
}
|
|
2117
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2118
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2119
|
-
border-color: #ccd4e3;
|
|
2120
|
-
opacity: 0.5;
|
|
2121
|
-
}
|
|
2122
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2123
|
-
color: #00122e;
|
|
2124
|
-
border-color: #ccd4e3;
|
|
2125
|
-
}
|
|
2126
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2127
|
-
color: #00122e;
|
|
2128
|
-
border-color: #ccd4e3;
|
|
2129
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2130
|
-
}
|
|
2131
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2132
|
-
margin-right: 8px;
|
|
2133
|
-
display: inline;
|
|
2134
|
-
border: none;
|
|
2135
|
-
padding: 0;
|
|
2136
|
-
width: 36px;
|
|
2137
|
-
background: transparent;
|
|
2138
|
-
}
|
|
2139
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2140
|
-
box-shadow: none;
|
|
2141
|
-
}
|
|
2142
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2143
|
-
margin-right: 0;
|
|
2144
|
-
width: initial;
|
|
2145
|
-
box-shadow: none;
|
|
2146
|
-
}
|
|
2147
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2148
|
-
display: none;
|
|
2149
|
-
}
|
|
2150
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2151
|
-
display: inline;
|
|
2152
|
-
}
|
|
2153
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2154
|
-
display: inline;
|
|
2155
|
-
margin-right: 8px;
|
|
2156
|
-
padding: 0;
|
|
2157
|
-
width: 36px;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
.obf05yr {
|
|
2161
|
-
display: inline-block;
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
.hsms1n6 {
|
|
2165
|
-
visibility: hidden;
|
|
2166
|
-
position: absolute;
|
|
1957
|
+
.i1mrf09m.is-rotate img,
|
|
1958
|
+
.i1mrf09m.is-rotate svg {
|
|
1959
|
+
animation: rotate 680ms linear infinite;
|
|
2167
1960
|
}
|
|
2168
1961
|
|
|
2169
1962
|
.cz04yix {
|
|
@@ -2757,78 +2550,311 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
2757
2550
|
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
2758
2551
|
padding-right: 30px;
|
|
2759
2552
|
}
|
|
2760
|
-
.kypn5o5.input-tags .input-tags-inner {
|
|
2761
|
-
display: flex;
|
|
2553
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
2554
|
+
display: flex;
|
|
2555
|
+
}
|
|
2556
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
2557
|
+
display: flex;
|
|
2558
|
+
}
|
|
2559
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
2560
|
+
position: absolute;
|
|
2561
|
+
right: 12px;
|
|
2562
|
+
top: 50%;
|
|
2563
|
+
transform: translateY(-50%);
|
|
2564
|
+
}
|
|
2565
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
2566
|
+
color: rgba(0, 0, 0, 0.25);
|
|
2567
|
+
font-size: 12px;
|
|
2568
|
+
cursor: pointer;
|
|
2569
|
+
}
|
|
2570
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
2571
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2572
|
+
}
|
|
2573
|
+
.kypn5o5.has-focus-indicator {
|
|
2574
|
+
position: relative;
|
|
2575
|
+
overflow: hidden;
|
|
2576
|
+
}
|
|
2577
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
2578
|
+
position: absolute;
|
|
2579
|
+
top: 50%;
|
|
2580
|
+
transform: translateY(-50%);
|
|
2581
|
+
left: -16px;
|
|
2582
|
+
transition: left 150ms ease;
|
|
2583
|
+
opacity: 0;
|
|
2584
|
+
}
|
|
2585
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
2586
|
+
left: 8px;
|
|
2587
|
+
opacity: 1;
|
|
2588
|
+
}
|
|
2589
|
+
.kypn5o5.has-focus-indicator input {
|
|
2590
|
+
transition: margin-left 150ms ease;
|
|
2591
|
+
margin-left: 0px;
|
|
2592
|
+
}
|
|
2593
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
2594
|
+
margin-left: 16px;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
input.l1ki27se.ant-input {
|
|
2598
|
+
border-top-right-radius: 0;
|
|
2599
|
+
border-bottom-right-radius: 0;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
2603
|
+
border-top-right-radius: 0;
|
|
2604
|
+
border-bottom-right-radius: 0;
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
input.rrg1fkn.ant-input {
|
|
2608
|
+
border-top-left-radius: 0;
|
|
2609
|
+
border-bottom-left-radius: 0;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
2613
|
+
border-top-left-radius: 0;
|
|
2614
|
+
border-bottom-left-radius: 0;
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
2618
|
+
border-top-right-radius: 0;
|
|
2619
|
+
border-bottom-right-radius: 0;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
2623
|
+
border-top-left-radius: 0;
|
|
2624
|
+
border-bottom-left-radius: 0;
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2628
|
+
flex-direction: row;
|
|
2629
|
+
justify-content: stretch;
|
|
2630
|
+
}
|
|
2631
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2632
|
+
padding: 0;
|
|
2633
|
+
margin-right: 4px;
|
|
2634
|
+
flex: 1;
|
|
2635
|
+
overflow: visible;
|
|
2636
|
+
}
|
|
2637
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2638
|
+
display: none;
|
|
2639
|
+
}
|
|
2640
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2641
|
+
width: 100%;
|
|
2642
|
+
min-height: unset;
|
|
2643
|
+
}
|
|
2644
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2645
|
+
height: 26px;
|
|
2646
|
+
line-height: 26px;
|
|
2647
|
+
width: 100%;
|
|
2648
|
+
text-align: center;
|
|
2649
|
+
padding: 0;
|
|
2650
|
+
font-size: 12px;
|
|
2651
|
+
font-weight: normal;
|
|
2652
|
+
}
|
|
2653
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2654
|
+
margin-right: 10px;
|
|
2655
|
+
}
|
|
2656
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2657
|
+
display: none;
|
|
2658
|
+
}
|
|
2659
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2660
|
+
border-radius: 4px 0 0 4px;
|
|
2661
|
+
}
|
|
2662
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2663
|
+
margin-right: 0;
|
|
2664
|
+
}
|
|
2665
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2666
|
+
border-radius: 0 4px 4px 0;
|
|
2667
|
+
}
|
|
2668
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2669
|
+
content: "";
|
|
2670
|
+
width: 0;
|
|
2671
|
+
height: 0;
|
|
2672
|
+
border: 13px solid transparent;
|
|
2673
|
+
position: absolute;
|
|
2674
|
+
top: 0;
|
|
2675
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2676
|
+
right: -21px;
|
|
2677
|
+
z-index: 2;
|
|
2678
|
+
}
|
|
2679
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2680
|
+
content: "";
|
|
2681
|
+
width: 0;
|
|
2682
|
+
height: 0;
|
|
2683
|
+
border: 13px solid transparent;
|
|
2684
|
+
position: absolute;
|
|
2685
|
+
top: 0;
|
|
2686
|
+
border-left: 8px solid #fff;
|
|
2687
|
+
left: 0;
|
|
2688
|
+
}
|
|
2689
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2690
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2691
|
+
}
|
|
2692
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2693
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2694
|
+
}
|
|
2695
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2696
|
+
color: #005ed1;
|
|
2697
|
+
}
|
|
2698
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2699
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2700
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2701
|
+
}
|
|
2702
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2703
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2705
|
+
}
|
|
2706
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2707
|
+
padding: 0;
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2710
|
+
.obf05yr {
|
|
2711
|
+
display: inline-block;
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
.hsms1n6 {
|
|
2715
|
+
visibility: hidden;
|
|
2716
|
+
position: absolute;
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2720
|
+
display: inline-flex;
|
|
2721
|
+
align-items: baseline;
|
|
2722
|
+
white-space: pre-wrap;
|
|
2723
|
+
}
|
|
2724
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2725
|
+
position: relative;
|
|
2726
|
+
top: 3px;
|
|
2727
|
+
}
|
|
2728
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2729
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2730
|
+
}
|
|
2731
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2732
|
+
border-color: #0080ff;
|
|
2733
|
+
}
|
|
2734
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2735
|
+
border-color: #0080ff;
|
|
2736
|
+
background: #0080ff;
|
|
2737
|
+
}
|
|
2738
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2739
|
+
top: 4px;
|
|
2740
|
+
left: 4px;
|
|
2741
|
+
width: 6px;
|
|
2742
|
+
height: 6px;
|
|
2743
|
+
background: #fff;
|
|
2744
|
+
}
|
|
2745
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2746
|
+
opacity: 0.5;
|
|
2747
|
+
}
|
|
2748
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2749
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2750
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2751
|
+
}
|
|
2752
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2753
|
+
background: #00122e;
|
|
2754
|
+
}
|
|
2755
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2756
|
+
color: #00122e;
|
|
2757
|
+
opacity: 0.5;
|
|
2758
|
+
}
|
|
2759
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2760
|
+
color: #00122e;
|
|
2761
|
+
}
|
|
2762
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2763
|
+
display: inline-block;
|
|
2764
|
+
padding: 0;
|
|
2765
|
+
padding-left: 12px;
|
|
2766
|
+
}
|
|
2767
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2768
|
+
margin-bottom: 0;
|
|
2769
|
+
white-space: pre-wrap;
|
|
2770
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2771
|
+
}
|
|
2772
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2773
|
+
padding-left: 8px;
|
|
2774
|
+
}
|
|
2775
|
+
|
|
2776
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2777
|
+
border-radius: 5px 0 0 5px;
|
|
2778
|
+
}
|
|
2779
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2780
|
+
border-radius: 0 5px 5px 0;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.r1f0aqcc {
|
|
2784
|
+
color: #00122e;
|
|
2785
|
+
border-color: #ccd4e3;
|
|
2786
|
+
}
|
|
2787
|
+
.r1f0aqcc:first-child {
|
|
2788
|
+
border-color: #a3b4cc;
|
|
2789
|
+
}
|
|
2790
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2791
|
+
padding: 0 12px;
|
|
2792
|
+
line-height: 32px;
|
|
2793
|
+
height: 32px;
|
|
2794
|
+
}
|
|
2795
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2796
|
+
white-space: nowrap;
|
|
2762
2797
|
}
|
|
2763
|
-
.
|
|
2764
|
-
|
|
2798
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2799
|
+
background: #ccd4e3;
|
|
2765
2800
|
}
|
|
2766
|
-
.
|
|
2767
|
-
|
|
2768
|
-
right: 12px;
|
|
2769
|
-
top: 50%;
|
|
2770
|
-
transform: translateY(-50%);
|
|
2801
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2802
|
+
background: #0080ff;
|
|
2771
2803
|
}
|
|
2772
|
-
.
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
cursor: pointer;
|
|
2804
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2805
|
+
background: #ccd4e3;
|
|
2806
|
+
opacity: 0.5;
|
|
2776
2807
|
}
|
|
2777
|
-
.
|
|
2778
|
-
color:
|
|
2808
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2809
|
+
border-right-color: #0080ff;
|
|
2779
2810
|
}
|
|
2780
|
-
.
|
|
2781
|
-
|
|
2782
|
-
overflow: hidden;
|
|
2811
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2812
|
+
border-color: #0080ff;
|
|
2783
2813
|
}
|
|
2784
|
-
.
|
|
2785
|
-
|
|
2786
|
-
top: 50%;
|
|
2787
|
-
transform: translateY(-50%);
|
|
2788
|
-
left: -16px;
|
|
2789
|
-
transition: left 150ms ease;
|
|
2790
|
-
opacity: 0;
|
|
2814
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2815
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2791
2816
|
}
|
|
2792
|
-
.
|
|
2793
|
-
|
|
2794
|
-
|
|
2817
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2818
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2819
|
+
border-color: #ccd4e3;
|
|
2820
|
+
opacity: 0.5;
|
|
2795
2821
|
}
|
|
2796
|
-
.
|
|
2797
|
-
|
|
2798
|
-
|
|
2822
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2823
|
+
color: #00122e;
|
|
2824
|
+
border-color: #ccd4e3;
|
|
2799
2825
|
}
|
|
2800
|
-
.
|
|
2801
|
-
|
|
2826
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2827
|
+
color: #00122e;
|
|
2828
|
+
border-color: #ccd4e3;
|
|
2829
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2802
2830
|
}
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
border
|
|
2831
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2832
|
+
margin-right: 8px;
|
|
2833
|
+
display: inline;
|
|
2834
|
+
border: none;
|
|
2835
|
+
padding: 0;
|
|
2836
|
+
width: 36px;
|
|
2837
|
+
background: transparent;
|
|
2807
2838
|
}
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
border-top-right-radius: 0;
|
|
2811
|
-
border-bottom-right-radius: 0;
|
|
2839
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2840
|
+
box-shadow: none;
|
|
2812
2841
|
}
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2842
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2843
|
+
margin-right: 0;
|
|
2844
|
+
width: initial;
|
|
2845
|
+
box-shadow: none;
|
|
2817
2846
|
}
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
border-top-left-radius: 0;
|
|
2821
|
-
border-bottom-left-radius: 0;
|
|
2847
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2848
|
+
display: none;
|
|
2822
2849
|
}
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
border-top-right-radius: 0;
|
|
2826
|
-
border-bottom-right-radius: 0;
|
|
2850
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2851
|
+
display: inline;
|
|
2827
2852
|
}
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2853
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2854
|
+
display: inline;
|
|
2855
|
+
margin-right: 8px;
|
|
2856
|
+
padding: 0;
|
|
2857
|
+
width: 36px;
|
|
2832
2858
|
}
|
|
2833
2859
|
|
|
2834
2860
|
.s34f1qb.ant-switch {
|
|
@@ -2886,87 +2912,61 @@ input.rrg1fkn.ant-input {
|
|
|
2886
2912
|
margin-left: 5px;
|
|
2887
2913
|
}
|
|
2888
2914
|
|
|
2889
|
-
.
|
|
2890
|
-
|
|
2891
|
-
justify-content:
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
margin-right: 4px;
|
|
2896
|
-
flex: 1;
|
|
2897
|
-
overflow: visible;
|
|
2898
|
-
}
|
|
2899
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2900
|
-
display: none;
|
|
2901
|
-
}
|
|
2902
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2903
|
-
width: 100%;
|
|
2904
|
-
min-height: unset;
|
|
2905
|
-
}
|
|
2906
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2907
|
-
height: 26px;
|
|
2908
|
-
line-height: 26px;
|
|
2909
|
-
width: 100%;
|
|
2910
|
-
text-align: center;
|
|
2911
|
-
padding: 0;
|
|
2915
|
+
.p12gwtiw {
|
|
2916
|
+
display: flex;
|
|
2917
|
+
justify-content: space-between;
|
|
2918
|
+
align-items: center;
|
|
2919
|
+
padding: 10px 0;
|
|
2920
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2912
2921
|
font-size: 12px;
|
|
2913
|
-
|
|
2914
|
-
}
|
|
2915
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2916
|
-
margin-right: 10px;
|
|
2917
|
-
}
|
|
2918
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2919
|
-
display: none;
|
|
2922
|
+
line-height: 24px;
|
|
2920
2923
|
}
|
|
2921
|
-
.
|
|
2922
|
-
|
|
2924
|
+
.p12gwtiw .pagination-left {
|
|
2925
|
+
padding: 2px 8px;
|
|
2923
2926
|
}
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2927
|
+
.p12gwtiw .dropdown-trigger {
|
|
2928
|
+
display: flex;
|
|
2929
|
+
align-items: center;
|
|
2930
|
+
border-radius: 6px;
|
|
2931
|
+
cursor: pointer;
|
|
2932
|
+
transition: all 0.3s ease;
|
|
2926
2933
|
}
|
|
2927
|
-
.
|
|
2928
|
-
|
|
2934
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2935
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2936
|
+
color: #0080ff;
|
|
2929
2937
|
}
|
|
2930
|
-
.
|
|
2931
|
-
|
|
2932
|
-
width: 0;
|
|
2933
|
-
height: 0;
|
|
2934
|
-
border: 13px solid transparent;
|
|
2935
|
-
position: absolute;
|
|
2936
|
-
top: 0;
|
|
2937
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2938
|
-
right: -21px;
|
|
2939
|
-
z-index: 2;
|
|
2938
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2939
|
+
margin-left: 4px;
|
|
2940
2940
|
}
|
|
2941
|
-
.
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
position: absolute;
|
|
2947
|
-
top: 0;
|
|
2948
|
-
border-left: 8px solid #fff;
|
|
2949
|
-
left: 0;
|
|
2941
|
+
.p12gwtiw .pagination-right {
|
|
2942
|
+
display: flex;
|
|
2943
|
+
align-items: center;
|
|
2944
|
+
color: #0080ff;
|
|
2945
|
+
font-weight: bold;
|
|
2950
2946
|
}
|
|
2951
|
-
.
|
|
2952
|
-
|
|
2947
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2948
|
+
margin-left: 4px;
|
|
2953
2949
|
}
|
|
2954
|
-
.
|
|
2955
|
-
|
|
2950
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2951
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2952
|
+
padding: 0 8px;
|
|
2956
2953
|
}
|
|
2957
|
-
.
|
|
2958
|
-
|
|
2954
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2955
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2956
|
+
color: #0080ff;
|
|
2959
2957
|
}
|
|
2960
|
-
.
|
|
2961
|
-
|
|
2962
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2958
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2959
|
+
transform: rotate(180deg);
|
|
2963
2960
|
}
|
|
2964
|
-
|
|
2965
|
-
.
|
|
2966
|
-
|
|
2961
|
+
|
|
2962
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2963
|
+
max-height: calc(100vh - 128px);
|
|
2964
|
+
overflow-y: auto;
|
|
2967
2965
|
}
|
|
2968
|
-
.
|
|
2969
|
-
padding:
|
|
2966
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2967
|
+
padding: 4px 20px;
|
|
2968
|
+
font-size: 12px;
|
|
2969
|
+
line-height: 18px;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
2972
|
.t1upn1sz {
|
|
@@ -4496,6 +4496,25 @@ input.rrg1fkn.ant-input {
|
|
|
4496
4496
|
font-size: inherit;
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
+
.feau332.ant-form-item {
|
|
4500
|
+
margin-bottom: 0;
|
|
4501
|
+
}
|
|
4502
|
+
.feau332 .ant-form-item-explain {
|
|
4503
|
+
display: none;
|
|
4504
|
+
min-height: 18px;
|
|
4505
|
+
margin-top: 5px;
|
|
4506
|
+
font-family: "Inter";
|
|
4507
|
+
font-weight: 400;
|
|
4508
|
+
font-size: 12px;
|
|
4509
|
+
line-height: 18px;
|
|
4510
|
+
}
|
|
4511
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4512
|
+
white-space: pre-wrap;
|
|
4513
|
+
}
|
|
4514
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4515
|
+
display: block;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4499
4518
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4500
4519
|
display: var(--a6dbbkm-0);
|
|
4501
4520
|
}
|
|
@@ -4525,23 +4544,4 @@ input.rrg1fkn.ant-input {
|
|
|
4525
4544
|
margin: 0;
|
|
4526
4545
|
height: auto;
|
|
4527
4546
|
font-size: inherit;
|
|
4528
|
-
}
|
|
4529
|
-
|
|
4530
|
-
.feau332.ant-form-item {
|
|
4531
|
-
margin-bottom: 0;
|
|
4532
|
-
}
|
|
4533
|
-
.feau332 .ant-form-item-explain {
|
|
4534
|
-
display: none;
|
|
4535
|
-
min-height: 18px;
|
|
4536
|
-
margin-top: 5px;
|
|
4537
|
-
font-family: "Inter";
|
|
4538
|
-
font-weight: 400;
|
|
4539
|
-
font-size: 12px;
|
|
4540
|
-
line-height: 18px;
|
|
4541
|
-
}
|
|
4542
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4543
|
-
white-space: pre-wrap;
|
|
4544
|
-
}
|
|
4545
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4546
|
-
display: block;
|
|
4547
4547
|
}
|