@cloudtower/eagle 0.26.26-dry-1 → 0.26.26-dry-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +284 -272
- package/dist/esm/index.js +601 -571
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +789 -777
- package/dist/umd/index.js +600 -570
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29927,50 +29927,6 @@ 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
|
-
.fde5mpd {
|
|
29931
|
-
width: 100%;
|
|
29932
|
-
height: 100%;
|
|
29933
|
-
min-height: 124px;
|
|
29934
|
-
display: flex;
|
|
29935
|
-
flex-direction: column;
|
|
29936
|
-
justify-content: center;
|
|
29937
|
-
align-items: center;
|
|
29938
|
-
}
|
|
29939
|
-
.fde5mpd .error-text {
|
|
29940
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29941
|
-
margin-bottom: 16px;
|
|
29942
|
-
font-size: 18px;
|
|
29943
|
-
}
|
|
29944
|
-
|
|
29945
|
-
.bpq0js6 {
|
|
29946
|
-
padding: 4px 11px;
|
|
29947
|
-
}
|
|
29948
|
-
|
|
29949
|
-
.b15sn34c {
|
|
29950
|
-
white-space: nowrap;
|
|
29951
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29952
|
-
}
|
|
29953
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29954
|
-
--color: #0080ff;
|
|
29955
|
-
}
|
|
29956
|
-
.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] {
|
|
29957
|
-
--color: #0080ff;
|
|
29958
|
-
}
|
|
29959
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29960
|
-
margin-left: 1px;
|
|
29961
|
-
}
|
|
29962
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29963
|
-
border-top-right-radius: 0;
|
|
29964
|
-
border-bottom-right-radius: 0;
|
|
29965
|
-
}
|
|
29966
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29967
|
-
border-top-left-radius: 0;
|
|
29968
|
-
border-bottom-left-radius: 0;
|
|
29969
|
-
}
|
|
29970
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29971
|
-
border-radius: unset;
|
|
29972
|
-
}
|
|
29973
|
-
|
|
29974
29930
|
.buj61ew.ant-btn-icon-only {
|
|
29975
29931
|
justify-content: center;
|
|
29976
29932
|
}
|
|
@@ -30227,6 +30183,50 @@ html body {
|
|
|
30227
30183
|
padding: 0;
|
|
30228
30184
|
}
|
|
30229
30185
|
|
|
30186
|
+
.bpq0js6 {
|
|
30187
|
+
padding: 4px 11px;
|
|
30188
|
+
}
|
|
30189
|
+
|
|
30190
|
+
.b15sn34c {
|
|
30191
|
+
white-space: nowrap;
|
|
30192
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30193
|
+
}
|
|
30194
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30195
|
+
--color: #0080ff;
|
|
30196
|
+
}
|
|
30197
|
+
.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] {
|
|
30198
|
+
--color: #0080ff;
|
|
30199
|
+
}
|
|
30200
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30201
|
+
margin-left: 1px;
|
|
30202
|
+
}
|
|
30203
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30204
|
+
border-top-right-radius: 0;
|
|
30205
|
+
border-bottom-right-radius: 0;
|
|
30206
|
+
}
|
|
30207
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30208
|
+
border-top-left-radius: 0;
|
|
30209
|
+
border-bottom-left-radius: 0;
|
|
30210
|
+
}
|
|
30211
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30212
|
+
border-radius: unset;
|
|
30213
|
+
}
|
|
30214
|
+
|
|
30215
|
+
.fde5mpd {
|
|
30216
|
+
width: 100%;
|
|
30217
|
+
height: 100%;
|
|
30218
|
+
min-height: 124px;
|
|
30219
|
+
display: flex;
|
|
30220
|
+
flex-direction: column;
|
|
30221
|
+
justify-content: center;
|
|
30222
|
+
align-items: center;
|
|
30223
|
+
}
|
|
30224
|
+
.fde5mpd .error-text {
|
|
30225
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30226
|
+
margin-bottom: 16px;
|
|
30227
|
+
font-size: 18px;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
30230
|
.iap75of {
|
|
30231
30231
|
height: 18px;
|
|
30232
30232
|
line-height: 18px;
|
|
@@ -30240,900 +30240,900 @@ html body {
|
|
|
30240
30240
|
margin-right: 4px;
|
|
30241
30241
|
}
|
|
30242
30242
|
|
|
30243
|
-
.
|
|
30244
|
-
display:
|
|
30245
|
-
|
|
30246
|
-
}
|
|
30247
|
-
.i1mrf09m .icon-inner {
|
|
30248
|
-
display: inline-flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
justify-content: center;
|
|
30251
|
-
}
|
|
30252
|
-
.i1mrf09m .icon-inner + span,
|
|
30253
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30254
|
-
margin-left: 4px;
|
|
30243
|
+
.cz04yix {
|
|
30244
|
+
display: flex;
|
|
30245
|
+
flex-direction: column;
|
|
30255
30246
|
}
|
|
30256
|
-
|
|
30257
|
-
.
|
|
30258
|
-
|
|
30247
|
+
|
|
30248
|
+
.m1if5j39 {
|
|
30249
|
+
max-width: 1120px;
|
|
30250
|
+
width: 100%;
|
|
30251
|
+
margin: 0 auto;
|
|
30252
|
+
height: 100%;
|
|
30259
30253
|
}
|
|
30260
30254
|
|
|
30261
|
-
.
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30255
|
+
.w1vvwdlp {
|
|
30256
|
+
max-width: 1120px;
|
|
30257
|
+
width: 100%;
|
|
30258
|
+
margin: 0 auto;
|
|
30259
|
+
display: flex;
|
|
30266
30260
|
}
|
|
30267
|
-
.
|
|
30268
|
-
|
|
30261
|
+
.w1vvwdlp .left,
|
|
30262
|
+
.w1vvwdlp .right {
|
|
30263
|
+
flex-grow: 0;
|
|
30264
|
+
flex-shrink: 0;
|
|
30265
|
+
flex-basis: 21%;
|
|
30269
30266
|
}
|
|
30270
|
-
.
|
|
30271
|
-
|
|
30272
|
-
|
|
30267
|
+
.w1vvwdlp .left {
|
|
30268
|
+
display: flex;
|
|
30269
|
+
justify-content: flex-end;
|
|
30270
|
+
padding-right: 44px;
|
|
30273
30271
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30276
|
-
height: 32px;
|
|
30272
|
+
.w1vvwdlp .right {
|
|
30273
|
+
padding-left: 44px;
|
|
30277
30274
|
}
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
|
|
30275
|
+
.w1vvwdlp .middle {
|
|
30276
|
+
margin-bottom: 40px;
|
|
30277
|
+
flex-grow: 0;
|
|
30278
|
+
flex-shrink: 0;
|
|
30279
|
+
flex-basis: 58%;
|
|
30281
30280
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
transition-delay: 120ms;
|
|
30281
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30282
|
+
width: 100%;
|
|
30285
30283
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30288
|
-
width: 14px;
|
|
30289
|
-
top: 1px;
|
|
30290
|
-
left: 1px;
|
|
30284
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30285
|
+
width: auto;
|
|
30291
30286
|
}
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30287
|
+
|
|
30288
|
+
.h1cuopx7 .ant-modal-header {
|
|
30289
|
+
margin: 0 auto;
|
|
30290
|
+
width: 100%;
|
|
30291
|
+
max-width: 648px;
|
|
30295
30292
|
}
|
|
30296
|
-
.
|
|
30297
|
-
|
|
30293
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30294
|
+
margin-left: 0;
|
|
30298
30295
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30296
|
+
.h1cuopx7 .ant-modal-body {
|
|
30297
|
+
margin: 0 auto;
|
|
30298
|
+
padding: 0;
|
|
30299
|
+
width: 100%;
|
|
30300
|
+
max-width: 648px;
|
|
30301
|
+
overflow: hidden;
|
|
30301
30302
|
}
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30303
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30304
|
+
margin-bottom: 40px;
|
|
30304
30305
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30306
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30307
|
+
height: calc(100vh - 225px);
|
|
30308
|
+
overflow-y: auto;
|
|
30307
30309
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30311
|
+
margin: 0 auto;
|
|
30312
|
+
max-width: 648px;
|
|
30310
30313
|
}
|
|
30311
30314
|
|
|
30312
|
-
.
|
|
30313
|
-
margin
|
|
30315
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30316
|
+
margin: 0 auto;
|
|
30317
|
+
width: 100%;
|
|
30318
|
+
max-width: 1024px;
|
|
30314
30319
|
}
|
|
30315
|
-
|
|
30316
|
-
|
|
30317
|
-
display: inline-flex;
|
|
30318
|
-
align-items: baseline;
|
|
30319
|
-
white-space: pre-wrap;
|
|
30320
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30321
|
+
margin-left: 0;
|
|
30320
30322
|
}
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30323
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30324
|
+
margin: 0 auto;
|
|
30325
|
+
padding: 0;
|
|
30326
|
+
width: 100%;
|
|
30327
|
+
max-width: 1024px;
|
|
30328
|
+
overflow: hidden;
|
|
30324
30329
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30330
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30331
|
+
margin-bottom: 40px;
|
|
30327
30332
|
}
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30333
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30334
|
+
height: calc(100vh - 225px);
|
|
30335
|
+
overflow-y: auto;
|
|
30330
30336
|
}
|
|
30331
|
-
.
|
|
30332
|
-
|
|
30333
|
-
|
|
30337
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30338
|
+
margin: 0 auto;
|
|
30339
|
+
max-width: 1024px;
|
|
30334
30340
|
}
|
|
30335
|
-
|
|
30336
|
-
|
|
30337
|
-
|
|
30338
|
-
width: 6px;
|
|
30339
|
-
height: 6px;
|
|
30340
|
-
background: #fff;
|
|
30341
|
+
|
|
30342
|
+
.fxgckuk {
|
|
30343
|
+
flex: 1;
|
|
30341
30344
|
}
|
|
30342
|
-
.
|
|
30343
|
-
|
|
30345
|
+
.fxgckuk label {
|
|
30346
|
+
font-size: 13px;
|
|
30347
|
+
line-height: 20px;
|
|
30348
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30344
30349
|
}
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30347
|
-
|
|
30350
|
+
.fxgckuk .title {
|
|
30351
|
+
font-size: 14px;
|
|
30352
|
+
line-height: 20px;
|
|
30353
|
+
color: #2d3a56;
|
|
30354
|
+
margin-bottom: 12px;
|
|
30348
30355
|
}
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30356
|
+
.fxgckuk.connect-cluster .title {
|
|
30357
|
+
padding-bottom: 26px;
|
|
30351
30358
|
}
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
|
|
30359
|
+
|
|
30360
|
+
.f1d0vek1 {
|
|
30361
|
+
padding: 25px 0 15px 0;
|
|
30362
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30363
|
+
margin-bottom: 16px;
|
|
30355
30364
|
}
|
|
30356
|
-
|
|
30357
|
-
|
|
30365
|
+
|
|
30366
|
+
.f4u402y {
|
|
30367
|
+
display: flex;
|
|
30368
|
+
align-items: center;
|
|
30369
|
+
margin-bottom: 8px;
|
|
30358
30370
|
}
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
padding: 0;
|
|
30362
|
-
padding-left: 12px;
|
|
30371
|
+
.f4u402y > label {
|
|
30372
|
+
width: 216px;
|
|
30363
30373
|
}
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
white-space: pre-wrap;
|
|
30367
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30374
|
+
.f4u402y > label + * {
|
|
30375
|
+
width: 100%;
|
|
30368
30376
|
}
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30377
|
+
.f4u402y .ant-select {
|
|
30378
|
+
width: 100%;
|
|
30371
30379
|
}
|
|
30372
30380
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30377
|
-
border-radius: 0 5px 5px 0;
|
|
30381
|
+
.e1pldf6v {
|
|
30382
|
+
color: #e75a3a;
|
|
30383
|
+
margin-right: 10px;
|
|
30378
30384
|
}
|
|
30379
30385
|
|
|
30380
|
-
.
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
|
|
30385
|
-
border-color: #a3b4cc;
|
|
30386
|
+
.dq0gblh {
|
|
30387
|
+
width: 100%;
|
|
30388
|
+
height: 1px;
|
|
30389
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30390
|
+
margin: 24px 0;
|
|
30386
30391
|
}
|
|
30387
|
-
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30392
|
+
|
|
30393
|
+
.l1v7sr0n {
|
|
30394
|
+
display: flex;
|
|
30395
|
+
justify-content: center;
|
|
30396
|
+
align-items: center;
|
|
30397
|
+
height: 100%;
|
|
30391
30398
|
}
|
|
30392
|
-
|
|
30393
|
-
|
|
30399
|
+
|
|
30400
|
+
.d1i4ou6o {
|
|
30401
|
+
display: inline-block;
|
|
30402
|
+
width: 4px;
|
|
30403
|
+
height: 4px;
|
|
30404
|
+
background: #8e9aa9;
|
|
30405
|
+
opacity: 0.4;
|
|
30406
|
+
border-radius: 50%;
|
|
30407
|
+
margin: 0 4px;
|
|
30394
30408
|
}
|
|
30395
|
-
|
|
30396
|
-
|
|
30397
|
-
|
|
30398
|
-
|
|
30409
|
+
|
|
30410
|
+
.m1jy87hk .ant-modal-header,
|
|
30411
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30412
|
+
width: 648px;
|
|
30413
|
+
margin: 0 auto;
|
|
30399
30414
|
}
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30415
|
+
.m1jy87hk .ant-modal-header {
|
|
30416
|
+
padding: 35px 0 24px;
|
|
30417
|
+
border: none;
|
|
30402
30418
|
}
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30419
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30420
|
+
font-size: 30px;
|
|
30405
30421
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30408
|
-
opacity: 0.5;
|
|
30422
|
+
.m1jy87hk .ant-modal-body {
|
|
30423
|
+
padding: 4px 0 2px;
|
|
30409
30424
|
}
|
|
30410
|
-
.
|
|
30411
|
-
border
|
|
30425
|
+
.m1jy87hk .ant-modal-footer {
|
|
30426
|
+
border: none;
|
|
30412
30427
|
}
|
|
30413
|
-
|
|
30414
|
-
|
|
30428
|
+
|
|
30429
|
+
.ti7fpyu {
|
|
30430
|
+
font-size: 12px;
|
|
30431
|
+
line-height: 18px;
|
|
30432
|
+
font-weight: bold;
|
|
30433
|
+
color: #fff;
|
|
30434
|
+
padding: 0 4px;
|
|
30435
|
+
border-radius: 4px;
|
|
30436
|
+
display: inline-block;
|
|
30437
|
+
background: var(--ti7fpyu-0);
|
|
30415
30438
|
}
|
|
30416
|
-
.
|
|
30417
|
-
|
|
30439
|
+
.ti7fpyu:not(:first-child) {
|
|
30440
|
+
margin-left: 4px;
|
|
30418
30441
|
}
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30442
|
+
|
|
30443
|
+
.f1rest1f {
|
|
30444
|
+
width: 100%;
|
|
30445
|
+
height: 100%;
|
|
30446
|
+
display: flex;
|
|
30447
|
+
align-items: center;
|
|
30448
|
+
justify-content: center;
|
|
30423
30449
|
}
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30450
|
+
|
|
30451
|
+
.n1kbdoln {
|
|
30452
|
+
font-size: 90%;
|
|
30453
|
+
font-weight: bold;
|
|
30454
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30455
|
+
padding: 1px 4px 1px;
|
|
30456
|
+
margin-left: 2px;
|
|
30457
|
+
margin-right: 2px;
|
|
30458
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30459
|
+
border-radius: 4px;
|
|
30427
30460
|
}
|
|
30428
|
-
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30461
|
+
|
|
30462
|
+
.f1y3gta0.form-item-general {
|
|
30463
|
+
width: 640px;
|
|
30432
30464
|
}
|
|
30433
|
-
.
|
|
30434
|
-
margin-
|
|
30435
|
-
display: inline;
|
|
30436
|
-
border: none;
|
|
30437
|
-
padding: 0;
|
|
30438
|
-
width: 36px;
|
|
30439
|
-
background: transparent;
|
|
30465
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30466
|
+
margin-top: 16px;
|
|
30440
30467
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30468
|
+
.f1y3gta0.form-item-compact {
|
|
30469
|
+
width: 412px;
|
|
30443
30470
|
}
|
|
30444
|
-
.
|
|
30445
|
-
margin-
|
|
30446
|
-
width: initial;
|
|
30447
|
-
box-shadow: none;
|
|
30471
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30472
|
+
margin-top: 8px;
|
|
30448
30473
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30474
|
+
.f1y3gta0 .form-item {
|
|
30475
|
+
width: auto;
|
|
30451
30476
|
}
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30477
|
+
.f1y3gta0 .form-item-main {
|
|
30478
|
+
position: relative;
|
|
30479
|
+
display: flex;
|
|
30454
30480
|
}
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30457
|
-
|
|
30458
|
-
padding:
|
|
30459
|
-
|
|
30481
|
+
.f1y3gta0 .form-item-extra {
|
|
30482
|
+
margin-top: 4px;
|
|
30483
|
+
width: 100%;
|
|
30484
|
+
padding: 14px;
|
|
30485
|
+
background: #f2f4f6;
|
|
30486
|
+
font-size: 13px;
|
|
30487
|
+
line-height: 1.8;
|
|
30488
|
+
color: #8e9aa9;
|
|
30460
30489
|
}
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
justify-content: space-between;
|
|
30465
|
-
align-items: center;
|
|
30466
|
-
padding: 10px 0;
|
|
30490
|
+
.f1y3gta0 .form-item-label {
|
|
30491
|
+
padding-right: 12px;
|
|
30492
|
+
font-size: 13px;
|
|
30467
30493
|
color: rgba(44, 56, 82, 0.6);
|
|
30468
|
-
font-size: 12px;
|
|
30469
|
-
line-height: 24px;
|
|
30470
30494
|
}
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
}
|
|
30474
|
-
.p12gwtiw .dropdown-trigger {
|
|
30475
|
-
display: flex;
|
|
30476
|
-
align-items: center;
|
|
30477
|
-
border-radius: 6px;
|
|
30478
|
-
cursor: pointer;
|
|
30479
|
-
transition: all 0.3s ease;
|
|
30495
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30496
|
+
text-align: right;
|
|
30480
30497
|
}
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30483
|
-
|
|
30498
|
+
.f1y3gta0 .form-item-label,
|
|
30499
|
+
.f1y3gta0 .form-item-control {
|
|
30500
|
+
line-height: 32px;
|
|
30484
30501
|
}
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30502
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30503
|
+
line-height: 18px;
|
|
30487
30504
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
align-items: center;
|
|
30491
|
-
color: #0080ff;
|
|
30492
|
-
font-weight: bold;
|
|
30505
|
+
.f1y3gta0 .form-item-children {
|
|
30506
|
+
width: 100%;
|
|
30493
30507
|
}
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30508
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30509
|
+
width: 100%;
|
|
30496
30510
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
|
|
30511
|
+
.f1y3gta0 .form-item-error {
|
|
30512
|
+
color: #e75a3a;
|
|
30513
|
+
height: 0;
|
|
30514
|
+
overflow: hidden;
|
|
30500
30515
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
|
|
30516
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30517
|
+
margin-top: 4px;
|
|
30518
|
+
height: auto;
|
|
30519
|
+
overflow: auto;
|
|
30504
30520
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30521
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30522
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30523
|
+
border: 1px solid #e75a3a;
|
|
30524
|
+
color: #e75a3a;
|
|
30507
30525
|
}
|
|
30508
30526
|
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30514
|
-
|
|
30515
|
-
font-size: 12px;
|
|
30516
|
-
line-height: 18px;
|
|
30517
|
-
}
|
|
30518
|
-
|
|
30519
|
-
.obf05yr {
|
|
30520
|
-
display: inline-block;
|
|
30527
|
+
.fujbm7g {
|
|
30528
|
+
color: #2d3a56;
|
|
30529
|
+
font-weight: bold;
|
|
30530
|
+
padding-bottom: 6px;
|
|
30531
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30532
|
+
margin-bottom: 16px;
|
|
30521
30533
|
}
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
visibility: hidden;
|
|
30525
|
-
position: absolute;
|
|
30534
|
+
.fujbm7g:not(:first-of-type) {
|
|
30535
|
+
margin-top: 16px;
|
|
30526
30536
|
}
|
|
30527
30537
|
|
|
30528
|
-
.
|
|
30538
|
+
.e5fsw5s {
|
|
30539
|
+
width: 8px;
|
|
30540
|
+
height: 24px;
|
|
30529
30541
|
display: flex;
|
|
30530
|
-
|
|
30542
|
+
justify-content: center;
|
|
30543
|
+
align-items: center;
|
|
30544
|
+
cursor: pointer;
|
|
30545
|
+
transition: all 200ms ease-out 40ms;
|
|
30546
|
+
}
|
|
30547
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30548
|
+
content: "";
|
|
30549
|
+
width: 1px;
|
|
30550
|
+
height: 6px;
|
|
30551
|
+
border-radius: 1px;
|
|
30552
|
+
background: #ccd4e3;
|
|
30553
|
+
position: relative;
|
|
30554
|
+
right: 2px;
|
|
30555
|
+
transform: rotate(-45deg);
|
|
30556
|
+
}
|
|
30557
|
+
.e5fsw5s:after {
|
|
30558
|
+
transform: rotate(45deg);
|
|
30559
|
+
left: 1px;
|
|
30531
30560
|
}
|
|
30532
30561
|
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30562
|
+
.w18knsg4.ant-alert-warning {
|
|
30563
|
+
border: 0;
|
|
30564
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30565
|
+
border-radius: 6px;
|
|
30566
|
+
}
|
|
30567
|
+
.w18knsg4.ant-alert,
|
|
30568
|
+
.w18knsg4 .ant-alert-message {
|
|
30569
|
+
color: #e07f00;
|
|
30570
|
+
}
|
|
30571
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30572
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30573
|
+
border-bottom-color: #e07f00;
|
|
30538
30574
|
}
|
|
30539
30575
|
|
|
30540
|
-
.
|
|
30541
|
-
max-width: 1120px;
|
|
30542
|
-
width: 100%;
|
|
30543
|
-
margin: 0 auto;
|
|
30576
|
+
.ng31n2o {
|
|
30544
30577
|
display: flex;
|
|
30578
|
+
flex-direction: row;
|
|
30579
|
+
padding: 7px 12px;
|
|
30580
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30581
|
+
border-radius: 6px;
|
|
30582
|
+
color: #e07f00;
|
|
30583
|
+
font-size: 12px;
|
|
30584
|
+
line-height: 18px;
|
|
30545
30585
|
}
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
flex-shrink: 0;
|
|
30550
|
-
flex-basis: 21%;
|
|
30586
|
+
.ng31n2o .icon-wrapper {
|
|
30587
|
+
margin-right: 10px;
|
|
30588
|
+
height: 18px;
|
|
30551
30589
|
}
|
|
30552
|
-
|
|
30590
|
+
|
|
30591
|
+
.n15x5f5y {
|
|
30553
30592
|
display: flex;
|
|
30554
|
-
|
|
30555
|
-
padding
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30593
|
+
flex-direction: row;
|
|
30594
|
+
padding: 7px 12px;
|
|
30595
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30596
|
+
border-radius: 6px;
|
|
30597
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30598
|
+
font-size: 12px;
|
|
30599
|
+
line-height: 18px;
|
|
30559
30600
|
}
|
|
30560
|
-
.
|
|
30561
|
-
margin-
|
|
30562
|
-
|
|
30563
|
-
flex-shrink: 0;
|
|
30564
|
-
flex-basis: 58%;
|
|
30601
|
+
.n15x5f5y .icon-wrapper {
|
|
30602
|
+
margin-right: 10px;
|
|
30603
|
+
height: 18px;
|
|
30565
30604
|
}
|
|
30566
|
-
|
|
30567
|
-
|
|
30605
|
+
|
|
30606
|
+
.i16ozz3f {
|
|
30607
|
+
display: flex;
|
|
30608
|
+
flex-direction: row;
|
|
30609
|
+
padding: 7px 12px;
|
|
30610
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30611
|
+
border-radius: 6px;
|
|
30612
|
+
color: #005ed1;
|
|
30613
|
+
font-size: 12px;
|
|
30614
|
+
line-height: 18px;
|
|
30568
30615
|
}
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30616
|
+
.i16ozz3f .icon-wrapper {
|
|
30617
|
+
margin-right: 10px;
|
|
30618
|
+
height: 18px;
|
|
30571
30619
|
}
|
|
30572
30620
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30579
|
-
margin-left: 0;
|
|
30621
|
+
.dszu9qr {
|
|
30622
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30623
|
+
margin-top: 5px;
|
|
30624
|
+
font-size: 12px;
|
|
30625
|
+
line-height: 18px;
|
|
30580
30626
|
}
|
|
30581
|
-
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
|
|
30586
|
-
overflow: hidden;
|
|
30627
|
+
|
|
30628
|
+
.snxzgx {
|
|
30629
|
+
color: #f0483e;
|
|
30630
|
+
font-size: 12px;
|
|
30631
|
+
white-space: pre-wrap;
|
|
30587
30632
|
}
|
|
30588
|
-
|
|
30589
|
-
|
|
30633
|
+
|
|
30634
|
+
.o1i4orqw {
|
|
30635
|
+
display: flex;
|
|
30636
|
+
align-items: center;
|
|
30637
|
+
justify-content: flex-end;
|
|
30590
30638
|
}
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30593
|
-
overflow-y: auto;
|
|
30639
|
+
.o1i4orqw .icon-wrapper {
|
|
30640
|
+
margin-right: 16px;
|
|
30594
30641
|
}
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
|
|
30642
|
+
|
|
30643
|
+
.t79k8o2 {
|
|
30644
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30598
30645
|
}
|
|
30599
30646
|
|
|
30600
|
-
.
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
|
|
30647
|
+
.ipd9bk.ant-input {
|
|
30648
|
+
padding: 5px 12px;
|
|
30649
|
+
line-height: 20px;
|
|
30650
|
+
color: #2d3a56;
|
|
30651
|
+
border-radius: 6px;
|
|
30652
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30653
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30604
30654
|
}
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30655
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30656
|
+
padding: 8px 16px;
|
|
30657
|
+
line-height: 22px;
|
|
30607
30658
|
}
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30610
|
-
|
|
30611
|
-
width: 100%;
|
|
30612
|
-
max-width: 1024px;
|
|
30613
|
-
overflow: hidden;
|
|
30659
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30660
|
+
padding: 2px 8px;
|
|
30661
|
+
line-height: 18px;
|
|
30614
30662
|
}
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30663
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30664
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30665
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30666
|
+
z-index: 1;
|
|
30617
30667
|
}
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30620
|
-
|
|
30668
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30669
|
+
border-color: #0096ff;
|
|
30670
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30621
30671
|
}
|
|
30622
|
-
.
|
|
30623
|
-
|
|
30624
|
-
|
|
30672
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30673
|
+
border-color: #e75a3a;
|
|
30674
|
+
color: #e75a3a;
|
|
30625
30675
|
}
|
|
30626
|
-
|
|
30627
|
-
|
|
30628
|
-
|
|
30676
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30677
|
+
border-color: #e75a3a;
|
|
30678
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30629
30679
|
}
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30680
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30681
|
+
border-color: #e75a3a;
|
|
30682
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30634
30683
|
}
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30684
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30685
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30686
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30687
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30688
|
+
}
|
|
30689
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30690
|
+
padding: 5px 12px;
|
|
30691
|
+
border-radius: 6px;
|
|
30692
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30637
30693
|
line-height: 20px;
|
|
30638
30694
|
color: #2d3a56;
|
|
30639
|
-
|
|
30640
|
-
}
|
|
30641
|
-
.fxgckuk.connect-cluster .title {
|
|
30642
|
-
padding-bottom: 26px;
|
|
30643
|
-
}
|
|
30644
|
-
|
|
30645
|
-
.f1d0vek1 {
|
|
30646
|
-
padding: 25px 0 15px 0;
|
|
30647
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30648
|
-
margin-bottom: 16px;
|
|
30695
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30649
30696
|
}
|
|
30650
|
-
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
align-items: center;
|
|
30654
|
-
margin-bottom: 8px;
|
|
30697
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30698
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30699
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30655
30700
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30701
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30702
|
+
padding: 8px 16px;
|
|
30703
|
+
line-height: 22px;
|
|
30658
30704
|
}
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30705
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30706
|
+
padding: 2px 8px;
|
|
30707
|
+
line-height: 18px;
|
|
30661
30708
|
}
|
|
30662
|
-
.
|
|
30663
|
-
|
|
30709
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30710
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30711
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30664
30712
|
}
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
margin-right: 10px;
|
|
30713
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30714
|
+
border-color: #0096ff;
|
|
30715
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30669
30716
|
}
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
width: 100%;
|
|
30673
|
-
height: 1px;
|
|
30674
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30675
|
-
margin: 24px 0;
|
|
30717
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30718
|
+
border-color: #e75a3a;
|
|
30676
30719
|
}
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
display: flex;
|
|
30680
|
-
justify-content: center;
|
|
30681
|
-
align-items: center;
|
|
30682
|
-
height: 100%;
|
|
30720
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30721
|
+
color: #e75a3a;
|
|
30683
30722
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
width: 4px;
|
|
30688
|
-
height: 4px;
|
|
30689
|
-
background: #8e9aa9;
|
|
30690
|
-
opacity: 0.4;
|
|
30691
|
-
border-radius: 50%;
|
|
30692
|
-
margin: 0 4px;
|
|
30723
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30724
|
+
border-color: #e75a3a;
|
|
30725
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30693
30726
|
}
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
width: 648px;
|
|
30698
|
-
margin: 0 auto;
|
|
30727
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30728
|
+
border-color: #e75a3a;
|
|
30729
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30699
30730
|
}
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30702
|
-
|
|
30731
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30732
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30733
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30734
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30703
30735
|
}
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30736
|
+
textarea.ipd9bk.ant-input {
|
|
30737
|
+
transition-property: height;
|
|
30738
|
+
transition-delay: 50ms;
|
|
30706
30739
|
}
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30740
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30741
|
+
min-height: 40px;
|
|
30742
|
+
height: 40px;
|
|
30709
30743
|
}
|
|
30710
|
-
.
|
|
30711
|
-
|
|
30744
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30745
|
+
height: 80px;
|
|
30712
30746
|
}
|
|
30713
|
-
|
|
30714
|
-
|
|
30715
|
-
|
|
30716
|
-
line-height: 18px;
|
|
30717
|
-
font-weight: bold;
|
|
30718
|
-
color: #fff;
|
|
30719
|
-
padding: 0 4px;
|
|
30720
|
-
border-radius: 4px;
|
|
30721
|
-
display: inline-block;
|
|
30722
|
-
background: var(--ti7fpyu-0);
|
|
30747
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30748
|
+
min-height: 32px;
|
|
30749
|
+
height: 32px;
|
|
30723
30750
|
}
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30751
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30752
|
+
height: 64px;
|
|
30726
30753
|
}
|
|
30727
|
-
|
|
30728
|
-
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
|
|
30733
|
-
justify-content: center;
|
|
30754
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30755
|
+
min-height: 24px;
|
|
30756
|
+
height: 24px;
|
|
30757
|
+
}
|
|
30758
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30759
|
+
height: 40px;
|
|
30734
30760
|
}
|
|
30735
30761
|
|
|
30736
|
-
.
|
|
30737
|
-
font-size: 90%;
|
|
30738
|
-
font-weight: bold;
|
|
30739
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30740
|
-
padding: 1px 4px 1px;
|
|
30741
|
-
margin-left: 2px;
|
|
30742
|
-
margin-right: 2px;
|
|
30762
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30743
30763
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30744
30764
|
border-radius: 4px;
|
|
30745
30765
|
}
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
|
|
30766
|
+
.kypn5o5.input-tags {
|
|
30767
|
+
position: relative;
|
|
30768
|
+
padding: 6px;
|
|
30769
|
+
height: 32px;
|
|
30770
|
+
cursor: pointer;
|
|
30771
|
+
transition: border 150ms;
|
|
30752
30772
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30773
|
+
.kypn5o5.input-tags:hover {
|
|
30774
|
+
border-color: #0080ff;
|
|
30775
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30755
30776
|
}
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30777
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30778
|
+
padding-right: 30px;
|
|
30758
30779
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30780
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30781
|
+
display: flex;
|
|
30761
30782
|
}
|
|
30762
|
-
.
|
|
30763
|
-
position: relative;
|
|
30783
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30764
30784
|
display: flex;
|
|
30765
30785
|
}
|
|
30766
|
-
.
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30770
|
-
|
|
30771
|
-
font-size: 13px;
|
|
30772
|
-
line-height: 1.8;
|
|
30773
|
-
color: #8e9aa9;
|
|
30786
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30787
|
+
position: absolute;
|
|
30788
|
+
right: 12px;
|
|
30789
|
+
top: 50%;
|
|
30790
|
+
transform: translateY(-50%);
|
|
30774
30791
|
}
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30777
|
-
font-size:
|
|
30778
|
-
|
|
30792
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30793
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30794
|
+
font-size: 12px;
|
|
30795
|
+
cursor: pointer;
|
|
30779
30796
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30797
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30798
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30782
30799
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30785
|
-
|
|
30800
|
+
.kypn5o5.has-focus-indicator {
|
|
30801
|
+
position: relative;
|
|
30802
|
+
overflow: hidden;
|
|
30786
30803
|
}
|
|
30787
|
-
.
|
|
30788
|
-
|
|
30804
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30805
|
+
position: absolute;
|
|
30806
|
+
top: 50%;
|
|
30807
|
+
transform: translateY(-50%);
|
|
30808
|
+
left: -16px;
|
|
30809
|
+
transition: left 150ms ease;
|
|
30810
|
+
opacity: 0;
|
|
30789
30811
|
}
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30812
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30813
|
+
left: 8px;
|
|
30814
|
+
opacity: 1;
|
|
30792
30815
|
}
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30816
|
+
.kypn5o5.has-focus-indicator input {
|
|
30817
|
+
transition: margin-left 150ms ease;
|
|
30818
|
+
margin-left: 0px;
|
|
30795
30819
|
}
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30798
|
-
height: 0;
|
|
30799
|
-
overflow: hidden;
|
|
30820
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30821
|
+
margin-left: 16px;
|
|
30800
30822
|
}
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30823
|
+
|
|
30824
|
+
input.l1ki27se.ant-input {
|
|
30825
|
+
border-top-right-radius: 0;
|
|
30826
|
+
border-bottom-right-radius: 0;
|
|
30805
30827
|
}
|
|
30806
|
-
|
|
30807
|
-
.
|
|
30808
|
-
border:
|
|
30809
|
-
|
|
30828
|
+
|
|
30829
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30830
|
+
border-top-right-radius: 0;
|
|
30831
|
+
border-bottom-right-radius: 0;
|
|
30810
30832
|
}
|
|
30811
30833
|
|
|
30812
|
-
.
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
padding-bottom: 6px;
|
|
30816
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30817
|
-
margin-bottom: 16px;
|
|
30834
|
+
input.rrg1fkn.ant-input {
|
|
30835
|
+
border-top-left-radius: 0;
|
|
30836
|
+
border-bottom-left-radius: 0;
|
|
30818
30837
|
}
|
|
30819
|
-
|
|
30820
|
-
|
|
30838
|
+
|
|
30839
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30840
|
+
border-top-left-radius: 0;
|
|
30841
|
+
border-bottom-left-radius: 0;
|
|
30821
30842
|
}
|
|
30822
30843
|
|
|
30823
|
-
.
|
|
30824
|
-
|
|
30844
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30845
|
+
border-top-right-radius: 0;
|
|
30846
|
+
border-bottom-right-radius: 0;
|
|
30847
|
+
}
|
|
30848
|
+
|
|
30849
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30850
|
+
border-top-left-radius: 0;
|
|
30851
|
+
border-bottom-left-radius: 0;
|
|
30852
|
+
}
|
|
30853
|
+
|
|
30854
|
+
.s34f1qb.ant-switch {
|
|
30855
|
+
min-width: 40px;
|
|
30825
30856
|
height: 24px;
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
align-items: center;
|
|
30829
|
-
cursor: pointer;
|
|
30830
|
-
transition: all 200ms ease-out 40ms;
|
|
30857
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30858
|
+
overflow: hidden;
|
|
30831
30859
|
}
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30834
|
-
width: 1px;
|
|
30835
|
-
height: 6px;
|
|
30836
|
-
border-radius: 1px;
|
|
30837
|
-
background: #ccd4e3;
|
|
30838
|
-
position: relative;
|
|
30839
|
-
right: 2px;
|
|
30840
|
-
transform: rotate(-45deg);
|
|
30860
|
+
.s34f1qb.ant-switch:focus {
|
|
30861
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30841
30862
|
}
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30863
|
+
.s34f1qb.ant-switch-small {
|
|
30864
|
+
min-width: 26px;
|
|
30865
|
+
height: 16px;
|
|
30866
|
+
}
|
|
30867
|
+
.s34f1qb.ant-switch-large {
|
|
30868
|
+
min-width: 52px;
|
|
30869
|
+
height: 32px;
|
|
30870
|
+
}
|
|
30871
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30872
|
+
height: 20px;
|
|
30873
|
+
width: 20px;
|
|
30874
|
+
}
|
|
30875
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30876
|
+
border-radius: 10px;
|
|
30877
|
+
transition-delay: 120ms;
|
|
30878
|
+
}
|
|
30879
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30880
|
+
height: 14px;
|
|
30881
|
+
width: 14px;
|
|
30882
|
+
top: 1px;
|
|
30844
30883
|
left: 1px;
|
|
30845
30884
|
}
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30885
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30886
|
+
height: 28px;
|
|
30887
|
+
width: 28px;
|
|
30888
|
+
}
|
|
30889
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30890
|
+
border-radius: 14px;
|
|
30891
|
+
}
|
|
30892
|
+
.s34f1qb.ant-switch-checked {
|
|
30893
|
+
background-color: #00ba5d;
|
|
30851
30894
|
}
|
|
30852
|
-
.
|
|
30853
|
-
|
|
30854
|
-
color: #e07f00;
|
|
30895
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30896
|
+
left: calc(100% - 20px - 2px);
|
|
30855
30897
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
border-bottom-color: #e07f00;
|
|
30898
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30899
|
+
left: calc(100% - 14px - 1px);
|
|
30859
30900
|
}
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
display: flex;
|
|
30863
|
-
flex-direction: row;
|
|
30864
|
-
padding: 7px 12px;
|
|
30865
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30866
|
-
border-radius: 6px;
|
|
30867
|
-
color: #e07f00;
|
|
30868
|
-
font-size: 12px;
|
|
30869
|
-
line-height: 18px;
|
|
30901
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30902
|
+
left: calc(100% - 28px - 2px);
|
|
30870
30903
|
}
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
|
|
30904
|
+
|
|
30905
|
+
.c1to9vb9 {
|
|
30906
|
+
margin-left: 5px;
|
|
30874
30907
|
}
|
|
30875
30908
|
|
|
30876
|
-
.
|
|
30877
|
-
display: flex;
|
|
30878
|
-
|
|
30879
|
-
padding: 7px 12px;
|
|
30880
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30881
|
-
border-radius: 6px;
|
|
30882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30883
|
-
font-size: 12px;
|
|
30884
|
-
line-height: 18px;
|
|
30909
|
+
.i1mrf09m {
|
|
30910
|
+
display: inline-flex;
|
|
30911
|
+
align-items: center;
|
|
30885
30912
|
}
|
|
30886
|
-
.
|
|
30887
|
-
|
|
30888
|
-
|
|
30913
|
+
.i1mrf09m .icon-inner {
|
|
30914
|
+
display: inline-flex;
|
|
30915
|
+
align-items: center;
|
|
30916
|
+
justify-content: center;
|
|
30889
30917
|
}
|
|
30890
|
-
|
|
30891
|
-
.
|
|
30892
|
-
|
|
30893
|
-
flex-direction: row;
|
|
30894
|
-
padding: 7px 12px;
|
|
30895
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30896
|
-
border-radius: 6px;
|
|
30897
|
-
color: #005ed1;
|
|
30898
|
-
font-size: 12px;
|
|
30899
|
-
line-height: 18px;
|
|
30918
|
+
.i1mrf09m .icon-inner + span,
|
|
30919
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30920
|
+
margin-left: 4px;
|
|
30900
30921
|
}
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30903
|
-
|
|
30922
|
+
.i1mrf09m.is-rotate img,
|
|
30923
|
+
.i1mrf09m.is-rotate svg {
|
|
30924
|
+
animation: rotate 680ms linear infinite;
|
|
30904
30925
|
}
|
|
30905
30926
|
|
|
30906
|
-
.
|
|
30927
|
+
.p12gwtiw {
|
|
30928
|
+
display: flex;
|
|
30929
|
+
justify-content: space-between;
|
|
30930
|
+
align-items: center;
|
|
30931
|
+
padding: 10px 0;
|
|
30907
30932
|
color: rgba(44, 56, 82, 0.6);
|
|
30908
|
-
margin-top: 5px;
|
|
30909
30933
|
font-size: 12px;
|
|
30910
|
-
line-height:
|
|
30934
|
+
line-height: 24px;
|
|
30911
30935
|
}
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
color: #f0483e;
|
|
30915
|
-
font-size: 12px;
|
|
30916
|
-
white-space: pre-wrap;
|
|
30936
|
+
.p12gwtiw .pagination-left {
|
|
30937
|
+
padding: 2px 8px;
|
|
30917
30938
|
}
|
|
30918
|
-
|
|
30919
|
-
.o1i4orqw {
|
|
30939
|
+
.p12gwtiw .dropdown-trigger {
|
|
30920
30940
|
display: flex;
|
|
30921
30941
|
align-items: center;
|
|
30922
|
-
justify-content: flex-end;
|
|
30923
|
-
}
|
|
30924
|
-
.o1i4orqw .icon-wrapper {
|
|
30925
|
-
margin-right: 16px;
|
|
30926
|
-
}
|
|
30927
|
-
|
|
30928
|
-
.t79k8o2 {
|
|
30929
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30930
|
-
}
|
|
30931
|
-
|
|
30932
|
-
.ipd9bk.ant-input {
|
|
30933
|
-
padding: 5px 12px;
|
|
30934
|
-
line-height: 20px;
|
|
30935
|
-
color: #2d3a56;
|
|
30936
30942
|
border-radius: 6px;
|
|
30937
|
-
|
|
30938
|
-
transition:
|
|
30943
|
+
cursor: pointer;
|
|
30944
|
+
transition: all 0.3s ease;
|
|
30939
30945
|
}
|
|
30940
|
-
.
|
|
30941
|
-
|
|
30942
|
-
|
|
30946
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30947
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30948
|
+
color: #0080ff;
|
|
30943
30949
|
}
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
line-height: 18px;
|
|
30950
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30951
|
+
margin-left: 4px;
|
|
30947
30952
|
}
|
|
30948
|
-
.
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30953
|
+
.p12gwtiw .pagination-right {
|
|
30954
|
+
display: flex;
|
|
30955
|
+
align-items: center;
|
|
30956
|
+
color: #0080ff;
|
|
30957
|
+
font-weight: bold;
|
|
30952
30958
|
}
|
|
30953
|
-
.
|
|
30954
|
-
|
|
30955
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30959
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30960
|
+
margin-left: 4px;
|
|
30956
30961
|
}
|
|
30957
|
-
.
|
|
30958
|
-
|
|
30959
|
-
|
|
30962
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30963
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30964
|
+
padding: 0 8px;
|
|
30960
30965
|
}
|
|
30961
|
-
.
|
|
30962
|
-
|
|
30963
|
-
|
|
30966
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30967
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30968
|
+
color: #0080ff;
|
|
30964
30969
|
}
|
|
30965
|
-
.
|
|
30966
|
-
|
|
30967
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30970
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30971
|
+
transform: rotate(180deg);
|
|
30968
30972
|
}
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
+
|
|
30974
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30975
|
+
max-height: calc(100vh - 128px);
|
|
30976
|
+
overflow-y: auto;
|
|
30973
30977
|
}
|
|
30974
|
-
.
|
|
30975
|
-
padding:
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
line-height: 20px;
|
|
30979
|
-
color: #2d3a56;
|
|
30980
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30978
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30979
|
+
padding: 4px 20px;
|
|
30980
|
+
font-size: 12px;
|
|
30981
|
+
line-height: 18px;
|
|
30981
30982
|
}
|
|
30982
|
-
|
|
30983
|
-
.
|
|
30984
|
-
|
|
30983
|
+
|
|
30984
|
+
.obf05yr {
|
|
30985
|
+
display: inline-block;
|
|
30985
30986
|
}
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
|
|
30987
|
+
|
|
30988
|
+
.hsms1n6 {
|
|
30989
|
+
visibility: hidden;
|
|
30990
|
+
position: absolute;
|
|
30989
30991
|
}
|
|
30990
|
-
|
|
30991
|
-
|
|
30992
|
-
|
|
30992
|
+
|
|
30993
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30994
|
+
display: inline-flex;
|
|
30995
|
+
align-items: baseline;
|
|
30996
|
+
white-space: pre-wrap;
|
|
30993
30997
|
}
|
|
30994
|
-
.
|
|
30995
|
-
|
|
30996
|
-
|
|
30998
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30999
|
+
position: relative;
|
|
31000
|
+
top: 3px;
|
|
30997
31001
|
}
|
|
30998
|
-
.
|
|
30999
|
-
border-color:
|
|
31000
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31002
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31003
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31001
31004
|
}
|
|
31002
|
-
.
|
|
31003
|
-
border-color: #
|
|
31005
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31006
|
+
border-color: #0080ff;
|
|
31004
31007
|
}
|
|
31005
|
-
.
|
|
31006
|
-
color: #
|
|
31008
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31009
|
+
border-color: #0080ff;
|
|
31010
|
+
background: #0080ff;
|
|
31007
31011
|
}
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31010
|
-
|
|
31012
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31013
|
+
top: 4px;
|
|
31014
|
+
left: 4px;
|
|
31015
|
+
width: 6px;
|
|
31016
|
+
height: 6px;
|
|
31017
|
+
background: #fff;
|
|
31011
31018
|
}
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31014
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31019
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31020
|
+
opacity: 0.5;
|
|
31015
31021
|
}
|
|
31016
|
-
.
|
|
31022
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31023
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31017
31024
|
background: rgba(211, 218, 235, 0.6);
|
|
31018
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31019
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31020
31025
|
}
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
transition-delay: 50ms;
|
|
31026
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31027
|
+
background: #00122e;
|
|
31024
31028
|
}
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
31029
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31030
|
+
color: #00122e;
|
|
31031
|
+
opacity: 0.5;
|
|
31028
31032
|
}
|
|
31029
|
-
|
|
31030
|
-
|
|
31033
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31034
|
+
color: #00122e;
|
|
31031
31035
|
}
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31036
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31037
|
+
display: inline-block;
|
|
31038
|
+
padding: 0;
|
|
31039
|
+
padding-left: 12px;
|
|
31040
|
+
}
|
|
31041
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31042
|
+
margin-bottom: 0;
|
|
31043
|
+
white-space: pre-wrap;
|
|
31044
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31035
31045
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31046
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31047
|
+
padding-left: 8px;
|
|
31038
31048
|
}
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
|
|
31049
|
+
|
|
31050
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31051
|
+
border-radius: 5px 0 0 5px;
|
|
31042
31052
|
}
|
|
31043
|
-
|
|
31044
|
-
|
|
31053
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31054
|
+
border-radius: 0 5px 5px 0;
|
|
31045
31055
|
}
|
|
31046
31056
|
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
border-
|
|
31057
|
+
.r1f0aqcc {
|
|
31058
|
+
color: #00122e;
|
|
31059
|
+
border-color: #ccd4e3;
|
|
31050
31060
|
}
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
padding: 6px;
|
|
31054
|
-
height: 32px;
|
|
31055
|
-
cursor: pointer;
|
|
31056
|
-
transition: border 150ms;
|
|
31061
|
+
.r1f0aqcc:first-child {
|
|
31062
|
+
border-color: #a3b4cc;
|
|
31057
31063
|
}
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31060
|
-
|
|
31064
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31065
|
+
padding: 0 12px;
|
|
31066
|
+
line-height: 32px;
|
|
31067
|
+
height: 32px;
|
|
31061
31068
|
}
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31069
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31070
|
+
white-space: nowrap;
|
|
31064
31071
|
}
|
|
31065
|
-
.
|
|
31066
|
-
|
|
31072
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31073
|
+
height: 22px;
|
|
31074
|
+
padding: 0 7px;
|
|
31075
|
+
line-height: 20px;
|
|
31067
31076
|
}
|
|
31068
|
-
.
|
|
31069
|
-
|
|
31077
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31078
|
+
background: #ccd4e3;
|
|
31070
31079
|
}
|
|
31071
|
-
.
|
|
31072
|
-
|
|
31073
|
-
right: 12px;
|
|
31074
|
-
top: 50%;
|
|
31075
|
-
transform: translateY(-50%);
|
|
31080
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31081
|
+
background: #0080ff;
|
|
31076
31082
|
}
|
|
31077
|
-
.
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
cursor: pointer;
|
|
31083
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31084
|
+
background: #ccd4e3;
|
|
31085
|
+
opacity: 0.5;
|
|
31081
31086
|
}
|
|
31082
|
-
.
|
|
31083
|
-
color:
|
|
31087
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31088
|
+
border-right-color: #0080ff;
|
|
31084
31089
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31087
|
-
overflow: hidden;
|
|
31090
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31091
|
+
border-color: #0080ff;
|
|
31088
31092
|
}
|
|
31089
|
-
.
|
|
31090
|
-
|
|
31091
|
-
top: 50%;
|
|
31092
|
-
transform: translateY(-50%);
|
|
31093
|
-
left: -16px;
|
|
31094
|
-
transition: left 150ms ease;
|
|
31095
|
-
opacity: 0;
|
|
31093
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31094
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31096
31095
|
}
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31099
|
-
|
|
31096
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31097
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31098
|
+
border-color: #ccd4e3;
|
|
31099
|
+
opacity: 0.5;
|
|
31100
31100
|
}
|
|
31101
|
-
.
|
|
31102
|
-
|
|
31103
|
-
|
|
31101
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31102
|
+
color: #00122e;
|
|
31103
|
+
border-color: #ccd4e3;
|
|
31104
31104
|
}
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31105
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31106
|
+
color: #00122e;
|
|
31107
|
+
border-color: #ccd4e3;
|
|
31108
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31107
31109
|
}
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
|
|
31111
|
-
border
|
|
31110
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31111
|
+
margin-right: 8px;
|
|
31112
|
+
display: inline;
|
|
31113
|
+
border: none;
|
|
31114
|
+
padding: 0;
|
|
31115
|
+
width: 36px;
|
|
31116
|
+
background: transparent;
|
|
31112
31117
|
}
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
border-top-right-radius: 0;
|
|
31116
|
-
border-bottom-right-radius: 0;
|
|
31118
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31119
|
+
box-shadow: none;
|
|
31117
31120
|
}
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
31121
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31122
|
+
margin-right: 0;
|
|
31123
|
+
width: initial;
|
|
31124
|
+
box-shadow: none;
|
|
31122
31125
|
}
|
|
31123
|
-
|
|
31124
|
-
|
|
31125
|
-
border-top-left-radius: 0;
|
|
31126
|
-
border-bottom-left-radius: 0;
|
|
31126
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31127
|
+
display: none;
|
|
31127
31128
|
}
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
border-top-right-radius: 0;
|
|
31131
|
-
border-bottom-right-radius: 0;
|
|
31129
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31130
|
+
display: inline;
|
|
31132
31131
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31132
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31133
|
+
display: inline;
|
|
31134
|
+
margin-right: 8px;
|
|
31135
|
+
padding: 0;
|
|
31136
|
+
width: 36px;
|
|
31137
31137
|
}
|
|
31138
31138
|
|
|
31139
31139
|
.t1upn1sz {
|
|
@@ -32173,20 +32173,6 @@ input.rrg1fkn.ant-input {
|
|
|
32173
32173
|
cursor: default;
|
|
32174
32174
|
}
|
|
32175
32175
|
|
|
32176
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32177
|
-
display: flex;
|
|
32178
|
-
}
|
|
32179
|
-
|
|
32180
|
-
.igz4le8 {
|
|
32181
|
-
height: 24px;
|
|
32182
|
-
width: 56px !important;
|
|
32183
|
-
margin-right: 4px;
|
|
32184
|
-
}
|
|
32185
|
-
|
|
32186
|
-
.c1riexje {
|
|
32187
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32188
|
-
}
|
|
32189
|
-
|
|
32190
32176
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32191
32177
|
border-radius: 6px;
|
|
32192
32178
|
}
|
|
@@ -32244,6 +32230,20 @@ input.rrg1fkn.ant-input {
|
|
|
32244
32230
|
transform: rotate(180deg);
|
|
32245
32231
|
}
|
|
32246
32232
|
|
|
32233
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32234
|
+
display: flex;
|
|
32235
|
+
}
|
|
32236
|
+
|
|
32237
|
+
.igz4le8 {
|
|
32238
|
+
height: 24px;
|
|
32239
|
+
width: 56px !important;
|
|
32240
|
+
margin-right: 4px;
|
|
32241
|
+
}
|
|
32242
|
+
|
|
32243
|
+
.c1riexje {
|
|
32244
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32245
|
+
}
|
|
32246
|
+
|
|
32247
32247
|
.s14dk8r1 {
|
|
32248
32248
|
margin: 0;
|
|
32249
32249
|
border-radius: 20px;
|
|
@@ -32570,6 +32570,18 @@ input.rrg1fkn.ant-input {
|
|
|
32570
32570
|
white-space: nowrap;
|
|
32571
32571
|
}
|
|
32572
32572
|
|
|
32573
|
+
.n3qomhu {
|
|
32574
|
+
font-size: 90%;
|
|
32575
|
+
font-weight: bold;
|
|
32576
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32577
|
+
padding: 1px 4px 1px;
|
|
32578
|
+
margin-left: 2px;
|
|
32579
|
+
margin-right: 2px;
|
|
32580
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32581
|
+
border-radius: 4px;
|
|
32582
|
+
word-break: break-all;
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32573
32585
|
.sq6vos1 {
|
|
32574
32586
|
--item-min-width: 60px;
|
|
32575
32587
|
}
|
|
@@ -32755,10 +32767,6 @@ input.rrg1fkn.ant-input {
|
|
|
32755
32767
|
justify-content: center;
|
|
32756
32768
|
}
|
|
32757
32769
|
|
|
32758
|
-
.c1k4vanq {
|
|
32759
|
-
padding: 0 12px 14px 12px;
|
|
32760
|
-
}
|
|
32761
|
-
|
|
32762
32770
|
.t1gz6wqf {
|
|
32763
32771
|
height: 100%;
|
|
32764
32772
|
}
|
|
@@ -32789,6 +32797,10 @@ input.rrg1fkn.ant-input {
|
|
|
32789
32797
|
background: rgba(163, 180, 204, 0.18);
|
|
32790
32798
|
}
|
|
32791
32799
|
|
|
32800
|
+
.c1k4vanq {
|
|
32801
|
+
padding: 0 12px 14px 12px;
|
|
32802
|
+
}
|
|
32803
|
+
|
|
32792
32804
|
.c1udgdh2 {
|
|
32793
32805
|
color: #2d3a56;
|
|
32794
32806
|
padding: 7px 12px;
|
|
@@ -32862,37 +32874,6 @@ input.rrg1fkn.ant-input {
|
|
|
32862
32874
|
transform: translateY(-4px);
|
|
32863
32875
|
}
|
|
32864
32876
|
|
|
32865
|
-
.f1p9ti6d {
|
|
32866
|
-
width: 100%;
|
|
32867
|
-
margin-bottom: 0 !important;
|
|
32868
|
-
flex-flow: nowrap !important;
|
|
32869
|
-
line-break: auto;
|
|
32870
|
-
}
|
|
32871
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32872
|
-
text-align: left !important;
|
|
32873
|
-
padding-bottom: 0 !important;
|
|
32874
|
-
}
|
|
32875
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32876
|
-
min-height: 32px;
|
|
32877
|
-
height: auto;
|
|
32878
|
-
font-size: 13px;
|
|
32879
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32880
|
-
white-space: normal;
|
|
32881
|
-
}
|
|
32882
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32883
|
-
border-color: #ff4d4f !important;
|
|
32884
|
-
}
|
|
32885
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32886
|
-
margin-top: 4px;
|
|
32887
|
-
font-size: 12px;
|
|
32888
|
-
min-height: 0px;
|
|
32889
|
-
}
|
|
32890
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32891
|
-
font-size: 12px;
|
|
32892
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32893
|
-
min-height: 0px;
|
|
32894
|
-
}
|
|
32895
|
-
|
|
32896
32877
|
.tc40oxa {
|
|
32897
32878
|
margin-bottom: 4px;
|
|
32898
32879
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33086,6 +33067,37 @@ input.rrg1fkn.ant-input {
|
|
|
33086
33067
|
margin-right: 8px;
|
|
33087
33068
|
}
|
|
33088
33069
|
|
|
33070
|
+
.f1p9ti6d {
|
|
33071
|
+
width: 100%;
|
|
33072
|
+
margin-bottom: 0 !important;
|
|
33073
|
+
flex-flow: nowrap !important;
|
|
33074
|
+
line-break: auto;
|
|
33075
|
+
}
|
|
33076
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33077
|
+
text-align: left !important;
|
|
33078
|
+
padding-bottom: 0 !important;
|
|
33079
|
+
}
|
|
33080
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33081
|
+
min-height: 32px;
|
|
33082
|
+
height: auto;
|
|
33083
|
+
font-size: 13px;
|
|
33084
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33085
|
+
white-space: normal;
|
|
33086
|
+
}
|
|
33087
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33088
|
+
border-color: #ff4d4f !important;
|
|
33089
|
+
}
|
|
33090
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33091
|
+
margin-top: 4px;
|
|
33092
|
+
font-size: 12px;
|
|
33093
|
+
min-height: 0px;
|
|
33094
|
+
}
|
|
33095
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33096
|
+
font-size: 12px;
|
|
33097
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33098
|
+
min-height: 0px;
|
|
33099
|
+
}
|
|
33100
|
+
|
|
33089
33101
|
.w1xcixj5.outside-tag {
|
|
33090
33102
|
padding-left: 0;
|
|
33091
33103
|
}
|