@cloudtower/eagle 0.27.62 → 0.27.63-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/cjs/core/Tooltip/index.js +2 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1655 -1655
- package/dist/esm/core/Tooltip/index.js +2 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Tooltip/index.d.ts +1 -1
- package/dist/src/core/Tooltip/tooltip.type.d.ts +7 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/src/spec/base.d.ts +1 -4
- package/dist/stories/docs/core/Tooltip.stories.d.ts +32 -5
- package/dist/style.css +1058 -1058
- package/package.json +5 -6
package/dist/components.css
CHANGED
|
@@ -29865,62 +29865,6 @@ html body {
|
|
|
29865
29865
|
font-size: 18px;
|
|
29866
29866
|
}
|
|
29867
29867
|
|
|
29868
|
-
.E_iouxfgt {
|
|
29869
|
-
display: inline-flex;
|
|
29870
|
-
align-items: center;
|
|
29871
|
-
}
|
|
29872
|
-
|
|
29873
|
-
.E_iouxfgt .icon-inner {
|
|
29874
|
-
display: inline-flex;
|
|
29875
|
-
align-items: center;
|
|
29876
|
-
justify-content: center;
|
|
29877
|
-
}
|
|
29878
|
-
|
|
29879
|
-
.E_iouxfgt .icon-inner + span,
|
|
29880
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
29881
|
-
margin-left: 4px;
|
|
29882
|
-
}
|
|
29883
|
-
|
|
29884
|
-
.E_iouxfgt.is-rotate img,
|
|
29885
|
-
.E_iouxfgt.is-rotate svg {
|
|
29886
|
-
animation: rotate 680ms linear infinite;
|
|
29887
|
-
}
|
|
29888
|
-
|
|
29889
|
-
.E_b1nip9bk {
|
|
29890
|
-
padding: 4px 11px;
|
|
29891
|
-
}
|
|
29892
|
-
|
|
29893
|
-
.E_bqamoqe {
|
|
29894
|
-
white-space: nowrap;
|
|
29895
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29896
|
-
}
|
|
29897
|
-
|
|
29898
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29899
|
-
--color: #0080ff;
|
|
29900
|
-
}
|
|
29901
|
-
|
|
29902
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29903
|
-
--color: #0080ff;
|
|
29904
|
-
}
|
|
29905
|
-
|
|
29906
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29907
|
-
margin-left: 1px;
|
|
29908
|
-
}
|
|
29909
|
-
|
|
29910
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29911
|
-
border-top-right-radius: 0;
|
|
29912
|
-
border-bottom-right-radius: 0;
|
|
29913
|
-
}
|
|
29914
|
-
|
|
29915
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29916
|
-
border-top-left-radius: 0;
|
|
29917
|
-
border-bottom-left-radius: 0;
|
|
29918
|
-
}
|
|
29919
|
-
|
|
29920
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29921
|
-
border-radius: unset;
|
|
29922
|
-
}
|
|
29923
|
-
|
|
29924
29868
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29925
29869
|
justify-content: center;
|
|
29926
29870
|
}
|
|
@@ -30208,1160 +30152,1386 @@ html body {
|
|
|
30208
30152
|
padding: 0;
|
|
30209
30153
|
}
|
|
30210
30154
|
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
border-radius: 2px;
|
|
30215
|
-
background: #f5f7fa;
|
|
30216
|
-
display: flex;
|
|
30217
|
-
width: 100%;
|
|
30218
|
-
overflow: hidden;
|
|
30155
|
+
.E_iouxfgt {
|
|
30156
|
+
display: inline-flex;
|
|
30157
|
+
align-items: center;
|
|
30219
30158
|
}
|
|
30220
30159
|
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30160
|
+
.E_iouxfgt .icon-inner {
|
|
30161
|
+
display: inline-flex;
|
|
30162
|
+
align-items: center;
|
|
30163
|
+
justify-content: center;
|
|
30223
30164
|
}
|
|
30224
30165
|
|
|
30225
|
-
.
|
|
30226
|
-
|
|
30166
|
+
.E_iouxfgt .icon-inner + span,
|
|
30167
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30168
|
+
margin-left: 4px;
|
|
30227
30169
|
}
|
|
30228
30170
|
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30171
|
+
.E_iouxfgt.is-rotate img,
|
|
30172
|
+
.E_iouxfgt.is-rotate svg {
|
|
30173
|
+
animation: rotate 680ms linear infinite;
|
|
30231
30174
|
}
|
|
30232
30175
|
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30235
|
-
position: absolute;
|
|
30176
|
+
.E_b1nip9bk {
|
|
30177
|
+
padding: 4px 11px;
|
|
30236
30178
|
}
|
|
30237
30179
|
|
|
30238
|
-
.
|
|
30239
|
-
|
|
30180
|
+
.E_bqamoqe {
|
|
30181
|
+
white-space: nowrap;
|
|
30182
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30240
30183
|
}
|
|
30241
30184
|
|
|
30242
|
-
.
|
|
30243
|
-
|
|
30244
|
-
line-height: 18px;
|
|
30245
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30246
|
-
height: 34px;
|
|
30247
|
-
min-height: 34px;
|
|
30248
|
-
box-sizing: border-box;
|
|
30249
|
-
margin-top: 8px;
|
|
30185
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30186
|
+
--color: #0080ff;
|
|
30250
30187
|
}
|
|
30251
30188
|
|
|
30252
|
-
.
|
|
30253
|
-
|
|
30254
|
-
flex-direction: column;
|
|
30255
|
-
margin: 1px 8px;
|
|
30256
|
-
padding: 8px;
|
|
30257
|
-
border-radius: 4px;
|
|
30189
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30190
|
+
--color: #0080ff;
|
|
30258
30191
|
}
|
|
30259
30192
|
|
|
30260
|
-
.
|
|
30261
|
-
|
|
30193
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30194
|
+
margin-left: 1px;
|
|
30262
30195
|
}
|
|
30263
30196
|
|
|
30264
|
-
.
|
|
30265
|
-
|
|
30197
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30198
|
+
border-top-right-radius: 0;
|
|
30199
|
+
border-bottom-right-radius: 0;
|
|
30266
30200
|
}
|
|
30267
30201
|
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30202
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30203
|
+
border-top-left-radius: 0;
|
|
30204
|
+
border-bottom-left-radius: 0;
|
|
30270
30205
|
}
|
|
30271
30206
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30207
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30208
|
+
border-radius: unset;
|
|
30274
30209
|
}
|
|
30275
30210
|
|
|
30276
|
-
.
|
|
30277
|
-
display:
|
|
30211
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30212
|
+
display: none;
|
|
30278
30213
|
}
|
|
30279
30214
|
|
|
30280
|
-
.
|
|
30281
|
-
background: rgba(
|
|
30215
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30216
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30217
|
+
border-radius: 4px;
|
|
30282
30218
|
}
|
|
30283
30219
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30220
|
+
.E_skwah65 {
|
|
30221
|
+
height: 8px;
|
|
30222
|
+
box-sizing: border-box;
|
|
30223
|
+
border-radius: 2px;
|
|
30224
|
+
background: #f5f7fa;
|
|
30225
|
+
display: flex;
|
|
30226
|
+
width: 100%;
|
|
30227
|
+
overflow: hidden;
|
|
30286
30228
|
}
|
|
30287
30229
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
color: #0080ff;
|
|
30230
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30231
|
+
margin-left: 1px;
|
|
30291
30232
|
}
|
|
30292
30233
|
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
justify-content: space-between;
|
|
30296
|
-
height: 20px;
|
|
30297
|
-
line-height: 20px;
|
|
30234
|
+
.E_c1up1pdz {
|
|
30235
|
+
width: 648px;
|
|
30298
30236
|
}
|
|
30299
30237
|
|
|
30300
|
-
.
|
|
30301
|
-
color: #
|
|
30302
|
-
overflow: hidden;
|
|
30303
|
-
text-overflow: ellipsis;
|
|
30238
|
+
.E_c1up1pdz.active {
|
|
30239
|
+
border-color: #0080ff;
|
|
30304
30240
|
}
|
|
30305
30241
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
justify-content: space-between;
|
|
30309
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30310
|
-
height: 18px;
|
|
30311
|
-
line-height: 18px;
|
|
30312
|
-
margin-top: 2px;
|
|
30242
|
+
.E_c1up1pdz.active > header {
|
|
30243
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30313
30244
|
}
|
|
30314
30245
|
|
|
30315
|
-
.
|
|
30316
|
-
|
|
30317
|
-
margin-right: 0;
|
|
30318
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30246
|
+
.E_c1up1pdz .expand {
|
|
30247
|
+
padding: 12px;
|
|
30319
30248
|
}
|
|
30320
30249
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
opacity: 0;
|
|
30250
|
+
.E_c1up1pdz .field-item {
|
|
30251
|
+
display: flex;
|
|
30252
|
+
padding: 10px 0;
|
|
30253
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30326
30254
|
}
|
|
30327
30255
|
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30330
|
-
|
|
30256
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30257
|
+
border-bottom: none;
|
|
30258
|
+
padding-bottom: 0;
|
|
30331
30259
|
}
|
|
30332
30260
|
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30335
|
-
width:
|
|
30336
|
-
|
|
30337
|
-
height: 100%;
|
|
30261
|
+
.E_c1up1pdz .field-item label {
|
|
30262
|
+
line-height: 32px;
|
|
30263
|
+
width: 100px;
|
|
30264
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30338
30265
|
}
|
|
30339
30266
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
margin: 0 auto;
|
|
30344
|
-
display: flex;
|
|
30267
|
+
.E_c1up1pdz .help {
|
|
30268
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30269
|
+
margin-top: 5px;
|
|
30345
30270
|
}
|
|
30346
30271
|
|
|
30347
|
-
.
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
flex-shrink: 0;
|
|
30351
|
-
flex-basis: 21%;
|
|
30272
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30273
|
+
.E_c1up1pdz .ant-picker {
|
|
30274
|
+
width: 128px;
|
|
30352
30275
|
}
|
|
30353
30276
|
|
|
30354
|
-
.
|
|
30277
|
+
.E_c156wh19 {
|
|
30355
30278
|
display: flex;
|
|
30356
|
-
|
|
30357
|
-
|
|
30279
|
+
align-items: center;
|
|
30280
|
+
justify-content: space-between;
|
|
30281
|
+
word-break: keep-all;
|
|
30358
30282
|
}
|
|
30359
30283
|
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30284
|
+
.E_c156wh19 .title {
|
|
30285
|
+
margin: 0 16px 0 8px;
|
|
30362
30286
|
}
|
|
30363
30287
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
flex-grow: 0;
|
|
30367
|
-
flex-shrink: 0;
|
|
30368
|
-
flex-basis: 58%;
|
|
30288
|
+
.E_c156wh19 .retain {
|
|
30289
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30369
30290
|
}
|
|
30370
30291
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30292
|
+
.E_c156wh19 div.left {
|
|
30293
|
+
flex: 1;
|
|
30294
|
+
display: flex;
|
|
30295
|
+
overflow: hidden;
|
|
30296
|
+
align-items: center;
|
|
30297
|
+
justify-content: flex-start;
|
|
30298
|
+
white-space: nowrap;
|
|
30373
30299
|
}
|
|
30374
30300
|
|
|
30375
|
-
.
|
|
30376
|
-
width:
|
|
30301
|
+
.E_c156wh19 div.left .title {
|
|
30302
|
+
max-width: 100%;
|
|
30303
|
+
overflow: hidden;
|
|
30304
|
+
text-overflow: ellipsis;
|
|
30377
30305
|
}
|
|
30378
30306
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30381
|
-
|
|
30382
|
-
max-width: 648px;
|
|
30383
|
-
}
|
|
30384
|
-
|
|
30385
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30386
|
-
margin-left: 0;
|
|
30387
|
-
}
|
|
30388
|
-
|
|
30389
|
-
.E_h18jprzg .ant-modal-body {
|
|
30390
|
-
margin: 0 auto;
|
|
30391
|
-
padding: 0;
|
|
30392
|
-
width: 100%;
|
|
30393
|
-
max-width: 648px;
|
|
30394
|
-
overflow: hidden;
|
|
30395
|
-
}
|
|
30396
|
-
|
|
30397
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30398
|
-
margin-bottom: 40px;
|
|
30307
|
+
.E_c156wh19 div.right {
|
|
30308
|
+
display: flex;
|
|
30309
|
+
align-items: center;
|
|
30399
30310
|
}
|
|
30400
30311
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
|
|
30312
|
+
.E_c156wh19 .reverse {
|
|
30313
|
+
display: flex;
|
|
30314
|
+
flex-direction: row-reverse;
|
|
30315
|
+
align-items: center;
|
|
30404
30316
|
}
|
|
30405
30317
|
|
|
30406
|
-
.
|
|
30407
|
-
margin:
|
|
30408
|
-
max-width: 648px;
|
|
30318
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30319
|
+
margin-left: 8px;
|
|
30409
30320
|
}
|
|
30410
30321
|
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
|
|
30322
|
+
.E_c156wh19 .close {
|
|
30323
|
+
padding-left: 14px;
|
|
30324
|
+
margin-left: 14px;
|
|
30325
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30326
|
+
cursor: pointer;
|
|
30415
30327
|
}
|
|
30416
30328
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30329
|
+
.E_m126spxy {
|
|
30330
|
+
padding-bottom: 4px;
|
|
30331
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30419
30332
|
}
|
|
30420
30333
|
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
max-width: 1024px;
|
|
30426
|
-
overflow: hidden;
|
|
30334
|
+
.E_m126spxy .ant-btn-link {
|
|
30335
|
+
padding: 1px 10px;
|
|
30336
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30337
|
+
border-radius: 4px;
|
|
30427
30338
|
}
|
|
30428
30339
|
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30340
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30341
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30342
|
+
color: #0096ff;
|
|
30431
30343
|
}
|
|
30432
30344
|
|
|
30433
|
-
.
|
|
30434
|
-
|
|
30435
|
-
|
|
30345
|
+
.E_wpbf4pq {
|
|
30346
|
+
padding: 10px 0;
|
|
30347
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30436
30348
|
}
|
|
30437
30349
|
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30440
|
-
|
|
30350
|
+
.E_wpbf4pq .ant-input,
|
|
30351
|
+
.E_wpbf4pq .ant-picker {
|
|
30352
|
+
width: 80px;
|
|
30353
|
+
margin: 0 9px;
|
|
30354
|
+
text-align: center;
|
|
30441
30355
|
}
|
|
30442
30356
|
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30357
|
+
.E_wpbf4pq .options {
|
|
30358
|
+
padding: 12px 0 12px 16px;
|
|
30359
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30360
|
+
margin: 5px 0 5px 8px;
|
|
30445
30361
|
}
|
|
30446
30362
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30449
|
-
|
|
30450
|
-
|
|
30363
|
+
.E_wpbf4pq .week-day-option,
|
|
30364
|
+
.E_wpbf4pq .month-day-option {
|
|
30365
|
+
background: #f5f7fa;
|
|
30366
|
+
box-sizing: border-box;
|
|
30367
|
+
border-radius: 16px;
|
|
30368
|
+
margin-right: 8px;
|
|
30451
30369
|
}
|
|
30452
30370
|
|
|
30453
|
-
.
|
|
30454
|
-
|
|
30455
|
-
|
|
30456
|
-
color: #
|
|
30457
|
-
margin-bottom: 12px;
|
|
30371
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30372
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30373
|
+
color: inherit;
|
|
30374
|
+
border-color: #d9d9d9;
|
|
30458
30375
|
}
|
|
30459
30376
|
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30377
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30378
|
+
background-color: #0096ff;
|
|
30379
|
+
border-color: #0096ff;
|
|
30380
|
+
color: #fff;
|
|
30462
30381
|
}
|
|
30463
30382
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
margin-bottom: 16px;
|
|
30383
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30384
|
+
width: 110px;
|
|
30385
|
+
margin-top: 4px;
|
|
30468
30386
|
}
|
|
30469
30387
|
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
|
|
30388
|
+
.E_wpbf4pq .month-day-option {
|
|
30389
|
+
width: 32px;
|
|
30390
|
+
padding: 0;
|
|
30473
30391
|
margin-bottom: 8px;
|
|
30474
30392
|
}
|
|
30475
30393
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30394
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30395
|
+
background-color: #0096ff;
|
|
30396
|
+
border-color: #0096ff;
|
|
30397
|
+
color: #fff;
|
|
30478
30398
|
}
|
|
30479
30399
|
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30400
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30401
|
+
display: inline-flex;
|
|
30402
|
+
align-items: baseline;
|
|
30403
|
+
white-space: pre-wrap;
|
|
30482
30404
|
}
|
|
30483
30405
|
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30406
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30407
|
+
position: relative;
|
|
30408
|
+
top: 3px;
|
|
30486
30409
|
}
|
|
30487
30410
|
|
|
30488
|
-
.
|
|
30489
|
-
color:
|
|
30490
|
-
margin-right: 10px;
|
|
30411
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30412
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30491
30413
|
}
|
|
30492
30414
|
|
|
30493
|
-
.
|
|
30494
|
-
|
|
30495
|
-
height: 1px;
|
|
30496
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30497
|
-
margin: 24px 0;
|
|
30415
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30416
|
+
border-color: #0080ff;
|
|
30498
30417
|
}
|
|
30499
30418
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
align-items: center;
|
|
30504
|
-
height: 100%;
|
|
30419
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30420
|
+
border-color: #0080ff;
|
|
30421
|
+
background: #0080ff;
|
|
30505
30422
|
}
|
|
30506
30423
|
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
border-radius: 50%;
|
|
30514
|
-
margin: 0 4px;
|
|
30424
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30425
|
+
top: 4px;
|
|
30426
|
+
left: 4px;
|
|
30427
|
+
width: 6px;
|
|
30428
|
+
height: 6px;
|
|
30429
|
+
background: #fff;
|
|
30515
30430
|
}
|
|
30516
30431
|
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30519
|
-
width: 648px;
|
|
30520
|
-
margin: 0 auto;
|
|
30432
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30433
|
+
opacity: 0.5;
|
|
30521
30434
|
}
|
|
30522
30435
|
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30525
|
-
|
|
30436
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30437
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30438
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30526
30439
|
}
|
|
30527
30440
|
|
|
30528
|
-
.
|
|
30529
|
-
|
|
30441
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30442
|
+
background: #00122e;
|
|
30530
30443
|
}
|
|
30531
30444
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30445
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30446
|
+
color: #00122e;
|
|
30447
|
+
opacity: 0.5;
|
|
30534
30448
|
}
|
|
30535
30449
|
|
|
30536
|
-
.
|
|
30537
|
-
|
|
30450
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30451
|
+
color: #00122e;
|
|
30538
30452
|
}
|
|
30539
30453
|
|
|
30540
|
-
.
|
|
30541
|
-
font-size: 12px;
|
|
30542
|
-
line-height: 18px;
|
|
30543
|
-
font-weight: bold;
|
|
30544
|
-
color: #fff;
|
|
30545
|
-
padding: 0 4px;
|
|
30546
|
-
border-radius: 4px;
|
|
30454
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30547
30455
|
display: inline-block;
|
|
30548
|
-
|
|
30456
|
+
padding: 0;
|
|
30457
|
+
padding-left: 12px;
|
|
30549
30458
|
}
|
|
30550
30459
|
|
|
30551
|
-
.
|
|
30552
|
-
margin-
|
|
30460
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30461
|
+
margin-bottom: 0;
|
|
30462
|
+
white-space: pre-wrap;
|
|
30463
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30553
30464
|
}
|
|
30554
30465
|
|
|
30555
|
-
.
|
|
30556
|
-
|
|
30557
|
-
height: 100%;
|
|
30558
|
-
display: flex;
|
|
30559
|
-
align-items: center;
|
|
30560
|
-
justify-content: center;
|
|
30466
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30467
|
+
padding-left: 8px;
|
|
30561
30468
|
}
|
|
30562
30469
|
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30565
|
-
font-weight: bold;
|
|
30566
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30567
|
-
padding: 1px 4px 1px;
|
|
30568
|
-
margin-left: 2px;
|
|
30569
|
-
margin-right: 2px;
|
|
30570
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30571
|
-
border-radius: 4px;
|
|
30470
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30471
|
+
border-radius: 5px 0 0 5px;
|
|
30572
30472
|
}
|
|
30573
30473
|
|
|
30574
|
-
.
|
|
30575
|
-
|
|
30474
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30475
|
+
border-radius: 0 5px 5px 0;
|
|
30576
30476
|
}
|
|
30577
30477
|
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30478
|
+
.E_rcc63c8 {
|
|
30479
|
+
color: #00122e;
|
|
30480
|
+
border-color: #ccd4e3;
|
|
30580
30481
|
}
|
|
30581
30482
|
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30483
|
+
.E_rcc63c8:first-child {
|
|
30484
|
+
border-color: #a3b4cc;
|
|
30584
30485
|
}
|
|
30585
30486
|
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30487
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30488
|
+
padding: 0 12px;
|
|
30489
|
+
line-height: 32px;
|
|
30490
|
+
height: 32px;
|
|
30588
30491
|
}
|
|
30589
30492
|
|
|
30590
|
-
.
|
|
30591
|
-
|
|
30493
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30494
|
+
white-space: nowrap;
|
|
30592
30495
|
}
|
|
30593
30496
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
|
|
30497
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30498
|
+
height: 22px;
|
|
30499
|
+
padding: 0 7px;
|
|
30500
|
+
line-height: 20px;
|
|
30597
30501
|
}
|
|
30598
30502
|
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30601
|
-
width: 100%;
|
|
30602
|
-
padding: 14px;
|
|
30603
|
-
background: #f2f4f6;
|
|
30604
|
-
font-size: 13px;
|
|
30605
|
-
line-height: 1.8;
|
|
30606
|
-
color: #8e9aa9;
|
|
30503
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30504
|
+
background: #ccd4e3;
|
|
30607
30505
|
}
|
|
30608
30506
|
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30611
|
-
font-size: 13px;
|
|
30612
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30507
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30508
|
+
background: #0080ff;
|
|
30613
30509
|
}
|
|
30614
30510
|
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30511
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30512
|
+
background: #ccd4e3;
|
|
30513
|
+
opacity: 0.5;
|
|
30617
30514
|
}
|
|
30618
30515
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
line-height: 32px;
|
|
30516
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30517
|
+
border-right-color: #0080ff;
|
|
30622
30518
|
}
|
|
30623
30519
|
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30520
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30521
|
+
border-color: #0080ff;
|
|
30626
30522
|
}
|
|
30627
30523
|
|
|
30628
|
-
.
|
|
30629
|
-
|
|
30524
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30525
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30630
30526
|
}
|
|
30631
30527
|
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30528
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30529
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30530
|
+
border-color: #ccd4e3;
|
|
30531
|
+
opacity: 0.5;
|
|
30634
30532
|
}
|
|
30635
30533
|
|
|
30636
|
-
.
|
|
30637
|
-
color: #
|
|
30638
|
-
|
|
30639
|
-
overflow: hidden;
|
|
30534
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30535
|
+
color: #00122e;
|
|
30536
|
+
border-color: #ccd4e3;
|
|
30640
30537
|
}
|
|
30641
30538
|
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30539
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30540
|
+
color: #00122e;
|
|
30541
|
+
border-color: #ccd4e3;
|
|
30542
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30646
30543
|
}
|
|
30647
30544
|
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30545
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30546
|
+
margin-right: 8px;
|
|
30547
|
+
display: inline;
|
|
30548
|
+
border: none;
|
|
30549
|
+
padding: 0;
|
|
30550
|
+
width: 36px;
|
|
30551
|
+
background: transparent;
|
|
30652
30552
|
}
|
|
30653
30553
|
|
|
30654
|
-
.
|
|
30655
|
-
|
|
30656
|
-
font-weight: bold;
|
|
30657
|
-
padding-bottom: 6px;
|
|
30658
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30659
|
-
margin-bottom: 16px;
|
|
30554
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30555
|
+
box-shadow: none;
|
|
30660
30556
|
}
|
|
30661
30557
|
|
|
30662
|
-
.
|
|
30663
|
-
margin-
|
|
30558
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30559
|
+
margin-right: 0;
|
|
30560
|
+
width: initial;
|
|
30561
|
+
box-shadow: none;
|
|
30664
30562
|
}
|
|
30665
30563
|
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30668
|
-
|
|
30564
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30565
|
+
display: none;
|
|
30566
|
+
}
|
|
30567
|
+
|
|
30568
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30569
|
+
display: inline;
|
|
30570
|
+
}
|
|
30571
|
+
|
|
30572
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30573
|
+
display: inline;
|
|
30574
|
+
margin-right: 8px;
|
|
30575
|
+
padding: 0;
|
|
30576
|
+
width: 36px;
|
|
30577
|
+
}
|
|
30578
|
+
|
|
30579
|
+
.E_iq1gosr {
|
|
30580
|
+
display: inline-block;
|
|
30581
|
+
}
|
|
30582
|
+
|
|
30583
|
+
.E_s1ebs0ra {
|
|
30669
30584
|
display: flex;
|
|
30670
|
-
justify-content: center;
|
|
30671
30585
|
align-items: center;
|
|
30586
|
+
justify-content: space-between;
|
|
30587
|
+
background: #edf0f7;
|
|
30588
|
+
padding: 8px 12px;
|
|
30589
|
+
position: sticky;
|
|
30590
|
+
top: 0;
|
|
30591
|
+
z-index: 1;
|
|
30592
|
+
margin-bottom: -52px;
|
|
30593
|
+
}
|
|
30594
|
+
|
|
30595
|
+
.E_s1ebs0ra .select-total {
|
|
30596
|
+
display: flex;
|
|
30597
|
+
align-items: center;
|
|
30598
|
+
font-weight: 700;
|
|
30599
|
+
flex-shrink: 0;
|
|
30600
|
+
}
|
|
30601
|
+
|
|
30602
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30672
30603
|
cursor: pointer;
|
|
30673
|
-
|
|
30604
|
+
margin-left: 8px;
|
|
30605
|
+
width: 32px;
|
|
30606
|
+
height: 32px;
|
|
30607
|
+
border-radius: 50%;
|
|
30608
|
+
justify-content: center;
|
|
30674
30609
|
}
|
|
30675
30610
|
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
|
|
30611
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30612
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30613
|
+
}
|
|
30614
|
+
|
|
30615
|
+
.E_s1ebs0ra .action-group {
|
|
30616
|
+
flex: 1;
|
|
30617
|
+
margin-left: 88px;
|
|
30618
|
+
white-space: nowrap;
|
|
30619
|
+
text-align: right;
|
|
30682
30620
|
position: relative;
|
|
30683
|
-
|
|
30684
|
-
|
|
30621
|
+
padding: 4px 0;
|
|
30622
|
+
margin-top: -4px;
|
|
30623
|
+
overflow: hidden;
|
|
30685
30624
|
}
|
|
30686
30625
|
|
|
30687
|
-
.
|
|
30688
|
-
transform:
|
|
30689
|
-
left: 1px;
|
|
30626
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30627
|
+
transform: translateY(-4px);
|
|
30690
30628
|
}
|
|
30691
30629
|
|
|
30692
|
-
.
|
|
30693
|
-
border:
|
|
30694
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30695
|
-
border-radius: 6px;
|
|
30630
|
+
.E_s1ebs0ra .action-group button {
|
|
30631
|
+
border: none;
|
|
30696
30632
|
}
|
|
30697
30633
|
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30700
|
-
color: #e07f00;
|
|
30634
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30635
|
+
margin-right: 8px;
|
|
30701
30636
|
}
|
|
30702
30637
|
|
|
30703
|
-
.
|
|
30704
|
-
|
|
30705
|
-
border-bottom-color: #e07f00;
|
|
30638
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30639
|
+
margin-right: 4px;
|
|
30706
30640
|
}
|
|
30707
30641
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
border-radius:
|
|
30714
|
-
|
|
30715
|
-
|
|
30642
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30643
|
+
cursor: pointer;
|
|
30644
|
+
width: 32px;
|
|
30645
|
+
height: 32px;
|
|
30646
|
+
justify-content: center;
|
|
30647
|
+
border-radius: 50%;
|
|
30648
|
+
}
|
|
30649
|
+
|
|
30650
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30651
|
+
background: #fff;
|
|
30652
|
+
}
|
|
30653
|
+
|
|
30654
|
+
.E_s1dni7lo {
|
|
30655
|
+
width: 430px !important;
|
|
30656
|
+
}
|
|
30657
|
+
|
|
30658
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30659
|
+
padding: 8px 16px;
|
|
30716
30660
|
line-height: 18px;
|
|
30661
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30662
|
+
height: 34px;
|
|
30663
|
+
min-height: 34px;
|
|
30664
|
+
box-sizing: border-box;
|
|
30665
|
+
margin-top: 8px;
|
|
30717
30666
|
}
|
|
30718
30667
|
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
|
|
30668
|
+
.E_o1ugr09p {
|
|
30669
|
+
display: flex;
|
|
30670
|
+
flex-direction: column;
|
|
30671
|
+
margin: 1px 8px;
|
|
30672
|
+
padding: 8px;
|
|
30673
|
+
border-radius: 4px;
|
|
30722
30674
|
}
|
|
30723
30675
|
|
|
30724
|
-
.
|
|
30676
|
+
.E_o1ugr09p .selected-icon {
|
|
30677
|
+
display: none;
|
|
30678
|
+
}
|
|
30679
|
+
|
|
30680
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30681
|
+
padding-left: 8px;
|
|
30682
|
+
}
|
|
30683
|
+
|
|
30684
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30685
|
+
background-color: white;
|
|
30686
|
+
}
|
|
30687
|
+
|
|
30688
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30689
|
+
color: #0080ff;
|
|
30690
|
+
}
|
|
30691
|
+
|
|
30692
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30693
|
+
display: block;
|
|
30694
|
+
}
|
|
30695
|
+
|
|
30696
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30697
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30698
|
+
}
|
|
30699
|
+
|
|
30700
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30701
|
+
color: #0080ff;
|
|
30702
|
+
}
|
|
30703
|
+
|
|
30704
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30705
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30706
|
+
color: #0080ff;
|
|
30707
|
+
}
|
|
30708
|
+
|
|
30709
|
+
.E_o1ifxsq4 {
|
|
30725
30710
|
display: flex;
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
|
|
30729
|
-
|
|
30711
|
+
justify-content: space-between;
|
|
30712
|
+
height: 20px;
|
|
30713
|
+
line-height: 20px;
|
|
30714
|
+
}
|
|
30715
|
+
|
|
30716
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30717
|
+
color: #2d3a56;
|
|
30718
|
+
overflow: hidden;
|
|
30719
|
+
text-overflow: ellipsis;
|
|
30720
|
+
}
|
|
30721
|
+
|
|
30722
|
+
.E_o1zue7 {
|
|
30723
|
+
display: flex;
|
|
30724
|
+
justify-content: space-between;
|
|
30730
30725
|
color: rgba(44, 56, 82, 0.6);
|
|
30731
|
-
|
|
30726
|
+
height: 18px;
|
|
30732
30727
|
line-height: 18px;
|
|
30728
|
+
margin-top: 2px;
|
|
30733
30729
|
}
|
|
30734
30730
|
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30731
|
+
.E_tyfmlxg {
|
|
30732
|
+
border: none;
|
|
30733
|
+
margin-right: 0;
|
|
30734
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30738
30735
|
}
|
|
30739
30736
|
|
|
30740
|
-
.
|
|
30737
|
+
.E_o18uybox {
|
|
30738
|
+
pointer-events: none;
|
|
30739
|
+
height: 32px;
|
|
30740
|
+
width: 100%;
|
|
30741
|
+
opacity: 0;
|
|
30742
|
+
}
|
|
30743
|
+
|
|
30744
|
+
.E_cnujxq2 {
|
|
30741
30745
|
display: flex;
|
|
30742
|
-
flex-direction:
|
|
30743
|
-
padding: 7px 12px;
|
|
30744
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30745
|
-
border-radius: 6px;
|
|
30746
|
-
color: #005ed1;
|
|
30747
|
-
font-size: 12px;
|
|
30748
|
-
line-height: 18px;
|
|
30746
|
+
flex-direction: column;
|
|
30749
30747
|
}
|
|
30750
30748
|
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30753
|
-
|
|
30749
|
+
.E_m7s48ia {
|
|
30750
|
+
max-width: 1120px;
|
|
30751
|
+
width: 100%;
|
|
30752
|
+
margin: 0 auto;
|
|
30753
|
+
height: 100%;
|
|
30754
30754
|
}
|
|
30755
30755
|
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
|
|
30760
|
-
|
|
30756
|
+
.E_wt5zbg6 {
|
|
30757
|
+
max-width: 1120px;
|
|
30758
|
+
width: 100%;
|
|
30759
|
+
margin: 0 auto;
|
|
30760
|
+
display: flex;
|
|
30761
30761
|
}
|
|
30762
30762
|
|
|
30763
|
-
.
|
|
30764
|
-
|
|
30765
|
-
|
|
30766
|
-
|
|
30763
|
+
.E_wt5zbg6 .left,
|
|
30764
|
+
.E_wt5zbg6 .right {
|
|
30765
|
+
flex-grow: 0;
|
|
30766
|
+
flex-shrink: 0;
|
|
30767
|
+
flex-basis: 21%;
|
|
30767
30768
|
}
|
|
30768
30769
|
|
|
30769
|
-
.
|
|
30770
|
+
.E_wt5zbg6 .left {
|
|
30770
30771
|
display: flex;
|
|
30771
|
-
align-items: center;
|
|
30772
30772
|
justify-content: flex-end;
|
|
30773
|
+
padding-right: 44px;
|
|
30773
30774
|
}
|
|
30774
30775
|
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30776
|
+
.E_wt5zbg6 .right {
|
|
30777
|
+
padding-left: 44px;
|
|
30777
30778
|
}
|
|
30778
30779
|
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30780
|
+
.E_wt5zbg6 .middle {
|
|
30781
|
+
margin-bottom: 40px;
|
|
30782
|
+
flex-grow: 0;
|
|
30783
|
+
flex-shrink: 0;
|
|
30784
|
+
flex-basis: 58%;
|
|
30781
30785
|
}
|
|
30782
30786
|
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30787
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30788
|
+
width: 100%;
|
|
30789
|
+
}
|
|
30790
|
+
|
|
30791
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30792
|
+
width: auto;
|
|
30793
|
+
}
|
|
30794
|
+
|
|
30795
|
+
.E_h18jprzg .ant-modal-header {
|
|
30796
|
+
margin: 0 auto;
|
|
30797
|
+
width: 100%;
|
|
30798
|
+
max-width: 648px;
|
|
30799
|
+
}
|
|
30800
|
+
|
|
30801
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30802
|
+
margin-left: 0;
|
|
30803
|
+
}
|
|
30804
|
+
|
|
30805
|
+
.E_h18jprzg .ant-modal-body {
|
|
30806
|
+
margin: 0 auto;
|
|
30807
|
+
padding: 0;
|
|
30808
|
+
width: 100%;
|
|
30809
|
+
max-width: 648px;
|
|
30810
|
+
overflow: hidden;
|
|
30811
|
+
}
|
|
30812
|
+
|
|
30813
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30814
|
+
margin-bottom: 40px;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30818
|
+
height: calc(100vh - 225px);
|
|
30819
|
+
overflow-y: auto;
|
|
30820
|
+
}
|
|
30821
|
+
|
|
30822
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30823
|
+
margin: 0 auto;
|
|
30824
|
+
max-width: 648px;
|
|
30825
|
+
}
|
|
30826
|
+
|
|
30827
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30828
|
+
margin: 0 auto;
|
|
30829
|
+
width: 100%;
|
|
30830
|
+
max-width: 1024px;
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30833
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30834
|
+
margin-left: 0;
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30838
|
+
margin: 0 auto;
|
|
30839
|
+
padding: 0;
|
|
30840
|
+
width: 100%;
|
|
30841
|
+
max-width: 1024px;
|
|
30842
|
+
overflow: hidden;
|
|
30843
|
+
}
|
|
30844
|
+
|
|
30845
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30846
|
+
margin-bottom: 40px;
|
|
30847
|
+
}
|
|
30848
|
+
|
|
30849
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30850
|
+
height: calc(100vh - 225px);
|
|
30851
|
+
overflow-y: auto;
|
|
30852
|
+
}
|
|
30853
|
+
|
|
30854
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30855
|
+
margin: 0 auto;
|
|
30856
|
+
max-width: 1024px;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_f1lrhghm {
|
|
30860
|
+
flex: 1;
|
|
30861
|
+
}
|
|
30862
|
+
|
|
30863
|
+
.E_f1lrhghm label {
|
|
30864
|
+
font-size: 13px;
|
|
30865
|
+
line-height: 20px;
|
|
30866
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30867
|
+
}
|
|
30868
|
+
|
|
30869
|
+
.E_f1lrhghm .title {
|
|
30870
|
+
font-size: 14px;
|
|
30785
30871
|
line-height: 20px;
|
|
30786
30872
|
color: #2d3a56;
|
|
30787
|
-
|
|
30788
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30789
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30873
|
+
margin-bottom: 12px;
|
|
30790
30874
|
}
|
|
30791
30875
|
|
|
30792
|
-
.
|
|
30793
|
-
padding:
|
|
30794
|
-
line-height: 22px;
|
|
30876
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30877
|
+
padding-bottom: 26px;
|
|
30795
30878
|
}
|
|
30796
30879
|
|
|
30797
|
-
.
|
|
30798
|
-
padding:
|
|
30799
|
-
|
|
30880
|
+
.E_f18ot8em {
|
|
30881
|
+
padding: 25px 0 15px 0;
|
|
30882
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30883
|
+
margin-bottom: 16px;
|
|
30800
30884
|
}
|
|
30801
30885
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30886
|
+
.E_f1l1g2k0 {
|
|
30887
|
+
display: flex;
|
|
30888
|
+
align-items: center;
|
|
30889
|
+
margin-bottom: 8px;
|
|
30806
30890
|
}
|
|
30807
30891
|
|
|
30808
|
-
.
|
|
30809
|
-
|
|
30810
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30811
|
-
z-index: 1;
|
|
30892
|
+
.E_f1l1g2k0 > label {
|
|
30893
|
+
width: 216px;
|
|
30812
30894
|
}
|
|
30813
30895
|
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30896
|
+
.E_f1l1g2k0 > label + * {
|
|
30897
|
+
width: 100%;
|
|
30898
|
+
}
|
|
30899
|
+
|
|
30900
|
+
.E_f1l1g2k0 .ant-select {
|
|
30901
|
+
width: 100%;
|
|
30902
|
+
}
|
|
30903
|
+
|
|
30904
|
+
.E_e1k89cwg {
|
|
30816
30905
|
color: #e75a3a;
|
|
30906
|
+
margin-right: 10px;
|
|
30817
30907
|
}
|
|
30818
30908
|
|
|
30819
|
-
.
|
|
30820
|
-
|
|
30821
|
-
|
|
30909
|
+
.E_d1oui1gf {
|
|
30910
|
+
width: 100%;
|
|
30911
|
+
height: 1px;
|
|
30912
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30913
|
+
margin: 24px 0;
|
|
30822
30914
|
}
|
|
30823
30915
|
|
|
30824
|
-
.
|
|
30825
|
-
|
|
30826
|
-
|
|
30916
|
+
.E_l15itdbb {
|
|
30917
|
+
display: flex;
|
|
30918
|
+
justify-content: center;
|
|
30919
|
+
align-items: center;
|
|
30920
|
+
height: 100%;
|
|
30921
|
+
}
|
|
30922
|
+
|
|
30923
|
+
.E_d1y3z4w {
|
|
30924
|
+
display: inline-block;
|
|
30925
|
+
width: 4px;
|
|
30926
|
+
height: 4px;
|
|
30927
|
+
background: #8e9aa9;
|
|
30928
|
+
opacity: 0.4;
|
|
30929
|
+
border-radius: 50%;
|
|
30930
|
+
margin: 0 4px;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.E_m177r7a3 .ant-modal-header,
|
|
30934
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
30935
|
+
width: 648px;
|
|
30936
|
+
margin: 0 auto;
|
|
30827
30937
|
}
|
|
30828
30938
|
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30939
|
+
.E_m177r7a3 .ant-modal-header {
|
|
30940
|
+
padding: 35px 0 24px;
|
|
30941
|
+
border: none;
|
|
30833
30942
|
}
|
|
30834
30943
|
|
|
30835
|
-
.
|
|
30836
|
-
|
|
30837
|
-
border-radius: 6px;
|
|
30838
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30839
|
-
line-height: 20px;
|
|
30840
|
-
color: #2d3a56;
|
|
30841
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30944
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
30945
|
+
font-size: 30px;
|
|
30842
30946
|
}
|
|
30843
30947
|
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30846
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30948
|
+
.E_m177r7a3 .ant-modal-body {
|
|
30949
|
+
padding: 4px 0 2px;
|
|
30847
30950
|
}
|
|
30848
30951
|
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30851
|
-
line-height: 22px;
|
|
30952
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
30953
|
+
border: none;
|
|
30852
30954
|
}
|
|
30853
30955
|
|
|
30854
|
-
.
|
|
30855
|
-
|
|
30956
|
+
.E_t1wwio3v {
|
|
30957
|
+
font-size: 12px;
|
|
30856
30958
|
line-height: 18px;
|
|
30959
|
+
font-weight: bold;
|
|
30960
|
+
color: #fff;
|
|
30961
|
+
padding: 0 4px;
|
|
30962
|
+
border-radius: 4px;
|
|
30963
|
+
display: inline-block;
|
|
30964
|
+
background: var(--t1wwio3v-0);
|
|
30857
30965
|
}
|
|
30858
30966
|
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30967
|
+
.E_t1wwio3v:not(:first-child) {
|
|
30968
|
+
margin-left: 4px;
|
|
30862
30969
|
}
|
|
30863
30970
|
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30866
|
-
|
|
30971
|
+
.E_f17jvtfk {
|
|
30972
|
+
width: 100%;
|
|
30973
|
+
height: 100%;
|
|
30974
|
+
display: flex;
|
|
30975
|
+
align-items: center;
|
|
30976
|
+
justify-content: center;
|
|
30867
30977
|
}
|
|
30868
30978
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30979
|
+
.E_nzppkea {
|
|
30980
|
+
font-size: 90%;
|
|
30981
|
+
font-weight: bold;
|
|
30982
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30983
|
+
padding: 1px 4px 1px;
|
|
30984
|
+
margin-left: 2px;
|
|
30985
|
+
margin-right: 2px;
|
|
30986
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30987
|
+
border-radius: 4px;
|
|
30871
30988
|
}
|
|
30872
30989
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30990
|
+
.E_f4mi9eq.form-item-general {
|
|
30991
|
+
width: 640px;
|
|
30875
30992
|
}
|
|
30876
30993
|
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30879
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30994
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
30995
|
+
margin-top: 16px;
|
|
30880
30996
|
}
|
|
30881
30997
|
|
|
30882
|
-
.
|
|
30883
|
-
|
|
30884
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30998
|
+
.E_f4mi9eq.form-item-compact {
|
|
30999
|
+
width: 412px;
|
|
30885
31000
|
}
|
|
30886
31001
|
|
|
30887
|
-
.
|
|
30888
|
-
|
|
30889
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30890
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31002
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31003
|
+
margin-top: 8px;
|
|
30891
31004
|
}
|
|
30892
31005
|
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
transition-delay: 50ms;
|
|
31006
|
+
.E_f4mi9eq .form-item {
|
|
31007
|
+
width: auto;
|
|
30896
31008
|
}
|
|
30897
31009
|
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
|
|
31010
|
+
.E_f4mi9eq .form-item-main {
|
|
31011
|
+
position: relative;
|
|
31012
|
+
display: flex;
|
|
30901
31013
|
}
|
|
30902
31014
|
|
|
30903
|
-
|
|
30904
|
-
|
|
31015
|
+
.E_f4mi9eq .form-item-extra {
|
|
31016
|
+
margin-top: 4px;
|
|
31017
|
+
width: 100%;
|
|
31018
|
+
padding: 14px;
|
|
31019
|
+
background: #f2f4f6;
|
|
31020
|
+
font-size: 13px;
|
|
31021
|
+
line-height: 1.8;
|
|
31022
|
+
color: #8e9aa9;
|
|
30905
31023
|
}
|
|
30906
31024
|
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
31025
|
+
.E_f4mi9eq .form-item-label {
|
|
31026
|
+
padding-right: 12px;
|
|
31027
|
+
font-size: 13px;
|
|
31028
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30910
31029
|
}
|
|
30911
31030
|
|
|
30912
|
-
|
|
30913
|
-
|
|
31031
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31032
|
+
text-align: right;
|
|
30914
31033
|
}
|
|
30915
31034
|
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
height:
|
|
31035
|
+
.E_f4mi9eq .form-item-label,
|
|
31036
|
+
.E_f4mi9eq .form-item-control {
|
|
31037
|
+
line-height: 32px;
|
|
30919
31038
|
}
|
|
30920
31039
|
|
|
30921
|
-
|
|
30922
|
-
height:
|
|
31040
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31041
|
+
line-height: 18px;
|
|
30923
31042
|
}
|
|
30924
31043
|
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30927
|
-
border-radius: 4px;
|
|
31044
|
+
.E_f4mi9eq .form-item-children {
|
|
31045
|
+
width: 100%;
|
|
30928
31046
|
}
|
|
30929
31047
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
padding: 6px;
|
|
30933
|
-
height: 32px;
|
|
30934
|
-
cursor: pointer;
|
|
30935
|
-
transition: border 150ms;
|
|
31048
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31049
|
+
width: 100%;
|
|
30936
31050
|
}
|
|
30937
31051
|
|
|
30938
|
-
.
|
|
30939
|
-
|
|
30940
|
-
|
|
31052
|
+
.E_f4mi9eq .form-item-error {
|
|
31053
|
+
color: #e75a3a;
|
|
31054
|
+
height: 0;
|
|
31055
|
+
overflow: hidden;
|
|
30941
31056
|
}
|
|
30942
31057
|
|
|
30943
|
-
.
|
|
30944
|
-
|
|
31058
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31059
|
+
margin-top: 4px;
|
|
31060
|
+
height: auto;
|
|
31061
|
+
overflow: auto;
|
|
30945
31062
|
}
|
|
30946
31063
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
31064
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31065
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31066
|
+
border: 1px solid #e75a3a;
|
|
31067
|
+
color: #e75a3a;
|
|
30949
31068
|
}
|
|
30950
31069
|
|
|
30951
|
-
.
|
|
30952
|
-
|
|
31070
|
+
.E_fh0ewl8 {
|
|
31071
|
+
color: #2d3a56;
|
|
31072
|
+
font-weight: bold;
|
|
31073
|
+
padding-bottom: 6px;
|
|
31074
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31075
|
+
margin-bottom: 16px;
|
|
30953
31076
|
}
|
|
30954
31077
|
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30957
|
-
right: 12px;
|
|
30958
|
-
top: 50%;
|
|
30959
|
-
transform: translateY(-50%);
|
|
31078
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31079
|
+
margin-top: 16px;
|
|
30960
31080
|
}
|
|
30961
31081
|
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30964
|
-
|
|
31082
|
+
.E_e1qrlvot {
|
|
31083
|
+
width: 8px;
|
|
31084
|
+
height: 24px;
|
|
31085
|
+
display: flex;
|
|
31086
|
+
justify-content: center;
|
|
31087
|
+
align-items: center;
|
|
30965
31088
|
cursor: pointer;
|
|
31089
|
+
transition: all 200ms ease-out 40ms;
|
|
30966
31090
|
}
|
|
30967
31091
|
|
|
30968
|
-
.
|
|
30969
|
-
|
|
31092
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31093
|
+
content: "";
|
|
31094
|
+
width: 1px;
|
|
31095
|
+
height: 6px;
|
|
31096
|
+
border-radius: 1px;
|
|
31097
|
+
background: #ccd4e3;
|
|
31098
|
+
position: relative;
|
|
31099
|
+
right: 2px;
|
|
31100
|
+
transform: rotate(-45deg);
|
|
30970
31101
|
}
|
|
30971
31102
|
|
|
30972
|
-
.
|
|
30973
|
-
|
|
30974
|
-
|
|
31103
|
+
.E_e1qrlvot:after {
|
|
31104
|
+
transform: rotate(45deg);
|
|
31105
|
+
left: 1px;
|
|
30975
31106
|
}
|
|
30976
31107
|
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
left: -16px;
|
|
30982
|
-
transition: left 150ms ease;
|
|
30983
|
-
opacity: 0;
|
|
31108
|
+
.E_w9ic984.ant-alert-warning {
|
|
31109
|
+
border: 0;
|
|
31110
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31111
|
+
border-radius: 6px;
|
|
30984
31112
|
}
|
|
30985
31113
|
|
|
30986
|
-
.
|
|
30987
|
-
|
|
30988
|
-
|
|
31114
|
+
.E_w9ic984.ant-alert,
|
|
31115
|
+
.E_w9ic984 .ant-alert-message {
|
|
31116
|
+
color: #e07f00;
|
|
30989
31117
|
}
|
|
30990
31118
|
|
|
30991
|
-
.
|
|
30992
|
-
|
|
30993
|
-
|
|
31119
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31120
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31121
|
+
border-bottom-color: #e07f00;
|
|
30994
31122
|
}
|
|
30995
31123
|
|
|
30996
|
-
.
|
|
30997
|
-
|
|
31124
|
+
.E_n1k9qi4r {
|
|
31125
|
+
display: flex;
|
|
31126
|
+
flex-direction: row;
|
|
31127
|
+
padding: 7px 12px;
|
|
31128
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31129
|
+
border-radius: 6px;
|
|
31130
|
+
color: #e07f00;
|
|
31131
|
+
font-size: 12px;
|
|
31132
|
+
line-height: 18px;
|
|
30998
31133
|
}
|
|
30999
31134
|
|
|
31000
|
-
|
|
31001
|
-
|
|
31002
|
-
|
|
31135
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31136
|
+
margin-right: 10px;
|
|
31137
|
+
height: 18px;
|
|
31003
31138
|
}
|
|
31004
31139
|
|
|
31005
|
-
.
|
|
31006
|
-
|
|
31007
|
-
|
|
31140
|
+
.E_n16fsg9x {
|
|
31141
|
+
display: flex;
|
|
31142
|
+
flex-direction: row;
|
|
31143
|
+
padding: 7px 12px;
|
|
31144
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31145
|
+
border-radius: 6px;
|
|
31146
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31147
|
+
font-size: 12px;
|
|
31148
|
+
line-height: 18px;
|
|
31149
|
+
}
|
|
31150
|
+
|
|
31151
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31152
|
+
margin-right: 10px;
|
|
31153
|
+
height: 18px;
|
|
31008
31154
|
}
|
|
31009
31155
|
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
31156
|
+
.E_i173wxzw {
|
|
31157
|
+
display: flex;
|
|
31158
|
+
flex-direction: row;
|
|
31159
|
+
padding: 7px 12px;
|
|
31160
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31161
|
+
border-radius: 6px;
|
|
31162
|
+
color: #005ed1;
|
|
31163
|
+
font-size: 12px;
|
|
31164
|
+
line-height: 18px;
|
|
31013
31165
|
}
|
|
31014
31166
|
|
|
31015
|
-
.
|
|
31016
|
-
|
|
31017
|
-
|
|
31167
|
+
.E_i173wxzw .icon-wrapper {
|
|
31168
|
+
margin-right: 10px;
|
|
31169
|
+
height: 18px;
|
|
31018
31170
|
}
|
|
31019
31171
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31022
|
-
|
|
31172
|
+
.E_dld369h {
|
|
31173
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31174
|
+
margin-top: 5px;
|
|
31175
|
+
font-size: 12px;
|
|
31176
|
+
line-height: 18px;
|
|
31023
31177
|
}
|
|
31024
31178
|
|
|
31025
|
-
.
|
|
31026
|
-
|
|
31027
|
-
|
|
31179
|
+
.E_s1epv22q {
|
|
31180
|
+
color: #f0483e;
|
|
31181
|
+
font-size: 12px;
|
|
31182
|
+
white-space: pre-wrap;
|
|
31028
31183
|
}
|
|
31029
31184
|
|
|
31030
|
-
.
|
|
31185
|
+
.E_okus5hk {
|
|
31031
31186
|
display: flex;
|
|
31032
|
-
|
|
31187
|
+
align-items: center;
|
|
31188
|
+
justify-content: flex-end;
|
|
31033
31189
|
}
|
|
31034
31190
|
|
|
31035
|
-
.
|
|
31036
|
-
margin-
|
|
31191
|
+
.E_okus5hk .icon-wrapper {
|
|
31192
|
+
margin-right: 16px;
|
|
31037
31193
|
}
|
|
31038
31194
|
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31195
|
+
.E_t1auuzri {
|
|
31196
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31041
31197
|
}
|
|
31042
31198
|
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31199
|
+
.E_i74cfyt.ant-input {
|
|
31200
|
+
padding: 5px 12px;
|
|
31201
|
+
line-height: 20px;
|
|
31202
|
+
color: #2d3a56;
|
|
31203
|
+
border-radius: 6px;
|
|
31204
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31205
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31045
31206
|
}
|
|
31046
31207
|
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31208
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31209
|
+
padding: 8px 16px;
|
|
31210
|
+
line-height: 22px;
|
|
31049
31211
|
}
|
|
31050
31212
|
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
font-weight: 500;
|
|
31054
|
-
color: #3e4652;
|
|
31213
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31214
|
+
padding: 2px 8px;
|
|
31055
31215
|
line-height: 18px;
|
|
31056
31216
|
}
|
|
31057
31217
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31218
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31219
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31220
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31221
|
+
z-index: 1;
|
|
31060
31222
|
}
|
|
31061
31223
|
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31224
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31225
|
+
border-color: #0096ff;
|
|
31226
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31227
|
+
z-index: 1;
|
|
31064
31228
|
}
|
|
31065
31229
|
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
color:
|
|
31069
|
-
margin-top: 12px;
|
|
31230
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31231
|
+
border-color: #e75a3a;
|
|
31232
|
+
color: #e75a3a;
|
|
31070
31233
|
}
|
|
31071
31234
|
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
margin-top: 0;
|
|
31076
|
-
white-space: initial;
|
|
31235
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31236
|
+
border-color: #e75a3a;
|
|
31237
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31077
31238
|
}
|
|
31078
31239
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31240
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31241
|
+
border-color: #e75a3a;
|
|
31242
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31081
31243
|
}
|
|
31082
31244
|
|
|
31083
|
-
.
|
|
31084
|
-
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
color: #3e4652;
|
|
31245
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31246
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31247
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31248
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31088
31249
|
}
|
|
31089
31250
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
padding: 8px;
|
|
31251
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31252
|
+
padding: 5px 12px;
|
|
31093
31253
|
border-radius: 6px;
|
|
31094
|
-
|
|
31254
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31255
|
+
line-height: 20px;
|
|
31256
|
+
color: #2d3a56;
|
|
31257
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31258
|
+
}
|
|
31259
|
+
|
|
31260
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31261
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31095
31262
|
color: rgba(44, 56, 82, 0.6);
|
|
31096
|
-
font-size: 12px;
|
|
31097
31263
|
}
|
|
31098
31264
|
|
|
31099
|
-
.
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
align-items: center;
|
|
31103
|
-
word-break: break-all;
|
|
31265
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31266
|
+
padding: 8px 16px;
|
|
31267
|
+
line-height: 22px;
|
|
31104
31268
|
}
|
|
31105
31269
|
|
|
31106
|
-
.
|
|
31107
|
-
|
|
31270
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31271
|
+
padding: 2px 8px;
|
|
31108
31272
|
line-height: 18px;
|
|
31109
|
-
margin: 4px 0;
|
|
31110
31273
|
}
|
|
31111
31274
|
|
|
31112
|
-
.
|
|
31113
|
-
|
|
31275
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31276
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31277
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31114
31278
|
}
|
|
31115
31279
|
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31118
|
-
|
|
31280
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31281
|
+
border-color: #0096ff;
|
|
31282
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31119
31283
|
}
|
|
31120
31284
|
|
|
31121
|
-
.
|
|
31122
|
-
|
|
31123
|
-
justify-content: space-between;
|
|
31124
|
-
align-items: center;
|
|
31125
|
-
padding: 10px 0;
|
|
31126
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31127
|
-
font-size: 12px;
|
|
31128
|
-
line-height: 24px;
|
|
31285
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31286
|
+
border-color: #e75a3a;
|
|
31129
31287
|
}
|
|
31130
31288
|
|
|
31131
|
-
.
|
|
31132
|
-
|
|
31289
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31290
|
+
color: #e75a3a;
|
|
31133
31291
|
}
|
|
31134
31292
|
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
border-radius: 6px;
|
|
31139
|
-
cursor: pointer;
|
|
31140
|
-
transition: all 0.3s ease;
|
|
31293
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31294
|
+
border-color: #e75a3a;
|
|
31295
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31141
31296
|
}
|
|
31142
31297
|
|
|
31143
|
-
.
|
|
31144
|
-
|
|
31145
|
-
|
|
31298
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31299
|
+
border-color: #e75a3a;
|
|
31300
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31146
31301
|
}
|
|
31147
31302
|
|
|
31148
|
-
.
|
|
31149
|
-
|
|
31303
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31304
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31305
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31306
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31150
31307
|
}
|
|
31151
31308
|
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
color: #0080ff;
|
|
31156
|
-
font-weight: bold;
|
|
31309
|
+
textarea.E_i74cfyt.ant-input {
|
|
31310
|
+
transition-property: height;
|
|
31311
|
+
transition-delay: 50ms;
|
|
31157
31312
|
}
|
|
31158
31313
|
|
|
31159
|
-
.
|
|
31160
|
-
|
|
31314
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31315
|
+
min-height: 40px;
|
|
31316
|
+
height: 40px;
|
|
31161
31317
|
}
|
|
31162
31318
|
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31165
|
-
padding: 0 8px;
|
|
31319
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31320
|
+
height: 80px;
|
|
31166
31321
|
}
|
|
31167
31322
|
|
|
31168
|
-
.
|
|
31169
|
-
|
|
31170
|
-
|
|
31323
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31324
|
+
min-height: 32px;
|
|
31325
|
+
height: 32px;
|
|
31171
31326
|
}
|
|
31172
31327
|
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31328
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31329
|
+
height: 64px;
|
|
31175
31330
|
}
|
|
31176
31331
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31179
|
-
|
|
31332
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31333
|
+
min-height: 24px;
|
|
31334
|
+
height: 24px;
|
|
31180
31335
|
}
|
|
31181
31336
|
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31184
|
-
font-size: 12px;
|
|
31185
|
-
line-height: 18px;
|
|
31337
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31338
|
+
height: 40px;
|
|
31186
31339
|
}
|
|
31187
31340
|
|
|
31188
|
-
.
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
white-space: pre-wrap;
|
|
31341
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31342
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31343
|
+
border-radius: 4px;
|
|
31192
31344
|
}
|
|
31193
31345
|
|
|
31194
|
-
.
|
|
31346
|
+
.E_k1ci6977.input-tags {
|
|
31195
31347
|
position: relative;
|
|
31196
|
-
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31348
|
+
padding: 6px;
|
|
31349
|
+
height: 32px;
|
|
31350
|
+
cursor: pointer;
|
|
31351
|
+
transition: border 150ms;
|
|
31201
31352
|
}
|
|
31202
31353
|
|
|
31203
|
-
.
|
|
31354
|
+
.E_k1ci6977.input-tags:hover {
|
|
31204
31355
|
border-color: #0080ff;
|
|
31356
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31205
31357
|
}
|
|
31206
31358
|
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31209
|
-
background: #0080ff;
|
|
31359
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31360
|
+
padding-right: 30px;
|
|
31210
31361
|
}
|
|
31211
31362
|
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
|
|
31363
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31364
|
+
display: flex;
|
|
31365
|
+
}
|
|
31366
|
+
|
|
31367
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31368
|
+
display: flex;
|
|
31218
31369
|
}
|
|
31219
31370
|
|
|
31220
|
-
.
|
|
31221
|
-
|
|
31371
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31372
|
+
position: absolute;
|
|
31373
|
+
right: 12px;
|
|
31374
|
+
top: 50%;
|
|
31375
|
+
transform: translateY(-50%);
|
|
31222
31376
|
}
|
|
31223
31377
|
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31226
|
-
|
|
31378
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31379
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31380
|
+
font-size: 12px;
|
|
31381
|
+
cursor: pointer;
|
|
31227
31382
|
}
|
|
31228
31383
|
|
|
31229
|
-
.
|
|
31230
|
-
|
|
31384
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31385
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31231
31386
|
}
|
|
31232
31387
|
|
|
31233
|
-
.
|
|
31234
|
-
|
|
31235
|
-
|
|
31388
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31389
|
+
position: relative;
|
|
31390
|
+
overflow: hidden;
|
|
31236
31391
|
}
|
|
31237
31392
|
|
|
31238
|
-
.
|
|
31239
|
-
|
|
31393
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31394
|
+
position: absolute;
|
|
31395
|
+
top: 50%;
|
|
31396
|
+
transform: translateY(-50%);
|
|
31397
|
+
left: -16px;
|
|
31398
|
+
transition: left 150ms ease;
|
|
31399
|
+
opacity: 0;
|
|
31240
31400
|
}
|
|
31241
31401
|
|
|
31242
|
-
.
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
padding-left: 12px;
|
|
31402
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31403
|
+
left: 8px;
|
|
31404
|
+
opacity: 1;
|
|
31246
31405
|
}
|
|
31247
31406
|
|
|
31248
|
-
.
|
|
31249
|
-
margin-
|
|
31250
|
-
|
|
31251
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31407
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31408
|
+
transition: margin-left 150ms ease;
|
|
31409
|
+
margin-left: 0px;
|
|
31252
31410
|
}
|
|
31253
31411
|
|
|
31254
|
-
.
|
|
31255
|
-
|
|
31412
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31413
|
+
margin-left: 16px;
|
|
31256
31414
|
}
|
|
31257
31415
|
|
|
31258
|
-
.
|
|
31259
|
-
border-radius:
|
|
31416
|
+
input.E_l1f7td1d.ant-input {
|
|
31417
|
+
border-top-right-radius: 0;
|
|
31418
|
+
border-bottom-right-radius: 0;
|
|
31260
31419
|
}
|
|
31261
31420
|
|
|
31262
|
-
.
|
|
31263
|
-
border-radius: 0
|
|
31421
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31422
|
+
border-top-right-radius: 0;
|
|
31423
|
+
border-bottom-right-radius: 0;
|
|
31264
31424
|
}
|
|
31265
31425
|
|
|
31266
|
-
.
|
|
31267
|
-
|
|
31268
|
-
border-
|
|
31426
|
+
input.E_rf8rlle.ant-input {
|
|
31427
|
+
border-top-left-radius: 0;
|
|
31428
|
+
border-bottom-left-radius: 0;
|
|
31269
31429
|
}
|
|
31270
31430
|
|
|
31271
|
-
.
|
|
31272
|
-
border-
|
|
31431
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31432
|
+
border-top-left-radius: 0;
|
|
31433
|
+
border-bottom-left-radius: 0;
|
|
31273
31434
|
}
|
|
31274
31435
|
|
|
31275
|
-
.
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
height: 32px;
|
|
31436
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31437
|
+
border-top-right-radius: 0;
|
|
31438
|
+
border-bottom-right-radius: 0;
|
|
31279
31439
|
}
|
|
31280
31440
|
|
|
31281
|
-
.
|
|
31282
|
-
|
|
31441
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31442
|
+
border-top-left-radius: 0;
|
|
31443
|
+
border-bottom-left-radius: 0;
|
|
31283
31444
|
}
|
|
31284
31445
|
|
|
31285
|
-
.
|
|
31286
|
-
|
|
31287
|
-
|
|
31288
|
-
line-height: 20px;
|
|
31446
|
+
.E_c3ni091 {
|
|
31447
|
+
display: flex;
|
|
31448
|
+
flex-direction: column;
|
|
31289
31449
|
}
|
|
31290
31450
|
|
|
31291
|
-
.
|
|
31292
|
-
|
|
31451
|
+
.E_c3ni091 .select-wrapper {
|
|
31452
|
+
margin-top: 12px;
|
|
31293
31453
|
}
|
|
31294
31454
|
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31455
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31456
|
+
width: 100%;
|
|
31297
31457
|
}
|
|
31298
31458
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
opacity: 0.5;
|
|
31459
|
+
.E_c3ni091 .radio-wrapper {
|
|
31460
|
+
margin-top: 24px;
|
|
31302
31461
|
}
|
|
31303
31462
|
|
|
31304
|
-
.
|
|
31305
|
-
|
|
31463
|
+
.E_c3ni091 div.form-item {
|
|
31464
|
+
width: 100%;
|
|
31306
31465
|
}
|
|
31307
31466
|
|
|
31308
|
-
.
|
|
31309
|
-
|
|
31467
|
+
.E_d105ju2d {
|
|
31468
|
+
font-size: 14px;
|
|
31469
|
+
font-weight: 500;
|
|
31470
|
+
color: #3e4652;
|
|
31471
|
+
line-height: 18px;
|
|
31310
31472
|
}
|
|
31311
31473
|
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31474
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31475
|
+
margin-top: 16px;
|
|
31314
31476
|
}
|
|
31315
31477
|
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
border-color: #ccd4e3;
|
|
31319
|
-
opacity: 0.5;
|
|
31478
|
+
.E_d105ju2d + * {
|
|
31479
|
+
margin-top: 16px;
|
|
31320
31480
|
}
|
|
31321
31481
|
|
|
31322
|
-
.
|
|
31323
|
-
|
|
31324
|
-
|
|
31482
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31483
|
+
font-size: 12px;
|
|
31484
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31485
|
+
margin-top: 12px;
|
|
31325
31486
|
}
|
|
31326
31487
|
|
|
31327
|
-
.
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31488
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31489
|
+
line-height: 18px;
|
|
31490
|
+
font-weight: 500;
|
|
31491
|
+
margin-top: 0;
|
|
31492
|
+
white-space: initial;
|
|
31331
31493
|
}
|
|
31332
31494
|
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31335
|
-
display: inline;
|
|
31336
|
-
border: none;
|
|
31337
|
-
padding: 0;
|
|
31338
|
-
width: 36px;
|
|
31339
|
-
background: transparent;
|
|
31495
|
+
.E_r1skkc3l {
|
|
31496
|
+
display: block;
|
|
31340
31497
|
}
|
|
31341
31498
|
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31499
|
+
.E_r1skkc3l span {
|
|
31500
|
+
font-size: 14px;
|
|
31501
|
+
font-weight: 500;
|
|
31502
|
+
line-height: 32px;
|
|
31503
|
+
color: #3e4652;
|
|
31344
31504
|
}
|
|
31345
31505
|
|
|
31346
|
-
.
|
|
31347
|
-
margin-
|
|
31348
|
-
|
|
31349
|
-
|
|
31506
|
+
.E_c3cobmo {
|
|
31507
|
+
margin-top: 16px;
|
|
31508
|
+
padding: 8px;
|
|
31509
|
+
border-radius: 6px;
|
|
31510
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31511
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31512
|
+
font-size: 12px;
|
|
31350
31513
|
}
|
|
31351
31514
|
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31515
|
+
.E_c3cobmo div {
|
|
31516
|
+
line-height: 20px;
|
|
31517
|
+
display: flex;
|
|
31518
|
+
align-items: center;
|
|
31519
|
+
word-break: break-all;
|
|
31354
31520
|
}
|
|
31355
31521
|
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31522
|
+
.E_c3cobmo .title {
|
|
31523
|
+
font-weight: 700;
|
|
31524
|
+
line-height: 18px;
|
|
31525
|
+
margin: 4px 0;
|
|
31358
31526
|
}
|
|
31359
31527
|
|
|
31360
|
-
.
|
|
31361
|
-
display: inline;
|
|
31362
|
-
|
|
31363
|
-
|
|
31364
|
-
|
|
31528
|
+
.E_owd0kml {
|
|
31529
|
+
display: inline-block;
|
|
31530
|
+
}
|
|
31531
|
+
|
|
31532
|
+
.E_h1jsgezc {
|
|
31533
|
+
visibility: hidden;
|
|
31534
|
+
position: absolute;
|
|
31365
31535
|
}
|
|
31366
31536
|
|
|
31367
31537
|
.E_s1dizucg.ant-switch {
|
|
@@ -31431,75 +31601,71 @@ input.E_rf8rlle.ant-input {
|
|
|
31431
31601
|
margin-left: 5px;
|
|
31432
31602
|
}
|
|
31433
31603
|
|
|
31434
|
-
.
|
|
31604
|
+
.E_phljevk {
|
|
31435
31605
|
display: flex;
|
|
31436
|
-
align-items: center;
|
|
31437
31606
|
justify-content: space-between;
|
|
31438
|
-
|
|
31439
|
-
padding:
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
margin-bottom: -52px;
|
|
31607
|
+
align-items: center;
|
|
31608
|
+
padding: 10px 0;
|
|
31609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31610
|
+
font-size: 12px;
|
|
31611
|
+
line-height: 24px;
|
|
31444
31612
|
}
|
|
31445
31613
|
|
|
31446
|
-
.
|
|
31614
|
+
.E_phljevk .pagination-left {
|
|
31615
|
+
padding: 2px 8px;
|
|
31616
|
+
}
|
|
31617
|
+
|
|
31618
|
+
.E_phljevk .dropdown-trigger {
|
|
31447
31619
|
display: flex;
|
|
31448
31620
|
align-items: center;
|
|
31449
|
-
|
|
31450
|
-
|
|
31621
|
+
border-radius: 6px;
|
|
31622
|
+
cursor: pointer;
|
|
31623
|
+
transition: all 0.3s ease;
|
|
31451
31624
|
}
|
|
31452
31625
|
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
width: 32px;
|
|
31457
|
-
height: 32px;
|
|
31458
|
-
border-radius: 50%;
|
|
31459
|
-
justify-content: center;
|
|
31626
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31627
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31628
|
+
color: #0080ff;
|
|
31460
31629
|
}
|
|
31461
31630
|
|
|
31462
|
-
.
|
|
31463
|
-
|
|
31631
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31632
|
+
margin-left: 4px;
|
|
31464
31633
|
}
|
|
31465
31634
|
|
|
31466
|
-
.
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
position: relative;
|
|
31472
|
-
padding: 4px 0;
|
|
31473
|
-
margin-top: -4px;
|
|
31474
|
-
overflow: hidden;
|
|
31635
|
+
.E_phljevk .pagination-right {
|
|
31636
|
+
display: flex;
|
|
31637
|
+
align-items: center;
|
|
31638
|
+
color: #0080ff;
|
|
31639
|
+
font-weight: bold;
|
|
31475
31640
|
}
|
|
31476
31641
|
|
|
31477
|
-
.
|
|
31478
|
-
|
|
31642
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31643
|
+
margin-left: 4px;
|
|
31479
31644
|
}
|
|
31480
31645
|
|
|
31481
|
-
.
|
|
31482
|
-
|
|
31646
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31647
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31648
|
+
padding: 0 8px;
|
|
31483
31649
|
}
|
|
31484
31650
|
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31651
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31652
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31653
|
+
color: #0080ff;
|
|
31487
31654
|
}
|
|
31488
31655
|
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31656
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31657
|
+
transform: rotate(180deg);
|
|
31491
31658
|
}
|
|
31492
31659
|
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
height: 32px;
|
|
31497
|
-
justify-content: center;
|
|
31498
|
-
border-radius: 50%;
|
|
31660
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31661
|
+
max-height: calc(100vh - 128px);
|
|
31662
|
+
overflow-y: auto;
|
|
31499
31663
|
}
|
|
31500
31664
|
|
|
31501
|
-
.
|
|
31502
|
-
|
|
31665
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31666
|
+
padding: 4px 20px;
|
|
31667
|
+
font-size: 12px;
|
|
31668
|
+
line-height: 18px;
|
|
31503
31669
|
}
|
|
31504
31670
|
|
|
31505
31671
|
.E_dsnbhzf {
|
|
@@ -31868,348 +32034,149 @@ input.E_rf8rlle.ant-input {
|
|
|
31868
32034
|
font-family: Inter;
|
|
31869
32035
|
font-style: normal;
|
|
31870
32036
|
font-weight: bold;
|
|
31871
|
-
text-transform: uppercase;
|
|
31872
|
-
font-feature-settings: "cpsp" on;
|
|
31873
|
-
font-size: 12px;
|
|
31874
|
-
line-height: 18px;
|
|
31875
|
-
}
|
|
31876
|
-
|
|
31877
|
-
.E_f2pb48l {
|
|
31878
|
-
font-family: Inter;
|
|
31879
|
-
font-style: normal;
|
|
31880
|
-
font-weight: normal;
|
|
31881
|
-
font-size: 13px;
|
|
31882
|
-
line-height: 20px;
|
|
31883
|
-
}
|
|
31884
|
-
|
|
31885
|
-
.E_fi9emkw {
|
|
31886
|
-
font-family: Inter;
|
|
31887
|
-
font-style: normal;
|
|
31888
|
-
font-weight: normal;
|
|
31889
|
-
font-size: 13px;
|
|
31890
|
-
line-height: 20px;
|
|
31891
|
-
}
|
|
31892
|
-
|
|
31893
|
-
.E_f1nrg7da {
|
|
31894
|
-
font-family: Inter;
|
|
31895
|
-
font-style: normal;
|
|
31896
|
-
font-weight: normal;
|
|
31897
|
-
font-size: 12px;
|
|
31898
|
-
line-height: 18px;
|
|
31899
|
-
}
|
|
31900
|
-
|
|
31901
|
-
.E_f17k1i3n {
|
|
31902
|
-
font-family: Inter;
|
|
31903
|
-
font-style: normal;
|
|
31904
|
-
font-weight: normal;
|
|
31905
|
-
font-size: 12px;
|
|
31906
|
-
line-height: 18px;
|
|
31907
|
-
}
|
|
31908
|
-
|
|
31909
|
-
.E_t1tvuj2e {
|
|
31910
|
-
font-family: Inter;
|
|
31911
|
-
font-style: normal;
|
|
31912
|
-
font-weight: normal;
|
|
31913
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31914
|
-
font-size: 13px;
|
|
31915
|
-
line-height: 20px;
|
|
31916
|
-
}
|
|
31917
|
-
|
|
31918
|
-
.E_t17uajlu {
|
|
31919
|
-
font-family: Inter;
|
|
31920
|
-
font-style: normal;
|
|
31921
|
-
font-weight: normal;
|
|
31922
|
-
font-feature-settings: "zero" on;
|
|
31923
|
-
font-size: 13px;
|
|
31924
|
-
line-height: 20px;
|
|
31925
|
-
}
|
|
31926
|
-
|
|
31927
|
-
.E_t114zbyz {
|
|
31928
|
-
font-family: Inter;
|
|
31929
|
-
font-style: normal;
|
|
31930
|
-
font-weight: normal;
|
|
31931
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31932
|
-
font-size: 12px;
|
|
31933
|
-
line-height: 18px;
|
|
31934
|
-
}
|
|
31935
|
-
|
|
31936
|
-
.E_t1il0kvi {
|
|
31937
|
-
font-family: Inter;
|
|
31938
|
-
font-style: normal;
|
|
31939
|
-
font-weight: 500;
|
|
31940
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31941
|
-
font-size: 12px;
|
|
31942
|
-
line-height: 18px;
|
|
31943
|
-
}
|
|
31944
|
-
|
|
31945
|
-
.E_t10dv8p1 {
|
|
31946
|
-
font-family: Inter;
|
|
31947
|
-
font-style: normal;
|
|
31948
|
-
font-weight: normal;
|
|
31949
|
-
font-feature-settings: "zero" on;
|
|
31950
|
-
font-size: 12px;
|
|
31951
|
-
line-height: 18px;
|
|
31952
|
-
}
|
|
31953
|
-
|
|
31954
|
-
.E_tc2oqpq {
|
|
31955
|
-
font-family: Inter;
|
|
31956
|
-
font-style: normal;
|
|
31957
|
-
font-weight: 500;
|
|
31958
|
-
font-feature-settings: "zero" on;
|
|
31959
|
-
font-size: 12px;
|
|
31960
|
-
line-height: 18px;
|
|
31961
|
-
}
|
|
31962
|
-
|
|
31963
|
-
.E_tzvddmc {
|
|
31964
|
-
font-family: Inter;
|
|
31965
|
-
font-style: normal;
|
|
31966
|
-
font-weight: bold;
|
|
31967
|
-
font-feature-settings: "zero" on;
|
|
31968
|
-
font-size: 16px;
|
|
31969
|
-
line-height: 24px;
|
|
31970
|
-
}
|
|
31971
|
-
|
|
31972
|
-
.E_u18llj45 {
|
|
31973
|
-
font-family: Inter;
|
|
31974
|
-
font-style: normal;
|
|
31975
|
-
font-weight: normal;
|
|
31976
|
-
font-size: 10px;
|
|
31977
|
-
line-height: 12px;
|
|
31978
|
-
}
|
|
31979
|
-
|
|
31980
|
-
.E_c1up1pdz {
|
|
31981
|
-
width: 648px;
|
|
31982
|
-
}
|
|
31983
|
-
|
|
31984
|
-
.E_c1up1pdz.active {
|
|
31985
|
-
border-color: #0080ff;
|
|
31986
|
-
}
|
|
31987
|
-
|
|
31988
|
-
.E_c1up1pdz.active > header {
|
|
31989
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31990
|
-
}
|
|
31991
|
-
|
|
31992
|
-
.E_c1up1pdz .expand {
|
|
31993
|
-
padding: 12px;
|
|
31994
|
-
}
|
|
31995
|
-
|
|
31996
|
-
.E_c1up1pdz .field-item {
|
|
31997
|
-
display: flex;
|
|
31998
|
-
padding: 10px 0;
|
|
31999
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32000
|
-
}
|
|
32001
|
-
|
|
32002
|
-
.E_c1up1pdz .field-item:last-child {
|
|
32003
|
-
border-bottom: none;
|
|
32004
|
-
padding-bottom: 0;
|
|
32005
|
-
}
|
|
32006
|
-
|
|
32007
|
-
.E_c1up1pdz .field-item label {
|
|
32008
|
-
line-height: 32px;
|
|
32009
|
-
width: 100px;
|
|
32010
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32011
|
-
}
|
|
32012
|
-
|
|
32013
|
-
.E_c1up1pdz .help {
|
|
32014
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32015
|
-
margin-top: 5px;
|
|
32016
|
-
}
|
|
32017
|
-
|
|
32018
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
32019
|
-
.E_c1up1pdz .ant-picker {
|
|
32020
|
-
width: 128px;
|
|
32021
|
-
}
|
|
32022
|
-
|
|
32023
|
-
.E_c156wh19 {
|
|
32024
|
-
display: flex;
|
|
32025
|
-
align-items: center;
|
|
32026
|
-
justify-content: space-between;
|
|
32027
|
-
word-break: keep-all;
|
|
32028
|
-
}
|
|
32029
|
-
|
|
32030
|
-
.E_c156wh19 .title {
|
|
32031
|
-
margin: 0 16px 0 8px;
|
|
32032
|
-
}
|
|
32033
|
-
|
|
32034
|
-
.E_c156wh19 .retain {
|
|
32035
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32036
|
-
}
|
|
32037
|
-
|
|
32038
|
-
.E_c156wh19 div.left {
|
|
32039
|
-
flex: 1;
|
|
32040
|
-
display: flex;
|
|
32041
|
-
overflow: hidden;
|
|
32042
|
-
align-items: center;
|
|
32043
|
-
justify-content: flex-start;
|
|
32044
|
-
white-space: nowrap;
|
|
32045
|
-
}
|
|
32046
|
-
|
|
32047
|
-
.E_c156wh19 div.left .title {
|
|
32048
|
-
max-width: 100%;
|
|
32049
|
-
overflow: hidden;
|
|
32050
|
-
text-overflow: ellipsis;
|
|
32051
|
-
}
|
|
32052
|
-
|
|
32053
|
-
.E_c156wh19 div.right {
|
|
32054
|
-
display: flex;
|
|
32055
|
-
align-items: center;
|
|
32056
|
-
}
|
|
32057
|
-
|
|
32058
|
-
.E_c156wh19 .reverse {
|
|
32059
|
-
display: flex;
|
|
32060
|
-
flex-direction: row-reverse;
|
|
32061
|
-
align-items: center;
|
|
32062
|
-
}
|
|
32063
|
-
|
|
32064
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
32065
|
-
margin-left: 8px;
|
|
32066
|
-
}
|
|
32067
|
-
|
|
32068
|
-
.E_c156wh19 .close {
|
|
32069
|
-
padding-left: 14px;
|
|
32070
|
-
margin-left: 14px;
|
|
32071
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32072
|
-
cursor: pointer;
|
|
32073
|
-
}
|
|
32074
|
-
|
|
32075
|
-
.E_m126spxy {
|
|
32076
|
-
padding-bottom: 4px;
|
|
32077
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32078
|
-
}
|
|
32079
|
-
|
|
32080
|
-
.E_m126spxy .ant-btn-link {
|
|
32081
|
-
padding: 1px 10px;
|
|
32082
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32083
|
-
border-radius: 4px;
|
|
32084
|
-
}
|
|
32085
|
-
|
|
32086
|
-
.E_m126spxy .ant-btn-link.active {
|
|
32087
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32088
|
-
color: #0096ff;
|
|
32089
|
-
}
|
|
32090
|
-
|
|
32091
|
-
.E_wpbf4pq {
|
|
32092
|
-
padding: 10px 0;
|
|
32093
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32094
|
-
}
|
|
32095
|
-
|
|
32096
|
-
.E_wpbf4pq .ant-input,
|
|
32097
|
-
.E_wpbf4pq .ant-picker {
|
|
32098
|
-
width: 80px;
|
|
32099
|
-
margin: 0 9px;
|
|
32100
|
-
text-align: center;
|
|
32037
|
+
text-transform: uppercase;
|
|
32038
|
+
font-feature-settings: "cpsp" on;
|
|
32039
|
+
font-size: 12px;
|
|
32040
|
+
line-height: 18px;
|
|
32101
32041
|
}
|
|
32102
32042
|
|
|
32103
|
-
.
|
|
32104
|
-
|
|
32105
|
-
|
|
32106
|
-
|
|
32043
|
+
.E_f2pb48l {
|
|
32044
|
+
font-family: Inter;
|
|
32045
|
+
font-style: normal;
|
|
32046
|
+
font-weight: normal;
|
|
32047
|
+
font-size: 13px;
|
|
32048
|
+
line-height: 20px;
|
|
32107
32049
|
}
|
|
32108
32050
|
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32111
|
-
|
|
32112
|
-
|
|
32113
|
-
|
|
32114
|
-
|
|
32051
|
+
.E_fi9emkw {
|
|
32052
|
+
font-family: Inter;
|
|
32053
|
+
font-style: normal;
|
|
32054
|
+
font-weight: normal;
|
|
32055
|
+
font-size: 13px;
|
|
32056
|
+
line-height: 20px;
|
|
32115
32057
|
}
|
|
32116
32058
|
|
|
32117
|
-
.
|
|
32118
|
-
|
|
32119
|
-
|
|
32120
|
-
|
|
32059
|
+
.E_f1nrg7da {
|
|
32060
|
+
font-family: Inter;
|
|
32061
|
+
font-style: normal;
|
|
32062
|
+
font-weight: normal;
|
|
32063
|
+
font-size: 12px;
|
|
32064
|
+
line-height: 18px;
|
|
32121
32065
|
}
|
|
32122
32066
|
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
|
|
32067
|
+
.E_f17k1i3n {
|
|
32068
|
+
font-family: Inter;
|
|
32069
|
+
font-style: normal;
|
|
32070
|
+
font-weight: normal;
|
|
32071
|
+
font-size: 12px;
|
|
32072
|
+
line-height: 18px;
|
|
32127
32073
|
}
|
|
32128
32074
|
|
|
32129
|
-
.
|
|
32130
|
-
|
|
32131
|
-
|
|
32075
|
+
.E_t1tvuj2e {
|
|
32076
|
+
font-family: Inter;
|
|
32077
|
+
font-style: normal;
|
|
32078
|
+
font-weight: normal;
|
|
32079
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32080
|
+
font-size: 13px;
|
|
32081
|
+
line-height: 20px;
|
|
32132
32082
|
}
|
|
32133
32083
|
|
|
32134
|
-
.
|
|
32135
|
-
|
|
32136
|
-
|
|
32137
|
-
|
|
32084
|
+
.E_t17uajlu {
|
|
32085
|
+
font-family: Inter;
|
|
32086
|
+
font-style: normal;
|
|
32087
|
+
font-weight: normal;
|
|
32088
|
+
font-feature-settings: "zero" on;
|
|
32089
|
+
font-size: 13px;
|
|
32090
|
+
line-height: 20px;
|
|
32138
32091
|
}
|
|
32139
32092
|
|
|
32140
|
-
.
|
|
32141
|
-
|
|
32142
|
-
|
|
32143
|
-
|
|
32093
|
+
.E_t114zbyz {
|
|
32094
|
+
font-family: Inter;
|
|
32095
|
+
font-style: normal;
|
|
32096
|
+
font-weight: normal;
|
|
32097
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32098
|
+
font-size: 12px;
|
|
32099
|
+
line-height: 18px;
|
|
32144
32100
|
}
|
|
32145
32101
|
|
|
32146
|
-
.
|
|
32147
|
-
|
|
32148
|
-
|
|
32102
|
+
.E_t1il0kvi {
|
|
32103
|
+
font-family: Inter;
|
|
32104
|
+
font-style: normal;
|
|
32105
|
+
font-weight: 500;
|
|
32106
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32107
|
+
font-size: 12px;
|
|
32108
|
+
line-height: 18px;
|
|
32149
32109
|
}
|
|
32150
32110
|
|
|
32151
|
-
.
|
|
32152
|
-
|
|
32111
|
+
.E_t10dv8p1 {
|
|
32112
|
+
font-family: Inter;
|
|
32113
|
+
font-style: normal;
|
|
32114
|
+
font-weight: normal;
|
|
32115
|
+
font-feature-settings: "zero" on;
|
|
32116
|
+
font-size: 12px;
|
|
32117
|
+
line-height: 18px;
|
|
32153
32118
|
}
|
|
32154
32119
|
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32120
|
+
.E_tc2oqpq {
|
|
32121
|
+
font-family: Inter;
|
|
32122
|
+
font-style: normal;
|
|
32123
|
+
font-weight: 500;
|
|
32124
|
+
font-feature-settings: "zero" on;
|
|
32125
|
+
font-size: 12px;
|
|
32126
|
+
line-height: 18px;
|
|
32157
32127
|
}
|
|
32158
32128
|
|
|
32159
|
-
.
|
|
32160
|
-
|
|
32129
|
+
.E_tzvddmc {
|
|
32130
|
+
font-family: Inter;
|
|
32131
|
+
font-style: normal;
|
|
32132
|
+
font-weight: bold;
|
|
32133
|
+
font-feature-settings: "zero" on;
|
|
32134
|
+
font-size: 16px;
|
|
32135
|
+
line-height: 24px;
|
|
32161
32136
|
}
|
|
32162
32137
|
|
|
32163
|
-
.
|
|
32164
|
-
|
|
32138
|
+
.E_u18llj45 {
|
|
32139
|
+
font-family: Inter;
|
|
32140
|
+
font-style: normal;
|
|
32141
|
+
font-weight: normal;
|
|
32142
|
+
font-size: 10px;
|
|
32143
|
+
line-height: 12px;
|
|
32165
32144
|
}
|
|
32166
32145
|
|
|
32167
|
-
.
|
|
32168
|
-
|
|
32146
|
+
.E_n12mqh7z {
|
|
32147
|
+
display: flex;
|
|
32148
|
+
align-items: center;
|
|
32149
|
+
font-size: 12px;
|
|
32150
|
+
line-height: 18px;
|
|
32169
32151
|
}
|
|
32170
32152
|
|
|
32171
|
-
.
|
|
32172
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32153
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32173
32154
|
margin-bottom: 4px;
|
|
32174
32155
|
}
|
|
32175
32156
|
|
|
32176
|
-
.
|
|
32177
|
-
|
|
32178
|
-
cursor: pointer;
|
|
32179
|
-
transition: color 160ms ease;
|
|
32180
|
-
}
|
|
32181
|
-
|
|
32182
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32183
|
-
color: #0080ff;
|
|
32157
|
+
.E_tf5bynu {
|
|
32158
|
+
margin: 0 3px;
|
|
32184
32159
|
}
|
|
32185
32160
|
|
|
32186
|
-
.
|
|
32187
|
-
|
|
32161
|
+
.E_tcckoz1 {
|
|
32162
|
+
max-height: 400px;
|
|
32163
|
+
overflow: "auto";
|
|
32188
32164
|
}
|
|
32189
32165
|
|
|
32190
|
-
.
|
|
32191
|
-
|
|
32166
|
+
.E_gmyahx3 {
|
|
32167
|
+
cursor: pointer;
|
|
32192
32168
|
}
|
|
32193
32169
|
|
|
32194
|
-
.
|
|
32195
|
-
|
|
32196
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32197
|
-
font-weight: 700;
|
|
32198
|
-
line-height: 32px;
|
|
32170
|
+
.E_gmyahx3 .link-text {
|
|
32171
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32199
32172
|
}
|
|
32200
32173
|
|
|
32201
|
-
.
|
|
32202
|
-
|
|
32203
|
-
border-radius: 8px;
|
|
32204
|
-
background: #fff;
|
|
32174
|
+
.E_gmyahx3:hover .link-text {
|
|
32175
|
+
color: #0080ff;
|
|
32205
32176
|
}
|
|
32206
32177
|
|
|
32207
|
-
.
|
|
32208
|
-
|
|
32209
|
-
font-size: 14px;
|
|
32210
|
-
line-height: 22px;
|
|
32211
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32212
|
-
text-align: center;
|
|
32178
|
+
.E_tqjc4ui {
|
|
32179
|
+
margin: 0 2px;
|
|
32213
32180
|
}
|
|
32214
32181
|
|
|
32215
32182
|
.E_d1bw7c5z {
|
|
@@ -32288,22 +32255,111 @@ input.E_rf8rlle.ant-input {
|
|
|
32288
32255
|
white-space: nowrap;
|
|
32289
32256
|
}
|
|
32290
32257
|
|
|
32291
|
-
.E_d1bw7c5z .value {
|
|
32292
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32258
|
+
.E_d1bw7c5z .value {
|
|
32259
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32260
|
+
}
|
|
32261
|
+
|
|
32262
|
+
.E_t10pqbtc {
|
|
32263
|
+
width: 140px;
|
|
32264
|
+
}
|
|
32265
|
+
|
|
32266
|
+
.E_t10pqbtc .item {
|
|
32267
|
+
margin: 6px auto;
|
|
32268
|
+
display: flex;
|
|
32269
|
+
justify-content: space-between;
|
|
32270
|
+
}
|
|
32271
|
+
|
|
32272
|
+
.E_t10pqbtc .item .name {
|
|
32273
|
+
width: 102px;
|
|
32274
|
+
}
|
|
32275
|
+
|
|
32276
|
+
.E_c1uzzomf {
|
|
32277
|
+
margin-bottom: 16px;
|
|
32278
|
+
}
|
|
32279
|
+
|
|
32280
|
+
.E_c1uzzomf .card-title {
|
|
32281
|
+
font-size: 16px;
|
|
32282
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32283
|
+
font-weight: 700;
|
|
32284
|
+
line-height: 32px;
|
|
32285
|
+
}
|
|
32286
|
+
|
|
32287
|
+
.E_c1uzzomf .card-body {
|
|
32288
|
+
padding: 24px;
|
|
32289
|
+
border-radius: 8px;
|
|
32290
|
+
background: #fff;
|
|
32291
|
+
}
|
|
32292
|
+
|
|
32293
|
+
.E_c1uzzomf .empty {
|
|
32294
|
+
font-weight: 700;
|
|
32295
|
+
font-size: 14px;
|
|
32296
|
+
line-height: 22px;
|
|
32297
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32298
|
+
text-align: center;
|
|
32299
|
+
}
|
|
32300
|
+
|
|
32301
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32302
|
+
margin-right: 2px;
|
|
32303
|
+
}
|
|
32304
|
+
|
|
32305
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32306
|
+
padding-left: 8px;
|
|
32307
|
+
padding-right: 8px;
|
|
32308
|
+
}
|
|
32309
|
+
|
|
32310
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32311
|
+
border-radius: 4px;
|
|
32312
|
+
}
|
|
32313
|
+
|
|
32314
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32315
|
+
border-radius: 4px;
|
|
32316
|
+
}
|
|
32317
|
+
|
|
32318
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32319
|
+
padding-left: 12px;
|
|
32320
|
+
padding-right: 12px;
|
|
32321
|
+
}
|
|
32322
|
+
|
|
32323
|
+
.E_ckld275 {
|
|
32324
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32325
|
+
}
|
|
32326
|
+
|
|
32327
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32328
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32329
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32330
|
+
}
|
|
32331
|
+
|
|
32332
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32333
|
+
background-color: transparent;
|
|
32334
|
+
}
|
|
32335
|
+
|
|
32336
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32337
|
+
background-color: transparent;
|
|
32338
|
+
}
|
|
32339
|
+
|
|
32340
|
+
.E_c18gxmrl {
|
|
32341
|
+
border: 1px solid #d8deeb;
|
|
32342
|
+
border-radius: 4px;
|
|
32343
|
+
}
|
|
32344
|
+
|
|
32345
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32346
|
+
margin-top: 8px;
|
|
32293
32347
|
}
|
|
32294
32348
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32349
|
+
.E_c18gxmrl:hover {
|
|
32350
|
+
border-color: #0080ff;
|
|
32297
32351
|
}
|
|
32298
32352
|
|
|
32299
|
-
.
|
|
32300
|
-
|
|
32301
|
-
display: flex;
|
|
32302
|
-
justify-content: space-between;
|
|
32353
|
+
.E_c18gxmrl:hover > header {
|
|
32354
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32303
32355
|
}
|
|
32304
32356
|
|
|
32305
|
-
.
|
|
32306
|
-
|
|
32357
|
+
.E_c18gxmrl.active header {
|
|
32358
|
+
border-bottom: 1px solid #d8deeb;
|
|
32359
|
+
}
|
|
32360
|
+
|
|
32361
|
+
.E_c18gxmrl > header {
|
|
32362
|
+
padding: 8px 12px;
|
|
32307
32363
|
}
|
|
32308
32364
|
|
|
32309
32365
|
.E_c1bus5hc {
|
|
@@ -32349,28 +32405,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32349
32405
|
transform: rotate(0deg);
|
|
32350
32406
|
}
|
|
32351
32407
|
|
|
32352
|
-
.
|
|
32353
|
-
|
|
32354
|
-
|
|
32355
|
-
|
|
32356
|
-
.E_n12mqh7z {
|
|
32357
|
-
display: flex;
|
|
32358
|
-
align-items: center;
|
|
32359
|
-
font-size: 12px;
|
|
32360
|
-
line-height: 18px;
|
|
32361
|
-
}
|
|
32362
|
-
|
|
32363
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32364
|
-
margin-bottom: 4px;
|
|
32408
|
+
.E_ou7iq30 {
|
|
32409
|
+
overflow: hidden;
|
|
32410
|
+
text-overflow: ellipsis;
|
|
32365
32411
|
}
|
|
32366
32412
|
|
|
32367
|
-
.
|
|
32368
|
-
|
|
32413
|
+
.E_s1tui002 {
|
|
32414
|
+
white-space: nowrap;
|
|
32369
32415
|
}
|
|
32370
32416
|
|
|
32371
|
-
.
|
|
32372
|
-
|
|
32373
|
-
|
|
32417
|
+
.E_mxrc2zg {
|
|
32418
|
+
display: -webkit-box;
|
|
32419
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32420
|
+
-webkit-box-orient: vertical;
|
|
32421
|
+
word-break: break-all;
|
|
32374
32422
|
}
|
|
32375
32423
|
|
|
32376
32424
|
.E_c18bcrac {
|
|
@@ -32422,71 +32470,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32422
32470
|
margin-right: 4px;
|
|
32423
32471
|
}
|
|
32424
32472
|
|
|
32425
|
-
.
|
|
32426
|
-
|
|
32427
|
-
|
|
32428
|
-
|
|
32429
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32430
|
-
padding-left: 8px;
|
|
32431
|
-
padding-right: 8px;
|
|
32432
|
-
}
|
|
32433
|
-
|
|
32434
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32435
|
-
border-radius: 4px;
|
|
32436
|
-
}
|
|
32437
|
-
|
|
32438
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32439
|
-
border-radius: 4px;
|
|
32440
|
-
}
|
|
32441
|
-
|
|
32442
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32443
|
-
padding-left: 12px;
|
|
32444
|
-
padding-right: 12px;
|
|
32445
|
-
}
|
|
32446
|
-
|
|
32447
|
-
.E_ckld275 {
|
|
32448
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32449
|
-
}
|
|
32450
|
-
|
|
32451
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32452
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32453
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32454
|
-
}
|
|
32455
|
-
|
|
32456
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32457
|
-
background-color: transparent;
|
|
32458
|
-
}
|
|
32459
|
-
|
|
32460
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32461
|
-
background-color: transparent;
|
|
32462
|
-
}
|
|
32463
|
-
|
|
32464
|
-
.E_ou7iq30 {
|
|
32465
|
-
overflow: hidden;
|
|
32466
|
-
text-overflow: ellipsis;
|
|
32467
|
-
}
|
|
32468
|
-
|
|
32469
|
-
.E_s1tui002 {
|
|
32470
|
-
white-space: nowrap;
|
|
32471
|
-
}
|
|
32472
|
-
|
|
32473
|
-
.E_mxrc2zg {
|
|
32474
|
-
display: -webkit-box;
|
|
32475
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32476
|
-
-webkit-box-orient: vertical;
|
|
32477
|
-
word-break: break-all;
|
|
32473
|
+
.E_berrcjl {
|
|
32474
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32475
|
+
margin-bottom: 4px;
|
|
32478
32476
|
}
|
|
32479
32477
|
|
|
32480
|
-
.
|
|
32478
|
+
.E_berrcjl .breadcrumb-link {
|
|
32479
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32481
32480
|
cursor: pointer;
|
|
32481
|
+
transition: color 160ms ease;
|
|
32482
32482
|
}
|
|
32483
32483
|
|
|
32484
|
-
.
|
|
32485
|
-
color:
|
|
32484
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32485
|
+
color: #0080ff;
|
|
32486
32486
|
}
|
|
32487
32487
|
|
|
32488
|
-
.
|
|
32489
|
-
color: #
|
|
32488
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32489
|
+
color: #005ed1;
|
|
32490
32490
|
}
|
|
32491
32491
|
|
|
32492
32492
|
.E_clm1wy1 {
|
|
@@ -32607,20 +32607,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32607
32607
|
margin-right: 8px;
|
|
32608
32608
|
}
|
|
32609
32609
|
|
|
32610
|
-
.E_m74vjol {
|
|
32611
|
-
display: flex;
|
|
32612
|
-
justify-content: space-between;
|
|
32613
|
-
width: 100%;
|
|
32614
|
-
}
|
|
32615
|
-
|
|
32616
|
-
.E_m74vjol .action {
|
|
32617
|
-
margin-left: 16px;
|
|
32618
|
-
}
|
|
32619
|
-
|
|
32620
|
-
.E_a1o35uvh .ant-alert-message {
|
|
32621
|
-
width: 100%;
|
|
32622
|
-
}
|
|
32623
|
-
|
|
32624
32610
|
.E_wg1tsps {
|
|
32625
32611
|
display: flex;
|
|
32626
32612
|
align-items: center;
|
|
@@ -32646,13 +32632,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32646
32632
|
color: #00122e !important;
|
|
32647
32633
|
}
|
|
32648
32634
|
|
|
32649
|
-
.E_tje3huy {
|
|
32650
|
-
width: 100%;
|
|
32651
|
-
overflow: inherit;
|
|
32652
|
-
white-space: inherit;
|
|
32653
|
-
text-overflow: ellipsis;
|
|
32654
|
-
}
|
|
32655
|
-
|
|
32656
32635
|
.E_t1sqg15u {
|
|
32657
32636
|
background: white;
|
|
32658
32637
|
}
|
|
@@ -32767,8 +32746,25 @@ input.E_rf8rlle.ant-input {
|
|
|
32767
32746
|
padding: 20px 24px 24px 24px;
|
|
32768
32747
|
}
|
|
32769
32748
|
|
|
32770
|
-
.
|
|
32749
|
+
.E_tje3huy {
|
|
32750
|
+
width: 100%;
|
|
32751
|
+
overflow: inherit;
|
|
32752
|
+
white-space: inherit;
|
|
32753
|
+
text-overflow: ellipsis;
|
|
32754
|
+
}
|
|
32755
|
+
|
|
32756
|
+
.E_m74vjol {
|
|
32771
32757
|
display: flex;
|
|
32758
|
+
justify-content: space-between;
|
|
32759
|
+
width: 100%;
|
|
32760
|
+
}
|
|
32761
|
+
|
|
32762
|
+
.E_m74vjol .action {
|
|
32763
|
+
margin-left: 16px;
|
|
32764
|
+
}
|
|
32765
|
+
|
|
32766
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32767
|
+
width: 100%;
|
|
32772
32768
|
}
|
|
32773
32769
|
|
|
32774
32770
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32796,6 +32792,24 @@ input.E_rf8rlle.ant-input {
|
|
|
32796
32792
|
cursor: default;
|
|
32797
32793
|
}
|
|
32798
32794
|
|
|
32795
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32796
|
+
display: flex;
|
|
32797
|
+
}
|
|
32798
|
+
|
|
32799
|
+
.E_tju3gfj .date {
|
|
32800
|
+
margin-right: 4px;
|
|
32801
|
+
}
|
|
32802
|
+
|
|
32803
|
+
.E_ivqqkzv {
|
|
32804
|
+
height: 24px;
|
|
32805
|
+
width: 56px !important;
|
|
32806
|
+
margin-right: 4px;
|
|
32807
|
+
}
|
|
32808
|
+
|
|
32809
|
+
.E_c1wk4q29 {
|
|
32810
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32811
|
+
}
|
|
32812
|
+
|
|
32799
32813
|
.E_sddwhm6 {
|
|
32800
32814
|
margin: 0;
|
|
32801
32815
|
border-radius: 20px;
|
|
@@ -32842,127 +32856,52 @@ input.E_rf8rlle.ant-input {
|
|
|
32842
32856
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32843
32857
|
background-color: #f0483e;
|
|
32844
32858
|
}
|
|
32845
|
-
|
|
32846
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32847
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32848
|
-
}
|
|
32849
|
-
|
|
32850
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32851
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32852
|
-
}
|
|
32853
|
-
|
|
32854
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32855
|
-
background-color: #fea008;
|
|
32856
|
-
}
|
|
32857
|
-
|
|
32858
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32859
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32860
|
-
}
|
|
32861
|
-
|
|
32862
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32863
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32864
|
-
}
|
|
32865
|
-
|
|
32866
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32867
|
-
background-color: #00ba5d;
|
|
32868
|
-
}
|
|
32869
|
-
|
|
32870
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32871
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32872
|
-
}
|
|
32873
|
-
|
|
32874
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32875
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32876
|
-
}
|
|
32877
|
-
|
|
32878
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32879
|
-
background-color: #6b7d99;
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32883
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32884
|
-
}
|
|
32885
|
-
|
|
32886
|
-
.E_satwmqm {
|
|
32887
|
-
width: 8px;
|
|
32888
|
-
height: 8px;
|
|
32889
|
-
border-radius: 50%;
|
|
32890
|
-
display: inline-block;
|
|
32891
|
-
}
|
|
32892
|
-
|
|
32893
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32894
|
-
border-radius: 6px;
|
|
32895
|
-
}
|
|
32896
|
-
|
|
32897
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32898
|
-
width: 100%;
|
|
32899
|
-
color: #2d3a56;
|
|
32900
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32901
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32902
|
-
font-size: 13px;
|
|
32903
|
-
}
|
|
32904
|
-
|
|
32905
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32906
|
-
height: 30px;
|
|
32907
|
-
}
|
|
32908
|
-
|
|
32909
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32910
|
-
height: 38px;
|
|
32911
|
-
font-size: 13px;
|
|
32912
|
-
}
|
|
32913
|
-
|
|
32914
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32915
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32916
|
-
transition: 160ms ease;
|
|
32917
|
-
}
|
|
32918
|
-
|
|
32919
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32920
|
-
color: #0080ff;
|
|
32859
|
+
|
|
32860
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32861
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32921
32862
|
}
|
|
32922
32863
|
|
|
32923
|
-
.
|
|
32924
|
-
|
|
32925
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32864
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32865
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32926
32866
|
}
|
|
32927
32867
|
|
|
32928
|
-
.
|
|
32929
|
-
color: #
|
|
32868
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32869
|
+
background-color: #fea008;
|
|
32930
32870
|
}
|
|
32931
32871
|
|
|
32932
|
-
.
|
|
32933
|
-
|
|
32934
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32872
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32873
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32935
32874
|
}
|
|
32936
32875
|
|
|
32937
|
-
.
|
|
32938
|
-
|
|
32876
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32877
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32939
32878
|
}
|
|
32940
32879
|
|
|
32941
|
-
.
|
|
32942
|
-
background:
|
|
32943
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32944
|
-
cursor: "not-allowed";
|
|
32880
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32881
|
+
background-color: #00ba5d;
|
|
32945
32882
|
}
|
|
32946
32883
|
|
|
32947
|
-
.
|
|
32948
|
-
|
|
32884
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32885
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32949
32886
|
}
|
|
32950
32887
|
|
|
32951
|
-
.
|
|
32952
|
-
color:
|
|
32888
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32889
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32953
32890
|
}
|
|
32954
32891
|
|
|
32955
|
-
.
|
|
32956
|
-
|
|
32957
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32892
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32893
|
+
background-color: #6b7d99;
|
|
32958
32894
|
}
|
|
32959
32895
|
|
|
32960
|
-
.
|
|
32961
|
-
|
|
32896
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32897
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32962
32898
|
}
|
|
32963
32899
|
|
|
32964
|
-
.
|
|
32965
|
-
|
|
32900
|
+
.E_satwmqm {
|
|
32901
|
+
width: 8px;
|
|
32902
|
+
height: 8px;
|
|
32903
|
+
border-radius: 50%;
|
|
32904
|
+
display: inline-block;
|
|
32966
32905
|
}
|
|
32967
32906
|
|
|
32968
32907
|
.E_s1sck0th {
|
|
@@ -33063,14 +33002,75 @@ input.E_rf8rlle.ant-input {
|
|
|
33063
33002
|
background-color: #7E41FF;
|
|
33064
33003
|
}
|
|
33065
33004
|
|
|
33066
|
-
.
|
|
33067
|
-
|
|
33068
|
-
width: 56px !important;
|
|
33069
|
-
margin-right: 4px;
|
|
33005
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
33006
|
+
border-radius: 6px;
|
|
33070
33007
|
}
|
|
33071
33008
|
|
|
33072
|
-
.
|
|
33073
|
-
|
|
33009
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
33010
|
+
width: 100%;
|
|
33011
|
+
color: #2d3a56;
|
|
33012
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33013
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33014
|
+
font-size: 13px;
|
|
33015
|
+
}
|
|
33016
|
+
|
|
33017
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
33018
|
+
height: 30px;
|
|
33019
|
+
}
|
|
33020
|
+
|
|
33021
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33022
|
+
height: 38px;
|
|
33023
|
+
font-size: 13px;
|
|
33024
|
+
}
|
|
33025
|
+
|
|
33026
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
33027
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33028
|
+
transition: 160ms ease;
|
|
33029
|
+
}
|
|
33030
|
+
|
|
33031
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33032
|
+
color: #0080ff;
|
|
33033
|
+
}
|
|
33034
|
+
|
|
33035
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33036
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33037
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33038
|
+
}
|
|
33039
|
+
|
|
33040
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33041
|
+
color: #0080ff;
|
|
33042
|
+
}
|
|
33043
|
+
|
|
33044
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33045
|
+
border-color: #0080ff;
|
|
33046
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33047
|
+
}
|
|
33048
|
+
|
|
33049
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33050
|
+
transform: rotate(180deg);
|
|
33051
|
+
}
|
|
33052
|
+
|
|
33053
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33054
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33055
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33056
|
+
cursor: "not-allowed";
|
|
33057
|
+
}
|
|
33058
|
+
|
|
33059
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33060
|
+
border-color: #f0483e !important;
|
|
33061
|
+
}
|
|
33062
|
+
|
|
33063
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33064
|
+
color: #1d326c;
|
|
33065
|
+
}
|
|
33066
|
+
|
|
33067
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33068
|
+
border-color: #0080ff;
|
|
33069
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33070
|
+
}
|
|
33071
|
+
|
|
33072
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33073
|
+
transform: rotate(180deg);
|
|
33074
33074
|
}
|
|
33075
33075
|
|
|
33076
33076
|
.E_h1ol2wl7 {
|
|
@@ -34619,55 +34619,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34619
34619
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34620
34620
|
}
|
|
34621
34621
|
|
|
34622
|
-
.
|
|
34622
|
+
.E_ckui4s7 {
|
|
34623
34623
|
color: #2d3a56;
|
|
34624
|
-
|
|
34624
|
+
line-height: 22px;
|
|
34625
|
+
display: inline-flex;
|
|
34626
|
+
}
|
|
34627
|
+
|
|
34628
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34629
|
+
height: 22px;
|
|
34625
34630
|
display: flex;
|
|
34626
|
-
justify-content: space-between;
|
|
34627
34631
|
align-items: center;
|
|
34632
|
+
top: 0;
|
|
34628
34633
|
}
|
|
34629
34634
|
|
|
34630
|
-
.
|
|
34631
|
-
|
|
34635
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34636
|
+
border: none;
|
|
34632
34637
|
}
|
|
34633
34638
|
|
|
34634
|
-
.
|
|
34635
|
-
|
|
34636
|
-
color: #00122e;
|
|
34639
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34640
|
+
border-color: #0080ff;
|
|
34637
34641
|
}
|
|
34638
34642
|
|
|
34639
|
-
.
|
|
34640
|
-
|
|
34641
|
-
font-weight: 600;
|
|
34643
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34644
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34642
34645
|
}
|
|
34643
34646
|
|
|
34644
|
-
.
|
|
34645
|
-
|
|
34647
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34648
|
+
border: 1px solid #0080ff;
|
|
34646
34649
|
}
|
|
34647
34650
|
|
|
34648
|
-
.
|
|
34649
|
-
|
|
34650
|
-
line-height: 18px;
|
|
34651
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34652
|
+
background: #0080ff;
|
|
34651
34653
|
}
|
|
34652
34654
|
|
|
34653
|
-
.
|
|
34654
|
-
|
|
34655
|
-
|
|
34656
|
-
|
|
34657
|
-
|
|
34658
|
-
|
|
34659
|
-
|
|
34655
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34656
|
+
background-color: #fff;
|
|
34657
|
+
height: 2px;
|
|
34658
|
+
width: 10px;
|
|
34659
|
+
border-radius: 2px;
|
|
34660
|
+
}
|
|
34661
|
+
|
|
34662
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34663
|
+
opacity: 0.5;
|
|
34664
|
+
}
|
|
34665
|
+
|
|
34666
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34667
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34668
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34669
|
+
}
|
|
34670
|
+
|
|
34671
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34672
|
+
border-color: #2d3a56;
|
|
34673
|
+
}
|
|
34674
|
+
|
|
34675
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34676
|
+
background: #2d3a56;
|
|
34677
|
+
}
|
|
34678
|
+
|
|
34679
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34680
|
+
padding: 0;
|
|
34681
|
+
}
|
|
34682
|
+
|
|
34683
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34684
|
+
display: inline-block;
|
|
34685
|
+
margin-left: 12px;
|
|
34660
34686
|
color: #2d3a56;
|
|
34661
|
-
font-weight: 700;
|
|
34662
34687
|
}
|
|
34663
34688
|
|
|
34664
|
-
.
|
|
34665
|
-
|
|
34666
|
-
|
|
34689
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34690
|
+
margin-left: 28px;
|
|
34691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34667
34692
|
}
|
|
34668
34693
|
|
|
34669
|
-
.
|
|
34670
|
-
|
|
34694
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34695
|
+
margin-left: 8px;
|
|
34696
|
+
}
|
|
34697
|
+
|
|
34698
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34699
|
+
margin-left: 24px;
|
|
34671
34700
|
}
|
|
34672
34701
|
|
|
34673
34702
|
.E_suhck3k {
|
|
@@ -34685,21 +34714,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34685
34714
|
fill: blue;
|
|
34686
34715
|
}
|
|
34687
34716
|
|
|
34688
|
-
.E_ryby9ds {
|
|
34717
|
+
.E_ryby9ds {
|
|
34718
|
+
display: flex;
|
|
34719
|
+
align-items: center;
|
|
34720
|
+
}
|
|
34721
|
+
|
|
34722
|
+
.E_ryby9ds .order {
|
|
34723
|
+
height: 24px;
|
|
34724
|
+
width: 24px;
|
|
34725
|
+
border-radius: 20px;
|
|
34726
|
+
color: #0080ff;
|
|
34727
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34728
|
+
display: flex;
|
|
34729
|
+
align-items: center;
|
|
34730
|
+
justify-content: center;
|
|
34731
|
+
margin-right: 6px;
|
|
34732
|
+
}
|
|
34733
|
+
|
|
34734
|
+
.E_c1kghdax {
|
|
34735
|
+
color: #2d3a56;
|
|
34736
|
+
padding: 7px 12px;
|
|
34737
|
+
display: flex;
|
|
34738
|
+
justify-content: space-between;
|
|
34739
|
+
align-items: center;
|
|
34740
|
+
}
|
|
34741
|
+
|
|
34742
|
+
.E_c1kghdax.has-arrow {
|
|
34743
|
+
padding-left: 10px;
|
|
34744
|
+
}
|
|
34745
|
+
|
|
34746
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34747
|
+
cursor: pointer;
|
|
34748
|
+
color: #00122e;
|
|
34749
|
+
}
|
|
34750
|
+
|
|
34751
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34752
|
+
color: #2d3a56;
|
|
34753
|
+
font-weight: 600;
|
|
34754
|
+
}
|
|
34755
|
+
|
|
34756
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34757
|
+
transform: rotate(90deg);
|
|
34758
|
+
}
|
|
34759
|
+
|
|
34760
|
+
.E_c1kghdax .sub-info {
|
|
34761
|
+
font-size: 12px;
|
|
34762
|
+
line-height: 18px;
|
|
34763
|
+
}
|
|
34764
|
+
|
|
34765
|
+
.E_c1kghdax .title-wrapper {
|
|
34689
34766
|
display: flex;
|
|
34690
34767
|
align-items: center;
|
|
34768
|
+
user-select: none;
|
|
34769
|
+
flex-grow: 1;
|
|
34770
|
+
font-size: 12px;
|
|
34771
|
+
line-height: 18px;
|
|
34772
|
+
color: #2d3a56;
|
|
34773
|
+
font-weight: 700;
|
|
34691
34774
|
}
|
|
34692
34775
|
|
|
34693
|
-
.
|
|
34694
|
-
|
|
34695
|
-
|
|
34696
|
-
|
|
34697
|
-
|
|
34698
|
-
|
|
34699
|
-
|
|
34700
|
-
align-items: center;
|
|
34701
|
-
justify-content: center;
|
|
34702
|
-
margin-right: 6px;
|
|
34776
|
+
.E_c1kghdax .collapse-arrow {
|
|
34777
|
+
transition: all 50ms ease-out 0ms;
|
|
34778
|
+
margin-right: 2px;
|
|
34779
|
+
}
|
|
34780
|
+
|
|
34781
|
+
.E_c1yd35n {
|
|
34782
|
+
padding: 0 12px 14px 12px;
|
|
34703
34783
|
}
|
|
34704
34784
|
|
|
34705
34785
|
.E_b14q2gmw {
|
|
@@ -34758,94 +34838,242 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34758
34838
|
background: rgba(163, 180, 204, 0.18);
|
|
34759
34839
|
}
|
|
34760
34840
|
|
|
34761
|
-
.
|
|
34762
|
-
|
|
34841
|
+
.E_t1dtlqs1 {
|
|
34842
|
+
margin-bottom: 4px;
|
|
34843
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34844
|
+
overflow: hidden;
|
|
34845
|
+
text-overflow: ellipsis;
|
|
34846
|
+
white-space: nowrap;
|
|
34763
34847
|
}
|
|
34764
34848
|
|
|
34765
|
-
.
|
|
34766
|
-
|
|
34767
|
-
|
|
34768
|
-
|
|
34849
|
+
.E_s1ese5oy {
|
|
34850
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34851
|
+
line-height: 32px;
|
|
34852
|
+
height: 32px;
|
|
34853
|
+
margin-bottom: 0;
|
|
34769
34854
|
}
|
|
34770
34855
|
|
|
34771
|
-
.
|
|
34772
|
-
color: #
|
|
34773
|
-
line-height: 22px;
|
|
34774
|
-
display: inline-flex;
|
|
34856
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34857
|
+
color: #0080ff;
|
|
34775
34858
|
}
|
|
34776
34859
|
|
|
34777
|
-
.
|
|
34778
|
-
|
|
34779
|
-
|
|
34780
|
-
|
|
34860
|
+
.E_s1ese5oy.warning {
|
|
34861
|
+
color: #ffa500;
|
|
34862
|
+
}
|
|
34863
|
+
|
|
34864
|
+
.E_s1ese5oy.success {
|
|
34865
|
+
color: #00ba5d;
|
|
34866
|
+
}
|
|
34867
|
+
|
|
34868
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34869
|
+
color: #f0483e;
|
|
34870
|
+
}
|
|
34871
|
+
|
|
34872
|
+
.E_s1ese5oy.normal {
|
|
34873
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34874
|
+
}
|
|
34875
|
+
|
|
34876
|
+
.E_b1ibis43 {
|
|
34877
|
+
margin-bottom: 0;
|
|
34878
|
+
color: #00122e;
|
|
34879
|
+
}
|
|
34880
|
+
|
|
34881
|
+
.E_b11xxjd2 {
|
|
34882
|
+
line-height: 32px;
|
|
34883
|
+
margin-right: 6px;
|
|
34884
|
+
}
|
|
34885
|
+
|
|
34886
|
+
.E_bsub5bw.with-description {
|
|
34887
|
+
height: 24px;
|
|
34888
|
+
flex: 1;
|
|
34889
|
+
position: relative;
|
|
34890
|
+
top: -7px;
|
|
34891
|
+
}
|
|
34892
|
+
|
|
34893
|
+
.E_bsub5bw p {
|
|
34894
|
+
width: 100%;
|
|
34895
|
+
overflow: hidden;
|
|
34896
|
+
text-overflow: ellipsis;
|
|
34897
|
+
white-space: nowrap;
|
|
34898
|
+
}
|
|
34899
|
+
|
|
34900
|
+
.E_tmoyoag {
|
|
34901
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34902
|
+
border-radius: 8px;
|
|
34903
|
+
overflow: auto;
|
|
34904
|
+
}
|
|
34905
|
+
|
|
34906
|
+
.E_tmoyoag .ant-list {
|
|
34907
|
+
position: relative;
|
|
34908
|
+
}
|
|
34909
|
+
|
|
34910
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34911
|
+
position: sticky;
|
|
34781
34912
|
top: 0;
|
|
34913
|
+
z-index: 2;
|
|
34914
|
+
display: flex;
|
|
34915
|
+
padding: 8px;
|
|
34916
|
+
flex-wrap: nowrap;
|
|
34917
|
+
justify-content: flex-start;
|
|
34918
|
+
background: #f2f5fa;
|
|
34919
|
+
font-size: 14px;
|
|
34920
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34921
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34782
34922
|
}
|
|
34783
34923
|
|
|
34784
|
-
.
|
|
34924
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34925
|
+
align-items: inherit;
|
|
34926
|
+
}
|
|
34927
|
+
|
|
34928
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34929
|
+
display: flex;
|
|
34930
|
+
justify-content: flex-start;
|
|
34931
|
+
align-items: flex-start;
|
|
34932
|
+
flex-wrap: wrap;
|
|
34933
|
+
padding: 8px;
|
|
34785
34934
|
border: none;
|
|
34786
34935
|
}
|
|
34787
34936
|
|
|
34788
|
-
.
|
|
34789
|
-
|
|
34937
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34938
|
+
flex-basis: 100%;
|
|
34939
|
+
margin: 12px 0 0;
|
|
34940
|
+
order: 99;
|
|
34941
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34790
34942
|
}
|
|
34791
34943
|
|
|
34792
|
-
.
|
|
34793
|
-
|
|
34944
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34945
|
+
color: #f0483e;
|
|
34946
|
+
flex-basis: 100%;
|
|
34947
|
+
order: 98;
|
|
34948
|
+
margin: 12px 0 0;
|
|
34794
34949
|
}
|
|
34795
34950
|
|
|
34796
|
-
.
|
|
34797
|
-
|
|
34951
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34952
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34798
34953
|
}
|
|
34799
34954
|
|
|
34800
|
-
.
|
|
34801
|
-
background:
|
|
34955
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34956
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34802
34957
|
}
|
|
34803
34958
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
|
|
34807
|
-
width: 10px;
|
|
34808
|
-
border-radius: 2px;
|
|
34959
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34960
|
+
flex: 1 0 0;
|
|
34961
|
+
overflow: hidden;
|
|
34809
34962
|
}
|
|
34810
34963
|
|
|
34811
|
-
.
|
|
34812
|
-
|
|
34964
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34965
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34966
|
+
margin: 0;
|
|
34813
34967
|
}
|
|
34814
34968
|
|
|
34815
|
-
.
|
|
34816
|
-
|
|
34817
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34969
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34970
|
+
text-align: center;
|
|
34818
34971
|
}
|
|
34819
34972
|
|
|
34820
|
-
.
|
|
34821
|
-
|
|
34973
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34974
|
+
text-align: center;
|
|
34822
34975
|
}
|
|
34823
34976
|
|
|
34824
|
-
.
|
|
34825
|
-
|
|
34977
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34978
|
+
text-align: left;
|
|
34826
34979
|
}
|
|
34827
34980
|
|
|
34828
|
-
.
|
|
34981
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34982
|
+
text-align: left;
|
|
34983
|
+
}
|
|
34984
|
+
|
|
34985
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34986
|
+
text-align: right;
|
|
34987
|
+
}
|
|
34988
|
+
|
|
34989
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34990
|
+
text-align: right;
|
|
34991
|
+
}
|
|
34992
|
+
|
|
34993
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34994
|
+
margin-right: 8px;
|
|
34995
|
+
}
|
|
34996
|
+
|
|
34997
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34998
|
+
padding: 4px;
|
|
34999
|
+
width: 24px;
|
|
35000
|
+
height: 24px;
|
|
35001
|
+
overflow: hidden;
|
|
35002
|
+
}
|
|
35003
|
+
|
|
35004
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34829
35005
|
padding: 0;
|
|
34830
35006
|
}
|
|
34831
35007
|
|
|
34832
|
-
.
|
|
34833
|
-
|
|
34834
|
-
|
|
34835
|
-
|
|
35008
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35009
|
+
cursor: not-allowed;
|
|
35010
|
+
opacity: 0.5;
|
|
35011
|
+
}
|
|
35012
|
+
|
|
35013
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35014
|
+
margin: 0;
|
|
35015
|
+
}
|
|
35016
|
+
|
|
35017
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35018
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35019
|
+
border-radius: 5px;
|
|
35020
|
+
font-size: 12px;
|
|
35021
|
+
}
|
|
35022
|
+
|
|
35023
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35024
|
+
font-size: inherit;
|
|
35025
|
+
}
|
|
35026
|
+
|
|
35027
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35028
|
+
min-height: 24px;
|
|
35029
|
+
font-size: 12px;
|
|
35030
|
+
position: relative;
|
|
35031
|
+
}
|
|
35032
|
+
|
|
35033
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35034
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35035
|
+
}
|
|
35036
|
+
|
|
35037
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35038
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35039
|
+
}
|
|
35040
|
+
|
|
35041
|
+
.E_a138syjm {
|
|
35042
|
+
display: flex;
|
|
35043
|
+
align-items: center;
|
|
35044
|
+
margin-top: 8px;
|
|
35045
|
+
}
|
|
35046
|
+
|
|
35047
|
+
.E_a138syjm button.ant-btn {
|
|
35048
|
+
padding: 2px 8px;
|
|
35049
|
+
height: 24px;
|
|
35050
|
+
}
|
|
35051
|
+
|
|
35052
|
+
.E_a138syjm > span.maximum-desc {
|
|
35053
|
+
display: none;
|
|
35054
|
+
margin-left: 8px;
|
|
35055
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35056
|
+
}
|
|
35057
|
+
|
|
35058
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35059
|
+
display: inline;
|
|
34836
35060
|
}
|
|
34837
35061
|
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34840
|
-
|
|
35062
|
+
.E_d77i8u0 {
|
|
35063
|
+
width: 24px;
|
|
35064
|
+
height: 24px;
|
|
35065
|
+
padding: 4px;
|
|
35066
|
+
margin-right: 8px;
|
|
34841
35067
|
}
|
|
34842
35068
|
|
|
34843
|
-
.
|
|
34844
|
-
|
|
35069
|
+
.E_w7ob4th.outside-tag {
|
|
35070
|
+
padding-left: 0;
|
|
34845
35071
|
}
|
|
34846
35072
|
|
|
34847
|
-
.
|
|
34848
|
-
|
|
35073
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35074
|
+
border-radius: 4px 0 0 4px;
|
|
35075
|
+
padding-right: 4px;
|
|
35076
|
+
margin-right: 4px;
|
|
34849
35077
|
}
|
|
34850
35078
|
|
|
34851
35079
|
.E_t160l1cm {
|
|
@@ -35098,6 +35326,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35098
35326
|
background: transparent;
|
|
35099
35327
|
}
|
|
35100
35328
|
|
|
35329
|
+
.E_i1g85yz3 {
|
|
35330
|
+
margin-right: 4px;
|
|
35331
|
+
height: 16px;
|
|
35332
|
+
}
|
|
35333
|
+
|
|
35101
35334
|
.E_slr2ynn {
|
|
35102
35335
|
padding: 0 8px;
|
|
35103
35336
|
height: 18px;
|
|
@@ -35127,239 +35360,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35127
35360
|
white-space: normal;
|
|
35128
35361
|
}
|
|
35129
35362
|
|
|
35130
|
-
.E_i1g85yz3 {
|
|
35131
|
-
margin-right: 4px;
|
|
35132
|
-
height: 16px;
|
|
35133
|
-
}
|
|
35134
|
-
|
|
35135
|
-
.E_t1dtlqs1 {
|
|
35136
|
-
margin-bottom: 4px;
|
|
35137
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35138
|
-
overflow: hidden;
|
|
35139
|
-
text-overflow: ellipsis;
|
|
35140
|
-
white-space: nowrap;
|
|
35141
|
-
}
|
|
35142
|
-
|
|
35143
|
-
.E_s1ese5oy {
|
|
35144
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35145
|
-
line-height: 32px;
|
|
35146
|
-
height: 32px;
|
|
35147
|
-
margin-bottom: 0;
|
|
35148
|
-
}
|
|
35149
|
-
|
|
35150
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35151
|
-
color: #0080ff;
|
|
35152
|
-
}
|
|
35153
|
-
|
|
35154
|
-
.E_s1ese5oy.warning {
|
|
35155
|
-
color: #ffa500;
|
|
35156
|
-
}
|
|
35157
|
-
|
|
35158
|
-
.E_s1ese5oy.success {
|
|
35159
|
-
color: #00ba5d;
|
|
35160
|
-
}
|
|
35161
|
-
|
|
35162
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35163
|
-
color: #f0483e;
|
|
35164
|
-
}
|
|
35165
|
-
|
|
35166
|
-
.E_s1ese5oy.normal {
|
|
35167
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35168
|
-
}
|
|
35169
|
-
|
|
35170
|
-
.E_b1ibis43 {
|
|
35171
|
-
margin-bottom: 0;
|
|
35172
|
-
color: #00122e;
|
|
35173
|
-
}
|
|
35174
|
-
|
|
35175
|
-
.E_b11xxjd2 {
|
|
35176
|
-
line-height: 32px;
|
|
35177
|
-
margin-right: 6px;
|
|
35178
|
-
}
|
|
35179
|
-
|
|
35180
|
-
.E_bsub5bw.with-description {
|
|
35181
|
-
height: 24px;
|
|
35182
|
-
flex: 1;
|
|
35183
|
-
position: relative;
|
|
35184
|
-
top: -7px;
|
|
35185
|
-
}
|
|
35186
|
-
|
|
35187
|
-
.E_bsub5bw p {
|
|
35188
|
-
width: 100%;
|
|
35189
|
-
overflow: hidden;
|
|
35190
|
-
text-overflow: ellipsis;
|
|
35191
|
-
white-space: nowrap;
|
|
35192
|
-
}
|
|
35193
|
-
|
|
35194
|
-
.E_tmoyoag {
|
|
35195
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35196
|
-
border-radius: 8px;
|
|
35197
|
-
overflow: auto;
|
|
35198
|
-
}
|
|
35199
|
-
|
|
35200
|
-
.E_tmoyoag .ant-list {
|
|
35201
|
-
position: relative;
|
|
35202
|
-
}
|
|
35203
|
-
|
|
35204
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35205
|
-
position: sticky;
|
|
35206
|
-
top: 0;
|
|
35207
|
-
z-index: 2;
|
|
35208
|
-
display: flex;
|
|
35209
|
-
padding: 8px;
|
|
35210
|
-
flex-wrap: nowrap;
|
|
35211
|
-
justify-content: flex-start;
|
|
35212
|
-
background: #f2f5fa;
|
|
35213
|
-
font-size: 14px;
|
|
35214
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35215
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35216
|
-
}
|
|
35217
|
-
|
|
35218
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35219
|
-
align-items: inherit;
|
|
35220
|
-
}
|
|
35221
|
-
|
|
35222
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35223
|
-
display: flex;
|
|
35224
|
-
justify-content: flex-start;
|
|
35225
|
-
align-items: flex-start;
|
|
35226
|
-
flex-wrap: wrap;
|
|
35227
|
-
padding: 8px;
|
|
35228
|
-
border: none;
|
|
35229
|
-
}
|
|
35230
|
-
|
|
35231
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35232
|
-
flex-basis: 100%;
|
|
35233
|
-
margin: 12px 0 0;
|
|
35234
|
-
order: 99;
|
|
35235
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35236
|
-
}
|
|
35237
|
-
|
|
35238
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35239
|
-
color: #f0483e;
|
|
35240
|
-
flex-basis: 100%;
|
|
35241
|
-
order: 98;
|
|
35242
|
-
margin: 12px 0 0;
|
|
35243
|
-
}
|
|
35244
|
-
|
|
35245
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35246
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35247
|
-
}
|
|
35248
|
-
|
|
35249
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35250
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35251
|
-
}
|
|
35252
|
-
|
|
35253
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35254
|
-
flex: 1 0 0;
|
|
35255
|
-
overflow: hidden;
|
|
35256
|
-
}
|
|
35257
|
-
|
|
35258
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35259
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35260
|
-
margin: 0;
|
|
35261
|
-
}
|
|
35262
|
-
|
|
35263
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35264
|
-
text-align: center;
|
|
35265
|
-
}
|
|
35266
|
-
|
|
35267
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35268
|
-
text-align: center;
|
|
35269
|
-
}
|
|
35270
|
-
|
|
35271
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35272
|
-
text-align: left;
|
|
35273
|
-
}
|
|
35274
|
-
|
|
35275
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35276
|
-
text-align: left;
|
|
35277
|
-
}
|
|
35278
|
-
|
|
35279
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35280
|
-
text-align: right;
|
|
35281
|
-
}
|
|
35282
|
-
|
|
35283
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35284
|
-
text-align: right;
|
|
35285
|
-
}
|
|
35286
|
-
|
|
35287
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35288
|
-
margin-right: 8px;
|
|
35289
|
-
}
|
|
35290
|
-
|
|
35291
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35292
|
-
padding: 4px;
|
|
35293
|
-
width: 24px;
|
|
35294
|
-
height: 24px;
|
|
35295
|
-
overflow: hidden;
|
|
35296
|
-
}
|
|
35297
|
-
|
|
35298
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35299
|
-
padding: 0;
|
|
35300
|
-
}
|
|
35301
|
-
|
|
35302
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35303
|
-
cursor: not-allowed;
|
|
35304
|
-
opacity: 0.5;
|
|
35305
|
-
}
|
|
35306
|
-
|
|
35307
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35308
|
-
margin: 0;
|
|
35309
|
-
}
|
|
35310
|
-
|
|
35311
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35312
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35313
|
-
border-radius: 5px;
|
|
35314
|
-
font-size: 12px;
|
|
35315
|
-
}
|
|
35316
|
-
|
|
35317
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35318
|
-
font-size: inherit;
|
|
35319
|
-
}
|
|
35320
|
-
|
|
35321
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35322
|
-
min-height: 24px;
|
|
35323
|
-
font-size: 12px;
|
|
35324
|
-
position: relative;
|
|
35325
|
-
}
|
|
35326
|
-
|
|
35327
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35328
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35329
|
-
}
|
|
35330
|
-
|
|
35331
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35332
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35333
|
-
}
|
|
35334
|
-
|
|
35335
|
-
.E_a138syjm {
|
|
35336
|
-
display: flex;
|
|
35337
|
-
align-items: center;
|
|
35338
|
-
margin-top: 8px;
|
|
35339
|
-
}
|
|
35340
|
-
|
|
35341
|
-
.E_a138syjm button.ant-btn {
|
|
35342
|
-
padding: 2px 8px;
|
|
35343
|
-
height: 24px;
|
|
35344
|
-
}
|
|
35345
|
-
|
|
35346
|
-
.E_a138syjm > span.maximum-desc {
|
|
35347
|
-
display: none;
|
|
35348
|
-
margin-left: 8px;
|
|
35349
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35350
|
-
}
|
|
35351
|
-
|
|
35352
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
35353
|
-
display: inline;
|
|
35354
|
-
}
|
|
35355
|
-
|
|
35356
|
-
.E_d77i8u0 {
|
|
35357
|
-
width: 24px;
|
|
35358
|
-
height: 24px;
|
|
35359
|
-
padding: 4px;
|
|
35360
|
-
margin-right: 8px;
|
|
35361
|
-
}
|
|
35362
|
-
|
|
35363
35363
|
.E_f7pxqmh {
|
|
35364
35364
|
width: 100%;
|
|
35365
35365
|
margin-bottom: 0 !important;
|