@cloudtower/eagle 0.26.34 → 0.26.35
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 +615 -615
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +337 -337
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30090,6 +30090,103 @@ html body {
|
|
|
30090
30090
|
padding: 0;
|
|
30091
30091
|
}
|
|
30092
30092
|
|
|
30093
|
+
.i1mrf09m {
|
|
30094
|
+
display: inline-flex;
|
|
30095
|
+
align-items: center;
|
|
30096
|
+
}
|
|
30097
|
+
.i1mrf09m .icon-inner {
|
|
30098
|
+
display: inline-flex;
|
|
30099
|
+
align-items: center;
|
|
30100
|
+
justify-content: center;
|
|
30101
|
+
}
|
|
30102
|
+
.i1mrf09m .icon-inner + span,
|
|
30103
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30104
|
+
margin-left: 4px;
|
|
30105
|
+
}
|
|
30106
|
+
.i1mrf09m.is-rotate img,
|
|
30107
|
+
.i1mrf09m.is-rotate svg {
|
|
30108
|
+
animation: rotate 680ms linear infinite;
|
|
30109
|
+
}
|
|
30110
|
+
|
|
30111
|
+
.obf05yr {
|
|
30112
|
+
display: inline-block;
|
|
30113
|
+
}
|
|
30114
|
+
|
|
30115
|
+
.hsms1n6 {
|
|
30116
|
+
visibility: hidden;
|
|
30117
|
+
position: absolute;
|
|
30118
|
+
}
|
|
30119
|
+
|
|
30120
|
+
.p12gwtiw {
|
|
30121
|
+
display: flex;
|
|
30122
|
+
justify-content: space-between;
|
|
30123
|
+
align-items: center;
|
|
30124
|
+
padding: 10px 0;
|
|
30125
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30126
|
+
font-size: 12px;
|
|
30127
|
+
line-height: 24px;
|
|
30128
|
+
}
|
|
30129
|
+
.p12gwtiw .pagination-left {
|
|
30130
|
+
padding: 2px 8px;
|
|
30131
|
+
}
|
|
30132
|
+
.p12gwtiw .dropdown-trigger {
|
|
30133
|
+
display: flex;
|
|
30134
|
+
align-items: center;
|
|
30135
|
+
border-radius: 6px;
|
|
30136
|
+
cursor: pointer;
|
|
30137
|
+
transition: all 0.3s ease;
|
|
30138
|
+
}
|
|
30139
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30140
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30141
|
+
color: #0080ff;
|
|
30142
|
+
}
|
|
30143
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30144
|
+
margin-left: 4px;
|
|
30145
|
+
}
|
|
30146
|
+
.p12gwtiw .pagination-right {
|
|
30147
|
+
display: flex;
|
|
30148
|
+
align-items: center;
|
|
30149
|
+
color: #0080ff;
|
|
30150
|
+
font-weight: bold;
|
|
30151
|
+
}
|
|
30152
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30153
|
+
margin-left: 4px;
|
|
30154
|
+
}
|
|
30155
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30156
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30157
|
+
padding: 0 8px;
|
|
30158
|
+
}
|
|
30159
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30160
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30161
|
+
color: #0080ff;
|
|
30162
|
+
}
|
|
30163
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30164
|
+
transform: rotate(180deg);
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30168
|
+
max-height: calc(100vh - 128px);
|
|
30169
|
+
overflow-y: auto;
|
|
30170
|
+
}
|
|
30171
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30172
|
+
padding: 4px 20px;
|
|
30173
|
+
font-size: 12px;
|
|
30174
|
+
line-height: 18px;
|
|
30175
|
+
}
|
|
30176
|
+
|
|
30177
|
+
.iap75of {
|
|
30178
|
+
height: 18px;
|
|
30179
|
+
line-height: 18px;
|
|
30180
|
+
padding: 0 4px;
|
|
30181
|
+
border-radius: 4px;
|
|
30182
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30183
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30184
|
+
display: flex;
|
|
30185
|
+
align-items: center;
|
|
30186
|
+
white-space: nowrap;
|
|
30187
|
+
margin-right: 4px;
|
|
30188
|
+
}
|
|
30189
|
+
|
|
30093
30190
|
.bpq0js6 {
|
|
30094
30191
|
padding: 4px 11px;
|
|
30095
30192
|
}
|
|
@@ -30119,114 +30216,165 @@ html body {
|
|
|
30119
30216
|
border-radius: unset;
|
|
30120
30217
|
}
|
|
30121
30218
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
|
|
30125
|
-
|
|
30126
|
-
display: flex;
|
|
30127
|
-
flex-direction: column;
|
|
30128
|
-
justify-content: center;
|
|
30129
|
-
align-items: center;
|
|
30219
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30220
|
+
display: inline-flex;
|
|
30221
|
+
align-items: baseline;
|
|
30222
|
+
white-space: pre-wrap;
|
|
30130
30223
|
}
|
|
30131
|
-
.
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
font-size: 18px;
|
|
30224
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30225
|
+
position: relative;
|
|
30226
|
+
top: 3px;
|
|
30135
30227
|
}
|
|
30136
|
-
|
|
30137
|
-
.
|
|
30138
|
-
height: 18px;
|
|
30139
|
-
line-height: 18px;
|
|
30140
|
-
padding: 0 4px;
|
|
30141
|
-
border-radius: 4px;
|
|
30142
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30143
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30144
|
-
display: flex;
|
|
30145
|
-
align-items: center;
|
|
30146
|
-
white-space: nowrap;
|
|
30147
|
-
margin-right: 4px;
|
|
30228
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30229
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30148
30230
|
}
|
|
30149
|
-
|
|
30150
|
-
|
|
30151
|
-
display: inline-flex;
|
|
30152
|
-
align-items: center;
|
|
30231
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30232
|
+
border-color: #0080ff;
|
|
30153
30233
|
}
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
justify-content: center;
|
|
30234
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30235
|
+
border-color: #0080ff;
|
|
30236
|
+
background: #0080ff;
|
|
30158
30237
|
}
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30161
|
-
|
|
30238
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30239
|
+
top: 4px;
|
|
30240
|
+
left: 4px;
|
|
30241
|
+
width: 6px;
|
|
30242
|
+
height: 6px;
|
|
30243
|
+
background: #fff;
|
|
30162
30244
|
}
|
|
30163
|
-
.
|
|
30164
|
-
.
|
|
30165
|
-
animation: rotate 680ms linear infinite;
|
|
30245
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30246
|
+
opacity: 0.5;
|
|
30166
30247
|
}
|
|
30167
|
-
|
|
30168
|
-
.
|
|
30248
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30249
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30250
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30251
|
+
}
|
|
30252
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30253
|
+
background: #00122e;
|
|
30254
|
+
}
|
|
30255
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30256
|
+
color: #00122e;
|
|
30257
|
+
opacity: 0.5;
|
|
30258
|
+
}
|
|
30259
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30260
|
+
color: #00122e;
|
|
30261
|
+
}
|
|
30262
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30169
30263
|
display: inline-block;
|
|
30264
|
+
padding: 0;
|
|
30265
|
+
padding-left: 12px;
|
|
30170
30266
|
}
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30267
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30268
|
+
margin-bottom: 0;
|
|
30269
|
+
white-space: pre-wrap;
|
|
30270
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30271
|
+
}
|
|
30272
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30273
|
+
padding-left: 8px;
|
|
30175
30274
|
}
|
|
30176
30275
|
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30179
|
-
height: 24px;
|
|
30180
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30181
|
-
overflow: hidden;
|
|
30276
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30277
|
+
border-radius: 5px 0 0 5px;
|
|
30182
30278
|
}
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30279
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30280
|
+
border-radius: 0 5px 5px 0;
|
|
30185
30281
|
}
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30282
|
+
|
|
30283
|
+
.r1f0aqcc {
|
|
30284
|
+
color: #00122e;
|
|
30285
|
+
border-color: #ccd4e3;
|
|
30189
30286
|
}
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30287
|
+
.r1f0aqcc:first-child {
|
|
30288
|
+
border-color: #a3b4cc;
|
|
30289
|
+
}
|
|
30290
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30291
|
+
padding: 0 12px;
|
|
30292
|
+
line-height: 32px;
|
|
30192
30293
|
height: 32px;
|
|
30193
30294
|
}
|
|
30194
|
-
.
|
|
30195
|
-
|
|
30196
|
-
width: 20px;
|
|
30295
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30296
|
+
white-space: nowrap;
|
|
30197
30297
|
}
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30200
|
-
|
|
30298
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30299
|
+
height: 22px;
|
|
30300
|
+
padding: 0 7px;
|
|
30301
|
+
line-height: 20px;
|
|
30201
30302
|
}
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30204
|
-
width: 14px;
|
|
30205
|
-
top: 1px;
|
|
30206
|
-
left: 1px;
|
|
30303
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30304
|
+
background: #ccd4e3;
|
|
30207
30305
|
}
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
width: 28px;
|
|
30306
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30307
|
+
background: #0080ff;
|
|
30211
30308
|
}
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30309
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30310
|
+
background: #ccd4e3;
|
|
30311
|
+
opacity: 0.5;
|
|
30214
30312
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30313
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30314
|
+
border-right-color: #0080ff;
|
|
30217
30315
|
}
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30316
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30317
|
+
border-color: #0080ff;
|
|
30220
30318
|
}
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30319
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30320
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30223
30321
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30322
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30323
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30324
|
+
border-color: #ccd4e3;
|
|
30325
|
+
opacity: 0.5;
|
|
30326
|
+
}
|
|
30327
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30328
|
+
color: #00122e;
|
|
30329
|
+
border-color: #ccd4e3;
|
|
30330
|
+
}
|
|
30331
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30332
|
+
color: #00122e;
|
|
30333
|
+
border-color: #ccd4e3;
|
|
30334
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30335
|
+
}
|
|
30336
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30337
|
+
margin-right: 8px;
|
|
30338
|
+
display: inline;
|
|
30339
|
+
border: none;
|
|
30340
|
+
padding: 0;
|
|
30341
|
+
width: 36px;
|
|
30342
|
+
background: transparent;
|
|
30343
|
+
}
|
|
30344
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30345
|
+
box-shadow: none;
|
|
30346
|
+
}
|
|
30347
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30348
|
+
margin-right: 0;
|
|
30349
|
+
width: initial;
|
|
30350
|
+
box-shadow: none;
|
|
30351
|
+
}
|
|
30352
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30353
|
+
display: none;
|
|
30354
|
+
}
|
|
30355
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30356
|
+
display: inline;
|
|
30357
|
+
}
|
|
30358
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30359
|
+
display: inline;
|
|
30360
|
+
margin-right: 8px;
|
|
30361
|
+
padding: 0;
|
|
30362
|
+
width: 36px;
|
|
30226
30363
|
}
|
|
30227
30364
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30365
|
+
.fde5mpd {
|
|
30366
|
+
width: 100%;
|
|
30367
|
+
height: 100%;
|
|
30368
|
+
min-height: 124px;
|
|
30369
|
+
display: flex;
|
|
30370
|
+
flex-direction: column;
|
|
30371
|
+
justify-content: center;
|
|
30372
|
+
align-items: center;
|
|
30373
|
+
}
|
|
30374
|
+
.fde5mpd .error-text {
|
|
30375
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30376
|
+
margin-bottom: 16px;
|
|
30377
|
+
font-size: 18px;
|
|
30230
30378
|
}
|
|
30231
30379
|
|
|
30232
30380
|
.cz04yix {
|
|
@@ -30818,230 +30966,82 @@ input.l1ki27se.ant-input {
|
|
|
30818
30966
|
|
|
30819
30967
|
.l1ki27se.ant-input-affix-wrapper {
|
|
30820
30968
|
border-top-right-radius: 0;
|
|
30821
|
-
border-bottom-right-radius: 0;
|
|
30822
|
-
}
|
|
30823
|
-
|
|
30824
|
-
input.rrg1fkn.ant-input {
|
|
30825
|
-
border-top-left-radius: 0;
|
|
30826
|
-
border-bottom-left-radius: 0;
|
|
30827
|
-
}
|
|
30828
|
-
|
|
30829
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30830
|
-
border-top-left-radius: 0;
|
|
30831
|
-
border-bottom-left-radius: 0;
|
|
30832
|
-
}
|
|
30833
|
-
|
|
30834
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30835
|
-
border-top-right-radius: 0;
|
|
30836
|
-
border-bottom-right-radius: 0;
|
|
30837
|
-
}
|
|
30838
|
-
|
|
30839
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30840
|
-
border-top-left-radius: 0;
|
|
30841
|
-
border-bottom-left-radius: 0;
|
|
30842
|
-
}
|
|
30843
|
-
|
|
30844
|
-
.p12gwtiw {
|
|
30845
|
-
display: flex;
|
|
30846
|
-
justify-content: space-between;
|
|
30847
|
-
align-items: center;
|
|
30848
|
-
padding: 10px 0;
|
|
30849
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30850
|
-
font-size: 12px;
|
|
30851
|
-
line-height: 24px;
|
|
30852
|
-
}
|
|
30853
|
-
.p12gwtiw .pagination-left {
|
|
30854
|
-
padding: 2px 8px;
|
|
30855
|
-
}
|
|
30856
|
-
.p12gwtiw .dropdown-trigger {
|
|
30857
|
-
display: flex;
|
|
30858
|
-
align-items: center;
|
|
30859
|
-
border-radius: 6px;
|
|
30860
|
-
cursor: pointer;
|
|
30861
|
-
transition: all 0.3s ease;
|
|
30862
|
-
}
|
|
30863
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30864
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30865
|
-
color: #0080ff;
|
|
30866
|
-
}
|
|
30867
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30868
|
-
margin-left: 4px;
|
|
30869
|
-
}
|
|
30870
|
-
.p12gwtiw .pagination-right {
|
|
30871
|
-
display: flex;
|
|
30872
|
-
align-items: center;
|
|
30873
|
-
color: #0080ff;
|
|
30874
|
-
font-weight: bold;
|
|
30875
|
-
}
|
|
30876
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30877
|
-
margin-left: 4px;
|
|
30878
|
-
}
|
|
30879
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30880
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30881
|
-
padding: 0 8px;
|
|
30882
|
-
}
|
|
30883
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30884
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30885
|
-
color: #0080ff;
|
|
30886
|
-
}
|
|
30887
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30888
|
-
transform: rotate(180deg);
|
|
30889
|
-
}
|
|
30890
|
-
|
|
30891
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30892
|
-
max-height: calc(100vh - 128px);
|
|
30893
|
-
overflow-y: auto;
|
|
30894
|
-
}
|
|
30895
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30896
|
-
padding: 4px 20px;
|
|
30897
|
-
font-size: 12px;
|
|
30898
|
-
line-height: 18px;
|
|
30899
|
-
}
|
|
30900
|
-
|
|
30901
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30902
|
-
display: inline-flex;
|
|
30903
|
-
align-items: baseline;
|
|
30904
|
-
white-space: pre-wrap;
|
|
30905
|
-
}
|
|
30906
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30907
|
-
position: relative;
|
|
30908
|
-
top: 3px;
|
|
30909
|
-
}
|
|
30910
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30911
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30912
|
-
}
|
|
30913
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30914
|
-
border-color: #0080ff;
|
|
30915
|
-
}
|
|
30916
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30917
|
-
border-color: #0080ff;
|
|
30918
|
-
background: #0080ff;
|
|
30919
|
-
}
|
|
30920
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30921
|
-
top: 4px;
|
|
30922
|
-
left: 4px;
|
|
30923
|
-
width: 6px;
|
|
30924
|
-
height: 6px;
|
|
30925
|
-
background: #fff;
|
|
30926
|
-
}
|
|
30927
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30928
|
-
opacity: 0.5;
|
|
30929
|
-
}
|
|
30930
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30931
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30932
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30933
|
-
}
|
|
30934
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30935
|
-
background: #00122e;
|
|
30936
|
-
}
|
|
30937
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30938
|
-
color: #00122e;
|
|
30939
|
-
opacity: 0.5;
|
|
30940
|
-
}
|
|
30941
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30942
|
-
color: #00122e;
|
|
30943
|
-
}
|
|
30944
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30945
|
-
display: inline-block;
|
|
30946
|
-
padding: 0;
|
|
30947
|
-
padding-left: 12px;
|
|
30948
|
-
}
|
|
30949
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30950
|
-
margin-bottom: 0;
|
|
30951
|
-
white-space: pre-wrap;
|
|
30952
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30953
|
-
}
|
|
30954
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30955
|
-
padding-left: 8px;
|
|
30956
|
-
}
|
|
30957
|
-
|
|
30958
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30959
|
-
border-radius: 5px 0 0 5px;
|
|
30960
|
-
}
|
|
30961
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30962
|
-
border-radius: 0 5px 5px 0;
|
|
30963
|
-
}
|
|
30964
|
-
|
|
30965
|
-
.r1f0aqcc {
|
|
30966
|
-
color: #00122e;
|
|
30967
|
-
border-color: #ccd4e3;
|
|
30968
|
-
}
|
|
30969
|
-
.r1f0aqcc:first-child {
|
|
30970
|
-
border-color: #a3b4cc;
|
|
30969
|
+
border-bottom-right-radius: 0;
|
|
30971
30970
|
}
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30971
|
+
|
|
30972
|
+
input.rrg1fkn.ant-input {
|
|
30973
|
+
border-top-left-radius: 0;
|
|
30974
|
+
border-bottom-left-radius: 0;
|
|
30976
30975
|
}
|
|
30977
|
-
|
|
30978
|
-
|
|
30976
|
+
|
|
30977
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30978
|
+
border-top-left-radius: 0;
|
|
30979
|
+
border-bottom-left-radius: 0;
|
|
30979
30980
|
}
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
|
|
30981
|
+
|
|
30982
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30983
|
+
border-top-right-radius: 0;
|
|
30984
|
+
border-bottom-right-radius: 0;
|
|
30984
30985
|
}
|
|
30985
|
-
|
|
30986
|
-
|
|
30986
|
+
|
|
30987
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30988
|
+
border-top-left-radius: 0;
|
|
30989
|
+
border-bottom-left-radius: 0;
|
|
30987
30990
|
}
|
|
30988
|
-
|
|
30989
|
-
|
|
30991
|
+
|
|
30992
|
+
.s34f1qb.ant-switch {
|
|
30993
|
+
min-width: 40px;
|
|
30994
|
+
height: 24px;
|
|
30995
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30996
|
+
overflow: hidden;
|
|
30990
30997
|
}
|
|
30991
|
-
.
|
|
30992
|
-
|
|
30993
|
-
opacity: 0.5;
|
|
30998
|
+
.s34f1qb.ant-switch:focus {
|
|
30999
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30994
31000
|
}
|
|
30995
|
-
.
|
|
30996
|
-
|
|
31001
|
+
.s34f1qb.ant-switch-small {
|
|
31002
|
+
min-width: 26px;
|
|
31003
|
+
height: 16px;
|
|
30997
31004
|
}
|
|
30998
|
-
.
|
|
30999
|
-
|
|
31005
|
+
.s34f1qb.ant-switch-large {
|
|
31006
|
+
min-width: 52px;
|
|
31007
|
+
height: 32px;
|
|
31000
31008
|
}
|
|
31001
|
-
.
|
|
31002
|
-
|
|
31009
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31010
|
+
height: 20px;
|
|
31011
|
+
width: 20px;
|
|
31003
31012
|
}
|
|
31004
|
-
.
|
|
31005
|
-
|
|
31006
|
-
|
|
31007
|
-
opacity: 0.5;
|
|
31013
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31014
|
+
border-radius: 10px;
|
|
31015
|
+
transition-delay: 120ms;
|
|
31008
31016
|
}
|
|
31009
|
-
.
|
|
31010
|
-
|
|
31011
|
-
|
|
31017
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31018
|
+
height: 14px;
|
|
31019
|
+
width: 14px;
|
|
31020
|
+
top: 1px;
|
|
31021
|
+
left: 1px;
|
|
31012
31022
|
}
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31023
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31024
|
+
height: 28px;
|
|
31025
|
+
width: 28px;
|
|
31017
31026
|
}
|
|
31018
|
-
.
|
|
31019
|
-
|
|
31020
|
-
display: inline;
|
|
31021
|
-
border: none;
|
|
31022
|
-
padding: 0;
|
|
31023
|
-
width: 36px;
|
|
31024
|
-
background: transparent;
|
|
31027
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31028
|
+
border-radius: 14px;
|
|
31025
31029
|
}
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31030
|
+
.s34f1qb.ant-switch-checked {
|
|
31031
|
+
background-color: #00ba5d;
|
|
31028
31032
|
}
|
|
31029
|
-
.
|
|
31030
|
-
|
|
31031
|
-
width: initial;
|
|
31032
|
-
box-shadow: none;
|
|
31033
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31034
|
+
left: calc(100% - 20px - 2px);
|
|
31033
31035
|
}
|
|
31034
|
-
.
|
|
31035
|
-
|
|
31036
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31037
|
+
left: calc(100% - 14px - 1px);
|
|
31036
31038
|
}
|
|
31037
|
-
.
|
|
31038
|
-
|
|
31039
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31040
|
+
left: calc(100% - 28px - 2px);
|
|
31039
31041
|
}
|
|
31040
|
-
|
|
31041
|
-
|
|
31042
|
-
margin-
|
|
31043
|
-
padding: 0;
|
|
31044
|
-
width: 36px;
|
|
31042
|
+
|
|
31043
|
+
.c1to9vb9 {
|
|
31044
|
+
margin-left: 5px;
|
|
31045
31045
|
}
|
|
31046
31046
|
|
|
31047
31047
|
.t1upn1sz {
|
|
@@ -32266,232 +32266,71 @@ input.rrg1fkn.ant-input {
|
|
|
32266
32266
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32267
32267
|
opacity: 1;
|
|
32268
32268
|
}
|
|
32269
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32270
|
-
color: #0080ff;
|
|
32271
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32272
|
-
}
|
|
32273
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32274
|
-
color: #f0483e;
|
|
32275
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32276
|
-
}
|
|
32277
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32278
|
-
color: #e07f00;
|
|
32279
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32280
|
-
}
|
|
32281
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32282
|
-
color: #008f4c;
|
|
32283
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32284
|
-
}
|
|
32285
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32286
|
-
color: #1d326c;
|
|
32287
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32288
|
-
}
|
|
32289
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32290
|
-
color: #7E41FF;
|
|
32291
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32292
|
-
}
|
|
32293
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32294
|
-
color: #fff;
|
|
32295
|
-
}
|
|
32296
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32297
|
-
background-color: #f0483e;
|
|
32298
|
-
}
|
|
32299
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32300
|
-
background-color: #fea008;
|
|
32301
|
-
}
|
|
32302
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32303
|
-
background-color: #00ba5d;
|
|
32304
|
-
}
|
|
32305
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32306
|
-
background-color: #0080ff;
|
|
32307
|
-
}
|
|
32308
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32309
|
-
background-color: #6b7d99;
|
|
32310
|
-
}
|
|
32311
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32312
|
-
background-color: #7E41FF;
|
|
32313
|
-
}
|
|
32314
|
-
|
|
32315
|
-
.o8ocss1 {
|
|
32316
|
-
overflow: hidden;
|
|
32317
|
-
text-overflow: ellipsis;
|
|
32318
|
-
}
|
|
32319
|
-
|
|
32320
|
-
.n17syc35 {
|
|
32321
|
-
white-space: nowrap;
|
|
32322
|
-
}
|
|
32323
|
-
|
|
32324
|
-
.n3qomhu {
|
|
32325
|
-
font-size: 90%;
|
|
32326
|
-
font-weight: bold;
|
|
32327
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32328
|
-
padding: 1px 4px 1px;
|
|
32329
|
-
margin-left: 2px;
|
|
32330
|
-
margin-right: 2px;
|
|
32331
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32332
|
-
border-radius: 4px;
|
|
32333
|
-
word-break: break-all;
|
|
32334
|
-
}
|
|
32335
|
-
|
|
32336
|
-
.m1thnes4 {
|
|
32337
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32338
|
-
text-align: center;
|
|
32339
|
-
display: flex;
|
|
32340
|
-
align-items: center;
|
|
32341
|
-
justify-content: center;
|
|
32342
|
-
flex-direction: column;
|
|
32343
|
-
height: 100%;
|
|
32344
|
-
}
|
|
32345
|
-
.m1thnes4 .link {
|
|
32346
|
-
color: #0080ff;
|
|
32347
|
-
cursor: pointer;
|
|
32348
|
-
}
|
|
32349
|
-
|
|
32350
|
-
.m1bixfdy {
|
|
32351
|
-
width: 100%;
|
|
32352
|
-
height: 100%;
|
|
32353
|
-
display: flex;
|
|
32354
|
-
flex-direction: column;
|
|
32355
|
-
}
|
|
32356
|
-
.m1bixfdy .name-toolbar {
|
|
32357
|
-
width: 100%;
|
|
32358
|
-
display: flex;
|
|
32359
|
-
line-height: 30px;
|
|
32360
|
-
padding: 0 16px;
|
|
32361
|
-
justify-content: space-between;
|
|
32362
|
-
}
|
|
32363
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32364
|
-
display: flex;
|
|
32365
|
-
font-size: 12px;
|
|
32366
|
-
align-items: center;
|
|
32367
|
-
}
|
|
32368
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32369
|
-
color: #a3b4cc;
|
|
32370
|
-
}
|
|
32371
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32372
|
-
margin-left: 10px;
|
|
32373
|
-
}
|
|
32374
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32375
|
-
margin-left: 10px;
|
|
32376
|
-
cursor: pointer;
|
|
32377
|
-
}
|
|
32378
|
-
.m1bixfdy .content {
|
|
32379
|
-
flex: 1;
|
|
32380
|
-
width: 100%;
|
|
32381
|
-
display: flex;
|
|
32382
|
-
justify-content: center;
|
|
32383
|
-
align-items: center;
|
|
32384
|
-
}
|
|
32385
|
-
.m1bixfdy .single-content {
|
|
32386
|
-
height: 65px;
|
|
32387
|
-
}
|
|
32388
|
-
|
|
32389
|
-
.lfamfcw {
|
|
32390
|
-
display: flex;
|
|
32391
|
-
align-items: center;
|
|
32392
|
-
white-space: nowrap;
|
|
32393
|
-
overflow: hidden;
|
|
32394
|
-
width: 100%;
|
|
32395
|
-
}
|
|
32396
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32397
|
-
margin-left: auto;
|
|
32398
|
-
font-size: 12px;
|
|
32399
|
-
}
|
|
32400
|
-
|
|
32401
|
-
.la6u9b4 {
|
|
32402
|
-
display: flex;
|
|
32403
|
-
justify-content: flex-start;
|
|
32404
|
-
align-items: center;
|
|
32405
|
-
font-size: 12px;
|
|
32406
|
-
cursor: pointer;
|
|
32407
|
-
}
|
|
32408
|
-
.la6u9b4:not(:last-child) {
|
|
32409
|
-
margin-right: 20px;
|
|
32410
|
-
}
|
|
32411
|
-
.la6u9b4.deselected {
|
|
32412
|
-
opacity: 0.4;
|
|
32269
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32270
|
+
color: #0080ff;
|
|
32271
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32413
32272
|
}
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32273
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32274
|
+
color: #f0483e;
|
|
32275
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32416
32276
|
}
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
height: 8px;
|
|
32421
|
-
width: 8px;
|
|
32422
|
-
margin-right: 8px;
|
|
32277
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32278
|
+
color: #e07f00;
|
|
32279
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32423
32280
|
}
|
|
32424
|
-
|
|
32425
|
-
|
|
32426
|
-
|
|
32427
|
-
align-items: center;
|
|
32428
|
-
font-size: 12px;
|
|
32429
|
-
margin: 0;
|
|
32281
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32282
|
+
color: #008f4c;
|
|
32283
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32430
32284
|
}
|
|
32431
|
-
|
|
32432
|
-
|
|
32433
|
-
|
|
32285
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32286
|
+
color: #1d326c;
|
|
32287
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32434
32288
|
}
|
|
32435
|
-
.
|
|
32436
|
-
|
|
32289
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32290
|
+
color: #7E41FF;
|
|
32291
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32437
32292
|
}
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32440
|
-
justify-content: space-between;
|
|
32441
|
-
line-height: 30px;
|
|
32442
|
-
margin: 0 16px;
|
|
32293
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32294
|
+
color: #fff;
|
|
32443
32295
|
}
|
|
32444
|
-
.
|
|
32445
|
-
|
|
32446
|
-
font-size: 12px;
|
|
32447
|
-
align-items: center;
|
|
32296
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32297
|
+
background-color: #f0483e;
|
|
32448
32298
|
}
|
|
32449
|
-
.
|
|
32450
|
-
color: #
|
|
32299
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32300
|
+
background-color: #fea008;
|
|
32451
32301
|
}
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32302
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32303
|
+
background-color: #00ba5d;
|
|
32454
32304
|
}
|
|
32455
|
-
.
|
|
32456
|
-
|
|
32457
|
-
cursor: pointer;
|
|
32305
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32306
|
+
background-color: #0080ff;
|
|
32458
32307
|
}
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32308
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32309
|
+
background-color: #6b7d99;
|
|
32461
32310
|
}
|
|
32462
|
-
.
|
|
32463
|
-
|
|
32464
|
-
bottom: 10px;
|
|
32465
|
-
padding: 0 8px;
|
|
32466
|
-
border-radius: 4px;
|
|
32467
|
-
font-size: 12px;
|
|
32468
|
-
color: #fff;
|
|
32469
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32470
|
-
transform: translateX(-50%);
|
|
32311
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32312
|
+
background-color: #7E41FF;
|
|
32471
32313
|
}
|
|
32472
32314
|
|
|
32473
|
-
.
|
|
32474
|
-
|
|
32315
|
+
.o8ocss1 {
|
|
32316
|
+
overflow: hidden;
|
|
32317
|
+
text-overflow: ellipsis;
|
|
32475
32318
|
}
|
|
32476
32319
|
|
|
32477
|
-
.
|
|
32478
|
-
|
|
32479
|
-
align-items: center;
|
|
32480
|
-
justify-content: space-between;
|
|
32481
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32482
|
-
color: #b4beca;
|
|
32483
|
-
font-size: 12px;
|
|
32484
|
-
padding: 3px 6px;
|
|
32485
|
-
}
|
|
32486
|
-
.t1kgldps:first-child {
|
|
32487
|
-
padding-top: 3px;
|
|
32488
|
-
}
|
|
32489
|
-
.t1kgldps:last-child {
|
|
32490
|
-
padding-bottom: 3px;
|
|
32320
|
+
.n17syc35 {
|
|
32321
|
+
white-space: nowrap;
|
|
32491
32322
|
}
|
|
32492
|
-
|
|
32493
|
-
|
|
32494
|
-
|
|
32323
|
+
|
|
32324
|
+
.n3qomhu {
|
|
32325
|
+
font-size: 90%;
|
|
32326
|
+
font-weight: bold;
|
|
32327
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32328
|
+
padding: 1px 4px 1px;
|
|
32329
|
+
margin-left: 2px;
|
|
32330
|
+
margin-right: 2px;
|
|
32331
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32332
|
+
border-radius: 4px;
|
|
32333
|
+
word-break: break-all;
|
|
32495
32334
|
}
|
|
32496
32335
|
|
|
32497
32336
|
.sq6vos1 {
|
|
@@ -32610,73 +32449,234 @@ input.rrg1fkn.ant-input {
|
|
|
32610
32449
|
cursor: pointer;
|
|
32611
32450
|
min-width: var(--item-min-width);
|
|
32612
32451
|
}
|
|
32613
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32614
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32615
|
-
min-width: var(--item-min-width);
|
|
32452
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32453
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32454
|
+
min-width: var(--item-min-width);
|
|
32455
|
+
}
|
|
32456
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32457
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32458
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32459
|
+
}
|
|
32460
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32461
|
+
padding: 0;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32465
|
+
width: 138px;
|
|
32466
|
+
row-gap: 2px;
|
|
32467
|
+
}
|
|
32468
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32469
|
+
padding: 0 8px;
|
|
32470
|
+
border-radius: 4px;
|
|
32471
|
+
height: 32px;
|
|
32472
|
+
display: flex;
|
|
32473
|
+
align-items: center;
|
|
32474
|
+
}
|
|
32475
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32476
|
+
min-height: auto;
|
|
32477
|
+
white-space: nowrap;
|
|
32478
|
+
}
|
|
32479
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32480
|
+
font-size: 13px;
|
|
32481
|
+
line-height: 20px;
|
|
32482
|
+
max-width: 100%;
|
|
32483
|
+
}
|
|
32484
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32485
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32486
|
+
}
|
|
32487
|
+
|
|
32488
|
+
.h1xo7yjb {
|
|
32489
|
+
width: 100%;
|
|
32490
|
+
display: inline-flex;
|
|
32491
|
+
align-items: center;
|
|
32492
|
+
justify-content: center;
|
|
32493
|
+
column-gap: 4px;
|
|
32494
|
+
}
|
|
32495
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32496
|
+
display: inline-flex;
|
|
32497
|
+
align-items: center;
|
|
32498
|
+
width: 18px;
|
|
32499
|
+
height: 18px;
|
|
32500
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32501
|
+
justify-content: center;
|
|
32502
|
+
}
|
|
32503
|
+
|
|
32504
|
+
.v1f2f7cy {
|
|
32505
|
+
width: 100%;
|
|
32506
|
+
display: flex;
|
|
32507
|
+
align-items: center;
|
|
32508
|
+
justify-content: center;
|
|
32509
|
+
column-gap: 6px;
|
|
32510
|
+
font-size: 13px;
|
|
32511
|
+
}
|
|
32512
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32513
|
+
display: inline-flex;
|
|
32514
|
+
align-items: center;
|
|
32515
|
+
min-width: 20px;
|
|
32516
|
+
min-height: 20px;
|
|
32517
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32518
|
+
justify-content: center;
|
|
32519
|
+
}
|
|
32520
|
+
|
|
32521
|
+
.m1thnes4 {
|
|
32522
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32523
|
+
text-align: center;
|
|
32524
|
+
display: flex;
|
|
32525
|
+
align-items: center;
|
|
32526
|
+
justify-content: center;
|
|
32527
|
+
flex-direction: column;
|
|
32528
|
+
height: 100%;
|
|
32529
|
+
}
|
|
32530
|
+
.m1thnes4 .link {
|
|
32531
|
+
color: #0080ff;
|
|
32532
|
+
cursor: pointer;
|
|
32533
|
+
}
|
|
32534
|
+
|
|
32535
|
+
.m1bixfdy {
|
|
32536
|
+
width: 100%;
|
|
32537
|
+
height: 100%;
|
|
32538
|
+
display: flex;
|
|
32539
|
+
flex-direction: column;
|
|
32540
|
+
}
|
|
32541
|
+
.m1bixfdy .name-toolbar {
|
|
32542
|
+
width: 100%;
|
|
32543
|
+
display: flex;
|
|
32544
|
+
line-height: 30px;
|
|
32545
|
+
padding: 0 16px;
|
|
32546
|
+
justify-content: space-between;
|
|
32547
|
+
}
|
|
32548
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32549
|
+
display: flex;
|
|
32550
|
+
font-size: 12px;
|
|
32551
|
+
align-items: center;
|
|
32552
|
+
}
|
|
32553
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32554
|
+
color: #a3b4cc;
|
|
32555
|
+
}
|
|
32556
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32557
|
+
margin-left: 10px;
|
|
32558
|
+
}
|
|
32559
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32560
|
+
margin-left: 10px;
|
|
32561
|
+
cursor: pointer;
|
|
32562
|
+
}
|
|
32563
|
+
.m1bixfdy .content {
|
|
32564
|
+
flex: 1;
|
|
32565
|
+
width: 100%;
|
|
32566
|
+
display: flex;
|
|
32567
|
+
justify-content: center;
|
|
32568
|
+
align-items: center;
|
|
32569
|
+
}
|
|
32570
|
+
.m1bixfdy .single-content {
|
|
32571
|
+
height: 65px;
|
|
32572
|
+
}
|
|
32573
|
+
|
|
32574
|
+
.lfamfcw {
|
|
32575
|
+
display: flex;
|
|
32576
|
+
align-items: center;
|
|
32577
|
+
white-space: nowrap;
|
|
32578
|
+
overflow: hidden;
|
|
32579
|
+
width: 100%;
|
|
32580
|
+
}
|
|
32581
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32582
|
+
margin-left: auto;
|
|
32583
|
+
font-size: 12px;
|
|
32584
|
+
}
|
|
32585
|
+
|
|
32586
|
+
.la6u9b4 {
|
|
32587
|
+
display: flex;
|
|
32588
|
+
justify-content: flex-start;
|
|
32589
|
+
align-items: center;
|
|
32590
|
+
font-size: 12px;
|
|
32591
|
+
cursor: pointer;
|
|
32592
|
+
}
|
|
32593
|
+
.la6u9b4:not(:last-child) {
|
|
32594
|
+
margin-right: 20px;
|
|
32616
32595
|
}
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32619
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32596
|
+
.la6u9b4.deselected {
|
|
32597
|
+
opacity: 0.4;
|
|
32620
32598
|
}
|
|
32621
|
-
.
|
|
32622
|
-
|
|
32599
|
+
.la6u9b4.deselected .color-block {
|
|
32600
|
+
background: #b4beca !important;
|
|
32623
32601
|
}
|
|
32624
32602
|
|
|
32625
|
-
.
|
|
32626
|
-
|
|
32627
|
-
|
|
32603
|
+
.chhvk8b {
|
|
32604
|
+
display: inline-block;
|
|
32605
|
+
height: 8px;
|
|
32606
|
+
width: 8px;
|
|
32607
|
+
margin-right: 8px;
|
|
32628
32608
|
}
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
border-radius: 4px;
|
|
32632
|
-
height: 32px;
|
|
32609
|
+
|
|
32610
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32633
32611
|
display: flex;
|
|
32634
32612
|
align-items: center;
|
|
32613
|
+
font-size: 12px;
|
|
32614
|
+
margin: 0;
|
|
32635
32615
|
}
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
|
|
32616
|
+
|
|
32617
|
+
.m16f7gpb {
|
|
32618
|
+
position: relative;
|
|
32639
32619
|
}
|
|
32640
|
-
.
|
|
32641
|
-
|
|
32642
|
-
line-height: 20px;
|
|
32643
|
-
max-width: 100%;
|
|
32620
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32621
|
+
bottom: -12px;
|
|
32644
32622
|
}
|
|
32645
|
-
.
|
|
32646
|
-
|
|
32623
|
+
.m16f7gpb .metric-toolbar {
|
|
32624
|
+
display: flex;
|
|
32625
|
+
justify-content: space-between;
|
|
32626
|
+
line-height: 30px;
|
|
32627
|
+
margin: 0 16px;
|
|
32647
32628
|
}
|
|
32648
|
-
|
|
32649
|
-
|
|
32650
|
-
|
|
32651
|
-
display: inline-flex;
|
|
32629
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32630
|
+
display: flex;
|
|
32631
|
+
font-size: 12px;
|
|
32652
32632
|
align-items: center;
|
|
32653
|
-
justify-content: center;
|
|
32654
|
-
column-gap: 4px;
|
|
32655
32633
|
}
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32658
|
-
|
|
32659
|
-
|
|
32660
|
-
|
|
32661
|
-
|
|
32662
|
-
|
|
32634
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32635
|
+
color: #a3b4cc;
|
|
32636
|
+
}
|
|
32637
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32638
|
+
margin-left: 10px;
|
|
32639
|
+
}
|
|
32640
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32641
|
+
margin-left: 10px;
|
|
32642
|
+
cursor: pointer;
|
|
32643
|
+
}
|
|
32644
|
+
.m16f7gpb .recharts-xAxis {
|
|
32645
|
+
font-size: 12px;
|
|
32646
|
+
}
|
|
32647
|
+
.m16f7gpb .pointer-wrapper {
|
|
32648
|
+
position: absolute;
|
|
32649
|
+
bottom: 10px;
|
|
32650
|
+
padding: 0 8px;
|
|
32651
|
+
border-radius: 4px;
|
|
32652
|
+
font-size: 12px;
|
|
32653
|
+
color: #fff;
|
|
32654
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32655
|
+
transform: translateX(-50%);
|
|
32663
32656
|
}
|
|
32664
32657
|
|
|
32665
|
-
.
|
|
32666
|
-
width:
|
|
32658
|
+
.t1ipvk51 {
|
|
32659
|
+
min-width: 200px;
|
|
32660
|
+
}
|
|
32661
|
+
|
|
32662
|
+
.t1kgldps {
|
|
32667
32663
|
display: flex;
|
|
32668
32664
|
align-items: center;
|
|
32669
|
-
justify-content:
|
|
32670
|
-
|
|
32671
|
-
|
|
32665
|
+
justify-content: space-between;
|
|
32666
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32667
|
+
color: #b4beca;
|
|
32668
|
+
font-size: 12px;
|
|
32669
|
+
padding: 3px 6px;
|
|
32672
32670
|
}
|
|
32673
|
-
.
|
|
32674
|
-
|
|
32675
|
-
|
|
32676
|
-
|
|
32677
|
-
|
|
32678
|
-
|
|
32679
|
-
|
|
32671
|
+
.t1kgldps:first-child {
|
|
32672
|
+
padding-top: 3px;
|
|
32673
|
+
}
|
|
32674
|
+
.t1kgldps:last-child {
|
|
32675
|
+
padding-bottom: 3px;
|
|
32676
|
+
}
|
|
32677
|
+
.t1kgldps .column-value {
|
|
32678
|
+
color: #fff;
|
|
32679
|
+
margin-left: 8px;
|
|
32680
32680
|
}
|
|
32681
32681
|
|
|
32682
32682
|
.t1gz6wqf {
|
|
@@ -32769,6 +32769,23 @@ input.rrg1fkn.ant-input {
|
|
|
32769
32769
|
margin-right: 6px;
|
|
32770
32770
|
}
|
|
32771
32771
|
|
|
32772
|
+
.bab9xum {
|
|
32773
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32774
|
+
}
|
|
32775
|
+
|
|
32776
|
+
.cav4gt6 {
|
|
32777
|
+
border-radius: 8px;
|
|
32778
|
+
background-color: white;
|
|
32779
|
+
}
|
|
32780
|
+
.cav4gt6.hoverable {
|
|
32781
|
+
cursor: pointer;
|
|
32782
|
+
}
|
|
32783
|
+
.cav4gt6.hoverable:hover {
|
|
32784
|
+
transition: all 200ms ease;
|
|
32785
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32786
|
+
transform: translateY(-4px);
|
|
32787
|
+
}
|
|
32788
|
+
|
|
32772
32789
|
.f1p9ti6d {
|
|
32773
32790
|
width: 100%;
|
|
32774
32791
|
margin-bottom: 0 !important;
|
|
@@ -32800,73 +32817,6 @@ input.rrg1fkn.ant-input {
|
|
|
32800
32817
|
min-height: 0px;
|
|
32801
32818
|
}
|
|
32802
32819
|
|
|
32803
|
-
.bab9xum {
|
|
32804
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32805
|
-
}
|
|
32806
|
-
|
|
32807
|
-
.cav4gt6 {
|
|
32808
|
-
border-radius: 8px;
|
|
32809
|
-
background-color: white;
|
|
32810
|
-
}
|
|
32811
|
-
.cav4gt6.hoverable {
|
|
32812
|
-
cursor: pointer;
|
|
32813
|
-
}
|
|
32814
|
-
.cav4gt6.hoverable:hover {
|
|
32815
|
-
transition: all 200ms ease;
|
|
32816
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32817
|
-
transform: translateY(-4px);
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32821
|
-
display: var(--at4ovwe-0);
|
|
32822
|
-
}
|
|
32823
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32824
|
-
padding: 5px 12px;
|
|
32825
|
-
display: inline-flex;
|
|
32826
|
-
line-height: 1.5715;
|
|
32827
|
-
height: 100%;
|
|
32828
|
-
width: 100%;
|
|
32829
|
-
}
|
|
32830
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32831
|
-
content: var(--at4ovwe-1);
|
|
32832
|
-
display: var(--at4ovwe-2);
|
|
32833
|
-
flex: none;
|
|
32834
|
-
align-items: center;
|
|
32835
|
-
margin-left: 4px;
|
|
32836
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32837
|
-
}
|
|
32838
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32839
|
-
content: var(--at4ovwe-3);
|
|
32840
|
-
display: var(--at4ovwe-4);
|
|
32841
|
-
flex: none;
|
|
32842
|
-
align-items: center;
|
|
32843
|
-
margin-right: 4px;
|
|
32844
|
-
cursor: auto;
|
|
32845
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32846
|
-
}
|
|
32847
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32848
|
-
border-radius: 0;
|
|
32849
|
-
}
|
|
32850
|
-
.at4ovwe.ant-input-number {
|
|
32851
|
-
width: 100%;
|
|
32852
|
-
border-radius: 6px;
|
|
32853
|
-
}
|
|
32854
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32855
|
-
border-color: #0096ff;
|
|
32856
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32857
|
-
z-index: 1;
|
|
32858
|
-
}
|
|
32859
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32860
|
-
border-color: #e75a3a;
|
|
32861
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32862
|
-
}
|
|
32863
|
-
.at4ovwe .ant-input-number-input {
|
|
32864
|
-
padding: 0;
|
|
32865
|
-
margin: 0;
|
|
32866
|
-
height: auto;
|
|
32867
|
-
font-size: inherit;
|
|
32868
|
-
}
|
|
32869
|
-
|
|
32870
32820
|
.tc40oxa {
|
|
32871
32821
|
margin-bottom: 4px;
|
|
32872
32822
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33060,9 +33010,54 @@ input.rrg1fkn.ant-input {
|
|
|
33060
33010
|
margin-right: 8px;
|
|
33061
33011
|
}
|
|
33062
33012
|
|
|
33063
|
-
.
|
|
33013
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33014
|
+
display: var(--at4ovwe-0);
|
|
33015
|
+
}
|
|
33016
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33017
|
+
padding: 5px 12px;
|
|
33018
|
+
display: inline-flex;
|
|
33019
|
+
line-height: 1.5715;
|
|
33020
|
+
height: 100%;
|
|
33021
|
+
width: 100%;
|
|
33022
|
+
}
|
|
33023
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33024
|
+
content: var(--at4ovwe-1);
|
|
33025
|
+
display: var(--at4ovwe-2);
|
|
33026
|
+
flex: none;
|
|
33027
|
+
align-items: center;
|
|
33028
|
+
margin-left: 4px;
|
|
33029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33030
|
+
}
|
|
33031
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33032
|
+
content: var(--at4ovwe-3);
|
|
33033
|
+
display: var(--at4ovwe-4);
|
|
33034
|
+
flex: none;
|
|
33035
|
+
align-items: center;
|
|
33064
33036
|
margin-right: 4px;
|
|
33065
|
-
|
|
33037
|
+
cursor: auto;
|
|
33038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33039
|
+
}
|
|
33040
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33041
|
+
border-radius: 0;
|
|
33042
|
+
}
|
|
33043
|
+
.at4ovwe.ant-input-number {
|
|
33044
|
+
width: 100%;
|
|
33045
|
+
border-radius: 6px;
|
|
33046
|
+
}
|
|
33047
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33048
|
+
border-color: #0096ff;
|
|
33049
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33050
|
+
z-index: 1;
|
|
33051
|
+
}
|
|
33052
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33053
|
+
border-color: #e75a3a;
|
|
33054
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33055
|
+
}
|
|
33056
|
+
.at4ovwe .ant-input-number-input {
|
|
33057
|
+
padding: 0;
|
|
33058
|
+
margin: 0;
|
|
33059
|
+
height: auto;
|
|
33060
|
+
font-size: inherit;
|
|
33066
33061
|
}
|
|
33067
33062
|
|
|
33068
33063
|
.sut42l0 {
|
|
@@ -33084,6 +33079,11 @@ input.rrg1fkn.ant-input {
|
|
|
33084
33079
|
height: 16px;
|
|
33085
33080
|
}
|
|
33086
33081
|
|
|
33082
|
+
.iwsze0q {
|
|
33083
|
+
margin-right: 4px;
|
|
33084
|
+
height: 16px;
|
|
33085
|
+
}
|
|
33086
|
+
|
|
33087
33087
|
.w1xcixj5.outside-tag {
|
|
33088
33088
|
padding-left: 0;
|
|
33089
33089
|
}
|