@cloudtower/eagle 0.23.4 → 0.24.0
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/TableForm/types.d.ts +1 -1
- package/dist/esm/index.js +22 -16
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useParrotTranslation.d.ts +2 -0
- package/dist/spec/base.d.ts +1 -1
- package/dist/style.css +250 -250
- package/dist/umd/index.js +23 -17
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/README.md +0 -58
package/dist/style.css
CHANGED
|
@@ -1597,6 +1597,39 @@ input[type=submit] {
|
|
|
1597
1597
|
cursor: pointer;
|
|
1598
1598
|
}
|
|
1599
1599
|
|
|
1600
|
+
.fde5mpd {
|
|
1601
|
+
width: 100%;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
min-height: 124px;
|
|
1604
|
+
display: flex;
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
justify-content: center;
|
|
1607
|
+
align-items: center;
|
|
1608
|
+
}
|
|
1609
|
+
.fde5mpd .error-text {
|
|
1610
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1611
|
+
margin-bottom: 16px;
|
|
1612
|
+
font-size: 18px;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.i1mrf09m {
|
|
1616
|
+
display: inline-flex;
|
|
1617
|
+
align-items: center;
|
|
1618
|
+
}
|
|
1619
|
+
.i1mrf09m .icon-inner {
|
|
1620
|
+
display: inline-flex;
|
|
1621
|
+
align-items: center;
|
|
1622
|
+
justify-content: center;
|
|
1623
|
+
}
|
|
1624
|
+
.i1mrf09m .icon-inner + span,
|
|
1625
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1626
|
+
margin-left: 4px;
|
|
1627
|
+
}
|
|
1628
|
+
.i1mrf09m.is-rotate img,
|
|
1629
|
+
.i1mrf09m.is-rotate svg {
|
|
1630
|
+
animation: rotate 680ms linear infinite;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1600
1633
|
.buj61ew.ant-btn {
|
|
1601
1634
|
height: 32px;
|
|
1602
1635
|
border-radius: 6px;
|
|
@@ -1845,50 +1878,6 @@ input[type=submit] {
|
|
|
1845
1878
|
padding: 0;
|
|
1846
1879
|
}
|
|
1847
1880
|
|
|
1848
|
-
.fde5mpd {
|
|
1849
|
-
width: 100%;
|
|
1850
|
-
height: 100%;
|
|
1851
|
-
min-height: 124px;
|
|
1852
|
-
display: flex;
|
|
1853
|
-
flex-direction: column;
|
|
1854
|
-
justify-content: center;
|
|
1855
|
-
align-items: center;
|
|
1856
|
-
}
|
|
1857
|
-
.fde5mpd .error-text {
|
|
1858
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1859
|
-
margin-bottom: 16px;
|
|
1860
|
-
font-size: 18px;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.bpq0js6 {
|
|
1864
|
-
padding: 4px 11px;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.b15sn34c {
|
|
1868
|
-
white-space: nowrap;
|
|
1869
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1870
|
-
}
|
|
1871
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1872
|
-
--color: #0080ff;
|
|
1873
|
-
}
|
|
1874
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1875
|
-
--color: #0080ff;
|
|
1876
|
-
}
|
|
1877
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1878
|
-
margin-left: 1px;
|
|
1879
|
-
}
|
|
1880
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1881
|
-
border-top-right-radius: 0;
|
|
1882
|
-
border-bottom-right-radius: 0;
|
|
1883
|
-
}
|
|
1884
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1885
|
-
border-top-left-radius: 0;
|
|
1886
|
-
border-bottom-left-radius: 0;
|
|
1887
|
-
}
|
|
1888
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1889
|
-
border-radius: unset;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
1881
|
.iap75of {
|
|
1893
1882
|
height: 18px;
|
|
1894
1883
|
line-height: 18px;
|
|
@@ -1902,24 +1891,6 @@ input[type=submit] {
|
|
|
1902
1891
|
margin-right: 4px;
|
|
1903
1892
|
}
|
|
1904
1893
|
|
|
1905
|
-
.i1mrf09m {
|
|
1906
|
-
display: inline-flex;
|
|
1907
|
-
align-items: center;
|
|
1908
|
-
}
|
|
1909
|
-
.i1mrf09m .icon-inner {
|
|
1910
|
-
display: inline-flex;
|
|
1911
|
-
align-items: center;
|
|
1912
|
-
justify-content: center;
|
|
1913
|
-
}
|
|
1914
|
-
.i1mrf09m .icon-inner + span,
|
|
1915
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
1916
|
-
margin-left: 4px;
|
|
1917
|
-
}
|
|
1918
|
-
.i1mrf09m.is-rotate img,
|
|
1919
|
-
.i1mrf09m.is-rotate svg {
|
|
1920
|
-
animation: rotate 680ms linear infinite;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
1894
|
.rxbeqvl.ant-radio-wrapper {
|
|
1924
1895
|
display: inline-flex;
|
|
1925
1896
|
align-items: baseline;
|
|
@@ -2062,68 +2033,99 @@ input[type=submit] {
|
|
|
2062
2033
|
width: 36px;
|
|
2063
2034
|
}
|
|
2064
2035
|
|
|
2065
|
-
.
|
|
2066
|
-
display:
|
|
2036
|
+
.p12gwtiw {
|
|
2037
|
+
display: flex;
|
|
2038
|
+
justify-content: space-between;
|
|
2039
|
+
align-items: center;
|
|
2040
|
+
padding: 10px 0;
|
|
2041
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2042
|
+
font-size: 12px;
|
|
2043
|
+
line-height: 24px;
|
|
2067
2044
|
}
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
visibility: hidden;
|
|
2071
|
-
position: absolute;
|
|
2045
|
+
.p12gwtiw .pagination-left {
|
|
2046
|
+
padding: 2px 8px;
|
|
2072
2047
|
}
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2048
|
+
.p12gwtiw .dropdown-trigger {
|
|
2049
|
+
display: flex;
|
|
2050
|
+
align-items: center;
|
|
2051
|
+
border-radius: 6px;
|
|
2052
|
+
cursor: pointer;
|
|
2053
|
+
transition: all 0.3s ease;
|
|
2079
2054
|
}
|
|
2080
|
-
.
|
|
2081
|
-
|
|
2055
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2056
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2057
|
+
color: #0080ff;
|
|
2082
2058
|
}
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
height: 16px;
|
|
2059
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2060
|
+
margin-left: 4px;
|
|
2086
2061
|
}
|
|
2087
|
-
.
|
|
2088
|
-
|
|
2089
|
-
|
|
2062
|
+
.p12gwtiw .pagination-right {
|
|
2063
|
+
display: flex;
|
|
2064
|
+
align-items: center;
|
|
2065
|
+
color: #0080ff;
|
|
2066
|
+
font-weight: bold;
|
|
2090
2067
|
}
|
|
2091
|
-
.
|
|
2092
|
-
|
|
2093
|
-
width: 20px;
|
|
2068
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2069
|
+
margin-left: 4px;
|
|
2094
2070
|
}
|
|
2095
|
-
.
|
|
2096
|
-
|
|
2097
|
-
|
|
2071
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2072
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2073
|
+
padding: 0 8px;
|
|
2098
2074
|
}
|
|
2099
|
-
.
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
top: 1px;
|
|
2103
|
-
left: 1px;
|
|
2075
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2076
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2077
|
+
color: #0080ff;
|
|
2104
2078
|
}
|
|
2105
|
-
.
|
|
2106
|
-
|
|
2107
|
-
width: 28px;
|
|
2079
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2080
|
+
transform: rotate(180deg);
|
|
2108
2081
|
}
|
|
2109
|
-
|
|
2110
|
-
|
|
2082
|
+
|
|
2083
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2084
|
+
max-height: calc(100vh - 128px);
|
|
2085
|
+
overflow-y: auto;
|
|
2111
2086
|
}
|
|
2112
|
-
.
|
|
2113
|
-
|
|
2087
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2088
|
+
padding: 4px 20px;
|
|
2089
|
+
font-size: 12px;
|
|
2090
|
+
line-height: 18px;
|
|
2114
2091
|
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2092
|
+
|
|
2093
|
+
.bpq0js6 {
|
|
2094
|
+
padding: 4px 11px;
|
|
2117
2095
|
}
|
|
2118
|
-
|
|
2119
|
-
|
|
2096
|
+
|
|
2097
|
+
.b15sn34c {
|
|
2098
|
+
white-space: nowrap;
|
|
2099
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
2120
2100
|
}
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2101
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
2102
|
+
--color: #0080ff;
|
|
2103
|
+
}
|
|
2104
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
2105
|
+
--color: #0080ff;
|
|
2106
|
+
}
|
|
2107
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
2108
|
+
margin-left: 1px;
|
|
2109
|
+
}
|
|
2110
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
2111
|
+
border-top-right-radius: 0;
|
|
2112
|
+
border-bottom-right-radius: 0;
|
|
2113
|
+
}
|
|
2114
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
2115
|
+
border-top-left-radius: 0;
|
|
2116
|
+
border-bottom-left-radius: 0;
|
|
2117
|
+
}
|
|
2118
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
2119
|
+
border-radius: unset;
|
|
2123
2120
|
}
|
|
2124
2121
|
|
|
2125
|
-
.
|
|
2126
|
-
|
|
2122
|
+
.obf05yr {
|
|
2123
|
+
display: inline-block;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.hsms1n6 {
|
|
2127
|
+
visibility: hidden;
|
|
2128
|
+
position: absolute;
|
|
2127
2129
|
}
|
|
2128
2130
|
|
|
2129
2131
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2209,6 +2211,61 @@ input[type=submit] {
|
|
|
2209
2211
|
padding: 0;
|
|
2210
2212
|
}
|
|
2211
2213
|
|
|
2214
|
+
.s34f1qb.ant-switch {
|
|
2215
|
+
min-width: 40px;
|
|
2216
|
+
height: 24px;
|
|
2217
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2218
|
+
overflow: hidden;
|
|
2219
|
+
}
|
|
2220
|
+
.s34f1qb.ant-switch:focus {
|
|
2221
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2222
|
+
}
|
|
2223
|
+
.s34f1qb.ant-switch-small {
|
|
2224
|
+
min-width: 26px;
|
|
2225
|
+
height: 16px;
|
|
2226
|
+
}
|
|
2227
|
+
.s34f1qb.ant-switch-large {
|
|
2228
|
+
min-width: 52px;
|
|
2229
|
+
height: 32px;
|
|
2230
|
+
}
|
|
2231
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2232
|
+
height: 20px;
|
|
2233
|
+
width: 20px;
|
|
2234
|
+
}
|
|
2235
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2236
|
+
border-radius: 10px;
|
|
2237
|
+
transition-delay: 120ms;
|
|
2238
|
+
}
|
|
2239
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2240
|
+
height: 14px;
|
|
2241
|
+
width: 14px;
|
|
2242
|
+
top: 1px;
|
|
2243
|
+
left: 1px;
|
|
2244
|
+
}
|
|
2245
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2246
|
+
height: 28px;
|
|
2247
|
+
width: 28px;
|
|
2248
|
+
}
|
|
2249
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2250
|
+
border-radius: 14px;
|
|
2251
|
+
}
|
|
2252
|
+
.s34f1qb.ant-switch-checked {
|
|
2253
|
+
background-color: #00ba5d;
|
|
2254
|
+
}
|
|
2255
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2256
|
+
left: calc(100% - 20px - 2px);
|
|
2257
|
+
}
|
|
2258
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2259
|
+
left: calc(100% - 14px - 1px);
|
|
2260
|
+
}
|
|
2261
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2262
|
+
left: calc(100% - 28px - 2px);
|
|
2263
|
+
}
|
|
2264
|
+
|
|
2265
|
+
.c1to9vb9 {
|
|
2266
|
+
margin-left: 5px;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2212
2269
|
.cz04yix {
|
|
2213
2270
|
display: flex;
|
|
2214
2271
|
flex-direction: column;
|
|
@@ -2874,61 +2931,78 @@ input.rrg1fkn.ant-input {
|
|
|
2874
2931
|
border-bottom-left-radius: 0;
|
|
2875
2932
|
}
|
|
2876
2933
|
|
|
2877
|
-
.
|
|
2878
|
-
|
|
2879
|
-
justify-content: space-between;
|
|
2880
|
-
align-items: center;
|
|
2881
|
-
padding: 10px 0;
|
|
2882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2883
|
-
font-size: 12px;
|
|
2884
|
-
line-height: 24px;
|
|
2934
|
+
.s1fc623g {
|
|
2935
|
+
width: 430px !important;
|
|
2885
2936
|
}
|
|
2886
|
-
|
|
2887
|
-
|
|
2937
|
+
|
|
2938
|
+
.da3mx0o .ant-select-item-group {
|
|
2939
|
+
padding: 8px 16px;
|
|
2940
|
+
line-height: 18px;
|
|
2941
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2942
|
+
height: 34px;
|
|
2943
|
+
min-height: 34px;
|
|
2944
|
+
box-sizing: border-box;
|
|
2945
|
+
margin-top: 8px;
|
|
2888
2946
|
}
|
|
2889
|
-
|
|
2947
|
+
|
|
2948
|
+
.onr9gzt {
|
|
2890
2949
|
display: flex;
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2950
|
+
flex-direction: column;
|
|
2951
|
+
margin: 1px 8px;
|
|
2952
|
+
padding: 8px;
|
|
2953
|
+
border-radius: 4px;
|
|
2895
2954
|
}
|
|
2896
|
-
.
|
|
2897
|
-
|
|
2898
|
-
color: #0080ff;
|
|
2955
|
+
.onr9gzt .selected-icon {
|
|
2956
|
+
display: none;
|
|
2899
2957
|
}
|
|
2900
|
-
.
|
|
2901
|
-
|
|
2958
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2959
|
+
padding-left: 8px;
|
|
2902
2960
|
}
|
|
2903
|
-
.
|
|
2904
|
-
|
|
2905
|
-
|
|
2961
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2962
|
+
background-color: white;
|
|
2963
|
+
}
|
|
2964
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2906
2965
|
color: #0080ff;
|
|
2907
|
-
font-weight: bold;
|
|
2908
2966
|
}
|
|
2909
|
-
.
|
|
2910
|
-
|
|
2967
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2968
|
+
display: block;
|
|
2911
2969
|
}
|
|
2912
|
-
.
|
|
2913
|
-
|
|
2914
|
-
padding: 0 8px;
|
|
2970
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2971
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2915
2972
|
}
|
|
2916
|
-
.
|
|
2917
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2973
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2918
2974
|
color: #0080ff;
|
|
2919
2975
|
}
|
|
2920
|
-
.
|
|
2921
|
-
|
|
2976
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2977
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2978
|
+
color: #0080ff;
|
|
2922
2979
|
}
|
|
2923
2980
|
|
|
2924
|
-
.
|
|
2925
|
-
|
|
2926
|
-
|
|
2981
|
+
.oiy0apc {
|
|
2982
|
+
display: flex;
|
|
2983
|
+
justify-content: space-between;
|
|
2984
|
+
height: 20px;
|
|
2985
|
+
line-height: 20px;
|
|
2927
2986
|
}
|
|
2928
|
-
.
|
|
2929
|
-
|
|
2930
|
-
|
|
2987
|
+
.oiy0apc .timezone-title {
|
|
2988
|
+
color: #2d3a56;
|
|
2989
|
+
overflow: hidden;
|
|
2990
|
+
text-overflow: ellipsis;
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
.of4y382 {
|
|
2994
|
+
display: flex;
|
|
2995
|
+
justify-content: space-between;
|
|
2996
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2997
|
+
height: 18px;
|
|
2931
2998
|
line-height: 18px;
|
|
2999
|
+
margin-top: 2px;
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
.t19903l9 {
|
|
3003
|
+
border: none;
|
|
3004
|
+
margin-right: 0;
|
|
3005
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2932
3006
|
}
|
|
2933
3007
|
|
|
2934
3008
|
.t1upn1sz {
|
|
@@ -3294,80 +3368,6 @@ input.rrg1fkn.ant-input {
|
|
|
3294
3368
|
background: #fff;
|
|
3295
3369
|
}
|
|
3296
3370
|
|
|
3297
|
-
.s1fc623g {
|
|
3298
|
-
width: 430px !important;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.da3mx0o .ant-select-item-group {
|
|
3302
|
-
padding: 8px 16px;
|
|
3303
|
-
line-height: 18px;
|
|
3304
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
-
height: 34px;
|
|
3306
|
-
min-height: 34px;
|
|
3307
|
-
box-sizing: border-box;
|
|
3308
|
-
margin-top: 8px;
|
|
3309
|
-
}
|
|
3310
|
-
|
|
3311
|
-
.onr9gzt {
|
|
3312
|
-
display: flex;
|
|
3313
|
-
flex-direction: column;
|
|
3314
|
-
margin: 1px 8px;
|
|
3315
|
-
padding: 8px;
|
|
3316
|
-
border-radius: 4px;
|
|
3317
|
-
}
|
|
3318
|
-
.onr9gzt .selected-icon {
|
|
3319
|
-
display: none;
|
|
3320
|
-
}
|
|
3321
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
-
padding-left: 8px;
|
|
3323
|
-
}
|
|
3324
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
-
background-color: white;
|
|
3326
|
-
}
|
|
3327
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
-
color: #0080ff;
|
|
3329
|
-
}
|
|
3330
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
-
display: block;
|
|
3332
|
-
}
|
|
3333
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3335
|
-
}
|
|
3336
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
-
color: #0080ff;
|
|
3338
|
-
}
|
|
3339
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
-
color: #0080ff;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
.oiy0apc {
|
|
3345
|
-
display: flex;
|
|
3346
|
-
justify-content: space-between;
|
|
3347
|
-
height: 20px;
|
|
3348
|
-
line-height: 20px;
|
|
3349
|
-
}
|
|
3350
|
-
.oiy0apc .timezone-title {
|
|
3351
|
-
color: #2d3a56;
|
|
3352
|
-
overflow: hidden;
|
|
3353
|
-
text-overflow: ellipsis;
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
.of4y382 {
|
|
3357
|
-
display: flex;
|
|
3358
|
-
justify-content: space-between;
|
|
3359
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3360
|
-
height: 18px;
|
|
3361
|
-
line-height: 18px;
|
|
3362
|
-
margin-top: 2px;
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
.t19903l9 {
|
|
3366
|
-
border: none;
|
|
3367
|
-
margin-right: 0;
|
|
3368
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
3371
|
.i1e4sgug {
|
|
3372
3372
|
display: inline-block;
|
|
3373
3373
|
}
|
|
@@ -3918,6 +3918,16 @@ input.rrg1fkn.ant-input {
|
|
|
3918
3918
|
margin-left: 24px;
|
|
3919
3919
|
}
|
|
3920
3920
|
|
|
3921
|
+
.igz4le8 {
|
|
3922
|
+
height: 24px;
|
|
3923
|
+
width: 56px !important;
|
|
3924
|
+
margin-right: 4px;
|
|
3925
|
+
}
|
|
3926
|
+
|
|
3927
|
+
.c1riexje {
|
|
3928
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3921
3931
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3922
3932
|
border-radius: 6px;
|
|
3923
3933
|
}
|
|
@@ -3973,16 +3983,6 @@ input.rrg1fkn.ant-input {
|
|
|
3973
3983
|
transform: rotate(180deg);
|
|
3974
3984
|
}
|
|
3975
3985
|
|
|
3976
|
-
.igz4le8 {
|
|
3977
|
-
height: 24px;
|
|
3978
|
-
width: 56px !important;
|
|
3979
|
-
margin-right: 4px;
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
|
-
.c1riexje {
|
|
3983
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3984
|
-
}
|
|
3985
|
-
|
|
3986
3986
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3987
3987
|
display: flex;
|
|
3988
3988
|
}
|
|
@@ -4420,6 +4420,25 @@ input.rrg1fkn.ant-input {
|
|
|
4420
4420
|
margin-right: 8px;
|
|
4421
4421
|
}
|
|
4422
4422
|
|
|
4423
|
+
.feau332.ant-form-item {
|
|
4424
|
+
margin-bottom: 0;
|
|
4425
|
+
}
|
|
4426
|
+
.feau332 .ant-form-item-explain {
|
|
4427
|
+
display: none;
|
|
4428
|
+
min-height: 18px;
|
|
4429
|
+
margin-top: 5px;
|
|
4430
|
+
font-family: "Inter";
|
|
4431
|
+
font-weight: 400;
|
|
4432
|
+
font-size: 12px;
|
|
4433
|
+
line-height: 18px;
|
|
4434
|
+
}
|
|
4435
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4436
|
+
white-space: pre-wrap;
|
|
4437
|
+
}
|
|
4438
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4439
|
+
display: block;
|
|
4440
|
+
}
|
|
4441
|
+
|
|
4423
4442
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4424
4443
|
display: var(--a6dbbkm-0);
|
|
4425
4444
|
}
|
|
@@ -4449,23 +4468,4 @@ input.rrg1fkn.ant-input {
|
|
|
4449
4468
|
margin: 0;
|
|
4450
4469
|
height: auto;
|
|
4451
4470
|
font-size: inherit;
|
|
4452
|
-
}
|
|
4453
|
-
|
|
4454
|
-
.feau332.ant-form-item {
|
|
4455
|
-
margin-bottom: 0;
|
|
4456
|
-
}
|
|
4457
|
-
.feau332 .ant-form-item-explain {
|
|
4458
|
-
display: none;
|
|
4459
|
-
min-height: 18px;
|
|
4460
|
-
margin-top: 5px;
|
|
4461
|
-
font-family: "Inter";
|
|
4462
|
-
font-weight: 400;
|
|
4463
|
-
font-size: 12px;
|
|
4464
|
-
line-height: 18px;
|
|
4465
|
-
}
|
|
4466
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
4467
|
-
white-space: pre-wrap;
|
|
4468
|
-
}
|
|
4469
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4470
|
-
display: block;
|
|
4471
4471
|
}
|