@cloudtower/eagle 0.26.30-dry-3 → 0.27.0-alpha.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/I18nNameTag/__test__/index.test.d.ts +1 -0
- package/dist/components/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +881 -872
- package/dist/esm/index.js +955 -902
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +146 -137
- package/dist/umd/index.js +954 -901
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29366,15 +29366,6 @@ p {
|
|
|
29366
29366
|
|
|
29367
29367
|
.ant-btn {
|
|
29368
29368
|
border-radius: 4px;
|
|
29369
|
-
padding: 5px 12px;
|
|
29370
|
-
}
|
|
29371
|
-
|
|
29372
|
-
.ant-btn-lg {
|
|
29373
|
-
padding: 8px 16px;
|
|
29374
|
-
}
|
|
29375
|
-
|
|
29376
|
-
.ant-btn-sm {
|
|
29377
|
-
padding: 2px 8px;
|
|
29378
29369
|
}
|
|
29379
29370
|
|
|
29380
29371
|
.ant-select {
|
|
@@ -29852,10 +29843,14 @@ html body {
|
|
|
29852
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29853
29844
|
justify-content: center;
|
|
29854
29845
|
}
|
|
29846
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
29847
|
+
padding: 0;
|
|
29848
|
+
}
|
|
29855
29849
|
.buj61ew.ant-btn {
|
|
29856
29850
|
display: inline-flex;
|
|
29857
29851
|
align-items: center;
|
|
29858
29852
|
justify-content: center;
|
|
29853
|
+
padding: 5px 12px;
|
|
29859
29854
|
height: 32px;
|
|
29860
29855
|
border-radius: 6px;
|
|
29861
29856
|
line-height: 22px;
|
|
@@ -29865,8 +29860,10 @@ html body {
|
|
|
29865
29860
|
.buj61ew.ant-btn.ant-btn-lg {
|
|
29866
29861
|
height: 40px;
|
|
29867
29862
|
line-height: 24px;
|
|
29863
|
+
padding: 8px 16px;
|
|
29868
29864
|
}
|
|
29869
29865
|
.buj61ew.ant-btn.ant-btn-sm {
|
|
29866
|
+
padding: 2px 8px;
|
|
29870
29867
|
height: 24px;
|
|
29871
29868
|
line-height: 20px;
|
|
29872
29869
|
}
|
|
@@ -30183,874 +30180,874 @@ html body {
|
|
|
30183
30180
|
position: absolute;
|
|
30184
30181
|
}
|
|
30185
30182
|
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
.m1if5j39 {
|
|
30192
|
-
max-width: 1120px;
|
|
30193
|
-
width: 100%;
|
|
30194
|
-
margin: 0 auto;
|
|
30195
|
-
height: 100%;
|
|
30196
|
-
}
|
|
30197
|
-
|
|
30198
|
-
.w1vvwdlp {
|
|
30199
|
-
max-width: 1120px;
|
|
30200
|
-
width: 100%;
|
|
30201
|
-
margin: 0 auto;
|
|
30202
|
-
display: flex;
|
|
30183
|
+
.s34f1qb.ant-switch {
|
|
30184
|
+
min-width: 40px;
|
|
30185
|
+
height: 24px;
|
|
30186
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30187
|
+
overflow: hidden;
|
|
30203
30188
|
}
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30206
|
-
flex-grow: 0;
|
|
30207
|
-
flex-shrink: 0;
|
|
30208
|
-
flex-basis: 21%;
|
|
30189
|
+
.s34f1qb.ant-switch:focus {
|
|
30190
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30209
30191
|
}
|
|
30210
|
-
.
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
padding-right: 44px;
|
|
30192
|
+
.s34f1qb.ant-switch-small {
|
|
30193
|
+
min-width: 26px;
|
|
30194
|
+
height: 16px;
|
|
30214
30195
|
}
|
|
30215
|
-
.
|
|
30216
|
-
|
|
30196
|
+
.s34f1qb.ant-switch-large {
|
|
30197
|
+
min-width: 52px;
|
|
30198
|
+
height: 32px;
|
|
30217
30199
|
}
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30220
|
-
|
|
30221
|
-
flex-shrink: 0;
|
|
30222
|
-
flex-basis: 58%;
|
|
30200
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30201
|
+
height: 20px;
|
|
30202
|
+
width: 20px;
|
|
30223
30203
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30204
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30205
|
+
border-radius: 10px;
|
|
30206
|
+
transition-delay: 120ms;
|
|
30226
30207
|
}
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30208
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30209
|
+
height: 14px;
|
|
30210
|
+
width: 14px;
|
|
30211
|
+
top: 1px;
|
|
30212
|
+
left: 1px;
|
|
30229
30213
|
}
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
width: 100%;
|
|
30234
|
-
max-width: 648px;
|
|
30214
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30215
|
+
height: 28px;
|
|
30216
|
+
width: 28px;
|
|
30235
30217
|
}
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30218
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30219
|
+
border-radius: 14px;
|
|
30238
30220
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
padding: 0;
|
|
30242
|
-
width: 100%;
|
|
30243
|
-
max-width: 648px;
|
|
30244
|
-
overflow: hidden;
|
|
30221
|
+
.s34f1qb.ant-switch-checked {
|
|
30222
|
+
background-color: #00ba5d;
|
|
30245
30223
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30224
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30225
|
+
left: calc(100% - 20px - 2px);
|
|
30248
30226
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30251
|
-
overflow-y: auto;
|
|
30227
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30228
|
+
left: calc(100% - 14px - 1px);
|
|
30252
30229
|
}
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
max-width: 648px;
|
|
30230
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30231
|
+
left: calc(100% - 28px - 2px);
|
|
30256
30232
|
}
|
|
30257
30233
|
|
|
30258
|
-
.
|
|
30259
|
-
margin:
|
|
30260
|
-
width: 100%;
|
|
30261
|
-
max-width: 1024px;
|
|
30234
|
+
.c1to9vb9 {
|
|
30235
|
+
margin-left: 5px;
|
|
30262
30236
|
}
|
|
30263
|
-
|
|
30264
|
-
|
|
30237
|
+
|
|
30238
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30239
|
+
display: inline-flex;
|
|
30240
|
+
align-items: baseline;
|
|
30241
|
+
white-space: pre-wrap;
|
|
30265
30242
|
}
|
|
30266
|
-
.
|
|
30267
|
-
|
|
30268
|
-
|
|
30269
|
-
width: 100%;
|
|
30270
|
-
max-width: 1024px;
|
|
30271
|
-
overflow: hidden;
|
|
30243
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30244
|
+
position: relative;
|
|
30245
|
+
top: 3px;
|
|
30272
30246
|
}
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30247
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30248
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30275
30249
|
}
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30278
|
-
overflow-y: auto;
|
|
30250
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30251
|
+
border-color: #0080ff;
|
|
30279
30252
|
}
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30282
|
-
|
|
30253
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30254
|
+
border-color: #0080ff;
|
|
30255
|
+
background: #0080ff;
|
|
30283
30256
|
}
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30257
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30258
|
+
top: 4px;
|
|
30259
|
+
left: 4px;
|
|
30260
|
+
width: 6px;
|
|
30261
|
+
height: 6px;
|
|
30262
|
+
background: #fff;
|
|
30287
30263
|
}
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
line-height: 20px;
|
|
30291
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30264
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30265
|
+
opacity: 0.5;
|
|
30292
30266
|
}
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
color: #2d3a56;
|
|
30297
|
-
margin-bottom: 12px;
|
|
30267
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30268
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30269
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30298
30270
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30271
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30272
|
+
background: #00122e;
|
|
30301
30273
|
}
|
|
30302
|
-
|
|
30303
|
-
|
|
30304
|
-
|
|
30305
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30306
|
-
margin-bottom: 16px;
|
|
30274
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30275
|
+
color: #00122e;
|
|
30276
|
+
opacity: 0.5;
|
|
30307
30277
|
}
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
display: flex;
|
|
30311
|
-
align-items: center;
|
|
30312
|
-
margin-bottom: 8px;
|
|
30278
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30279
|
+
color: #00122e;
|
|
30313
30280
|
}
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30281
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30282
|
+
display: inline-block;
|
|
30283
|
+
padding: 0;
|
|
30284
|
+
padding-left: 12px;
|
|
30316
30285
|
}
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30286
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30287
|
+
margin-bottom: 0;
|
|
30288
|
+
white-space: pre-wrap;
|
|
30289
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30319
30290
|
}
|
|
30320
|
-
.
|
|
30321
|
-
|
|
30291
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30292
|
+
padding-left: 8px;
|
|
30322
30293
|
}
|
|
30323
30294
|
|
|
30324
|
-
.
|
|
30325
|
-
|
|
30326
|
-
margin-right: 10px;
|
|
30295
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30296
|
+
border-radius: 5px 0 0 5px;
|
|
30327
30297
|
}
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
width: 100%;
|
|
30331
|
-
height: 1px;
|
|
30332
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30333
|
-
margin: 24px 0;
|
|
30298
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30299
|
+
border-radius: 0 5px 5px 0;
|
|
30334
30300
|
}
|
|
30335
30301
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
|
|
30339
|
-
align-items: center;
|
|
30340
|
-
height: 100%;
|
|
30302
|
+
.r1f0aqcc {
|
|
30303
|
+
color: #00122e;
|
|
30304
|
+
border-color: #ccd4e3;
|
|
30341
30305
|
}
|
|
30342
|
-
|
|
30343
|
-
|
|
30344
|
-
display: inline-block;
|
|
30345
|
-
width: 4px;
|
|
30346
|
-
height: 4px;
|
|
30347
|
-
background: #8e9aa9;
|
|
30348
|
-
opacity: 0.4;
|
|
30349
|
-
border-radius: 50%;
|
|
30350
|
-
margin: 0 4px;
|
|
30306
|
+
.r1f0aqcc:first-child {
|
|
30307
|
+
border-color: #a3b4cc;
|
|
30351
30308
|
}
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
|
|
30356
|
-
margin: 0 auto;
|
|
30309
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30310
|
+
padding: 0 12px;
|
|
30311
|
+
line-height: 32px;
|
|
30312
|
+
height: 32px;
|
|
30357
30313
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30360
|
-
border: none;
|
|
30314
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30315
|
+
white-space: nowrap;
|
|
30361
30316
|
}
|
|
30362
|
-
.
|
|
30363
|
-
|
|
30317
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30318
|
+
height: 22px;
|
|
30319
|
+
padding: 0 7px;
|
|
30320
|
+
line-height: 20px;
|
|
30364
30321
|
}
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30367
|
-
}
|
|
30368
|
-
.m1jy87hk .ant-modal-footer {
|
|
30369
|
-
border: none;
|
|
30370
|
-
}
|
|
30371
|
-
|
|
30372
|
-
.ti7fpyu {
|
|
30373
|
-
font-size: 12px;
|
|
30374
|
-
line-height: 18px;
|
|
30375
|
-
font-weight: bold;
|
|
30376
|
-
color: #fff;
|
|
30377
|
-
padding: 0 4px;
|
|
30378
|
-
border-radius: 4px;
|
|
30379
|
-
display: inline-block;
|
|
30380
|
-
background: var(--ti7fpyu-0);
|
|
30381
|
-
}
|
|
30382
|
-
.ti7fpyu:not(:first-child) {
|
|
30383
|
-
margin-left: 4px;
|
|
30384
|
-
}
|
|
30385
|
-
|
|
30386
|
-
.f1rest1f {
|
|
30387
|
-
width: 100%;
|
|
30388
|
-
height: 100%;
|
|
30389
|
-
display: flex;
|
|
30390
|
-
align-items: center;
|
|
30391
|
-
justify-content: center;
|
|
30392
|
-
}
|
|
30393
|
-
|
|
30394
|
-
.n1kbdoln {
|
|
30395
|
-
font-size: 90%;
|
|
30396
|
-
font-weight: bold;
|
|
30397
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30398
|
-
padding: 1px 4px 1px;
|
|
30399
|
-
margin-left: 2px;
|
|
30400
|
-
margin-right: 2px;
|
|
30401
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30402
|
-
border-radius: 4px;
|
|
30403
|
-
}
|
|
30404
|
-
|
|
30405
|
-
.f1y3gta0.form-item-general {
|
|
30406
|
-
width: 640px;
|
|
30407
|
-
}
|
|
30408
|
-
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30409
|
-
margin-top: 16px;
|
|
30322
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30323
|
+
background: #ccd4e3;
|
|
30410
30324
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30325
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30326
|
+
background: #0080ff;
|
|
30413
30327
|
}
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30328
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30329
|
+
background: #ccd4e3;
|
|
30330
|
+
opacity: 0.5;
|
|
30416
30331
|
}
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30332
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30333
|
+
border-right-color: #0080ff;
|
|
30419
30334
|
}
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
display: flex;
|
|
30335
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30336
|
+
border-color: #0080ff;
|
|
30423
30337
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
width: 100%;
|
|
30427
|
-
padding: 14px;
|
|
30428
|
-
background: #f2f4f6;
|
|
30429
|
-
font-size: 13px;
|
|
30430
|
-
line-height: 1.8;
|
|
30431
|
-
color: #8e9aa9;
|
|
30338
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30339
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30432
30340
|
}
|
|
30433
|
-
.
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30341
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30342
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30343
|
+
border-color: #ccd4e3;
|
|
30344
|
+
opacity: 0.5;
|
|
30437
30345
|
}
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30346
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30347
|
+
color: #00122e;
|
|
30348
|
+
border-color: #ccd4e3;
|
|
30440
30349
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
|
|
30350
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30351
|
+
color: #00122e;
|
|
30352
|
+
border-color: #ccd4e3;
|
|
30353
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30444
30354
|
}
|
|
30445
|
-
.
|
|
30446
|
-
|
|
30355
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30356
|
+
margin-right: 8px;
|
|
30357
|
+
display: inline;
|
|
30358
|
+
border: none;
|
|
30359
|
+
padding: 0;
|
|
30360
|
+
width: 36px;
|
|
30361
|
+
background: transparent;
|
|
30447
30362
|
}
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30363
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30364
|
+
box-shadow: none;
|
|
30450
30365
|
}
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30366
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30367
|
+
margin-right: 0;
|
|
30368
|
+
width: initial;
|
|
30369
|
+
box-shadow: none;
|
|
30453
30370
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30456
|
-
height: 0;
|
|
30457
|
-
overflow: hidden;
|
|
30371
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30372
|
+
display: none;
|
|
30458
30373
|
}
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
height: auto;
|
|
30462
|
-
overflow: auto;
|
|
30374
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30375
|
+
display: inline;
|
|
30463
30376
|
}
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
|
|
30377
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30378
|
+
display: inline;
|
|
30379
|
+
margin-right: 8px;
|
|
30380
|
+
padding: 0;
|
|
30381
|
+
width: 36px;
|
|
30468
30382
|
}
|
|
30469
30383
|
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
|
|
30384
|
+
.p12gwtiw {
|
|
30385
|
+
display: flex;
|
|
30386
|
+
justify-content: space-between;
|
|
30387
|
+
align-items: center;
|
|
30388
|
+
padding: 10px 0;
|
|
30389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30390
|
+
font-size: 12px;
|
|
30391
|
+
line-height: 24px;
|
|
30476
30392
|
}
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30393
|
+
.p12gwtiw .pagination-left {
|
|
30394
|
+
padding: 2px 8px;
|
|
30479
30395
|
}
|
|
30480
|
-
|
|
30481
|
-
.e5fsw5s {
|
|
30482
|
-
width: 8px;
|
|
30483
|
-
height: 24px;
|
|
30396
|
+
.p12gwtiw .dropdown-trigger {
|
|
30484
30397
|
display: flex;
|
|
30485
|
-
justify-content: center;
|
|
30486
30398
|
align-items: center;
|
|
30399
|
+
border-radius: 6px;
|
|
30487
30400
|
cursor: pointer;
|
|
30488
|
-
transition: all
|
|
30401
|
+
transition: all 0.3s ease;
|
|
30489
30402
|
}
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30492
|
-
|
|
30493
|
-
height: 6px;
|
|
30494
|
-
border-radius: 1px;
|
|
30495
|
-
background: #ccd4e3;
|
|
30496
|
-
position: relative;
|
|
30497
|
-
right: 2px;
|
|
30498
|
-
transform: rotate(-45deg);
|
|
30403
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30404
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30405
|
+
color: #0080ff;
|
|
30499
30406
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
left: 1px;
|
|
30407
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30408
|
+
margin-left: 4px;
|
|
30503
30409
|
}
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30410
|
+
.p12gwtiw .pagination-right {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
align-items: center;
|
|
30413
|
+
color: #0080ff;
|
|
30414
|
+
font-weight: bold;
|
|
30509
30415
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30512
|
-
color: #e07f00;
|
|
30416
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30417
|
+
margin-left: 4px;
|
|
30513
30418
|
}
|
|
30514
|
-
.
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30419
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30420
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30421
|
+
padding: 0 8px;
|
|
30517
30422
|
}
|
|
30518
|
-
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30521
|
-
flex-direction: row;
|
|
30522
|
-
padding: 7px 12px;
|
|
30523
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30524
|
-
border-radius: 6px;
|
|
30525
|
-
color: #e07f00;
|
|
30526
|
-
font-size: 12px;
|
|
30527
|
-
line-height: 18px;
|
|
30423
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30424
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30425
|
+
color: #0080ff;
|
|
30528
30426
|
}
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30531
|
-
height: 18px;
|
|
30427
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30428
|
+
transform: rotate(180deg);
|
|
30532
30429
|
}
|
|
30533
30430
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30431
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30432
|
+
max-height: calc(100vh - 128px);
|
|
30433
|
+
overflow-y: auto;
|
|
30434
|
+
}
|
|
30435
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30436
|
+
padding: 4px 20px;
|
|
30541
30437
|
font-size: 12px;
|
|
30542
30438
|
line-height: 18px;
|
|
30543
30439
|
}
|
|
30544
|
-
.n15x5f5y .icon-wrapper {
|
|
30545
|
-
margin-right: 10px;
|
|
30546
|
-
height: 18px;
|
|
30547
|
-
}
|
|
30548
30440
|
|
|
30549
|
-
.
|
|
30441
|
+
.cz04yix {
|
|
30550
30442
|
display: flex;
|
|
30551
|
-
flex-direction:
|
|
30552
|
-
padding: 7px 12px;
|
|
30553
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30554
|
-
border-radius: 6px;
|
|
30555
|
-
color: #005ed1;
|
|
30556
|
-
font-size: 12px;
|
|
30557
|
-
line-height: 18px;
|
|
30558
|
-
}
|
|
30559
|
-
.i16ozz3f .icon-wrapper {
|
|
30560
|
-
margin-right: 10px;
|
|
30561
|
-
height: 18px;
|
|
30443
|
+
flex-direction: column;
|
|
30562
30444
|
}
|
|
30563
30445
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30446
|
+
.m1if5j39 {
|
|
30447
|
+
max-width: 1120px;
|
|
30448
|
+
width: 100%;
|
|
30449
|
+
margin: 0 auto;
|
|
30450
|
+
height: 100%;
|
|
30569
30451
|
}
|
|
30570
30452
|
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
|
|
30453
|
+
.w1vvwdlp {
|
|
30454
|
+
max-width: 1120px;
|
|
30455
|
+
width: 100%;
|
|
30456
|
+
margin: 0 auto;
|
|
30457
|
+
display: flex;
|
|
30575
30458
|
}
|
|
30576
|
-
|
|
30577
|
-
.
|
|
30459
|
+
.w1vvwdlp .left,
|
|
30460
|
+
.w1vvwdlp .right {
|
|
30461
|
+
flex-grow: 0;
|
|
30462
|
+
flex-shrink: 0;
|
|
30463
|
+
flex-basis: 21%;
|
|
30464
|
+
}
|
|
30465
|
+
.w1vvwdlp .left {
|
|
30578
30466
|
display: flex;
|
|
30579
|
-
align-items: center;
|
|
30580
30467
|
justify-content: flex-end;
|
|
30468
|
+
padding-right: 44px;
|
|
30581
30469
|
}
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30470
|
+
.w1vvwdlp .right {
|
|
30471
|
+
padding-left: 44px;
|
|
30584
30472
|
}
|
|
30585
|
-
|
|
30586
|
-
|
|
30587
|
-
|
|
30473
|
+
.w1vvwdlp .middle {
|
|
30474
|
+
margin-bottom: 40px;
|
|
30475
|
+
flex-grow: 0;
|
|
30476
|
+
flex-shrink: 0;
|
|
30477
|
+
flex-basis: 58%;
|
|
30478
|
+
}
|
|
30479
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30480
|
+
width: 100%;
|
|
30481
|
+
}
|
|
30482
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30483
|
+
width: auto;
|
|
30588
30484
|
}
|
|
30589
30485
|
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
border-radius: 6px;
|
|
30595
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30596
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30486
|
+
.h1cuopx7 .ant-modal-header {
|
|
30487
|
+
margin: 0 auto;
|
|
30488
|
+
width: 100%;
|
|
30489
|
+
max-width: 648px;
|
|
30597
30490
|
}
|
|
30598
|
-
.
|
|
30599
|
-
|
|
30600
|
-
line-height: 22px;
|
|
30491
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30492
|
+
margin-left: 0;
|
|
30601
30493
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30604
|
-
|
|
30494
|
+
.h1cuopx7 .ant-modal-body {
|
|
30495
|
+
margin: 0 auto;
|
|
30496
|
+
padding: 0;
|
|
30497
|
+
width: 100%;
|
|
30498
|
+
max-width: 648px;
|
|
30499
|
+
overflow: hidden;
|
|
30605
30500
|
}
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30608
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30609
|
-
z-index: 1;
|
|
30501
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30502
|
+
margin-bottom: 40px;
|
|
30610
30503
|
}
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
z-index: 1;
|
|
30504
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30505
|
+
height: calc(100vh - 225px);
|
|
30506
|
+
overflow-y: auto;
|
|
30615
30507
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30508
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30509
|
+
margin: 0 auto;
|
|
30510
|
+
max-width: 648px;
|
|
30619
30511
|
}
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30512
|
+
|
|
30513
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30514
|
+
margin: 0 auto;
|
|
30515
|
+
width: 100%;
|
|
30516
|
+
max-width: 1024px;
|
|
30623
30517
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30518
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30519
|
+
margin-left: 0;
|
|
30627
30520
|
}
|
|
30628
|
-
.
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30521
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30522
|
+
margin: 0 auto;
|
|
30523
|
+
padding: 0;
|
|
30524
|
+
width: 100%;
|
|
30525
|
+
max-width: 1024px;
|
|
30526
|
+
overflow: hidden;
|
|
30632
30527
|
}
|
|
30633
|
-
.
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30528
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30529
|
+
margin-bottom: 40px;
|
|
30530
|
+
}
|
|
30531
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30532
|
+
height: calc(100vh - 225px);
|
|
30533
|
+
overflow-y: auto;
|
|
30534
|
+
}
|
|
30535
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30536
|
+
margin: 0 auto;
|
|
30537
|
+
max-width: 1024px;
|
|
30538
|
+
}
|
|
30539
|
+
|
|
30540
|
+
.fxgckuk {
|
|
30541
|
+
flex: 1;
|
|
30542
|
+
}
|
|
30543
|
+
.fxgckuk label {
|
|
30544
|
+
font-size: 13px;
|
|
30545
|
+
line-height: 20px;
|
|
30546
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30547
|
+
}
|
|
30548
|
+
.fxgckuk .title {
|
|
30549
|
+
font-size: 14px;
|
|
30637
30550
|
line-height: 20px;
|
|
30638
30551
|
color: #2d3a56;
|
|
30639
|
-
|
|
30552
|
+
margin-bottom: 12px;
|
|
30640
30553
|
}
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30643
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30554
|
+
.fxgckuk.connect-cluster .title {
|
|
30555
|
+
padding-bottom: 26px;
|
|
30644
30556
|
}
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
|
|
30557
|
+
|
|
30558
|
+
.f1d0vek1 {
|
|
30559
|
+
padding: 25px 0 15px 0;
|
|
30560
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30561
|
+
margin-bottom: 16px;
|
|
30648
30562
|
}
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30563
|
+
|
|
30564
|
+
.f4u402y {
|
|
30565
|
+
display: flex;
|
|
30566
|
+
align-items: center;
|
|
30567
|
+
margin-bottom: 8px;
|
|
30652
30568
|
}
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30655
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30569
|
+
.f4u402y > label {
|
|
30570
|
+
width: 216px;
|
|
30656
30571
|
}
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30572
|
+
.f4u402y > label + * {
|
|
30573
|
+
width: 100%;
|
|
30660
30574
|
}
|
|
30661
|
-
.
|
|
30662
|
-
|
|
30575
|
+
.f4u402y .ant-select {
|
|
30576
|
+
width: 100%;
|
|
30663
30577
|
}
|
|
30664
|
-
|
|
30578
|
+
|
|
30579
|
+
.e1pldf6v {
|
|
30665
30580
|
color: #e75a3a;
|
|
30581
|
+
margin-right: 10px;
|
|
30666
30582
|
}
|
|
30667
|
-
|
|
30668
|
-
|
|
30669
|
-
|
|
30583
|
+
|
|
30584
|
+
.dq0gblh {
|
|
30585
|
+
width: 100%;
|
|
30586
|
+
height: 1px;
|
|
30587
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30588
|
+
margin: 24px 0;
|
|
30670
30589
|
}
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30590
|
+
|
|
30591
|
+
.l1v7sr0n {
|
|
30592
|
+
display: flex;
|
|
30593
|
+
justify-content: center;
|
|
30594
|
+
align-items: center;
|
|
30595
|
+
height: 100%;
|
|
30674
30596
|
}
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30597
|
+
|
|
30598
|
+
.d1i4ou6o {
|
|
30599
|
+
display: inline-block;
|
|
30600
|
+
width: 4px;
|
|
30601
|
+
height: 4px;
|
|
30602
|
+
background: #8e9aa9;
|
|
30603
|
+
opacity: 0.4;
|
|
30604
|
+
border-radius: 50%;
|
|
30605
|
+
margin: 0 4px;
|
|
30679
30606
|
}
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
|
|
30607
|
+
|
|
30608
|
+
.m1jy87hk .ant-modal-header,
|
|
30609
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30610
|
+
width: 648px;
|
|
30611
|
+
margin: 0 auto;
|
|
30683
30612
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30613
|
+
.m1jy87hk .ant-modal-header {
|
|
30614
|
+
padding: 35px 0 24px;
|
|
30615
|
+
border: none;
|
|
30687
30616
|
}
|
|
30688
|
-
|
|
30689
|
-
|
|
30617
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30618
|
+
font-size: 30px;
|
|
30690
30619
|
}
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
height: 32px;
|
|
30620
|
+
.m1jy87hk .ant-modal-body {
|
|
30621
|
+
padding: 4px 0 2px;
|
|
30694
30622
|
}
|
|
30695
|
-
|
|
30696
|
-
|
|
30623
|
+
.m1jy87hk .ant-modal-footer {
|
|
30624
|
+
border: none;
|
|
30697
30625
|
}
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
|
|
30626
|
+
|
|
30627
|
+
.ti7fpyu {
|
|
30628
|
+
font-size: 12px;
|
|
30629
|
+
line-height: 18px;
|
|
30630
|
+
font-weight: bold;
|
|
30631
|
+
color: #fff;
|
|
30632
|
+
padding: 0 4px;
|
|
30633
|
+
border-radius: 4px;
|
|
30634
|
+
display: inline-block;
|
|
30635
|
+
background: var(--ti7fpyu-0);
|
|
30701
30636
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30637
|
+
.ti7fpyu:not(:first-child) {
|
|
30638
|
+
margin-left: 4px;
|
|
30704
30639
|
}
|
|
30705
30640
|
|
|
30706
|
-
.
|
|
30641
|
+
.f1rest1f {
|
|
30642
|
+
width: 100%;
|
|
30643
|
+
height: 100%;
|
|
30644
|
+
display: flex;
|
|
30645
|
+
align-items: center;
|
|
30646
|
+
justify-content: center;
|
|
30647
|
+
}
|
|
30648
|
+
|
|
30649
|
+
.n1kbdoln {
|
|
30650
|
+
font-size: 90%;
|
|
30651
|
+
font-weight: bold;
|
|
30652
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30653
|
+
padding: 1px 4px 1px;
|
|
30654
|
+
margin-left: 2px;
|
|
30655
|
+
margin-right: 2px;
|
|
30707
30656
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30708
30657
|
border-radius: 4px;
|
|
30709
30658
|
}
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
height: 32px;
|
|
30714
|
-
cursor: pointer;
|
|
30715
|
-
transition: border 150ms;
|
|
30716
|
-
}
|
|
30717
|
-
.kypn5o5.input-tags:hover {
|
|
30718
|
-
border-color: #0080ff;
|
|
30719
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30659
|
+
|
|
30660
|
+
.f1y3gta0.form-item-general {
|
|
30661
|
+
width: 640px;
|
|
30720
30662
|
}
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30663
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30664
|
+
margin-top: 16px;
|
|
30723
30665
|
}
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30666
|
+
.f1y3gta0.form-item-compact {
|
|
30667
|
+
width: 412px;
|
|
30726
30668
|
}
|
|
30727
|
-
.
|
|
30728
|
-
|
|
30669
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30670
|
+
margin-top: 8px;
|
|
30729
30671
|
}
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30732
|
-
right: 12px;
|
|
30733
|
-
top: 50%;
|
|
30734
|
-
transform: translateY(-50%);
|
|
30672
|
+
.f1y3gta0 .form-item {
|
|
30673
|
+
width: auto;
|
|
30735
30674
|
}
|
|
30736
|
-
.
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
cursor: pointer;
|
|
30675
|
+
.f1y3gta0 .form-item-main {
|
|
30676
|
+
position: relative;
|
|
30677
|
+
display: flex;
|
|
30740
30678
|
}
|
|
30741
|
-
.
|
|
30742
|
-
|
|
30679
|
+
.f1y3gta0 .form-item-extra {
|
|
30680
|
+
margin-top: 4px;
|
|
30681
|
+
width: 100%;
|
|
30682
|
+
padding: 14px;
|
|
30683
|
+
background: #f2f4f6;
|
|
30684
|
+
font-size: 13px;
|
|
30685
|
+
line-height: 1.8;
|
|
30686
|
+
color: #8e9aa9;
|
|
30743
30687
|
}
|
|
30744
|
-
.
|
|
30745
|
-
|
|
30746
|
-
|
|
30688
|
+
.f1y3gta0 .form-item-label {
|
|
30689
|
+
padding-right: 12px;
|
|
30690
|
+
font-size: 13px;
|
|
30691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30747
30692
|
}
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30750
|
-
top: 50%;
|
|
30751
|
-
transform: translateY(-50%);
|
|
30752
|
-
left: -16px;
|
|
30753
|
-
transition: left 150ms ease;
|
|
30754
|
-
opacity: 0;
|
|
30693
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30694
|
+
text-align: right;
|
|
30755
30695
|
}
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30758
|
-
|
|
30696
|
+
.f1y3gta0 .form-item-label,
|
|
30697
|
+
.f1y3gta0 .form-item-control {
|
|
30698
|
+
line-height: 32px;
|
|
30759
30699
|
}
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
margin-left: 0px;
|
|
30700
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30701
|
+
line-height: 18px;
|
|
30763
30702
|
}
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30703
|
+
.f1y3gta0 .form-item-children {
|
|
30704
|
+
width: 100%;
|
|
30766
30705
|
}
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
border-top-right-radius: 0;
|
|
30770
|
-
border-bottom-right-radius: 0;
|
|
30706
|
+
.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 {
|
|
30707
|
+
width: 100%;
|
|
30771
30708
|
}
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
|
|
30775
|
-
|
|
30709
|
+
.f1y3gta0 .form-item-error {
|
|
30710
|
+
color: #e75a3a;
|
|
30711
|
+
height: 0;
|
|
30712
|
+
overflow: hidden;
|
|
30776
30713
|
}
|
|
30777
|
-
|
|
30778
|
-
|
|
30779
|
-
|
|
30780
|
-
|
|
30714
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30715
|
+
margin-top: 4px;
|
|
30716
|
+
height: auto;
|
|
30717
|
+
overflow: auto;
|
|
30781
30718
|
}
|
|
30782
|
-
|
|
30783
|
-
.
|
|
30784
|
-
border
|
|
30785
|
-
|
|
30719
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30720
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30721
|
+
border: 1px solid #e75a3a;
|
|
30722
|
+
color: #e75a3a;
|
|
30786
30723
|
}
|
|
30787
30724
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30725
|
+
.fujbm7g {
|
|
30726
|
+
color: #2d3a56;
|
|
30727
|
+
font-weight: bold;
|
|
30728
|
+
padding-bottom: 6px;
|
|
30729
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30730
|
+
margin-bottom: 16px;
|
|
30791
30731
|
}
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
border-top-left-radius: 0;
|
|
30795
|
-
border-bottom-left-radius: 0;
|
|
30732
|
+
.fujbm7g:not(:first-of-type) {
|
|
30733
|
+
margin-top: 16px;
|
|
30796
30734
|
}
|
|
30797
30735
|
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30736
|
+
.e5fsw5s {
|
|
30737
|
+
width: 8px;
|
|
30800
30738
|
height: 24px;
|
|
30801
|
-
|
|
30802
|
-
|
|
30739
|
+
display: flex;
|
|
30740
|
+
justify-content: center;
|
|
30741
|
+
align-items: center;
|
|
30742
|
+
cursor: pointer;
|
|
30743
|
+
transition: all 200ms ease-out 40ms;
|
|
30803
30744
|
}
|
|
30804
|
-
.
|
|
30805
|
-
|
|
30745
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30746
|
+
content: "";
|
|
30747
|
+
width: 1px;
|
|
30748
|
+
height: 6px;
|
|
30749
|
+
border-radius: 1px;
|
|
30750
|
+
background: #ccd4e3;
|
|
30751
|
+
position: relative;
|
|
30752
|
+
right: 2px;
|
|
30753
|
+
transform: rotate(-45deg);
|
|
30806
30754
|
}
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30809
|
-
|
|
30755
|
+
.e5fsw5s:after {
|
|
30756
|
+
transform: rotate(45deg);
|
|
30757
|
+
left: 1px;
|
|
30810
30758
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30759
|
+
|
|
30760
|
+
.w18knsg4.ant-alert-warning {
|
|
30761
|
+
border: 0;
|
|
30762
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30763
|
+
border-radius: 6px;
|
|
30814
30764
|
}
|
|
30815
|
-
.
|
|
30816
|
-
|
|
30817
|
-
|
|
30765
|
+
.w18knsg4.ant-alert,
|
|
30766
|
+
.w18knsg4 .ant-alert-message {
|
|
30767
|
+
color: #e07f00;
|
|
30818
30768
|
}
|
|
30819
|
-
.
|
|
30820
|
-
|
|
30821
|
-
|
|
30769
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30770
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30771
|
+
border-bottom-color: #e07f00;
|
|
30822
30772
|
}
|
|
30823
|
-
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
|
|
30773
|
+
|
|
30774
|
+
.ng31n2o {
|
|
30775
|
+
display: flex;
|
|
30776
|
+
flex-direction: row;
|
|
30777
|
+
padding: 7px 12px;
|
|
30778
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30779
|
+
border-radius: 6px;
|
|
30780
|
+
color: #e07f00;
|
|
30781
|
+
font-size: 12px;
|
|
30782
|
+
line-height: 18px;
|
|
30828
30783
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
|
|
30784
|
+
.ng31n2o .icon-wrapper {
|
|
30785
|
+
margin-right: 10px;
|
|
30786
|
+
height: 18px;
|
|
30832
30787
|
}
|
|
30833
|
-
|
|
30834
|
-
|
|
30788
|
+
|
|
30789
|
+
.n15x5f5y {
|
|
30790
|
+
display: flex;
|
|
30791
|
+
flex-direction: row;
|
|
30792
|
+
padding: 7px 12px;
|
|
30793
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30794
|
+
border-radius: 6px;
|
|
30795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30796
|
+
font-size: 12px;
|
|
30797
|
+
line-height: 18px;
|
|
30835
30798
|
}
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30799
|
+
.n15x5f5y .icon-wrapper {
|
|
30800
|
+
margin-right: 10px;
|
|
30801
|
+
height: 18px;
|
|
30838
30802
|
}
|
|
30839
|
-
|
|
30840
|
-
|
|
30803
|
+
|
|
30804
|
+
.i16ozz3f {
|
|
30805
|
+
display: flex;
|
|
30806
|
+
flex-direction: row;
|
|
30807
|
+
padding: 7px 12px;
|
|
30808
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30809
|
+
border-radius: 6px;
|
|
30810
|
+
color: #005ed1;
|
|
30811
|
+
font-size: 12px;
|
|
30812
|
+
line-height: 18px;
|
|
30841
30813
|
}
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30814
|
+
.i16ozz3f .icon-wrapper {
|
|
30815
|
+
margin-right: 10px;
|
|
30816
|
+
height: 18px;
|
|
30844
30817
|
}
|
|
30845
|
-
|
|
30846
|
-
|
|
30818
|
+
|
|
30819
|
+
.dszu9qr {
|
|
30820
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30821
|
+
margin-top: 5px;
|
|
30822
|
+
font-size: 12px;
|
|
30823
|
+
line-height: 18px;
|
|
30847
30824
|
}
|
|
30848
30825
|
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30826
|
+
.snxzgx {
|
|
30827
|
+
color: #f0483e;
|
|
30828
|
+
font-size: 12px;
|
|
30829
|
+
white-space: pre-wrap;
|
|
30851
30830
|
}
|
|
30852
30831
|
|
|
30853
|
-
.
|
|
30832
|
+
.o1i4orqw {
|
|
30854
30833
|
display: flex;
|
|
30855
|
-
justify-content: space-between;
|
|
30856
30834
|
align-items: center;
|
|
30857
|
-
|
|
30858
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30859
|
-
font-size: 12px;
|
|
30860
|
-
line-height: 24px;
|
|
30835
|
+
justify-content: flex-end;
|
|
30861
30836
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30837
|
+
.o1i4orqw .icon-wrapper {
|
|
30838
|
+
margin-right: 16px;
|
|
30864
30839
|
}
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30840
|
+
|
|
30841
|
+
.t79k8o2 {
|
|
30842
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30843
|
+
}
|
|
30844
|
+
|
|
30845
|
+
.ipd9bk.ant-input {
|
|
30846
|
+
padding: 5px 12px;
|
|
30847
|
+
line-height: 20px;
|
|
30848
|
+
color: #2d3a56;
|
|
30868
30849
|
border-radius: 6px;
|
|
30869
|
-
|
|
30870
|
-
transition:
|
|
30850
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30851
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30871
30852
|
}
|
|
30872
|
-
.
|
|
30873
|
-
|
|
30874
|
-
|
|
30853
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30854
|
+
padding: 8px 16px;
|
|
30855
|
+
line-height: 22px;
|
|
30875
30856
|
}
|
|
30876
|
-
.
|
|
30877
|
-
|
|
30857
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30858
|
+
padding: 2px 8px;
|
|
30859
|
+
line-height: 18px;
|
|
30878
30860
|
}
|
|
30879
|
-
.
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
font-weight: bold;
|
|
30861
|
+
.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 {
|
|
30862
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30863
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30864
|
+
z-index: 1;
|
|
30884
30865
|
}
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30866
|
+
.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 {
|
|
30867
|
+
border-color: #0096ff;
|
|
30868
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30869
|
+
z-index: 1;
|
|
30887
30870
|
}
|
|
30888
|
-
.
|
|
30889
|
-
|
|
30890
|
-
|
|
30871
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30872
|
+
border-color: #e75a3a;
|
|
30873
|
+
color: #e75a3a;
|
|
30891
30874
|
}
|
|
30892
|
-
.
|
|
30893
|
-
|
|
30894
|
-
|
|
30875
|
+
.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 {
|
|
30876
|
+
border-color: #e75a3a;
|
|
30877
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30895
30878
|
}
|
|
30896
|
-
.
|
|
30897
|
-
|
|
30879
|
+
.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 {
|
|
30880
|
+
border-color: #e75a3a;
|
|
30881
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30898
30882
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
|
|
30883
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30884
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30885
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30886
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30903
30887
|
}
|
|
30904
|
-
.
|
|
30905
|
-
padding:
|
|
30906
|
-
|
|
30907
|
-
|
|
30888
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30889
|
+
padding: 5px 12px;
|
|
30890
|
+
border-radius: 6px;
|
|
30891
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30892
|
+
line-height: 20px;
|
|
30893
|
+
color: #2d3a56;
|
|
30894
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30908
30895
|
}
|
|
30909
|
-
|
|
30910
|
-
.
|
|
30911
|
-
|
|
30912
|
-
align-items: baseline;
|
|
30913
|
-
white-space: pre-wrap;
|
|
30896
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30897
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30914
30899
|
}
|
|
30915
|
-
.
|
|
30916
|
-
|
|
30917
|
-
|
|
30900
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30901
|
+
padding: 8px 16px;
|
|
30902
|
+
line-height: 22px;
|
|
30918
30903
|
}
|
|
30919
|
-
.
|
|
30904
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30905
|
+
padding: 2px 8px;
|
|
30906
|
+
line-height: 18px;
|
|
30907
|
+
}
|
|
30908
|
+
.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 {
|
|
30920
30909
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30910
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30921
30911
|
}
|
|
30922
|
-
.
|
|
30923
|
-
border-color: #
|
|
30912
|
+
.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 {
|
|
30913
|
+
border-color: #0096ff;
|
|
30914
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30924
30915
|
}
|
|
30925
|
-
.
|
|
30926
|
-
border-color: #
|
|
30927
|
-
background: #0080ff;
|
|
30916
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30917
|
+
border-color: #e75a3a;
|
|
30928
30918
|
}
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30931
|
-
left: 4px;
|
|
30932
|
-
width: 6px;
|
|
30933
|
-
height: 6px;
|
|
30934
|
-
background: #fff;
|
|
30919
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30920
|
+
color: #e75a3a;
|
|
30935
30921
|
}
|
|
30936
|
-
.
|
|
30937
|
-
|
|
30922
|
+
.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 {
|
|
30923
|
+
border-color: #e75a3a;
|
|
30924
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30938
30925
|
}
|
|
30939
|
-
.
|
|
30940
|
-
border-color:
|
|
30941
|
-
|
|
30926
|
+
.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 {
|
|
30927
|
+
border-color: #e75a3a;
|
|
30928
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30942
30929
|
}
|
|
30943
|
-
.
|
|
30944
|
-
background:
|
|
30930
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30931
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30932
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30933
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30945
30934
|
}
|
|
30946
|
-
.
|
|
30947
|
-
|
|
30948
|
-
|
|
30935
|
+
textarea.ipd9bk.ant-input {
|
|
30936
|
+
transition-property: height;
|
|
30937
|
+
transition-delay: 50ms;
|
|
30949
30938
|
}
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30939
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30940
|
+
min-height: 40px;
|
|
30941
|
+
height: 40px;
|
|
30952
30942
|
}
|
|
30953
|
-
.
|
|
30954
|
-
|
|
30955
|
-
padding: 0;
|
|
30956
|
-
padding-left: 12px;
|
|
30943
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30944
|
+
height: 80px;
|
|
30957
30945
|
}
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30946
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30947
|
+
min-height: 32px;
|
|
30948
|
+
height: 32px;
|
|
30962
30949
|
}
|
|
30963
|
-
.
|
|
30964
|
-
|
|
30950
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30951
|
+
height: 64px;
|
|
30965
30952
|
}
|
|
30966
|
-
|
|
30967
|
-
|
|
30968
|
-
|
|
30953
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30954
|
+
min-height: 24px;
|
|
30955
|
+
height: 24px;
|
|
30969
30956
|
}
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30957
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30958
|
+
height: 40px;
|
|
30972
30959
|
}
|
|
30973
30960
|
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
-
border-
|
|
30977
|
-
}
|
|
30978
|
-
.r1f0aqcc:first-child {
|
|
30979
|
-
border-color: #a3b4cc;
|
|
30961
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30962
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30963
|
+
border-radius: 4px;
|
|
30980
30964
|
}
|
|
30981
|
-
.
|
|
30982
|
-
|
|
30983
|
-
|
|
30965
|
+
.kypn5o5.input-tags {
|
|
30966
|
+
position: relative;
|
|
30967
|
+
padding: 6px;
|
|
30984
30968
|
height: 32px;
|
|
30969
|
+
cursor: pointer;
|
|
30970
|
+
transition: border 150ms;
|
|
30985
30971
|
}
|
|
30986
|
-
.
|
|
30987
|
-
|
|
30972
|
+
.kypn5o5.input-tags:hover {
|
|
30973
|
+
border-color: #0080ff;
|
|
30974
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30988
30975
|
}
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30991
|
-
padding: 0 7px;
|
|
30992
|
-
line-height: 20px;
|
|
30976
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30977
|
+
padding-right: 30px;
|
|
30993
30978
|
}
|
|
30994
|
-
.
|
|
30995
|
-
|
|
30979
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30980
|
+
display: flex;
|
|
30981
|
+
}
|
|
30982
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30983
|
+
display: flex;
|
|
30996
30984
|
}
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30985
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30986
|
+
position: absolute;
|
|
30987
|
+
right: 12px;
|
|
30988
|
+
top: 50%;
|
|
30989
|
+
transform: translateY(-50%);
|
|
30999
30990
|
}
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
30991
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30992
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30993
|
+
font-size: 12px;
|
|
30994
|
+
cursor: pointer;
|
|
31003
30995
|
}
|
|
31004
|
-
.
|
|
31005
|
-
|
|
30996
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30997
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31006
30998
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
30999
|
+
.kypn5o5.has-focus-indicator {
|
|
31000
|
+
position: relative;
|
|
31001
|
+
overflow: hidden;
|
|
31009
31002
|
}
|
|
31010
|
-
.
|
|
31011
|
-
|
|
31003
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31004
|
+
position: absolute;
|
|
31005
|
+
top: 50%;
|
|
31006
|
+
transform: translateY(-50%);
|
|
31007
|
+
left: -16px;
|
|
31008
|
+
transition: left 150ms ease;
|
|
31009
|
+
opacity: 0;
|
|
31012
31010
|
}
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
opacity: 0.5;
|
|
31011
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31012
|
+
left: 8px;
|
|
31013
|
+
opacity: 1;
|
|
31017
31014
|
}
|
|
31018
|
-
.
|
|
31019
|
-
|
|
31020
|
-
|
|
31015
|
+
.kypn5o5.has-focus-indicator input {
|
|
31016
|
+
transition: margin-left 150ms ease;
|
|
31017
|
+
margin-left: 0px;
|
|
31021
31018
|
}
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
border-color: #ccd4e3;
|
|
31025
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31019
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
31020
|
+
margin-left: 16px;
|
|
31026
31021
|
}
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
border:
|
|
31031
|
-
padding: 0;
|
|
31032
|
-
width: 36px;
|
|
31033
|
-
background: transparent;
|
|
31022
|
+
|
|
31023
|
+
input.l1ki27se.ant-input {
|
|
31024
|
+
border-top-right-radius: 0;
|
|
31025
|
+
border-bottom-right-radius: 0;
|
|
31034
31026
|
}
|
|
31035
|
-
|
|
31036
|
-
|
|
31027
|
+
|
|
31028
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
31029
|
+
border-top-right-radius: 0;
|
|
31030
|
+
border-bottom-right-radius: 0;
|
|
31037
31031
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
|
|
31032
|
+
|
|
31033
|
+
input.rrg1fkn.ant-input {
|
|
31034
|
+
border-top-left-radius: 0;
|
|
31035
|
+
border-bottom-left-radius: 0;
|
|
31042
31036
|
}
|
|
31043
|
-
|
|
31044
|
-
|
|
31037
|
+
|
|
31038
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
31039
|
+
border-top-left-radius: 0;
|
|
31040
|
+
border-bottom-left-radius: 0;
|
|
31045
31041
|
}
|
|
31046
|
-
|
|
31047
|
-
|
|
31042
|
+
|
|
31043
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31044
|
+
border-top-right-radius: 0;
|
|
31045
|
+
border-bottom-right-radius: 0;
|
|
31048
31046
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31051
|
-
|
|
31052
|
-
|
|
31053
|
-
width: 36px;
|
|
31047
|
+
|
|
31048
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31049
|
+
border-top-left-radius: 0;
|
|
31050
|
+
border-bottom-left-radius: 0;
|
|
31054
31051
|
}
|
|
31055
31052
|
|
|
31056
31053
|
.t1upn1sz {
|
|
@@ -31977,19 +31974,6 @@ input.rrg1fkn.ant-input {
|
|
|
31977
31974
|
line-height: 12px;
|
|
31978
31975
|
}
|
|
31979
31976
|
|
|
31980
|
-
.m15dvk92 {
|
|
31981
|
-
display: flex;
|
|
31982
|
-
justify-content: space-between;
|
|
31983
|
-
width: 100%;
|
|
31984
|
-
}
|
|
31985
|
-
.m15dvk92 .action {
|
|
31986
|
-
margin-left: 16px;
|
|
31987
|
-
}
|
|
31988
|
-
|
|
31989
|
-
.aql8iqz .ant-alert-message {
|
|
31990
|
-
width: 100%;
|
|
31991
|
-
}
|
|
31992
|
-
|
|
31993
31977
|
.c198s9j3 {
|
|
31994
31978
|
color: #2d3a56;
|
|
31995
31979
|
line-height: 22px;
|
|
@@ -32061,6 +32045,19 @@ input.rrg1fkn.ant-input {
|
|
|
32061
32045
|
margin-left: 24px;
|
|
32062
32046
|
}
|
|
32063
32047
|
|
|
32048
|
+
.m15dvk92 {
|
|
32049
|
+
display: flex;
|
|
32050
|
+
justify-content: space-between;
|
|
32051
|
+
width: 100%;
|
|
32052
|
+
}
|
|
32053
|
+
.m15dvk92 .action {
|
|
32054
|
+
margin-left: 16px;
|
|
32055
|
+
}
|
|
32056
|
+
|
|
32057
|
+
.aql8iqz .ant-alert-message {
|
|
32058
|
+
width: 100%;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
32064
32061
|
.c10crapj {
|
|
32065
32062
|
border-radius: 8px;
|
|
32066
32063
|
}
|
|
@@ -32090,78 +32087,61 @@ input.rrg1fkn.ant-input {
|
|
|
32090
32087
|
cursor: default;
|
|
32091
32088
|
}
|
|
32092
32089
|
|
|
32093
|
-
.
|
|
32094
|
-
|
|
32095
|
-
border-radius: 20px;
|
|
32096
|
-
padding: 2px 10px;
|
|
32097
|
-
height: 22px;
|
|
32098
|
-
}
|
|
32099
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32100
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32101
|
-
}
|
|
32102
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32103
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32104
|
-
}
|
|
32105
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32106
|
-
color: #00122e;
|
|
32107
|
-
}
|
|
32108
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32109
|
-
margin-right: 6px;
|
|
32110
|
-
}
|
|
32111
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32112
|
-
margin-left: 4px;
|
|
32113
|
-
}
|
|
32114
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32115
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32116
|
-
}
|
|
32117
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32118
|
-
background-color: #0080ff;
|
|
32090
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32091
|
+
border-radius: 6px;
|
|
32119
32092
|
}
|
|
32120
|
-
.
|
|
32121
|
-
|
|
32093
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32094
|
+
width: 100%;
|
|
32095
|
+
color: #2d3a56;
|
|
32096
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32097
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32098
|
+
font-size: 13px;
|
|
32122
32099
|
}
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32100
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32101
|
+
height: 30px;
|
|
32125
32102
|
}
|
|
32126
|
-
.
|
|
32127
|
-
|
|
32103
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32104
|
+
height: 38px;
|
|
32105
|
+
font-size: 13px;
|
|
32128
32106
|
}
|
|
32129
|
-
.
|
|
32130
|
-
|
|
32107
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32108
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32109
|
+
transition: 160ms ease;
|
|
32131
32110
|
}
|
|
32132
|
-
.
|
|
32133
|
-
|
|
32111
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32112
|
+
color: #0080ff;
|
|
32134
32113
|
}
|
|
32135
|
-
.
|
|
32136
|
-
|
|
32114
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32115
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32116
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32137
32117
|
}
|
|
32138
|
-
.
|
|
32139
|
-
|
|
32118
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32119
|
+
color: #0080ff;
|
|
32140
32120
|
}
|
|
32141
|
-
.
|
|
32142
|
-
|
|
32121
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32122
|
+
border-color: #0080ff;
|
|
32123
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32143
32124
|
}
|
|
32144
|
-
.
|
|
32145
|
-
|
|
32125
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32126
|
+
transform: rotate(180deg);
|
|
32146
32127
|
}
|
|
32147
|
-
.
|
|
32148
|
-
background
|
|
32128
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32129
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32130
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32131
|
+
cursor: "not-allowed";
|
|
32149
32132
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32133
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32134
|
+
border-color: #f0483e !important;
|
|
32152
32135
|
}
|
|
32153
|
-
.
|
|
32154
|
-
|
|
32136
|
+
.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 {
|
|
32137
|
+
color: #1d326c;
|
|
32155
32138
|
}
|
|
32156
|
-
.
|
|
32157
|
-
|
|
32139
|
+
.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 {
|
|
32140
|
+
border-color: #0080ff;
|
|
32141
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32158
32142
|
}
|
|
32159
|
-
|
|
32160
|
-
|
|
32161
|
-
width: 8px;
|
|
32162
|
-
height: 8px;
|
|
32163
|
-
border-radius: 50%;
|
|
32164
|
-
display: inline-block;
|
|
32143
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32144
|
+
transform: rotate(180deg);
|
|
32165
32145
|
}
|
|
32166
32146
|
|
|
32167
32147
|
.igz4le8 {
|
|
@@ -32178,61 +32158,78 @@ input.rrg1fkn.ant-input {
|
|
|
32178
32158
|
display: flex;
|
|
32179
32159
|
}
|
|
32180
32160
|
|
|
32181
|
-
.
|
|
32182
|
-
|
|
32161
|
+
.s14dk8r1 {
|
|
32162
|
+
margin: 0;
|
|
32163
|
+
border-radius: 20px;
|
|
32164
|
+
padding: 2px 10px;
|
|
32165
|
+
height: 22px;
|
|
32183
32166
|
}
|
|
32184
|
-
.
|
|
32185
|
-
|
|
32186
|
-
|
|
32187
|
-
|
|
32188
|
-
|
|
32189
|
-
|
|
32167
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32168
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32169
|
+
}
|
|
32170
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32171
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32172
|
+
}
|
|
32173
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32174
|
+
color: #00122e;
|
|
32175
|
+
}
|
|
32176
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32177
|
+
margin-right: 6px;
|
|
32178
|
+
}
|
|
32179
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32180
|
+
margin-left: 4px;
|
|
32181
|
+
}
|
|
32182
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32183
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32184
|
+
}
|
|
32185
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32186
|
+
background-color: #0080ff;
|
|
32190
32187
|
}
|
|
32191
|
-
.
|
|
32192
|
-
|
|
32188
|
+
.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 {
|
|
32189
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32193
32190
|
}
|
|
32194
|
-
.
|
|
32195
|
-
|
|
32196
|
-
font-size: 13px;
|
|
32191
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32192
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32197
32193
|
}
|
|
32198
|
-
.
|
|
32199
|
-
|
|
32200
|
-
transition: 160ms ease;
|
|
32194
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32195
|
+
background-color: #f0483e;
|
|
32201
32196
|
}
|
|
32202
|
-
.
|
|
32203
|
-
color:
|
|
32197
|
+
.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 {
|
|
32198
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32204
32199
|
}
|
|
32205
|
-
.
|
|
32206
|
-
|
|
32207
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32200
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32201
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32208
32202
|
}
|
|
32209
|
-
.
|
|
32210
|
-
color: #
|
|
32203
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32204
|
+
background-color: #fea008;
|
|
32211
32205
|
}
|
|
32212
|
-
.
|
|
32213
|
-
|
|
32214
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32206
|
+
.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 {
|
|
32207
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32215
32208
|
}
|
|
32216
|
-
.
|
|
32217
|
-
|
|
32209
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32210
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32218
32211
|
}
|
|
32219
|
-
.
|
|
32220
|
-
background:
|
|
32221
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32222
|
-
cursor: "not-allowed";
|
|
32212
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32213
|
+
background-color: #00ba5d;
|
|
32223
32214
|
}
|
|
32224
|
-
.
|
|
32225
|
-
|
|
32215
|
+
.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 {
|
|
32216
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32226
32217
|
}
|
|
32227
|
-
.
|
|
32228
|
-
color:
|
|
32218
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32219
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32229
32220
|
}
|
|
32230
|
-
.
|
|
32231
|
-
|
|
32232
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32221
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32222
|
+
background-color: #6b7d99;
|
|
32233
32223
|
}
|
|
32234
|
-
.
|
|
32235
|
-
|
|
32224
|
+
.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 {
|
|
32225
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32226
|
+
}
|
|
32227
|
+
|
|
32228
|
+
.s1uupoto {
|
|
32229
|
+
width: 8px;
|
|
32230
|
+
height: 8px;
|
|
32231
|
+
border-radius: 50%;
|
|
32232
|
+
display: inline-block;
|
|
32236
32233
|
}
|
|
32237
32234
|
|
|
32238
32235
|
.t19ustft .date {
|
|
@@ -32330,6 +32327,18 @@ input.rrg1fkn.ant-input {
|
|
|
32330
32327
|
white-space: nowrap;
|
|
32331
32328
|
}
|
|
32332
32329
|
|
|
32330
|
+
.n3qomhu {
|
|
32331
|
+
font-size: 90%;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
+
padding: 1px 4px 1px;
|
|
32335
|
+
margin-left: 2px;
|
|
32336
|
+
margin-right: 2px;
|
|
32337
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
+
border-radius: 4px;
|
|
32339
|
+
word-break: break-all;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32333
32342
|
.m1thnes4 {
|
|
32334
32343
|
color: rgba(44, 56, 82, 0.6);
|
|
32335
32344
|
text-align: center;
|
|
@@ -32766,6 +32775,37 @@ input.rrg1fkn.ant-input {
|
|
|
32766
32775
|
margin-right: 6px;
|
|
32767
32776
|
}
|
|
32768
32777
|
|
|
32778
|
+
.f1p9ti6d {
|
|
32779
|
+
width: 100%;
|
|
32780
|
+
margin-bottom: 0 !important;
|
|
32781
|
+
flex-flow: nowrap !important;
|
|
32782
|
+
line-break: auto;
|
|
32783
|
+
}
|
|
32784
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32785
|
+
text-align: left !important;
|
|
32786
|
+
padding-bottom: 0 !important;
|
|
32787
|
+
}
|
|
32788
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32789
|
+
min-height: 32px;
|
|
32790
|
+
height: auto;
|
|
32791
|
+
font-size: 13px;
|
|
32792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32793
|
+
white-space: normal;
|
|
32794
|
+
}
|
|
32795
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32796
|
+
border-color: #ff4d4f !important;
|
|
32797
|
+
}
|
|
32798
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32799
|
+
margin-top: 4px;
|
|
32800
|
+
font-size: 12px;
|
|
32801
|
+
min-height: 0px;
|
|
32802
|
+
}
|
|
32803
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32804
|
+
font-size: 12px;
|
|
32805
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32806
|
+
min-height: 0px;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32769
32809
|
.bab9xum {
|
|
32770
32810
|
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);
|
|
32771
32811
|
}
|
|
@@ -32783,6 +32823,56 @@ input.rrg1fkn.ant-input {
|
|
|
32783
32823
|
transform: translateY(-4px);
|
|
32784
32824
|
}
|
|
32785
32825
|
|
|
32826
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32827
|
+
display: var(--at4ovwe-0);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32830
|
+
padding: 5px 12px;
|
|
32831
|
+
display: inline-flex;
|
|
32832
|
+
line-height: 1.5715;
|
|
32833
|
+
height: 100%;
|
|
32834
|
+
width: 100%;
|
|
32835
|
+
}
|
|
32836
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32837
|
+
content: var(--at4ovwe-1);
|
|
32838
|
+
display: var(--at4ovwe-2);
|
|
32839
|
+
flex: none;
|
|
32840
|
+
align-items: center;
|
|
32841
|
+
margin-left: 4px;
|
|
32842
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32843
|
+
}
|
|
32844
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32845
|
+
content: var(--at4ovwe-3);
|
|
32846
|
+
display: var(--at4ovwe-4);
|
|
32847
|
+
flex: none;
|
|
32848
|
+
align-items: center;
|
|
32849
|
+
margin-right: 4px;
|
|
32850
|
+
cursor: auto;
|
|
32851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
+
}
|
|
32853
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32854
|
+
border-radius: 0;
|
|
32855
|
+
}
|
|
32856
|
+
.at4ovwe.ant-input-number {
|
|
32857
|
+
width: 100%;
|
|
32858
|
+
border-radius: 6px;
|
|
32859
|
+
}
|
|
32860
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32861
|
+
border-color: #0096ff;
|
|
32862
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
+
z-index: 1;
|
|
32864
|
+
}
|
|
32865
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32866
|
+
border-color: #e75a3a;
|
|
32867
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32868
|
+
}
|
|
32869
|
+
.at4ovwe .ant-input-number-input {
|
|
32870
|
+
padding: 0;
|
|
32871
|
+
margin: 0;
|
|
32872
|
+
height: auto;
|
|
32873
|
+
font-size: inherit;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32786
32876
|
.tc40oxa {
|
|
32787
32877
|
margin-bottom: 4px;
|
|
32788
32878
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32976,96 +33066,6 @@ input.rrg1fkn.ant-input {
|
|
|
32976
33066
|
margin-right: 8px;
|
|
32977
33067
|
}
|
|
32978
33068
|
|
|
32979
|
-
.f1p9ti6d {
|
|
32980
|
-
width: 100%;
|
|
32981
|
-
margin-bottom: 0 !important;
|
|
32982
|
-
flex-flow: nowrap !important;
|
|
32983
|
-
line-break: auto;
|
|
32984
|
-
}
|
|
32985
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32986
|
-
text-align: left !important;
|
|
32987
|
-
padding-bottom: 0 !important;
|
|
32988
|
-
}
|
|
32989
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32990
|
-
min-height: 32px;
|
|
32991
|
-
height: auto;
|
|
32992
|
-
font-size: 13px;
|
|
32993
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32994
|
-
white-space: normal;
|
|
32995
|
-
}
|
|
32996
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32997
|
-
border-color: #ff4d4f !important;
|
|
32998
|
-
}
|
|
32999
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33000
|
-
margin-top: 4px;
|
|
33001
|
-
font-size: 12px;
|
|
33002
|
-
min-height: 0px;
|
|
33003
|
-
}
|
|
33004
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33005
|
-
font-size: 12px;
|
|
33006
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33007
|
-
min-height: 0px;
|
|
33008
|
-
}
|
|
33009
|
-
|
|
33010
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33011
|
-
display: var(--at4ovwe-0);
|
|
33012
|
-
}
|
|
33013
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33014
|
-
padding: 5px 12px;
|
|
33015
|
-
display: inline-flex;
|
|
33016
|
-
line-height: 1.5715;
|
|
33017
|
-
height: 100%;
|
|
33018
|
-
width: 100%;
|
|
33019
|
-
}
|
|
33020
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33021
|
-
content: var(--at4ovwe-1);
|
|
33022
|
-
display: var(--at4ovwe-2);
|
|
33023
|
-
flex: none;
|
|
33024
|
-
align-items: center;
|
|
33025
|
-
margin-left: 4px;
|
|
33026
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33027
|
-
}
|
|
33028
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33029
|
-
content: var(--at4ovwe-3);
|
|
33030
|
-
display: var(--at4ovwe-4);
|
|
33031
|
-
flex: none;
|
|
33032
|
-
align-items: center;
|
|
33033
|
-
margin-right: 4px;
|
|
33034
|
-
cursor: auto;
|
|
33035
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33036
|
-
}
|
|
33037
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33038
|
-
border-radius: 0;
|
|
33039
|
-
}
|
|
33040
|
-
.at4ovwe.ant-input-number {
|
|
33041
|
-
width: 100%;
|
|
33042
|
-
border-radius: 6px;
|
|
33043
|
-
}
|
|
33044
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33045
|
-
border-color: #0096ff;
|
|
33046
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33047
|
-
z-index: 1;
|
|
33048
|
-
}
|
|
33049
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33050
|
-
border-color: #e75a3a;
|
|
33051
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33052
|
-
}
|
|
33053
|
-
.at4ovwe .ant-input-number-input {
|
|
33054
|
-
padding: 0;
|
|
33055
|
-
margin: 0;
|
|
33056
|
-
height: auto;
|
|
33057
|
-
font-size: inherit;
|
|
33058
|
-
}
|
|
33059
|
-
|
|
33060
|
-
.w1xcixj5.outside-tag {
|
|
33061
|
-
padding-left: 0;
|
|
33062
|
-
}
|
|
33063
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33064
|
-
border-radius: 4px 0 0 4px;
|
|
33065
|
-
padding-right: 4px;
|
|
33066
|
-
margin-right: 4px;
|
|
33067
|
-
}
|
|
33068
|
-
|
|
33069
33069
|
.sut42l0 {
|
|
33070
33070
|
padding: 0 8px;
|
|
33071
33071
|
height: 18px;
|
|
@@ -33090,6 +33090,15 @@ input.rrg1fkn.ant-input {
|
|
|
33090
33090
|
height: 16px;
|
|
33091
33091
|
}
|
|
33092
33092
|
|
|
33093
|
+
.w1xcixj5.outside-tag {
|
|
33094
|
+
padding-left: 0;
|
|
33095
|
+
}
|
|
33096
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33097
|
+
border-radius: 4px 0 0 4px;
|
|
33098
|
+
padding-right: 4px;
|
|
33099
|
+
margin-right: 4px;
|
|
33100
|
+
}
|
|
33101
|
+
|
|
33093
33102
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33094
33103
|
display: var(--a6dbbkm-0);
|
|
33095
33104
|
}
|