@cloudtower/eagle 0.27.3-gobackbutton → 0.27.3-gobackbutton2
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 +444 -434
- package/dist/esm/index.js +37 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +484 -474
- package/dist/umd/index.js +36 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29852,6 +29852,19 @@ html body {
|
|
|
29852
29852
|
font-size: 18px;
|
|
29853
29853
|
}
|
|
29854
29854
|
|
|
29855
|
+
.iap75of {
|
|
29856
|
+
height: 18px;
|
|
29857
|
+
line-height: 18px;
|
|
29858
|
+
padding: 0 4px;
|
|
29859
|
+
border-radius: 4px;
|
|
29860
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29861
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29862
|
+
display: flex;
|
|
29863
|
+
align-items: center;
|
|
29864
|
+
white-space: nowrap;
|
|
29865
|
+
margin-right: 4px;
|
|
29866
|
+
}
|
|
29867
|
+
|
|
29855
29868
|
.i1mrf09m {
|
|
29856
29869
|
display: inline-flex;
|
|
29857
29870
|
align-items: center;
|
|
@@ -29870,19 +29883,6 @@ html body {
|
|
|
29870
29883
|
animation: rotate 680ms linear infinite;
|
|
29871
29884
|
}
|
|
29872
29885
|
|
|
29873
|
-
.iap75of {
|
|
29874
|
-
height: 18px;
|
|
29875
|
-
line-height: 18px;
|
|
29876
|
-
padding: 0 4px;
|
|
29877
|
-
border-radius: 4px;
|
|
29878
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29879
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29880
|
-
display: flex;
|
|
29881
|
-
align-items: center;
|
|
29882
|
-
white-space: nowrap;
|
|
29883
|
-
margin-right: 4px;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
29886
|
.obf05yr {
|
|
29887
29887
|
display: inline-block;
|
|
29888
29888
|
}
|
|
@@ -30762,6 +30762,87 @@ input.rrg1fkn.ant-input {
|
|
|
30762
30762
|
margin-left: 5px;
|
|
30763
30763
|
}
|
|
30764
30764
|
|
|
30765
|
+
.s1fc623g {
|
|
30766
|
+
width: 430px !important;
|
|
30767
|
+
}
|
|
30768
|
+
|
|
30769
|
+
.da3mx0o .ant-select-item-group {
|
|
30770
|
+
padding: 8px 16px;
|
|
30771
|
+
line-height: 18px;
|
|
30772
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30773
|
+
height: 34px;
|
|
30774
|
+
min-height: 34px;
|
|
30775
|
+
box-sizing: border-box;
|
|
30776
|
+
margin-top: 8px;
|
|
30777
|
+
}
|
|
30778
|
+
|
|
30779
|
+
.onr9gzt {
|
|
30780
|
+
display: flex;
|
|
30781
|
+
flex-direction: column;
|
|
30782
|
+
margin: 1px 8px;
|
|
30783
|
+
padding: 8px;
|
|
30784
|
+
border-radius: 4px;
|
|
30785
|
+
}
|
|
30786
|
+
.onr9gzt .selected-icon {
|
|
30787
|
+
display: none;
|
|
30788
|
+
}
|
|
30789
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30790
|
+
padding-left: 8px;
|
|
30791
|
+
}
|
|
30792
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30793
|
+
background-color: white;
|
|
30794
|
+
}
|
|
30795
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30796
|
+
color: #0080ff;
|
|
30797
|
+
}
|
|
30798
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30799
|
+
display: block;
|
|
30800
|
+
}
|
|
30801
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30802
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30803
|
+
}
|
|
30804
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30805
|
+
color: #0080ff;
|
|
30806
|
+
}
|
|
30807
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30808
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30809
|
+
color: #0080ff;
|
|
30810
|
+
}
|
|
30811
|
+
|
|
30812
|
+
.oiy0apc {
|
|
30813
|
+
display: flex;
|
|
30814
|
+
justify-content: space-between;
|
|
30815
|
+
height: 20px;
|
|
30816
|
+
line-height: 20px;
|
|
30817
|
+
}
|
|
30818
|
+
.oiy0apc .timezone-title {
|
|
30819
|
+
color: #2d3a56;
|
|
30820
|
+
overflow: hidden;
|
|
30821
|
+
text-overflow: ellipsis;
|
|
30822
|
+
}
|
|
30823
|
+
|
|
30824
|
+
.of4y382 {
|
|
30825
|
+
display: flex;
|
|
30826
|
+
justify-content: space-between;
|
|
30827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30828
|
+
height: 18px;
|
|
30829
|
+
line-height: 18px;
|
|
30830
|
+
margin-top: 2px;
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30833
|
+
.t19903l9 {
|
|
30834
|
+
border: none;
|
|
30835
|
+
margin-right: 0;
|
|
30836
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30837
|
+
}
|
|
30838
|
+
|
|
30839
|
+
.ohwbvxu {
|
|
30840
|
+
pointer-events: none;
|
|
30841
|
+
height: 32px;
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
opacity: 0;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30765
30846
|
.t1upn1sz {
|
|
30766
30847
|
height: 100%;
|
|
30767
30848
|
}
|
|
@@ -31126,87 +31207,6 @@ input.rrg1fkn.ant-input {
|
|
|
31126
31207
|
background: #fff;
|
|
31127
31208
|
}
|
|
31128
31209
|
|
|
31129
|
-
.s1fc623g {
|
|
31130
|
-
width: 430px !important;
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.da3mx0o .ant-select-item-group {
|
|
31134
|
-
padding: 8px 16px;
|
|
31135
|
-
line-height: 18px;
|
|
31136
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31137
|
-
height: 34px;
|
|
31138
|
-
min-height: 34px;
|
|
31139
|
-
box-sizing: border-box;
|
|
31140
|
-
margin-top: 8px;
|
|
31141
|
-
}
|
|
31142
|
-
|
|
31143
|
-
.onr9gzt {
|
|
31144
|
-
display: flex;
|
|
31145
|
-
flex-direction: column;
|
|
31146
|
-
margin: 1px 8px;
|
|
31147
|
-
padding: 8px;
|
|
31148
|
-
border-radius: 4px;
|
|
31149
|
-
}
|
|
31150
|
-
.onr9gzt .selected-icon {
|
|
31151
|
-
display: none;
|
|
31152
|
-
}
|
|
31153
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31154
|
-
padding-left: 8px;
|
|
31155
|
-
}
|
|
31156
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31157
|
-
background-color: white;
|
|
31158
|
-
}
|
|
31159
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31160
|
-
color: #0080ff;
|
|
31161
|
-
}
|
|
31162
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31163
|
-
display: block;
|
|
31164
|
-
}
|
|
31165
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31166
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31167
|
-
}
|
|
31168
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31169
|
-
color: #0080ff;
|
|
31170
|
-
}
|
|
31171
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31172
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31173
|
-
color: #0080ff;
|
|
31174
|
-
}
|
|
31175
|
-
|
|
31176
|
-
.oiy0apc {
|
|
31177
|
-
display: flex;
|
|
31178
|
-
justify-content: space-between;
|
|
31179
|
-
height: 20px;
|
|
31180
|
-
line-height: 20px;
|
|
31181
|
-
}
|
|
31182
|
-
.oiy0apc .timezone-title {
|
|
31183
|
-
color: #2d3a56;
|
|
31184
|
-
overflow: hidden;
|
|
31185
|
-
text-overflow: ellipsis;
|
|
31186
|
-
}
|
|
31187
|
-
|
|
31188
|
-
.of4y382 {
|
|
31189
|
-
display: flex;
|
|
31190
|
-
justify-content: space-between;
|
|
31191
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
-
height: 18px;
|
|
31193
|
-
line-height: 18px;
|
|
31194
|
-
margin-top: 2px;
|
|
31195
|
-
}
|
|
31196
|
-
|
|
31197
|
-
.t19903l9 {
|
|
31198
|
-
border: none;
|
|
31199
|
-
margin-right: 0;
|
|
31200
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31201
|
-
}
|
|
31202
|
-
|
|
31203
|
-
.ohwbvxu {
|
|
31204
|
-
pointer-events: none;
|
|
31205
|
-
height: 32px;
|
|
31206
|
-
width: 100%;
|
|
31207
|
-
opacity: 0;
|
|
31208
|
-
}
|
|
31209
|
-
|
|
31210
31210
|
.i1e4sgug {
|
|
31211
31211
|
display: inline-block;
|
|
31212
31212
|
}
|
|
@@ -31971,6 +31971,28 @@ input.rrg1fkn.ant-input {
|
|
|
31971
31971
|
width: 100%;
|
|
31972
31972
|
}
|
|
31973
31973
|
|
|
31974
|
+
.cav9p2m .ant-collapse-item {
|
|
31975
|
+
border: 0px;
|
|
31976
|
+
background-color: #fff;
|
|
31977
|
+
}
|
|
31978
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31979
|
+
padding-top: 0px;
|
|
31980
|
+
padding-bottom: 0px;
|
|
31981
|
+
padding-left: 0px !important;
|
|
31982
|
+
padding-right: 24px;
|
|
31983
|
+
}
|
|
31984
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31985
|
+
right: 0px;
|
|
31986
|
+
}
|
|
31987
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31988
|
+
padding: 0px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31992
|
+
padding-right: 0px;
|
|
31993
|
+
cursor: default;
|
|
31994
|
+
}
|
|
31995
|
+
|
|
31974
31996
|
.c10crapj {
|
|
31975
31997
|
border-radius: 8px;
|
|
31976
31998
|
}
|
|
@@ -32049,36 +32071,10 @@ input.rrg1fkn.ant-input {
|
|
|
32049
32071
|
margin-left: 24px;
|
|
32050
32072
|
}
|
|
32051
32073
|
|
|
32052
|
-
.cav9p2m .ant-collapse-item {
|
|
32053
|
-
border: 0px;
|
|
32054
|
-
background-color: #fff;
|
|
32055
|
-
}
|
|
32056
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32057
|
-
padding-top: 0px;
|
|
32058
|
-
padding-bottom: 0px;
|
|
32059
|
-
padding-left: 0px !important;
|
|
32060
|
-
padding-right: 24px;
|
|
32061
|
-
}
|
|
32062
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32063
|
-
right: 0px;
|
|
32064
|
-
}
|
|
32065
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32066
|
-
padding: 0px;
|
|
32067
|
-
}
|
|
32068
|
-
|
|
32069
|
-
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32070
|
-
padding-right: 0px;
|
|
32071
|
-
cursor: default;
|
|
32072
|
-
}
|
|
32073
|
-
|
|
32074
32074
|
.t3qomhu {
|
|
32075
32075
|
margin: 0 2px;
|
|
32076
32076
|
}
|
|
32077
32077
|
|
|
32078
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32079
|
-
display: flex;
|
|
32080
|
-
}
|
|
32081
|
-
|
|
32082
32078
|
.o8ocss1 {
|
|
32083
32079
|
overflow: hidden;
|
|
32084
32080
|
text-overflow: ellipsis;
|
|
@@ -32088,14 +32084,8 @@ input.rrg1fkn.ant-input {
|
|
|
32088
32084
|
white-space: nowrap;
|
|
32089
32085
|
}
|
|
32090
32086
|
|
|
32091
|
-
.
|
|
32092
|
-
|
|
32093
|
-
width: 56px !important;
|
|
32094
|
-
margin-right: 4px;
|
|
32095
|
-
}
|
|
32096
|
-
|
|
32097
|
-
.c1riexje {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32087
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32088
|
+
display: flex;
|
|
32099
32089
|
}
|
|
32100
32090
|
|
|
32101
32091
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32155,6 +32145,16 @@ input.rrg1fkn.ant-input {
|
|
|
32155
32145
|
transform: rotate(180deg);
|
|
32156
32146
|
}
|
|
32157
32147
|
|
|
32148
|
+
.igz4le8 {
|
|
32149
|
+
height: 24px;
|
|
32150
|
+
width: 56px !important;
|
|
32151
|
+
margin-right: 4px;
|
|
32152
|
+
}
|
|
32153
|
+
|
|
32154
|
+
.c1riexje {
|
|
32155
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32156
|
+
}
|
|
32157
|
+
|
|
32158
32158
|
.s14dk8r1 {
|
|
32159
32159
|
margin: 0;
|
|
32160
32160
|
border-radius: 20px;
|
|
@@ -32229,214 +32229,238 @@ input.rrg1fkn.ant-input {
|
|
|
32229
32229
|
display: inline-block;
|
|
32230
32230
|
}
|
|
32231
32231
|
|
|
32232
|
-
.
|
|
32233
|
-
|
|
32234
|
-
|
|
32232
|
+
.l4bld33 {
|
|
32233
|
+
width: 64px;
|
|
32234
|
+
height: 64px;
|
|
32235
32235
|
display: flex;
|
|
32236
32236
|
align-items: center;
|
|
32237
32237
|
justify-content: center;
|
|
32238
|
-
|
|
32239
|
-
|
|
32238
|
+
position: relative;
|
|
32239
|
+
opacity: 0.2;
|
|
32240
32240
|
}
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32241
|
+
|
|
32242
|
+
.lgitjoj {
|
|
32243
|
+
position: absolute;
|
|
32244
|
+
width: 5px;
|
|
32245
|
+
height: 48px;
|
|
32246
|
+
left: 9.33px;
|
|
32247
|
+
top: 40.5px;
|
|
32248
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32249
|
+
border-radius: 5px;
|
|
32250
|
+
transform: rotate(-128deg);
|
|
32251
|
+
transform-origin: top left;
|
|
32252
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32244
32253
|
}
|
|
32245
32254
|
|
|
32246
|
-
.
|
|
32247
|
-
|
|
32248
|
-
|
|
32249
|
-
|
|
32250
|
-
|
|
32255
|
+
.l13g0exg {
|
|
32256
|
+
position: absolute;
|
|
32257
|
+
width: 5px;
|
|
32258
|
+
height: 48px;
|
|
32259
|
+
left: 40.8px;
|
|
32260
|
+
top: 8.4px;
|
|
32261
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32262
|
+
border-radius: 5px;
|
|
32263
|
+
transform: rotate(-8deg);
|
|
32264
|
+
transform-origin: top left;
|
|
32265
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32251
32266
|
}
|
|
32252
|
-
|
|
32253
|
-
|
|
32254
|
-
|
|
32255
|
-
|
|
32256
|
-
|
|
32257
|
-
|
|
32267
|
+
|
|
32268
|
+
.l1exo3h6 {
|
|
32269
|
+
position: absolute;
|
|
32270
|
+
width: 5px;
|
|
32271
|
+
height: 48px;
|
|
32272
|
+
left: 52.9px;
|
|
32273
|
+
top: 51.8px;
|
|
32274
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32275
|
+
border-radius: 5px;
|
|
32276
|
+
transform: rotate(112deg);
|
|
32277
|
+
transform-origin: top left;
|
|
32278
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32258
32279
|
}
|
|
32259
|
-
|
|
32260
|
-
|
|
32261
|
-
|
|
32262
|
-
align-items: center;
|
|
32280
|
+
|
|
32281
|
+
.sq6vos1 {
|
|
32282
|
+
--item-min-width: 60px;
|
|
32263
32283
|
}
|
|
32264
|
-
.
|
|
32265
|
-
|
|
32284
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32285
|
+
display: none !important;
|
|
32266
32286
|
}
|
|
32267
|
-
.
|
|
32268
|
-
|
|
32287
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32288
|
+
flex-shrink: 0 !important;
|
|
32269
32289
|
}
|
|
32270
|
-
.
|
|
32271
|
-
|
|
32272
|
-
cursor: pointer;
|
|
32290
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32291
|
+
color: #0080ff;
|
|
32273
32292
|
}
|
|
32274
|
-
.
|
|
32275
|
-
|
|
32276
|
-
|
|
32277
|
-
display: flex;
|
|
32278
|
-
justify-content: center;
|
|
32279
|
-
align-items: center;
|
|
32293
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32294
|
+
color: #0080ff;
|
|
32295
|
+
font-weight: normal;
|
|
32280
32296
|
}
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32297
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32298
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32283
32299
|
}
|
|
32284
|
-
|
|
32285
|
-
|
|
32286
|
-
display: flex;
|
|
32287
|
-
align-items: center;
|
|
32288
|
-
white-space: nowrap;
|
|
32289
|
-
overflow: hidden;
|
|
32290
|
-
width: 100%;
|
|
32300
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32301
|
+
color: #00122e;
|
|
32291
32302
|
}
|
|
32292
|
-
.
|
|
32293
|
-
|
|
32294
|
-
|
|
32303
|
+
.sq6vos1 .step-item-text {
|
|
32304
|
+
display: inline-block;
|
|
32305
|
+
}
|
|
32306
|
+
.sq6vos1 .step-item-title {
|
|
32307
|
+
overflow: hidden;
|
|
32308
|
+
white-space: nowrap;
|
|
32309
|
+
text-overflow: ellipsis;
|
|
32295
32310
|
}
|
|
32296
32311
|
|
|
32297
|
-
.
|
|
32298
|
-
|
|
32299
|
-
justify-content: flex-start;
|
|
32300
|
-
align-items: center;
|
|
32301
|
-
font-size: 12px;
|
|
32302
|
-
cursor: pointer;
|
|
32312
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32313
|
+
min-width: var(--item-min-width);
|
|
32303
32314
|
}
|
|
32304
|
-
.
|
|
32305
|
-
|
|
32315
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32316
|
+
cursor: not-allowed !important;
|
|
32306
32317
|
}
|
|
32307
|
-
.
|
|
32308
|
-
|
|
32318
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32319
|
+
flex-direction: row;
|
|
32320
|
+
justify-content: stretch;
|
|
32309
32321
|
}
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32322
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32323
|
+
padding: 0;
|
|
32324
|
+
margin-right: 4px;
|
|
32325
|
+
flex: 1;
|
|
32326
|
+
overflow: visible;
|
|
32312
32327
|
}
|
|
32313
|
-
|
|
32314
|
-
|
|
32315
|
-
|
|
32316
|
-
height: 8px;
|
|
32317
|
-
width: 8px;
|
|
32318
|
-
margin-right: 8px;
|
|
32328
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32329
|
+
width: 100%;
|
|
32330
|
+
min-height: unset;
|
|
32319
32331
|
}
|
|
32320
|
-
|
|
32321
|
-
|
|
32322
|
-
|
|
32323
|
-
|
|
32332
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32333
|
+
height: 26px;
|
|
32334
|
+
line-height: 26px;
|
|
32335
|
+
width: 100%;
|
|
32336
|
+
padding: 0;
|
|
32324
32337
|
font-size: 12px;
|
|
32325
|
-
margin: 0;
|
|
32326
32338
|
}
|
|
32327
|
-
|
|
32328
|
-
|
|
32339
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32340
|
+
margin-right: 10px;
|
|
32341
|
+
}
|
|
32342
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32343
|
+
display: none;
|
|
32344
|
+
}
|
|
32345
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32346
|
+
padding-left: 8px;
|
|
32347
|
+
padding-right: 4px;
|
|
32348
|
+
border-radius: 4px 0 0 4px;
|
|
32349
|
+
}
|
|
32350
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32351
|
+
margin-right: 0;
|
|
32352
|
+
}
|
|
32353
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32354
|
+
padding-right: 8px;
|
|
32355
|
+
padding-left: 12px;
|
|
32356
|
+
border-radius: 0 4px 4px 0;
|
|
32357
|
+
}
|
|
32358
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32359
|
+
content: "";
|
|
32360
|
+
width: 0;
|
|
32361
|
+
height: 0;
|
|
32362
|
+
border: 13px solid transparent;
|
|
32363
|
+
position: absolute;
|
|
32364
|
+
top: 0;
|
|
32365
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32366
|
+
z-index: 2;
|
|
32329
32367
|
position: relative;
|
|
32368
|
+
top: -50%;
|
|
32369
|
+
right: -100%;
|
|
32330
32370
|
}
|
|
32331
|
-
.
|
|
32332
|
-
|
|
32371
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32372
|
+
padding: 0 4px 0 12px;
|
|
32333
32373
|
}
|
|
32334
|
-
.
|
|
32335
|
-
|
|
32336
|
-
|
|
32337
|
-
|
|
32338
|
-
|
|
32374
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32375
|
+
content: "";
|
|
32376
|
+
width: 0;
|
|
32377
|
+
height: 0;
|
|
32378
|
+
border: 13px solid transparent;
|
|
32379
|
+
position: absolute;
|
|
32380
|
+
top: 0;
|
|
32381
|
+
border-left: 8px solid #fff;
|
|
32382
|
+
left: 0;
|
|
32339
32383
|
}
|
|
32340
|
-
.
|
|
32341
|
-
|
|
32342
|
-
font-size: 12px;
|
|
32343
|
-
align-items: center;
|
|
32384
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32385
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32344
32386
|
}
|
|
32345
|
-
.
|
|
32346
|
-
color:
|
|
32387
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32388
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32347
32389
|
}
|
|
32348
|
-
.
|
|
32349
|
-
|
|
32390
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32391
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32350
32392
|
}
|
|
32351
|
-
.
|
|
32352
|
-
margin-left: 10px;
|
|
32393
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32353
32394
|
cursor: pointer;
|
|
32395
|
+
min-width: var(--item-min-width);
|
|
32354
32396
|
}
|
|
32355
|
-
.
|
|
32356
|
-
|
|
32397
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32398
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32399
|
+
min-width: var(--item-min-width);
|
|
32357
32400
|
}
|
|
32358
|
-
.
|
|
32359
|
-
|
|
32360
|
-
|
|
32361
|
-
padding: 0 8px;
|
|
32362
|
-
border-radius: 4px;
|
|
32363
|
-
font-size: 12px;
|
|
32364
|
-
color: #fff;
|
|
32365
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32366
|
-
transform: translateX(-50%);
|
|
32401
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32402
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32403
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32367
32404
|
}
|
|
32368
|
-
|
|
32369
|
-
|
|
32370
|
-
min-width: 200px;
|
|
32405
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32406
|
+
padding: 0;
|
|
32371
32407
|
}
|
|
32372
32408
|
|
|
32373
|
-
.
|
|
32409
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32410
|
+
width: 192px;
|
|
32411
|
+
row-gap: 2px;
|
|
32412
|
+
}
|
|
32413
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32414
|
+
padding: 0 8px;
|
|
32415
|
+
border-radius: 4px;
|
|
32416
|
+
height: 32px;
|
|
32374
32417
|
display: flex;
|
|
32375
32418
|
align-items: center;
|
|
32376
|
-
justify-content: space-between;
|
|
32377
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32378
|
-
color: #b4beca;
|
|
32379
|
-
font-size: 12px;
|
|
32380
|
-
padding: 3px 6px;
|
|
32381
32419
|
}
|
|
32382
|
-
.
|
|
32383
|
-
|
|
32420
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32421
|
+
min-height: auto;
|
|
32422
|
+
white-space: nowrap;
|
|
32384
32423
|
}
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32424
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32425
|
+
font-size: 13px;
|
|
32426
|
+
line-height: 20px;
|
|
32427
|
+
max-width: 100%;
|
|
32387
32428
|
}
|
|
32388
|
-
.
|
|
32389
|
-
|
|
32390
|
-
margin-left: 8px;
|
|
32429
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32430
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32391
32431
|
}
|
|
32392
32432
|
|
|
32393
|
-
.
|
|
32394
|
-
width:
|
|
32395
|
-
|
|
32396
|
-
display: flex;
|
|
32433
|
+
.h1xo7yjb {
|
|
32434
|
+
width: 100%;
|
|
32435
|
+
display: inline-flex;
|
|
32397
32436
|
align-items: center;
|
|
32398
32437
|
justify-content: center;
|
|
32399
|
-
|
|
32400
|
-
opacity: 0.2;
|
|
32438
|
+
column-gap: 4px;
|
|
32401
32439
|
}
|
|
32402
|
-
|
|
32403
|
-
|
|
32404
|
-
|
|
32405
|
-
width:
|
|
32406
|
-
height:
|
|
32407
|
-
|
|
32408
|
-
|
|
32409
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32410
|
-
border-radius: 5px;
|
|
32411
|
-
transform: rotate(-128deg);
|
|
32412
|
-
transform-origin: top left;
|
|
32413
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32440
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32441
|
+
display: inline-flex;
|
|
32442
|
+
align-items: center;
|
|
32443
|
+
width: 18px;
|
|
32444
|
+
height: 18px;
|
|
32445
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32446
|
+
justify-content: center;
|
|
32414
32447
|
}
|
|
32415
32448
|
|
|
32416
|
-
.
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
|
|
32421
|
-
|
|
32422
|
-
|
|
32423
|
-
border-radius: 5px;
|
|
32424
|
-
transform: rotate(-8deg);
|
|
32425
|
-
transform-origin: top left;
|
|
32426
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32449
|
+
.v1f2f7cy {
|
|
32450
|
+
width: 100%;
|
|
32451
|
+
display: flex;
|
|
32452
|
+
align-items: center;
|
|
32453
|
+
justify-content: center;
|
|
32454
|
+
column-gap: 6px;
|
|
32455
|
+
font-size: 13px;
|
|
32427
32456
|
}
|
|
32428
|
-
|
|
32429
|
-
|
|
32430
|
-
|
|
32431
|
-
width:
|
|
32432
|
-
height:
|
|
32433
|
-
|
|
32434
|
-
|
|
32435
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32436
|
-
border-radius: 5px;
|
|
32437
|
-
transform: rotate(112deg);
|
|
32438
|
-
transform-origin: top left;
|
|
32439
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32457
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32458
|
+
display: inline-flex;
|
|
32459
|
+
align-items: center;
|
|
32460
|
+
min-width: 20px;
|
|
32461
|
+
min-height: 20px;
|
|
32462
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32463
|
+
justify-content: center;
|
|
32440
32464
|
}
|
|
32441
32465
|
|
|
32442
32466
|
.t19ustft .date {
|
|
@@ -32525,189 +32549,175 @@ input.rrg1fkn.ant-input {
|
|
|
32525
32549
|
background-color: #7E41FF;
|
|
32526
32550
|
}
|
|
32527
32551
|
|
|
32528
|
-
.
|
|
32529
|
-
|
|
32530
|
-
}
|
|
32531
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32532
|
-
display: none !important;
|
|
32533
|
-
}
|
|
32534
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32535
|
-
flex-shrink: 0 !important;
|
|
32552
|
+
.gmyahx3 {
|
|
32553
|
+
cursor: pointer;
|
|
32536
32554
|
}
|
|
32537
|
-
.
|
|
32538
|
-
color:
|
|
32555
|
+
.gmyahx3 .link-text {
|
|
32556
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32539
32557
|
}
|
|
32540
|
-
.
|
|
32558
|
+
.gmyahx3:hover .link-text {
|
|
32541
32559
|
color: #0080ff;
|
|
32542
|
-
font-weight: normal;
|
|
32543
32560
|
}
|
|
32544
|
-
|
|
32561
|
+
|
|
32562
|
+
.m1thnes4 {
|
|
32545
32563
|
color: rgba(44, 56, 82, 0.6);
|
|
32564
|
+
text-align: center;
|
|
32565
|
+
display: flex;
|
|
32566
|
+
align-items: center;
|
|
32567
|
+
justify-content: center;
|
|
32568
|
+
flex-direction: column;
|
|
32569
|
+
height: 100%;
|
|
32546
32570
|
}
|
|
32547
|
-
.
|
|
32548
|
-
color: #
|
|
32549
|
-
|
|
32550
|
-
.sq6vos1 .step-item-text {
|
|
32551
|
-
display: inline-block;
|
|
32552
|
-
}
|
|
32553
|
-
.sq6vos1 .step-item-title {
|
|
32554
|
-
overflow: hidden;
|
|
32555
|
-
white-space: nowrap;
|
|
32556
|
-
text-overflow: ellipsis;
|
|
32571
|
+
.m1thnes4 .link {
|
|
32572
|
+
color: #0080ff;
|
|
32573
|
+
cursor: pointer;
|
|
32557
32574
|
}
|
|
32558
32575
|
|
|
32559
|
-
.
|
|
32560
|
-
min-width: var(--item-min-width);
|
|
32561
|
-
}
|
|
32562
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32563
|
-
cursor: not-allowed !important;
|
|
32564
|
-
}
|
|
32565
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32566
|
-
flex-direction: row;
|
|
32567
|
-
justify-content: stretch;
|
|
32568
|
-
}
|
|
32569
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32570
|
-
padding: 0;
|
|
32571
|
-
margin-right: 4px;
|
|
32572
|
-
flex: 1;
|
|
32573
|
-
overflow: visible;
|
|
32574
|
-
}
|
|
32575
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32576
|
+
.m1bixfdy {
|
|
32576
32577
|
width: 100%;
|
|
32577
|
-
|
|
32578
|
+
height: 100%;
|
|
32579
|
+
display: flex;
|
|
32580
|
+
flex-direction: column;
|
|
32578
32581
|
}
|
|
32579
|
-
.
|
|
32580
|
-
height: 26px;
|
|
32581
|
-
line-height: 26px;
|
|
32582
|
+
.m1bixfdy .name-toolbar {
|
|
32582
32583
|
width: 100%;
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
|
|
32586
|
-
|
|
32587
|
-
margin-right: 10px;
|
|
32588
|
-
}
|
|
32589
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32590
|
-
display: none;
|
|
32591
|
-
}
|
|
32592
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32593
|
-
padding-left: 8px;
|
|
32594
|
-
padding-right: 4px;
|
|
32595
|
-
border-radius: 4px 0 0 4px;
|
|
32596
|
-
}
|
|
32597
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32598
|
-
margin-right: 0;
|
|
32584
|
+
display: flex;
|
|
32585
|
+
line-height: 30px;
|
|
32586
|
+
padding: 0 16px;
|
|
32587
|
+
justify-content: space-between;
|
|
32599
32588
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32589
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32590
|
+
display: flex;
|
|
32591
|
+
font-size: 12px;
|
|
32592
|
+
align-items: center;
|
|
32604
32593
|
}
|
|
32605
|
-
.
|
|
32606
|
-
|
|
32607
|
-
width: 0;
|
|
32608
|
-
height: 0;
|
|
32609
|
-
border: 13px solid transparent;
|
|
32610
|
-
position: absolute;
|
|
32611
|
-
top: 0;
|
|
32612
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32613
|
-
z-index: 2;
|
|
32614
|
-
position: relative;
|
|
32615
|
-
top: -50%;
|
|
32616
|
-
right: -100%;
|
|
32594
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32595
|
+
color: #a3b4cc;
|
|
32617
32596
|
}
|
|
32618
|
-
.
|
|
32619
|
-
|
|
32597
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32598
|
+
margin-left: 10px;
|
|
32620
32599
|
}
|
|
32621
|
-
.
|
|
32622
|
-
|
|
32623
|
-
|
|
32624
|
-
height: 0;
|
|
32625
|
-
border: 13px solid transparent;
|
|
32626
|
-
position: absolute;
|
|
32627
|
-
top: 0;
|
|
32628
|
-
border-left: 8px solid #fff;
|
|
32629
|
-
left: 0;
|
|
32600
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32601
|
+
margin-left: 10px;
|
|
32602
|
+
cursor: pointer;
|
|
32630
32603
|
}
|
|
32631
|
-
.
|
|
32632
|
-
|
|
32604
|
+
.m1bixfdy .content {
|
|
32605
|
+
flex: 1;
|
|
32606
|
+
width: 100%;
|
|
32607
|
+
display: flex;
|
|
32608
|
+
justify-content: center;
|
|
32609
|
+
align-items: center;
|
|
32633
32610
|
}
|
|
32634
|
-
.
|
|
32635
|
-
|
|
32611
|
+
.m1bixfdy .single-content {
|
|
32612
|
+
height: 65px;
|
|
32636
32613
|
}
|
|
32637
|
-
|
|
32638
|
-
|
|
32614
|
+
|
|
32615
|
+
.lfamfcw {
|
|
32616
|
+
display: flex;
|
|
32617
|
+
align-items: center;
|
|
32618
|
+
white-space: nowrap;
|
|
32619
|
+
overflow: hidden;
|
|
32620
|
+
width: 100%;
|
|
32639
32621
|
}
|
|
32640
|
-
.
|
|
32622
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32623
|
+
margin-left: auto;
|
|
32624
|
+
font-size: 12px;
|
|
32625
|
+
}
|
|
32626
|
+
|
|
32627
|
+
.la6u9b4 {
|
|
32628
|
+
display: flex;
|
|
32629
|
+
justify-content: flex-start;
|
|
32630
|
+
align-items: center;
|
|
32631
|
+
font-size: 12px;
|
|
32641
32632
|
cursor: pointer;
|
|
32642
|
-
min-width: var(--item-min-width);
|
|
32643
32633
|
}
|
|
32644
|
-
.
|
|
32645
|
-
|
|
32646
|
-
min-width: var(--item-min-width);
|
|
32634
|
+
.la6u9b4:not(:last-child) {
|
|
32635
|
+
margin-right: 20px;
|
|
32647
32636
|
}
|
|
32648
|
-
.
|
|
32649
|
-
|
|
32650
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32637
|
+
.la6u9b4.deselected {
|
|
32638
|
+
opacity: 0.4;
|
|
32651
32639
|
}
|
|
32652
|
-
.
|
|
32653
|
-
|
|
32640
|
+
.la6u9b4.deselected .color-block {
|
|
32641
|
+
background: #b4beca !important;
|
|
32654
32642
|
}
|
|
32655
32643
|
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32658
|
-
|
|
32644
|
+
.chhvk8b {
|
|
32645
|
+
display: inline-block;
|
|
32646
|
+
height: 8px;
|
|
32647
|
+
width: 8px;
|
|
32648
|
+
margin-right: 8px;
|
|
32659
32649
|
}
|
|
32660
|
-
|
|
32661
|
-
|
|
32662
|
-
border-radius: 4px;
|
|
32663
|
-
height: 32px;
|
|
32650
|
+
|
|
32651
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32664
32652
|
display: flex;
|
|
32665
32653
|
align-items: center;
|
|
32654
|
+
font-size: 12px;
|
|
32655
|
+
margin: 0;
|
|
32666
32656
|
}
|
|
32667
|
-
|
|
32668
|
-
|
|
32669
|
-
|
|
32657
|
+
|
|
32658
|
+
.m16f7gpb {
|
|
32659
|
+
position: relative;
|
|
32670
32660
|
}
|
|
32671
|
-
.
|
|
32672
|
-
|
|
32673
|
-
line-height: 20px;
|
|
32674
|
-
max-width: 100%;
|
|
32661
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32662
|
+
bottom: -12px;
|
|
32675
32663
|
}
|
|
32676
|
-
.
|
|
32677
|
-
|
|
32664
|
+
.m16f7gpb .metric-toolbar {
|
|
32665
|
+
display: flex;
|
|
32666
|
+
justify-content: space-between;
|
|
32667
|
+
line-height: 30px;
|
|
32668
|
+
margin: 0 16px;
|
|
32678
32669
|
}
|
|
32679
|
-
|
|
32680
|
-
|
|
32681
|
-
|
|
32682
|
-
display: inline-flex;
|
|
32670
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32671
|
+
display: flex;
|
|
32672
|
+
font-size: 12px;
|
|
32683
32673
|
align-items: center;
|
|
32684
|
-
justify-content: center;
|
|
32685
|
-
column-gap: 4px;
|
|
32686
32674
|
}
|
|
32687
|
-
.
|
|
32688
|
-
|
|
32689
|
-
|
|
32690
|
-
|
|
32691
|
-
|
|
32692
|
-
|
|
32693
|
-
|
|
32675
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32676
|
+
color: #a3b4cc;
|
|
32677
|
+
}
|
|
32678
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32679
|
+
margin-left: 10px;
|
|
32680
|
+
}
|
|
32681
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32682
|
+
margin-left: 10px;
|
|
32683
|
+
cursor: pointer;
|
|
32684
|
+
}
|
|
32685
|
+
.m16f7gpb .recharts-xAxis {
|
|
32686
|
+
font-size: 12px;
|
|
32687
|
+
}
|
|
32688
|
+
.m16f7gpb .pointer-wrapper {
|
|
32689
|
+
position: absolute;
|
|
32690
|
+
bottom: 10px;
|
|
32691
|
+
padding: 0 8px;
|
|
32692
|
+
border-radius: 4px;
|
|
32693
|
+
font-size: 12px;
|
|
32694
|
+
color: #fff;
|
|
32695
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32696
|
+
transform: translateX(-50%);
|
|
32694
32697
|
}
|
|
32695
32698
|
|
|
32696
|
-
.
|
|
32697
|
-
width:
|
|
32699
|
+
.t1ipvk51 {
|
|
32700
|
+
min-width: 200px;
|
|
32701
|
+
}
|
|
32702
|
+
|
|
32703
|
+
.t1kgldps {
|
|
32698
32704
|
display: flex;
|
|
32699
32705
|
align-items: center;
|
|
32700
|
-
justify-content:
|
|
32701
|
-
|
|
32702
|
-
|
|
32706
|
+
justify-content: space-between;
|
|
32707
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32708
|
+
color: #b4beca;
|
|
32709
|
+
font-size: 12px;
|
|
32710
|
+
padding: 3px 6px;
|
|
32703
32711
|
}
|
|
32704
|
-
.
|
|
32705
|
-
|
|
32706
|
-
|
|
32707
|
-
|
|
32708
|
-
|
|
32709
|
-
|
|
32710
|
-
|
|
32712
|
+
.t1kgldps:first-child {
|
|
32713
|
+
padding-top: 3px;
|
|
32714
|
+
}
|
|
32715
|
+
.t1kgldps:last-child {
|
|
32716
|
+
padding-bottom: 3px;
|
|
32717
|
+
}
|
|
32718
|
+
.t1kgldps .column-value {
|
|
32719
|
+
color: #fff;
|
|
32720
|
+
margin-left: 8px;
|
|
32711
32721
|
}
|
|
32712
32722
|
|
|
32713
32723
|
.t1gz6wqf {
|
|
@@ -32740,6 +32750,22 @@ input.rrg1fkn.ant-input {
|
|
|
32740
32750
|
background: rgba(163, 180, 204, 0.18);
|
|
32741
32751
|
}
|
|
32742
32752
|
|
|
32753
|
+
.rrwcpby {
|
|
32754
|
+
display: flex;
|
|
32755
|
+
align-items: center;
|
|
32756
|
+
}
|
|
32757
|
+
.rrwcpby .order {
|
|
32758
|
+
height: 24px;
|
|
32759
|
+
width: 24px;
|
|
32760
|
+
border-radius: 20px;
|
|
32761
|
+
color: #0080ff;
|
|
32762
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32763
|
+
display: flex;
|
|
32764
|
+
align-items: center;
|
|
32765
|
+
justify-content: center;
|
|
32766
|
+
margin-right: 6px;
|
|
32767
|
+
}
|
|
32768
|
+
|
|
32743
32769
|
.c1udgdh2 {
|
|
32744
32770
|
color: #2d3a56;
|
|
32745
32771
|
padding: 7px 12px;
|
|
@@ -32801,22 +32827,6 @@ input.rrg1fkn.ant-input {
|
|
|
32801
32827
|
transform: translateY(-4px);
|
|
32802
32828
|
}
|
|
32803
32829
|
|
|
32804
|
-
.rrwcpby {
|
|
32805
|
-
display: flex;
|
|
32806
|
-
align-items: center;
|
|
32807
|
-
}
|
|
32808
|
-
.rrwcpby .order {
|
|
32809
|
-
height: 24px;
|
|
32810
|
-
width: 24px;
|
|
32811
|
-
border-radius: 20px;
|
|
32812
|
-
color: #0080ff;
|
|
32813
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32814
|
-
display: flex;
|
|
32815
|
-
align-items: center;
|
|
32816
|
-
justify-content: center;
|
|
32817
|
-
margin-right: 6px;
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
32830
|
.tc40oxa {
|
|
32821
32831
|
margin-bottom: 4px;
|
|
32822
32832
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33041,15 +33051,6 @@ input.rrg1fkn.ant-input {
|
|
|
33041
33051
|
min-height: 0px;
|
|
33042
33052
|
}
|
|
33043
33053
|
|
|
33044
|
-
.w1xcixj5.outside-tag {
|
|
33045
|
-
padding-left: 0;
|
|
33046
|
-
}
|
|
33047
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33048
|
-
border-radius: 4px 0 0 4px;
|
|
33049
|
-
padding-right: 4px;
|
|
33050
|
-
margin-right: 4px;
|
|
33051
|
-
}
|
|
33052
|
-
|
|
33053
33054
|
.sut42l0 {
|
|
33054
33055
|
padding: 0 8px;
|
|
33055
33056
|
height: 18px;
|
|
@@ -33081,6 +33082,15 @@ input.rrg1fkn.ant-input {
|
|
|
33081
33082
|
height: 16px;
|
|
33082
33083
|
}
|
|
33083
33084
|
|
|
33085
|
+
.w1xcixj5.outside-tag {
|
|
33086
|
+
padding-left: 0;
|
|
33087
|
+
}
|
|
33088
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33089
|
+
border-radius: 4px 0 0 4px;
|
|
33090
|
+
padding-right: 4px;
|
|
33091
|
+
margin-right: 4px;
|
|
33092
|
+
}
|
|
33093
|
+
|
|
33084
33094
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33085
33095
|
display: var(--at4ovwe-0);
|
|
33086
33096
|
}
|
|
@@ -33131,25 +33141,6 @@ input.rrg1fkn.ant-input {
|
|
|
33131
33141
|
font-size: inherit;
|
|
33132
33142
|
}
|
|
33133
33143
|
|
|
33134
|
-
.feau332.ant-form-item {
|
|
33135
|
-
margin-bottom: 0;
|
|
33136
|
-
}
|
|
33137
|
-
.feau332 .ant-form-item-explain {
|
|
33138
|
-
display: none;
|
|
33139
|
-
min-height: 18px;
|
|
33140
|
-
margin-top: 5px;
|
|
33141
|
-
font-family: "Inter";
|
|
33142
|
-
font-weight: 400;
|
|
33143
|
-
font-size: 12px;
|
|
33144
|
-
line-height: 18px;
|
|
33145
|
-
}
|
|
33146
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33147
|
-
white-space: pre-wrap;
|
|
33148
|
-
}
|
|
33149
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33150
|
-
display: block;
|
|
33151
|
-
}
|
|
33152
|
-
|
|
33153
33144
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33154
33145
|
display: var(--a6dbbkm-0);
|
|
33155
33146
|
}
|
|
@@ -33179,4 +33170,23 @@ input.rrg1fkn.ant-input {
|
|
|
33179
33170
|
margin: 0;
|
|
33180
33171
|
height: auto;
|
|
33181
33172
|
font-size: inherit;
|
|
33173
|
+
}
|
|
33174
|
+
|
|
33175
|
+
.feau332.ant-form-item {
|
|
33176
|
+
margin-bottom: 0;
|
|
33177
|
+
}
|
|
33178
|
+
.feau332 .ant-form-item-explain {
|
|
33179
|
+
display: none;
|
|
33180
|
+
min-height: 18px;
|
|
33181
|
+
margin-top: 5px;
|
|
33182
|
+
font-family: "Inter";
|
|
33183
|
+
font-weight: 400;
|
|
33184
|
+
font-size: 12px;
|
|
33185
|
+
line-height: 18px;
|
|
33186
|
+
}
|
|
33187
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33188
|
+
white-space: pre-wrap;
|
|
33189
|
+
}
|
|
33190
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33191
|
+
display: block;
|
|
33182
33192
|
}
|