@cloudtower/eagle 0.26.0 → 0.26.2
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/Percent/index.d.ts +2 -2
- package/dist/components/message/index.d.ts +1 -0
- package/dist/components.css +224 -224
- package/dist/esm/index.js +474 -448
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +6 -3
- package/dist/store/modal.d.ts +0 -2
- package/dist/style.css +590 -590
- package/dist/umd/index.js +474 -448
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const Percent:
|
|
1
|
+
import { PercentFn } from "../../spec";
|
|
2
|
+
declare const Percent: PercentFn;
|
|
3
3
|
export default Percent;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
type NoticeType = "info" | "success" | "error" | "warning" | "loading";
|
|
3
3
|
export declare function getKeyThenIncreaseKey(): number;
|
|
4
|
+
export declare let pageVisible: boolean;
|
|
4
5
|
export interface ConfigOptions {
|
|
5
6
|
top?: number;
|
|
6
7
|
duration?: number;
|
package/dist/components.css
CHANGED
|
@@ -1938,230 +1938,6 @@ html body {
|
|
|
1938
1938
|
line-height: 18px;
|
|
1939
1939
|
}
|
|
1940
1940
|
|
|
1941
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
1942
|
-
display: inline-flex;
|
|
1943
|
-
align-items: baseline;
|
|
1944
|
-
white-space: pre-wrap;
|
|
1945
|
-
}
|
|
1946
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
1947
|
-
position: relative;
|
|
1948
|
-
top: 3px;
|
|
1949
|
-
}
|
|
1950
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
1951
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1952
|
-
}
|
|
1953
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
1954
|
-
border-color: #0080ff;
|
|
1955
|
-
}
|
|
1956
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
1957
|
-
border-color: #0080ff;
|
|
1958
|
-
background: #0080ff;
|
|
1959
|
-
}
|
|
1960
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
1961
|
-
top: 4px;
|
|
1962
|
-
left: 4px;
|
|
1963
|
-
width: 6px;
|
|
1964
|
-
height: 6px;
|
|
1965
|
-
background: #fff;
|
|
1966
|
-
}
|
|
1967
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
1968
|
-
opacity: 0.5;
|
|
1969
|
-
}
|
|
1970
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
1971
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
1972
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1973
|
-
}
|
|
1974
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
1975
|
-
background: #00122e;
|
|
1976
|
-
}
|
|
1977
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
1978
|
-
color: #00122e;
|
|
1979
|
-
opacity: 0.5;
|
|
1980
|
-
}
|
|
1981
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
1982
|
-
color: #00122e;
|
|
1983
|
-
}
|
|
1984
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
1985
|
-
display: inline-block;
|
|
1986
|
-
padding: 0;
|
|
1987
|
-
padding-left: 12px;
|
|
1988
|
-
}
|
|
1989
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
1990
|
-
margin-bottom: 0;
|
|
1991
|
-
white-space: pre-wrap;
|
|
1992
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1993
|
-
}
|
|
1994
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
1995
|
-
padding-left: 8px;
|
|
1996
|
-
}
|
|
1997
|
-
|
|
1998
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
1999
|
-
border-radius: 5px 0 0 5px;
|
|
2000
|
-
}
|
|
2001
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2002
|
-
border-radius: 0 5px 5px 0;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
.r1f0aqcc {
|
|
2006
|
-
color: #00122e;
|
|
2007
|
-
border-color: #ccd4e3;
|
|
2008
|
-
}
|
|
2009
|
-
.r1f0aqcc:first-child {
|
|
2010
|
-
border-color: #a3b4cc;
|
|
2011
|
-
}
|
|
2012
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2013
|
-
padding: 0 12px;
|
|
2014
|
-
line-height: 32px;
|
|
2015
|
-
height: 32px;
|
|
2016
|
-
}
|
|
2017
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2018
|
-
white-space: nowrap;
|
|
2019
|
-
}
|
|
2020
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2021
|
-
background: #ccd4e3;
|
|
2022
|
-
}
|
|
2023
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2024
|
-
background: #0080ff;
|
|
2025
|
-
}
|
|
2026
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2027
|
-
background: #ccd4e3;
|
|
2028
|
-
opacity: 0.5;
|
|
2029
|
-
}
|
|
2030
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2031
|
-
border-right-color: #0080ff;
|
|
2032
|
-
}
|
|
2033
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2034
|
-
border-color: #0080ff;
|
|
2035
|
-
}
|
|
2036
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2037
|
-
background: rgba(0, 136, 255, 0.1);
|
|
2038
|
-
}
|
|
2039
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2040
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2041
|
-
border-color: #ccd4e3;
|
|
2042
|
-
opacity: 0.5;
|
|
2043
|
-
}
|
|
2044
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2045
|
-
color: #00122e;
|
|
2046
|
-
border-color: #ccd4e3;
|
|
2047
|
-
}
|
|
2048
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2049
|
-
color: #00122e;
|
|
2050
|
-
border-color: #ccd4e3;
|
|
2051
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2052
|
-
}
|
|
2053
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
2054
|
-
margin-right: 8px;
|
|
2055
|
-
display: inline;
|
|
2056
|
-
border: none;
|
|
2057
|
-
padding: 0;
|
|
2058
|
-
width: 36px;
|
|
2059
|
-
background: transparent;
|
|
2060
|
-
}
|
|
2061
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2062
|
-
box-shadow: none;
|
|
2063
|
-
}
|
|
2064
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2065
|
-
margin-right: 0;
|
|
2066
|
-
width: initial;
|
|
2067
|
-
box-shadow: none;
|
|
2068
|
-
}
|
|
2069
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2070
|
-
display: none;
|
|
2071
|
-
}
|
|
2072
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2073
|
-
display: inline;
|
|
2074
|
-
}
|
|
2075
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2076
|
-
display: inline;
|
|
2077
|
-
margin-right: 8px;
|
|
2078
|
-
padding: 0;
|
|
2079
|
-
width: 36px;
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2083
|
-
flex-direction: row;
|
|
2084
|
-
justify-content: stretch;
|
|
2085
|
-
}
|
|
2086
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2087
|
-
padding: 0;
|
|
2088
|
-
margin-right: 4px;
|
|
2089
|
-
flex: 1;
|
|
2090
|
-
overflow: visible;
|
|
2091
|
-
}
|
|
2092
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2093
|
-
display: none;
|
|
2094
|
-
}
|
|
2095
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2096
|
-
width: 100%;
|
|
2097
|
-
min-height: unset;
|
|
2098
|
-
}
|
|
2099
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2100
|
-
height: 26px;
|
|
2101
|
-
line-height: 26px;
|
|
2102
|
-
width: 100%;
|
|
2103
|
-
text-align: center;
|
|
2104
|
-
padding: 0;
|
|
2105
|
-
font-size: 12px;
|
|
2106
|
-
font-weight: normal;
|
|
2107
|
-
}
|
|
2108
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2109
|
-
margin-right: 10px;
|
|
2110
|
-
}
|
|
2111
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2112
|
-
display: none;
|
|
2113
|
-
}
|
|
2114
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2115
|
-
border-radius: 4px 0 0 4px;
|
|
2116
|
-
}
|
|
2117
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2118
|
-
margin-right: 0;
|
|
2119
|
-
}
|
|
2120
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2121
|
-
border-radius: 0 4px 4px 0;
|
|
2122
|
-
}
|
|
2123
|
-
.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 {
|
|
2124
|
-
content: "";
|
|
2125
|
-
width: 0;
|
|
2126
|
-
height: 0;
|
|
2127
|
-
border: 13px solid transparent;
|
|
2128
|
-
position: absolute;
|
|
2129
|
-
top: 0;
|
|
2130
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2131
|
-
right: -21px;
|
|
2132
|
-
z-index: 2;
|
|
2133
|
-
}
|
|
2134
|
-
.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 {
|
|
2135
|
-
content: "";
|
|
2136
|
-
width: 0;
|
|
2137
|
-
height: 0;
|
|
2138
|
-
border: 13px solid transparent;
|
|
2139
|
-
position: absolute;
|
|
2140
|
-
top: 0;
|
|
2141
|
-
border-left: 8px solid #fff;
|
|
2142
|
-
left: 0;
|
|
2143
|
-
}
|
|
2144
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2145
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2146
|
-
}
|
|
2147
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2148
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2149
|
-
}
|
|
2150
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2151
|
-
color: #005ed1;
|
|
2152
|
-
}
|
|
2153
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2154
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2155
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2156
|
-
}
|
|
2157
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2158
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2159
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2160
|
-
}
|
|
2161
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2162
|
-
padding: 0;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
1941
|
.cz04yix {
|
|
2166
1942
|
display: flex;
|
|
2167
1943
|
flex-direction: column;
|
|
@@ -2882,6 +2658,230 @@ input.rrg1fkn.ant-input {
|
|
|
2882
2658
|
margin-left: 5px;
|
|
2883
2659
|
}
|
|
2884
2660
|
|
|
2661
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2662
|
+
display: inline-flex;
|
|
2663
|
+
align-items: baseline;
|
|
2664
|
+
white-space: pre-wrap;
|
|
2665
|
+
}
|
|
2666
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2667
|
+
position: relative;
|
|
2668
|
+
top: 3px;
|
|
2669
|
+
}
|
|
2670
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2671
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2672
|
+
}
|
|
2673
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2674
|
+
border-color: #0080ff;
|
|
2675
|
+
}
|
|
2676
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2677
|
+
border-color: #0080ff;
|
|
2678
|
+
background: #0080ff;
|
|
2679
|
+
}
|
|
2680
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2681
|
+
top: 4px;
|
|
2682
|
+
left: 4px;
|
|
2683
|
+
width: 6px;
|
|
2684
|
+
height: 6px;
|
|
2685
|
+
background: #fff;
|
|
2686
|
+
}
|
|
2687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2688
|
+
opacity: 0.5;
|
|
2689
|
+
}
|
|
2690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2691
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2692
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2693
|
+
}
|
|
2694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2695
|
+
background: #00122e;
|
|
2696
|
+
}
|
|
2697
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2698
|
+
color: #00122e;
|
|
2699
|
+
opacity: 0.5;
|
|
2700
|
+
}
|
|
2701
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2702
|
+
color: #00122e;
|
|
2703
|
+
}
|
|
2704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2705
|
+
display: inline-block;
|
|
2706
|
+
padding: 0;
|
|
2707
|
+
padding-left: 12px;
|
|
2708
|
+
}
|
|
2709
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2710
|
+
margin-bottom: 0;
|
|
2711
|
+
white-space: pre-wrap;
|
|
2712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2713
|
+
}
|
|
2714
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2715
|
+
padding-left: 8px;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2719
|
+
border-radius: 5px 0 0 5px;
|
|
2720
|
+
}
|
|
2721
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2722
|
+
border-radius: 0 5px 5px 0;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
.r1f0aqcc {
|
|
2726
|
+
color: #00122e;
|
|
2727
|
+
border-color: #ccd4e3;
|
|
2728
|
+
}
|
|
2729
|
+
.r1f0aqcc:first-child {
|
|
2730
|
+
border-color: #a3b4cc;
|
|
2731
|
+
}
|
|
2732
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2733
|
+
padding: 0 12px;
|
|
2734
|
+
line-height: 32px;
|
|
2735
|
+
height: 32px;
|
|
2736
|
+
}
|
|
2737
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2738
|
+
white-space: nowrap;
|
|
2739
|
+
}
|
|
2740
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2741
|
+
background: #ccd4e3;
|
|
2742
|
+
}
|
|
2743
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2744
|
+
background: #0080ff;
|
|
2745
|
+
}
|
|
2746
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2747
|
+
background: #ccd4e3;
|
|
2748
|
+
opacity: 0.5;
|
|
2749
|
+
}
|
|
2750
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2751
|
+
border-right-color: #0080ff;
|
|
2752
|
+
}
|
|
2753
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2754
|
+
border-color: #0080ff;
|
|
2755
|
+
}
|
|
2756
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2757
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2758
|
+
}
|
|
2759
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2760
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2761
|
+
border-color: #ccd4e3;
|
|
2762
|
+
opacity: 0.5;
|
|
2763
|
+
}
|
|
2764
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2765
|
+
color: #00122e;
|
|
2766
|
+
border-color: #ccd4e3;
|
|
2767
|
+
}
|
|
2768
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2769
|
+
color: #00122e;
|
|
2770
|
+
border-color: #ccd4e3;
|
|
2771
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2772
|
+
}
|
|
2773
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2774
|
+
margin-right: 8px;
|
|
2775
|
+
display: inline;
|
|
2776
|
+
border: none;
|
|
2777
|
+
padding: 0;
|
|
2778
|
+
width: 36px;
|
|
2779
|
+
background: transparent;
|
|
2780
|
+
}
|
|
2781
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2782
|
+
box-shadow: none;
|
|
2783
|
+
}
|
|
2784
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2785
|
+
margin-right: 0;
|
|
2786
|
+
width: initial;
|
|
2787
|
+
box-shadow: none;
|
|
2788
|
+
}
|
|
2789
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2790
|
+
display: none;
|
|
2791
|
+
}
|
|
2792
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2793
|
+
display: inline;
|
|
2794
|
+
}
|
|
2795
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2796
|
+
display: inline;
|
|
2797
|
+
margin-right: 8px;
|
|
2798
|
+
padding: 0;
|
|
2799
|
+
width: 36px;
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2803
|
+
flex-direction: row;
|
|
2804
|
+
justify-content: stretch;
|
|
2805
|
+
}
|
|
2806
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2807
|
+
padding: 0;
|
|
2808
|
+
margin-right: 4px;
|
|
2809
|
+
flex: 1;
|
|
2810
|
+
overflow: visible;
|
|
2811
|
+
}
|
|
2812
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2813
|
+
display: none;
|
|
2814
|
+
}
|
|
2815
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2816
|
+
width: 100%;
|
|
2817
|
+
min-height: unset;
|
|
2818
|
+
}
|
|
2819
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2820
|
+
height: 26px;
|
|
2821
|
+
line-height: 26px;
|
|
2822
|
+
width: 100%;
|
|
2823
|
+
text-align: center;
|
|
2824
|
+
padding: 0;
|
|
2825
|
+
font-size: 12px;
|
|
2826
|
+
font-weight: normal;
|
|
2827
|
+
}
|
|
2828
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2829
|
+
margin-right: 10px;
|
|
2830
|
+
}
|
|
2831
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2832
|
+
display: none;
|
|
2833
|
+
}
|
|
2834
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2835
|
+
border-radius: 4px 0 0 4px;
|
|
2836
|
+
}
|
|
2837
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2838
|
+
margin-right: 0;
|
|
2839
|
+
}
|
|
2840
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2841
|
+
border-radius: 0 4px 4px 0;
|
|
2842
|
+
}
|
|
2843
|
+
.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 {
|
|
2844
|
+
content: "";
|
|
2845
|
+
width: 0;
|
|
2846
|
+
height: 0;
|
|
2847
|
+
border: 13px solid transparent;
|
|
2848
|
+
position: absolute;
|
|
2849
|
+
top: 0;
|
|
2850
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2851
|
+
right: -21px;
|
|
2852
|
+
z-index: 2;
|
|
2853
|
+
}
|
|
2854
|
+
.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 {
|
|
2855
|
+
content: "";
|
|
2856
|
+
width: 0;
|
|
2857
|
+
height: 0;
|
|
2858
|
+
border: 13px solid transparent;
|
|
2859
|
+
position: absolute;
|
|
2860
|
+
top: 0;
|
|
2861
|
+
border-left: 8px solid #fff;
|
|
2862
|
+
left: 0;
|
|
2863
|
+
}
|
|
2864
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2865
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2866
|
+
}
|
|
2867
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2868
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2869
|
+
}
|
|
2870
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2871
|
+
color: #005ed1;
|
|
2872
|
+
}
|
|
2873
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2874
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2875
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2876
|
+
}
|
|
2877
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2878
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2880
|
+
}
|
|
2881
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2882
|
+
padding: 0;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
2885
|
.t1upn1sz {
|
|
2886
2886
|
height: 100%;
|
|
2887
2887
|
}
|