@cloudtower/eagle 0.26.32 → 0.27.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.css +145 -103
- package/dist/core/AccordionCard/index.d.ts +16 -0
- package/dist/core/DetailCard/index.d.ts +4 -0
- package/dist/coreX/DropdownTransition/index.d.ts +6 -0
- package/dist/esm/index.js +908 -773
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +7 -1
- package/dist/spec/type.d.ts +15 -0
- package/dist/style.css +510 -468
- package/dist/umd/index.js +906 -773
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -29927,6 +29927,35 @@ html body {
|
|
|
29927
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29928
|
}
|
|
29929
29929
|
}
|
|
29930
|
+
.bpq0js6 {
|
|
29931
|
+
padding: 4px 11px;
|
|
29932
|
+
}
|
|
29933
|
+
|
|
29934
|
+
.b15sn34c {
|
|
29935
|
+
white-space: nowrap;
|
|
29936
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29937
|
+
}
|
|
29938
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29939
|
+
--color: #0080ff;
|
|
29940
|
+
}
|
|
29941
|
+
.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] {
|
|
29942
|
+
--color: #0080ff;
|
|
29943
|
+
}
|
|
29944
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29945
|
+
margin-left: 1px;
|
|
29946
|
+
}
|
|
29947
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29948
|
+
border-top-right-radius: 0;
|
|
29949
|
+
border-bottom-right-radius: 0;
|
|
29950
|
+
}
|
|
29951
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29952
|
+
border-top-left-radius: 0;
|
|
29953
|
+
border-bottom-left-radius: 0;
|
|
29954
|
+
}
|
|
29955
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29956
|
+
border-radius: unset;
|
|
29957
|
+
}
|
|
29958
|
+
|
|
29930
29959
|
.buj61ew.ant-btn-icon-only {
|
|
29931
29960
|
justify-content: center;
|
|
29932
29961
|
}
|
|
@@ -30177,63 +30206,6 @@ html body {
|
|
|
30177
30206
|
padding: 0;
|
|
30178
30207
|
}
|
|
30179
30208
|
|
|
30180
|
-
.bpq0js6 {
|
|
30181
|
-
padding: 4px 11px;
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.b15sn34c {
|
|
30185
|
-
white-space: nowrap;
|
|
30186
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30187
|
-
}
|
|
30188
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30189
|
-
--color: #0080ff;
|
|
30190
|
-
}
|
|
30191
|
-
.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] {
|
|
30192
|
-
--color: #0080ff;
|
|
30193
|
-
}
|
|
30194
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30195
|
-
margin-left: 1px;
|
|
30196
|
-
}
|
|
30197
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30198
|
-
border-top-right-radius: 0;
|
|
30199
|
-
border-bottom-right-radius: 0;
|
|
30200
|
-
}
|
|
30201
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30202
|
-
border-top-left-radius: 0;
|
|
30203
|
-
border-bottom-left-radius: 0;
|
|
30204
|
-
}
|
|
30205
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30206
|
-
border-radius: unset;
|
|
30207
|
-
}
|
|
30208
|
-
|
|
30209
|
-
.fde5mpd {
|
|
30210
|
-
width: 100%;
|
|
30211
|
-
height: 100%;
|
|
30212
|
-
min-height: 124px;
|
|
30213
|
-
display: flex;
|
|
30214
|
-
flex-direction: column;
|
|
30215
|
-
justify-content: center;
|
|
30216
|
-
align-items: center;
|
|
30217
|
-
}
|
|
30218
|
-
.fde5mpd .error-text {
|
|
30219
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
-
margin-bottom: 16px;
|
|
30221
|
-
font-size: 18px;
|
|
30222
|
-
}
|
|
30223
|
-
|
|
30224
|
-
.iap75of {
|
|
30225
|
-
height: 18px;
|
|
30226
|
-
line-height: 18px;
|
|
30227
|
-
padding: 0 4px;
|
|
30228
|
-
border-radius: 4px;
|
|
30229
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30230
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30231
|
-
display: flex;
|
|
30232
|
-
align-items: center;
|
|
30233
|
-
white-space: nowrap;
|
|
30234
|
-
margin-right: 4px;
|
|
30235
|
-
}
|
|
30236
|
-
|
|
30237
30209
|
.i1mrf09m {
|
|
30238
30210
|
display: inline-flex;
|
|
30239
30211
|
align-items: center;
|
|
@@ -30309,159 +30281,19 @@ html body {
|
|
|
30309
30281
|
line-height: 18px;
|
|
30310
30282
|
}
|
|
30311
30283
|
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30314
|
-
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30322
|
-
display: inline-flex;
|
|
30323
|
-
align-items: baseline;
|
|
30324
|
-
white-space: pre-wrap;
|
|
30325
|
-
}
|
|
30326
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30327
|
-
position: relative;
|
|
30328
|
-
top: 3px;
|
|
30329
|
-
}
|
|
30330
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30331
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30332
|
-
}
|
|
30333
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30334
|
-
border-color: #0080ff;
|
|
30335
|
-
}
|
|
30336
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30337
|
-
border-color: #0080ff;
|
|
30338
|
-
background: #0080ff;
|
|
30339
|
-
}
|
|
30340
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30341
|
-
top: 4px;
|
|
30342
|
-
left: 4px;
|
|
30343
|
-
width: 6px;
|
|
30344
|
-
height: 6px;
|
|
30345
|
-
background: #fff;
|
|
30346
|
-
}
|
|
30347
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30348
|
-
opacity: 0.5;
|
|
30349
|
-
}
|
|
30350
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30351
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30352
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30353
|
-
}
|
|
30354
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30355
|
-
background: #00122e;
|
|
30356
|
-
}
|
|
30357
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30358
|
-
color: #00122e;
|
|
30359
|
-
opacity: 0.5;
|
|
30360
|
-
}
|
|
30361
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30362
|
-
color: #00122e;
|
|
30363
|
-
}
|
|
30364
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30365
|
-
display: inline-block;
|
|
30366
|
-
padding: 0;
|
|
30367
|
-
padding-left: 12px;
|
|
30368
|
-
}
|
|
30369
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30370
|
-
margin-bottom: 0;
|
|
30371
|
-
white-space: pre-wrap;
|
|
30372
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30373
|
-
}
|
|
30374
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30375
|
-
padding-left: 8px;
|
|
30376
|
-
}
|
|
30377
|
-
|
|
30378
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30379
|
-
border-radius: 5px 0 0 5px;
|
|
30380
|
-
}
|
|
30381
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30382
|
-
border-radius: 0 5px 5px 0;
|
|
30383
|
-
}
|
|
30384
|
-
|
|
30385
|
-
.r1f0aqcc {
|
|
30386
|
-
color: #00122e;
|
|
30387
|
-
border-color: #ccd4e3;
|
|
30388
|
-
}
|
|
30389
|
-
.r1f0aqcc:first-child {
|
|
30390
|
-
border-color: #a3b4cc;
|
|
30391
|
-
}
|
|
30392
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30393
|
-
padding: 0 12px;
|
|
30394
|
-
line-height: 32px;
|
|
30395
|
-
height: 32px;
|
|
30396
|
-
}
|
|
30397
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30398
|
-
white-space: nowrap;
|
|
30399
|
-
}
|
|
30400
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
-
height: 22px;
|
|
30402
|
-
padding: 0 7px;
|
|
30403
|
-
line-height: 20px;
|
|
30404
|
-
}
|
|
30405
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30406
|
-
background: #ccd4e3;
|
|
30407
|
-
}
|
|
30408
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30409
|
-
background: #0080ff;
|
|
30410
|
-
}
|
|
30411
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30412
|
-
background: #ccd4e3;
|
|
30413
|
-
opacity: 0.5;
|
|
30414
|
-
}
|
|
30415
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30416
|
-
border-right-color: #0080ff;
|
|
30417
|
-
}
|
|
30418
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30419
|
-
border-color: #0080ff;
|
|
30420
|
-
}
|
|
30421
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30422
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30423
|
-
}
|
|
30424
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30425
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30426
|
-
border-color: #ccd4e3;
|
|
30427
|
-
opacity: 0.5;
|
|
30428
|
-
}
|
|
30429
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30430
|
-
color: #00122e;
|
|
30431
|
-
border-color: #ccd4e3;
|
|
30432
|
-
}
|
|
30433
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30434
|
-
color: #00122e;
|
|
30435
|
-
border-color: #ccd4e3;
|
|
30436
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30437
|
-
}
|
|
30438
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30439
|
-
margin-right: 8px;
|
|
30440
|
-
display: inline;
|
|
30441
|
-
border: none;
|
|
30442
|
-
padding: 0;
|
|
30443
|
-
width: 36px;
|
|
30444
|
-
background: transparent;
|
|
30445
|
-
}
|
|
30446
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30447
|
-
box-shadow: none;
|
|
30448
|
-
}
|
|
30449
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30450
|
-
margin-right: 0;
|
|
30451
|
-
width: initial;
|
|
30452
|
-
box-shadow: none;
|
|
30453
|
-
}
|
|
30454
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30455
|
-
display: none;
|
|
30456
|
-
}
|
|
30457
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30458
|
-
display: inline;
|
|
30284
|
+
.fde5mpd {
|
|
30285
|
+
width: 100%;
|
|
30286
|
+
height: 100%;
|
|
30287
|
+
min-height: 124px;
|
|
30288
|
+
display: flex;
|
|
30289
|
+
flex-direction: column;
|
|
30290
|
+
justify-content: center;
|
|
30291
|
+
align-items: center;
|
|
30459
30292
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
margin-
|
|
30463
|
-
|
|
30464
|
-
width: 36px;
|
|
30293
|
+
.fde5mpd .error-text {
|
|
30294
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30295
|
+
margin-bottom: 16px;
|
|
30296
|
+
font-size: 18px;
|
|
30465
30297
|
}
|
|
30466
30298
|
|
|
30467
30299
|
.cz04yix {
|
|
@@ -31076,12 +30908,34 @@ input.rrg1fkn.ant-input {
|
|
|
31076
30908
|
border-bottom-left-radius: 0;
|
|
31077
30909
|
}
|
|
31078
30910
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31081
|
-
|
|
31082
|
-
|
|
31083
|
-
|
|
31084
|
-
|
|
30911
|
+
.obf05yr {
|
|
30912
|
+
display: inline-block;
|
|
30913
|
+
}
|
|
30914
|
+
|
|
30915
|
+
.hsms1n6 {
|
|
30916
|
+
visibility: hidden;
|
|
30917
|
+
position: absolute;
|
|
30918
|
+
}
|
|
30919
|
+
|
|
30920
|
+
.iap75of {
|
|
30921
|
+
height: 18px;
|
|
30922
|
+
line-height: 18px;
|
|
30923
|
+
padding: 0 4px;
|
|
30924
|
+
border-radius: 4px;
|
|
30925
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30926
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30927
|
+
display: flex;
|
|
30928
|
+
align-items: center;
|
|
30929
|
+
white-space: nowrap;
|
|
30930
|
+
margin-right: 4px;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.s34f1qb.ant-switch {
|
|
30934
|
+
min-width: 40px;
|
|
30935
|
+
height: 24px;
|
|
30936
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30937
|
+
overflow: hidden;
|
|
30938
|
+
}
|
|
31085
30939
|
.s34f1qb.ant-switch:focus {
|
|
31086
30940
|
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31087
30941
|
}
|
|
@@ -31131,6 +30985,152 @@ input.rrg1fkn.ant-input {
|
|
|
31131
30985
|
margin-left: 5px;
|
|
31132
30986
|
}
|
|
31133
30987
|
|
|
30988
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30989
|
+
display: inline-flex;
|
|
30990
|
+
align-items: baseline;
|
|
30991
|
+
white-space: pre-wrap;
|
|
30992
|
+
}
|
|
30993
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30994
|
+
position: relative;
|
|
30995
|
+
top: 3px;
|
|
30996
|
+
}
|
|
30997
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30998
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30999
|
+
}
|
|
31000
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31001
|
+
border-color: #0080ff;
|
|
31002
|
+
}
|
|
31003
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31004
|
+
border-color: #0080ff;
|
|
31005
|
+
background: #0080ff;
|
|
31006
|
+
}
|
|
31007
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31008
|
+
top: 4px;
|
|
31009
|
+
left: 4px;
|
|
31010
|
+
width: 6px;
|
|
31011
|
+
height: 6px;
|
|
31012
|
+
background: #fff;
|
|
31013
|
+
}
|
|
31014
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31015
|
+
opacity: 0.5;
|
|
31016
|
+
}
|
|
31017
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31018
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31019
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31020
|
+
}
|
|
31021
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31022
|
+
background: #00122e;
|
|
31023
|
+
}
|
|
31024
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31025
|
+
color: #00122e;
|
|
31026
|
+
opacity: 0.5;
|
|
31027
|
+
}
|
|
31028
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31029
|
+
color: #00122e;
|
|
31030
|
+
}
|
|
31031
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31032
|
+
display: inline-block;
|
|
31033
|
+
padding: 0;
|
|
31034
|
+
padding-left: 12px;
|
|
31035
|
+
}
|
|
31036
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31037
|
+
margin-bottom: 0;
|
|
31038
|
+
white-space: pre-wrap;
|
|
31039
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31040
|
+
}
|
|
31041
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31042
|
+
padding-left: 8px;
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31046
|
+
border-radius: 5px 0 0 5px;
|
|
31047
|
+
}
|
|
31048
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31049
|
+
border-radius: 0 5px 5px 0;
|
|
31050
|
+
}
|
|
31051
|
+
|
|
31052
|
+
.r1f0aqcc {
|
|
31053
|
+
color: #00122e;
|
|
31054
|
+
border-color: #ccd4e3;
|
|
31055
|
+
}
|
|
31056
|
+
.r1f0aqcc:first-child {
|
|
31057
|
+
border-color: #a3b4cc;
|
|
31058
|
+
}
|
|
31059
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31060
|
+
padding: 0 12px;
|
|
31061
|
+
line-height: 32px;
|
|
31062
|
+
height: 32px;
|
|
31063
|
+
}
|
|
31064
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31065
|
+
white-space: nowrap;
|
|
31066
|
+
}
|
|
31067
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31068
|
+
height: 22px;
|
|
31069
|
+
padding: 0 7px;
|
|
31070
|
+
line-height: 20px;
|
|
31071
|
+
}
|
|
31072
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31073
|
+
background: #ccd4e3;
|
|
31074
|
+
}
|
|
31075
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31076
|
+
background: #0080ff;
|
|
31077
|
+
}
|
|
31078
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31079
|
+
background: #ccd4e3;
|
|
31080
|
+
opacity: 0.5;
|
|
31081
|
+
}
|
|
31082
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31083
|
+
border-right-color: #0080ff;
|
|
31084
|
+
}
|
|
31085
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31086
|
+
border-color: #0080ff;
|
|
31087
|
+
}
|
|
31088
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31089
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31090
|
+
}
|
|
31091
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31092
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31093
|
+
border-color: #ccd4e3;
|
|
31094
|
+
opacity: 0.5;
|
|
31095
|
+
}
|
|
31096
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31097
|
+
color: #00122e;
|
|
31098
|
+
border-color: #ccd4e3;
|
|
31099
|
+
}
|
|
31100
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31101
|
+
color: #00122e;
|
|
31102
|
+
border-color: #ccd4e3;
|
|
31103
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31104
|
+
}
|
|
31105
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31106
|
+
margin-right: 8px;
|
|
31107
|
+
display: inline;
|
|
31108
|
+
border: none;
|
|
31109
|
+
padding: 0;
|
|
31110
|
+
width: 36px;
|
|
31111
|
+
background: transparent;
|
|
31112
|
+
}
|
|
31113
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31114
|
+
box-shadow: none;
|
|
31115
|
+
}
|
|
31116
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31117
|
+
margin-right: 0;
|
|
31118
|
+
width: initial;
|
|
31119
|
+
box-shadow: none;
|
|
31120
|
+
}
|
|
31121
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31122
|
+
display: none;
|
|
31123
|
+
}
|
|
31124
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31125
|
+
display: inline;
|
|
31126
|
+
}
|
|
31127
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31128
|
+
display: inline;
|
|
31129
|
+
margin-right: 8px;
|
|
31130
|
+
padding: 0;
|
|
31131
|
+
width: 36px;
|
|
31132
|
+
}
|
|
31133
|
+
|
|
31134
31134
|
.t1upn1sz {
|
|
31135
31135
|
height: 100%;
|
|
31136
31136
|
}
|
|
@@ -31495,6 +31495,91 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31495
|
background: #fff;
|
|
31496
31496
|
}
|
|
31497
31497
|
|
|
31498
|
+
.s1fc623g {
|
|
31499
|
+
width: 430px !important;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31502
|
+
.da3mx0o .ant-select-item-group {
|
|
31503
|
+
padding: 8px 16px;
|
|
31504
|
+
line-height: 18px;
|
|
31505
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31506
|
+
height: 34px;
|
|
31507
|
+
min-height: 34px;
|
|
31508
|
+
box-sizing: border-box;
|
|
31509
|
+
margin-top: 8px;
|
|
31510
|
+
}
|
|
31511
|
+
|
|
31512
|
+
.onr9gzt {
|
|
31513
|
+
display: flex;
|
|
31514
|
+
flex-direction: column;
|
|
31515
|
+
margin: 1px 8px;
|
|
31516
|
+
padding: 8px;
|
|
31517
|
+
border-radius: 4px;
|
|
31518
|
+
}
|
|
31519
|
+
.onr9gzt .selected-icon {
|
|
31520
|
+
display: none;
|
|
31521
|
+
}
|
|
31522
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31523
|
+
padding-left: 8px;
|
|
31524
|
+
}
|
|
31525
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31526
|
+
background-color: white;
|
|
31527
|
+
}
|
|
31528
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31529
|
+
color: #0080ff;
|
|
31530
|
+
}
|
|
31531
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31532
|
+
display: block;
|
|
31533
|
+
}
|
|
31534
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31535
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31536
|
+
}
|
|
31537
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31538
|
+
color: #0080ff;
|
|
31539
|
+
}
|
|
31540
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31541
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31542
|
+
color: #0080ff;
|
|
31543
|
+
}
|
|
31544
|
+
|
|
31545
|
+
.oiy0apc {
|
|
31546
|
+
display: flex;
|
|
31547
|
+
justify-content: space-between;
|
|
31548
|
+
height: 20px;
|
|
31549
|
+
line-height: 20px;
|
|
31550
|
+
}
|
|
31551
|
+
.oiy0apc .timezone-title {
|
|
31552
|
+
color: #2d3a56;
|
|
31553
|
+
overflow: hidden;
|
|
31554
|
+
text-overflow: ellipsis;
|
|
31555
|
+
}
|
|
31556
|
+
|
|
31557
|
+
.of4y382 {
|
|
31558
|
+
display: flex;
|
|
31559
|
+
justify-content: space-between;
|
|
31560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31561
|
+
height: 18px;
|
|
31562
|
+
line-height: 18px;
|
|
31563
|
+
margin-top: 2px;
|
|
31564
|
+
}
|
|
31565
|
+
|
|
31566
|
+
.t19903l9 {
|
|
31567
|
+
border: none;
|
|
31568
|
+
margin-right: 0;
|
|
31569
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31570
|
+
}
|
|
31571
|
+
|
|
31572
|
+
.ohwbvxu {
|
|
31573
|
+
pointer-events: none;
|
|
31574
|
+
height: 32px;
|
|
31575
|
+
width: 100%;
|
|
31576
|
+
opacity: 0;
|
|
31577
|
+
}
|
|
31578
|
+
|
|
31579
|
+
.i1e4sgug {
|
|
31580
|
+
display: inline-block;
|
|
31581
|
+
}
|
|
31582
|
+
|
|
31498
31583
|
.d6j0lbj {
|
|
31499
31584
|
font-family: Inter;
|
|
31500
31585
|
font-style: normal;
|
|
@@ -31970,102 +32055,59 @@ input.rrg1fkn.ant-input {
|
|
|
31970
32055
|
line-height: 12px;
|
|
31971
32056
|
}
|
|
31972
32057
|
|
|
31973
|
-
.
|
|
31974
|
-
display:
|
|
32058
|
+
.m15dvk92 {
|
|
32059
|
+
display: flex;
|
|
32060
|
+
justify-content: space-between;
|
|
32061
|
+
width: 100%;
|
|
31975
32062
|
}
|
|
31976
|
-
|
|
31977
|
-
|
|
31978
|
-
width: 430px !important;
|
|
32063
|
+
.m15dvk92 .action {
|
|
32064
|
+
margin-left: 16px;
|
|
31979
32065
|
}
|
|
31980
32066
|
|
|
31981
|
-
.
|
|
31982
|
-
|
|
31983
|
-
line-height: 18px;
|
|
31984
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31985
|
-
height: 34px;
|
|
31986
|
-
min-height: 34px;
|
|
31987
|
-
box-sizing: border-box;
|
|
31988
|
-
margin-top: 8px;
|
|
32067
|
+
.aql8iqz .ant-alert-message {
|
|
32068
|
+
width: 100%;
|
|
31989
32069
|
}
|
|
31990
32070
|
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31993
|
-
flex-direction: column;
|
|
31994
|
-
margin: 1px 8px;
|
|
31995
|
-
padding: 8px;
|
|
32071
|
+
.c18gxmrl {
|
|
32072
|
+
border: 1px solid #d8deeb;
|
|
31996
32073
|
border-radius: 4px;
|
|
31997
32074
|
}
|
|
31998
|
-
.
|
|
31999
|
-
|
|
32000
|
-
}
|
|
32001
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
32002
|
-
padding-left: 8px;
|
|
32003
|
-
}
|
|
32004
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
32005
|
-
background-color: white;
|
|
32006
|
-
}
|
|
32007
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
32008
|
-
color: #0080ff;
|
|
32075
|
+
.c18gxmrl + .c18gxmrl {
|
|
32076
|
+
margin-top: 8px;
|
|
32009
32077
|
}
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32078
|
+
.c18gxmrl:hover {
|
|
32079
|
+
border-color: #0080ff;
|
|
32012
32080
|
}
|
|
32013
|
-
.
|
|
32014
|
-
background: rgba(0,
|
|
32081
|
+
.c18gxmrl:hover > header {
|
|
32082
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32015
32083
|
}
|
|
32016
|
-
.
|
|
32017
|
-
|
|
32084
|
+
.c18gxmrl.active header {
|
|
32085
|
+
border-bottom: 1px solid #d8deeb;
|
|
32018
32086
|
}
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32021
|
-
color: #0080ff;
|
|
32087
|
+
.c18gxmrl > header {
|
|
32088
|
+
padding: 8px 12px;
|
|
32022
32089
|
}
|
|
32023
32090
|
|
|
32024
|
-
.
|
|
32025
|
-
|
|
32026
|
-
justify-content: space-between;
|
|
32027
|
-
height: 20px;
|
|
32028
|
-
line-height: 20px;
|
|
32029
|
-
}
|
|
32030
|
-
.oiy0apc .timezone-title {
|
|
32031
|
-
color: #2d3a56;
|
|
32032
|
-
overflow: hidden;
|
|
32033
|
-
text-overflow: ellipsis;
|
|
32091
|
+
.c1uzzomf {
|
|
32092
|
+
margin-bottom: 16px;
|
|
32034
32093
|
}
|
|
32035
|
-
|
|
32036
|
-
|
|
32037
|
-
display: flex;
|
|
32038
|
-
justify-content: space-between;
|
|
32094
|
+
.c1uzzomf .card-title {
|
|
32095
|
+
font-size: 16px;
|
|
32039
32096
|
color: rgba(44, 56, 82, 0.6);
|
|
32040
|
-
|
|
32041
|
-
line-height:
|
|
32042
|
-
margin-top: 2px;
|
|
32043
|
-
}
|
|
32044
|
-
|
|
32045
|
-
.t19903l9 {
|
|
32046
|
-
border: none;
|
|
32047
|
-
margin-right: 0;
|
|
32048
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32049
|
-
}
|
|
32050
|
-
|
|
32051
|
-
.ohwbvxu {
|
|
32052
|
-
pointer-events: none;
|
|
32053
|
-
height: 32px;
|
|
32054
|
-
width: 100%;
|
|
32055
|
-
opacity: 0;
|
|
32056
|
-
}
|
|
32057
|
-
|
|
32058
|
-
.m15dvk92 {
|
|
32059
|
-
display: flex;
|
|
32060
|
-
justify-content: space-between;
|
|
32061
|
-
width: 100%;
|
|
32097
|
+
font-weight: 700;
|
|
32098
|
+
line-height: 32px;
|
|
32062
32099
|
}
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32100
|
+
.c1uzzomf .card-body {
|
|
32101
|
+
padding: 24px;
|
|
32102
|
+
border-radius: 8px;
|
|
32103
|
+
background: #fff;
|
|
32065
32104
|
}
|
|
32066
|
-
|
|
32067
|
-
|
|
32068
|
-
|
|
32105
|
+
.c1uzzomf .empty {
|
|
32106
|
+
font-weight: 700;
|
|
32107
|
+
font-size: 14px;
|
|
32108
|
+
line-height: 22px;
|
|
32109
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32110
|
+
text-align: center;
|
|
32069
32111
|
}
|
|
32070
32112
|
|
|
32071
32113
|
.c198s9j3 {
|
|
@@ -32139,6 +32181,18 @@ input.rrg1fkn.ant-input {
|
|
|
32139
32181
|
margin-left: 24px;
|
|
32140
32182
|
}
|
|
32141
32183
|
|
|
32184
|
+
.n3qomhu {
|
|
32185
|
+
font-size: 90%;
|
|
32186
|
+
font-weight: bold;
|
|
32187
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32188
|
+
padding: 1px 4px 1px;
|
|
32189
|
+
margin-left: 2px;
|
|
32190
|
+
margin-right: 2px;
|
|
32191
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32192
|
+
border-radius: 4px;
|
|
32193
|
+
word-break: break-all;
|
|
32194
|
+
}
|
|
32195
|
+
|
|
32142
32196
|
.c10crapj {
|
|
32143
32197
|
border-radius: 8px;
|
|
32144
32198
|
}
|
|
@@ -32168,18 +32222,13 @@ input.rrg1fkn.ant-input {
|
|
|
32168
32222
|
cursor: default;
|
|
32169
32223
|
}
|
|
32170
32224
|
|
|
32171
|
-
.
|
|
32172
|
-
|
|
32173
|
-
|
|
32174
|
-
|
|
32175
|
-
.igz4le8 {
|
|
32176
|
-
height: 24px;
|
|
32177
|
-
width: 56px !important;
|
|
32178
|
-
margin-right: 4px;
|
|
32225
|
+
.o8ocss1 {
|
|
32226
|
+
overflow: hidden;
|
|
32227
|
+
text-overflow: ellipsis;
|
|
32179
32228
|
}
|
|
32180
32229
|
|
|
32181
|
-
.
|
|
32182
|
-
|
|
32230
|
+
.n17syc35 {
|
|
32231
|
+
white-space: nowrap;
|
|
32183
32232
|
}
|
|
32184
32233
|
|
|
32185
32234
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32225,96 +32274,32 @@ input.rrg1fkn.ant-input {
|
|
|
32225
32274
|
border-color: rgba(172, 186, 211, 0.6);
|
|
32226
32275
|
cursor: "not-allowed";
|
|
32227
32276
|
}
|
|
32228
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32229
|
-
border-color: #f0483e !important;
|
|
32230
|
-
}
|
|
32231
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32232
|
-
color: #1d326c;
|
|
32233
|
-
}
|
|
32234
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32235
|
-
border-color: #0080ff;
|
|
32236
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32237
|
-
}
|
|
32238
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32239
|
-
transform: rotate(180deg);
|
|
32240
|
-
}
|
|
32241
|
-
|
|
32242
|
-
.s14dk8r1 {
|
|
32243
|
-
margin: 0;
|
|
32244
|
-
border-radius: 20px;
|
|
32245
|
-
padding: 2px 10px;
|
|
32246
|
-
height: 22px;
|
|
32247
|
-
}
|
|
32248
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32249
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32250
|
-
}
|
|
32251
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32252
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32253
|
-
}
|
|
32254
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32255
|
-
color: #00122e;
|
|
32256
|
-
}
|
|
32257
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32258
|
-
margin-right: 6px;
|
|
32259
|
-
}
|
|
32260
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32261
|
-
margin-left: 4px;
|
|
32262
|
-
}
|
|
32263
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32264
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32265
|
-
}
|
|
32266
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32267
|
-
background-color: #0080ff;
|
|
32268
|
-
}
|
|
32269
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32270
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32271
|
-
}
|
|
32272
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32273
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32274
|
-
}
|
|
32275
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32276
|
-
background-color: #f0483e;
|
|
32277
|
-
}
|
|
32278
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32279
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32280
|
-
}
|
|
32281
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32282
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32283
|
-
}
|
|
32284
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32285
|
-
background-color: #fea008;
|
|
32286
|
-
}
|
|
32287
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32288
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32289
|
-
}
|
|
32290
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32291
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32292
|
-
}
|
|
32293
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32294
|
-
background-color: #00ba5d;
|
|
32277
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32278
|
+
border-color: #f0483e !important;
|
|
32295
32279
|
}
|
|
32296
|
-
.
|
|
32297
|
-
|
|
32280
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32281
|
+
color: #1d326c;
|
|
32298
32282
|
}
|
|
32299
|
-
.
|
|
32300
|
-
|
|
32283
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32284
|
+
border-color: #0080ff;
|
|
32285
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32301
32286
|
}
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32287
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32288
|
+
transform: rotate(180deg);
|
|
32304
32289
|
}
|
|
32305
|
-
|
|
32306
|
-
|
|
32290
|
+
|
|
32291
|
+
.igz4le8 {
|
|
32292
|
+
height: 24px;
|
|
32293
|
+
width: 56px !important;
|
|
32294
|
+
margin-right: 4px;
|
|
32307
32295
|
}
|
|
32308
32296
|
|
|
32309
|
-
.
|
|
32310
|
-
|
|
32311
|
-
height: 8px;
|
|
32312
|
-
border-radius: 50%;
|
|
32313
|
-
display: inline-block;
|
|
32297
|
+
.c1riexje {
|
|
32298
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32314
32299
|
}
|
|
32315
32300
|
|
|
32316
|
-
.
|
|
32317
|
-
|
|
32301
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32302
|
+
display: flex;
|
|
32318
32303
|
}
|
|
32319
32304
|
|
|
32320
32305
|
.m1thnes4 {
|
|
@@ -32478,6 +32463,84 @@ input.rrg1fkn.ant-input {
|
|
|
32478
32463
|
margin-left: 8px;
|
|
32479
32464
|
}
|
|
32480
32465
|
|
|
32466
|
+
.s14dk8r1 {
|
|
32467
|
+
margin: 0;
|
|
32468
|
+
border-radius: 20px;
|
|
32469
|
+
padding: 2px 10px;
|
|
32470
|
+
height: 22px;
|
|
32471
|
+
}
|
|
32472
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32473
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32474
|
+
}
|
|
32475
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32476
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32477
|
+
}
|
|
32478
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32479
|
+
color: #00122e;
|
|
32480
|
+
}
|
|
32481
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32482
|
+
margin-right: 6px;
|
|
32483
|
+
}
|
|
32484
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32485
|
+
margin-left: 4px;
|
|
32486
|
+
}
|
|
32487
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32488
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32489
|
+
}
|
|
32490
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32491
|
+
background-color: #0080ff;
|
|
32492
|
+
}
|
|
32493
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32494
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32495
|
+
}
|
|
32496
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32497
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32498
|
+
}
|
|
32499
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32500
|
+
background-color: #f0483e;
|
|
32501
|
+
}
|
|
32502
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32503
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32504
|
+
}
|
|
32505
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32506
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32507
|
+
}
|
|
32508
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32509
|
+
background-color: #fea008;
|
|
32510
|
+
}
|
|
32511
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32512
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32513
|
+
}
|
|
32514
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32515
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32516
|
+
}
|
|
32517
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32518
|
+
background-color: #00ba5d;
|
|
32519
|
+
}
|
|
32520
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32521
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32522
|
+
}
|
|
32523
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32524
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32525
|
+
}
|
|
32526
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32527
|
+
background-color: #6b7d99;
|
|
32528
|
+
}
|
|
32529
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32530
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32531
|
+
}
|
|
32532
|
+
|
|
32533
|
+
.s1uupoto {
|
|
32534
|
+
width: 8px;
|
|
32535
|
+
height: 8px;
|
|
32536
|
+
border-radius: 50%;
|
|
32537
|
+
display: inline-block;
|
|
32538
|
+
}
|
|
32539
|
+
|
|
32540
|
+
.t19ustft .date {
|
|
32541
|
+
margin-right: 4px;
|
|
32542
|
+
}
|
|
32543
|
+
|
|
32481
32544
|
.s1uupxds {
|
|
32482
32545
|
padding: 0 8px;
|
|
32483
32546
|
border-radius: 4px;
|
|
@@ -32560,27 +32623,6 @@ input.rrg1fkn.ant-input {
|
|
|
32560
32623
|
background-color: #7E41FF;
|
|
32561
32624
|
}
|
|
32562
32625
|
|
|
32563
|
-
.n3qomhu {
|
|
32564
|
-
font-size: 90%;
|
|
32565
|
-
font-weight: bold;
|
|
32566
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32567
|
-
padding: 1px 4px 1px;
|
|
32568
|
-
margin-left: 2px;
|
|
32569
|
-
margin-right: 2px;
|
|
32570
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32571
|
-
border-radius: 4px;
|
|
32572
|
-
word-break: break-all;
|
|
32573
|
-
}
|
|
32574
|
-
|
|
32575
|
-
.o8ocss1 {
|
|
32576
|
-
overflow: hidden;
|
|
32577
|
-
text-overflow: ellipsis;
|
|
32578
|
-
}
|
|
32579
|
-
|
|
32580
|
-
.n17syc35 {
|
|
32581
|
-
white-space: nowrap;
|
|
32582
|
-
}
|
|
32583
|
-
|
|
32584
32626
|
.sq6vos1 {
|
|
32585
32627
|
--item-min-width: 60px;
|
|
32586
32628
|
}
|
|
@@ -32840,6 +32882,23 @@ input.rrg1fkn.ant-input {
|
|
|
32840
32882
|
margin-right: 2px;
|
|
32841
32883
|
}
|
|
32842
32884
|
|
|
32885
|
+
.bab9xum {
|
|
32886
|
+
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);
|
|
32887
|
+
}
|
|
32888
|
+
|
|
32889
|
+
.cav4gt6 {
|
|
32890
|
+
border-radius: 8px;
|
|
32891
|
+
background-color: white;
|
|
32892
|
+
}
|
|
32893
|
+
.cav4gt6.hoverable {
|
|
32894
|
+
cursor: pointer;
|
|
32895
|
+
}
|
|
32896
|
+
.cav4gt6.hoverable:hover {
|
|
32897
|
+
transition: all 200ms ease;
|
|
32898
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32899
|
+
transform: translateY(-4px);
|
|
32900
|
+
}
|
|
32901
|
+
|
|
32843
32902
|
.rrwcpby {
|
|
32844
32903
|
display: flex;
|
|
32845
32904
|
align-items: center;
|
|
@@ -32856,21 +32915,54 @@ input.rrg1fkn.ant-input {
|
|
|
32856
32915
|
margin-right: 6px;
|
|
32857
32916
|
}
|
|
32858
32917
|
|
|
32859
|
-
.
|
|
32860
|
-
|
|
32918
|
+
.f1p9ti6d {
|
|
32919
|
+
width: 100%;
|
|
32920
|
+
margin-bottom: 0 !important;
|
|
32921
|
+
flex-flow: nowrap !important;
|
|
32922
|
+
line-break: auto;
|
|
32923
|
+
}
|
|
32924
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32925
|
+
text-align: left !important;
|
|
32926
|
+
padding-bottom: 0 !important;
|
|
32927
|
+
}
|
|
32928
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32929
|
+
min-height: 32px;
|
|
32930
|
+
height: auto;
|
|
32931
|
+
font-size: 13px;
|
|
32932
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32933
|
+
white-space: normal;
|
|
32934
|
+
}
|
|
32935
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32936
|
+
border-color: #ff4d4f !important;
|
|
32937
|
+
}
|
|
32938
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32939
|
+
margin-top: 4px;
|
|
32940
|
+
font-size: 12px;
|
|
32941
|
+
min-height: 0px;
|
|
32942
|
+
}
|
|
32943
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32944
|
+
font-size: 12px;
|
|
32945
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32946
|
+
min-height: 0px;
|
|
32861
32947
|
}
|
|
32862
32948
|
|
|
32863
|
-
.
|
|
32864
|
-
|
|
32865
|
-
|
|
32949
|
+
.sut42l0 {
|
|
32950
|
+
padding: 0 8px;
|
|
32951
|
+
height: 18px;
|
|
32866
32952
|
}
|
|
32867
|
-
|
|
32868
|
-
|
|
32953
|
+
|
|
32954
|
+
.mfsz1jz {
|
|
32955
|
+
padding: 2px 8px;
|
|
32956
|
+
height: 24px;
|
|
32869
32957
|
}
|
|
32870
|
-
|
|
32871
|
-
|
|
32872
|
-
|
|
32873
|
-
|
|
32958
|
+
|
|
32959
|
+
.tnd6h4m {
|
|
32960
|
+
margin: 0;
|
|
32961
|
+
}
|
|
32962
|
+
|
|
32963
|
+
.i1qw4clm {
|
|
32964
|
+
margin-right: 4px;
|
|
32965
|
+
height: 16px;
|
|
32874
32966
|
}
|
|
32875
32967
|
|
|
32876
32968
|
.tc40oxa {
|
|
@@ -33066,37 +33158,6 @@ input.rrg1fkn.ant-input {
|
|
|
33066
33158
|
margin-right: 8px;
|
|
33067
33159
|
}
|
|
33068
33160
|
|
|
33069
|
-
.f1p9ti6d {
|
|
33070
|
-
width: 100%;
|
|
33071
|
-
margin-bottom: 0 !important;
|
|
33072
|
-
flex-flow: nowrap !important;
|
|
33073
|
-
line-break: auto;
|
|
33074
|
-
}
|
|
33075
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33076
|
-
text-align: left !important;
|
|
33077
|
-
padding-bottom: 0 !important;
|
|
33078
|
-
}
|
|
33079
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33080
|
-
min-height: 32px;
|
|
33081
|
-
height: auto;
|
|
33082
|
-
font-size: 13px;
|
|
33083
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33084
|
-
white-space: normal;
|
|
33085
|
-
}
|
|
33086
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33087
|
-
border-color: #ff4d4f !important;
|
|
33088
|
-
}
|
|
33089
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33090
|
-
margin-top: 4px;
|
|
33091
|
-
font-size: 12px;
|
|
33092
|
-
min-height: 0px;
|
|
33093
|
-
}
|
|
33094
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33095
|
-
font-size: 12px;
|
|
33096
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33097
|
-
min-height: 0px;
|
|
33098
|
-
}
|
|
33099
|
-
|
|
33100
33161
|
.w1xcixj5.outside-tag {
|
|
33101
33162
|
padding-left: 0;
|
|
33102
33163
|
}
|
|
@@ -33111,25 +33172,6 @@ input.rrg1fkn.ant-input {
|
|
|
33111
33172
|
height: 16px;
|
|
33112
33173
|
}
|
|
33113
33174
|
|
|
33114
|
-
.sut42l0 {
|
|
33115
|
-
padding: 0 8px;
|
|
33116
|
-
height: 18px;
|
|
33117
|
-
}
|
|
33118
|
-
|
|
33119
|
-
.mfsz1jz {
|
|
33120
|
-
padding: 2px 8px;
|
|
33121
|
-
height: 24px;
|
|
33122
|
-
}
|
|
33123
|
-
|
|
33124
|
-
.tnd6h4m {
|
|
33125
|
-
margin: 0;
|
|
33126
|
-
}
|
|
33127
|
-
|
|
33128
|
-
.i1qw4clm {
|
|
33129
|
-
margin-right: 4px;
|
|
33130
|
-
height: 16px;
|
|
33131
|
-
}
|
|
33132
|
-
|
|
33133
33175
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33134
33176
|
display: var(--at4ovwe-0);
|
|
33135
33177
|
}
|