@cloudtower/eagle 0.27.51 → 0.27.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1189 -1189
- package/dist/esm/index.js +634 -635
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Cascader/index.d.ts +1 -2
- package/dist/src/index.d.ts +1 -0
- package/dist/src/spec/base.d.ts +0 -2
- package/dist/stories/docs/cascader/cascader.stories.d.ts +1 -1
- package/dist/style.css +1616 -1616
- package/dist/umd/index.js +633 -633
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29693,21 +29693,6 @@ html body {
|
|
|
29693
29693
|
font-size: 14px;
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
-
.E_fzh9mnb {
|
|
29697
|
-
width: 100%;
|
|
29698
|
-
height: 100%;
|
|
29699
|
-
min-height: 124px;
|
|
29700
|
-
display: flex;
|
|
29701
|
-
flex-direction: column;
|
|
29702
|
-
justify-content: center;
|
|
29703
|
-
align-items: center;
|
|
29704
|
-
}
|
|
29705
|
-
.E_fzh9mnb .error-text {
|
|
29706
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29707
|
-
margin-bottom: 16px;
|
|
29708
|
-
font-size: 18px;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
29696
|
.E_b1nip9bk {
|
|
29712
29697
|
padding: 4px 11px;
|
|
29713
29698
|
}
|
|
@@ -30005,6 +29990,21 @@ html body {
|
|
|
30005
29990
|
animation: rotate 680ms linear infinite;
|
|
30006
29991
|
}
|
|
30007
29992
|
|
|
29993
|
+
.E_fzh9mnb {
|
|
29994
|
+
width: 100%;
|
|
29995
|
+
height: 100%;
|
|
29996
|
+
min-height: 124px;
|
|
29997
|
+
display: flex;
|
|
29998
|
+
flex-direction: column;
|
|
29999
|
+
justify-content: center;
|
|
30000
|
+
align-items: center;
|
|
30001
|
+
}
|
|
30002
|
+
.E_fzh9mnb .error-text {
|
|
30003
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30004
|
+
margin-bottom: 16px;
|
|
30005
|
+
font-size: 18px;
|
|
30006
|
+
}
|
|
30007
|
+
|
|
30008
30008
|
.E_i1inqkme {
|
|
30009
30009
|
height: 18px;
|
|
30010
30010
|
line-height: 18px;
|
|
@@ -30084,61 +30084,6 @@ html body {
|
|
|
30084
30084
|
line-height: 18px;
|
|
30085
30085
|
}
|
|
30086
30086
|
|
|
30087
|
-
.E_s1dizucg.ant-switch {
|
|
30088
|
-
min-width: 40px;
|
|
30089
|
-
height: 24px;
|
|
30090
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30091
|
-
overflow: hidden;
|
|
30092
|
-
}
|
|
30093
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30094
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30095
|
-
}
|
|
30096
|
-
.E_s1dizucg.ant-switch-small {
|
|
30097
|
-
min-width: 26px;
|
|
30098
|
-
height: 16px;
|
|
30099
|
-
}
|
|
30100
|
-
.E_s1dizucg.ant-switch-large {
|
|
30101
|
-
min-width: 52px;
|
|
30102
|
-
height: 32px;
|
|
30103
|
-
}
|
|
30104
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30105
|
-
height: 20px;
|
|
30106
|
-
width: 20px;
|
|
30107
|
-
}
|
|
30108
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30109
|
-
border-radius: 10px;
|
|
30110
|
-
transition-delay: 120ms;
|
|
30111
|
-
}
|
|
30112
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30113
|
-
height: 14px;
|
|
30114
|
-
width: 14px;
|
|
30115
|
-
top: 1px;
|
|
30116
|
-
left: 1px;
|
|
30117
|
-
}
|
|
30118
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30119
|
-
height: 28px;
|
|
30120
|
-
width: 28px;
|
|
30121
|
-
}
|
|
30122
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30123
|
-
border-radius: 14px;
|
|
30124
|
-
}
|
|
30125
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30126
|
-
background-color: #00ba5d;
|
|
30127
|
-
}
|
|
30128
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30129
|
-
left: calc(100% - 20px - 2px);
|
|
30130
|
-
}
|
|
30131
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30132
|
-
left: calc(100% - 14px - 1px);
|
|
30133
|
-
}
|
|
30134
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30135
|
-
left: calc(100% - 28px - 2px);
|
|
30136
|
-
}
|
|
30137
|
-
|
|
30138
|
-
.E_c1up6e3y {
|
|
30139
|
-
margin-left: 5px;
|
|
30140
|
-
}
|
|
30141
|
-
|
|
30142
30087
|
.E_rapgekc.ant-radio-wrapper {
|
|
30143
30088
|
display: inline-flex;
|
|
30144
30089
|
align-items: baseline;
|
|
@@ -30285,1146 +30230,1201 @@ html body {
|
|
|
30285
30230
|
width: 36px;
|
|
30286
30231
|
}
|
|
30287
30232
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30233
|
+
.E_cnujxq2 {
|
|
30234
|
+
display: flex;
|
|
30235
|
+
flex-direction: column;
|
|
30290
30236
|
}
|
|
30291
30237
|
|
|
30292
|
-
.
|
|
30238
|
+
.E_m7s48ia {
|
|
30239
|
+
max-width: 1120px;
|
|
30240
|
+
width: 100%;
|
|
30241
|
+
margin: 0 auto;
|
|
30293
30242
|
height: 100%;
|
|
30294
30243
|
}
|
|
30295
|
-
|
|
30296
|
-
|
|
30297
|
-
|
|
30244
|
+
|
|
30245
|
+
.E_wt5zbg6 {
|
|
30246
|
+
max-width: 1120px;
|
|
30247
|
+
width: 100%;
|
|
30248
|
+
margin: 0 auto;
|
|
30249
|
+
display: flex;
|
|
30298
30250
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30251
|
+
.E_wt5zbg6 .left,
|
|
30252
|
+
.E_wt5zbg6 .right {
|
|
30253
|
+
flex-grow: 0;
|
|
30254
|
+
flex-shrink: 0;
|
|
30255
|
+
flex-basis: 21%;
|
|
30301
30256
|
}
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30304
|
-
|
|
30257
|
+
.E_wt5zbg6 .left {
|
|
30258
|
+
display: flex;
|
|
30259
|
+
justify-content: flex-end;
|
|
30260
|
+
padding-right: 44px;
|
|
30305
30261
|
}
|
|
30306
|
-
.
|
|
30307
|
-
padding:
|
|
30262
|
+
.E_wt5zbg6 .right {
|
|
30263
|
+
padding-left: 44px;
|
|
30308
30264
|
}
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30265
|
+
.E_wt5zbg6 .middle {
|
|
30266
|
+
margin-bottom: 40px;
|
|
30267
|
+
flex-grow: 0;
|
|
30268
|
+
flex-shrink: 0;
|
|
30269
|
+
flex-basis: 58%;
|
|
30311
30270
|
}
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30271
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30272
|
+
width: 100%;
|
|
30314
30273
|
}
|
|
30315
|
-
.
|
|
30316
|
-
|
|
30274
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30275
|
+
width: auto;
|
|
30317
30276
|
}
|
|
30318
|
-
|
|
30319
|
-
|
|
30277
|
+
|
|
30278
|
+
.E_h18jprzg .ant-modal-header {
|
|
30279
|
+
margin: 0 auto;
|
|
30280
|
+
width: 100%;
|
|
30281
|
+
max-width: 648px;
|
|
30320
30282
|
}
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
overflow: visible;
|
|
30283
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30284
|
+
margin-left: 0;
|
|
30324
30285
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30286
|
+
.E_h18jprzg .ant-modal-body {
|
|
30287
|
+
margin: 0 auto;
|
|
30288
|
+
padding: 0;
|
|
30289
|
+
width: 100%;
|
|
30290
|
+
max-width: 648px;
|
|
30291
|
+
overflow: hidden;
|
|
30327
30292
|
}
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30330
|
-
display: none;
|
|
30293
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30294
|
+
margin-bottom: 40px;
|
|
30331
30295
|
}
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30296
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30297
|
+
height: calc(100vh - 225px);
|
|
30298
|
+
overflow-y: auto;
|
|
30334
30299
|
}
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30337
|
-
|
|
30338
|
-
padding: 0 !important;
|
|
30300
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30301
|
+
margin: 0 auto;
|
|
30302
|
+
max-width: 648px;
|
|
30339
30303
|
}
|
|
30340
|
-
|
|
30341
|
-
.
|
|
30342
|
-
|
|
30343
|
-
|
|
30344
|
-
|
|
30345
|
-
padding: 8px;
|
|
30304
|
+
|
|
30305
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30306
|
+
margin: 0 auto;
|
|
30307
|
+
width: 100%;
|
|
30308
|
+
max-width: 1024px;
|
|
30346
30309
|
}
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
|
|
30310
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30311
|
+
margin-left: 0;
|
|
30312
|
+
}
|
|
30313
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30314
|
+
margin: 0 auto;
|
|
30315
|
+
padding: 0;
|
|
30351
30316
|
width: 100%;
|
|
30317
|
+
max-width: 1024px;
|
|
30318
|
+
overflow: hidden;
|
|
30352
30319
|
}
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30320
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30321
|
+
margin-bottom: 40px;
|
|
30355
30322
|
}
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30323
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30324
|
+
height: calc(100vh - 225px);
|
|
30325
|
+
overflow-y: auto;
|
|
30358
30326
|
}
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
border-right: none;
|
|
30363
|
-
border-bottom: none;
|
|
30364
|
-
height: 100%;
|
|
30365
|
-
font-size: 12px;
|
|
30366
|
-
background: transparent;
|
|
30327
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30328
|
+
margin: 0 auto;
|
|
30329
|
+
max-width: 1024px;
|
|
30367
30330
|
}
|
|
30368
|
-
|
|
30369
|
-
|
|
30370
|
-
|
|
30371
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30372
|
-
margin-bottom: -1px;
|
|
30331
|
+
|
|
30332
|
+
.E_f1lrhghm {
|
|
30333
|
+
flex: 1;
|
|
30373
30334
|
}
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30335
|
+
.E_f1lrhghm label {
|
|
30336
|
+
font-size: 13px;
|
|
30337
|
+
line-height: 20px;
|
|
30338
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30339
|
+
}
|
|
30340
|
+
.E_f1lrhghm .title {
|
|
30341
|
+
font-size: 14px;
|
|
30342
|
+
line-height: 20px;
|
|
30376
30343
|
color: #2d3a56;
|
|
30344
|
+
margin-bottom: 12px;
|
|
30377
30345
|
}
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30346
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30347
|
+
padding-bottom: 26px;
|
|
30381
30348
|
}
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
|
|
30349
|
+
|
|
30350
|
+
.E_f18ot8em {
|
|
30351
|
+
padding: 25px 0 15px 0;
|
|
30352
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30353
|
+
margin-bottom: 16px;
|
|
30385
30354
|
}
|
|
30386
|
-
|
|
30387
|
-
|
|
30355
|
+
|
|
30356
|
+
.E_f1l1g2k0 {
|
|
30357
|
+
display: flex;
|
|
30358
|
+
align-items: center;
|
|
30359
|
+
margin-bottom: 8px;
|
|
30388
30360
|
}
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
position: absolute;
|
|
30392
|
-
top: 50%;
|
|
30393
|
-
right: 12px;
|
|
30394
|
-
transform: translateY(-50%);
|
|
30395
|
-
}
|
|
30396
|
-
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30397
|
-
box-shadow: none;
|
|
30398
|
-
width: 1px;
|
|
30399
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30400
|
-
}
|
|
30401
|
-
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30402
|
-
box-shadow: none;
|
|
30403
|
-
width: 1px;
|
|
30404
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30405
|
-
}
|
|
30406
|
-
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
30407
|
-
position: relative;
|
|
30408
|
-
}
|
|
30409
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
30410
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30411
|
-
border-bottom: 1px solid white;
|
|
30412
|
-
height: 40px;
|
|
30413
|
-
vertical-align: middle;
|
|
30414
|
-
transition: background 0ms;
|
|
30415
|
-
color: #00122e;
|
|
30416
|
-
}
|
|
30417
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30418
|
-
background: #f2f5fa;
|
|
30419
|
-
border-bottom-color: #f2f5fa;
|
|
30420
|
-
}
|
|
30421
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30422
|
-
height: auto;
|
|
30423
|
-
color: #00122e;
|
|
30424
|
-
font-size: 12px;
|
|
30425
|
-
text-align: left;
|
|
30426
|
-
transition: none;
|
|
30427
|
-
overflow: hidden;
|
|
30428
|
-
text-overflow: ellipsis;
|
|
30429
|
-
white-space: nowrap;
|
|
30361
|
+
.E_f1l1g2k0 > label {
|
|
30362
|
+
width: 216px;
|
|
30430
30363
|
}
|
|
30431
|
-
.
|
|
30432
|
-
|
|
30364
|
+
.E_f1l1g2k0 > label + * {
|
|
30365
|
+
width: 100%;
|
|
30433
30366
|
}
|
|
30434
|
-
.
|
|
30435
|
-
overflow: hidden;
|
|
30436
|
-
text-overflow: ellipsis;
|
|
30367
|
+
.E_f1l1g2k0 .ant-select {
|
|
30437
30368
|
width: 100%;
|
|
30438
|
-
vertical-align: middle;
|
|
30439
30369
|
}
|
|
30440
|
-
|
|
30441
|
-
|
|
30370
|
+
|
|
30371
|
+
.E_e1k89cwg {
|
|
30372
|
+
color: #e75a3a;
|
|
30373
|
+
margin-right: 10px;
|
|
30442
30374
|
}
|
|
30443
|
-
|
|
30444
|
-
|
|
30375
|
+
|
|
30376
|
+
.E_d1oui1gf {
|
|
30377
|
+
width: 100%;
|
|
30378
|
+
height: 1px;
|
|
30379
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30380
|
+
margin: 24px 0;
|
|
30445
30381
|
}
|
|
30446
|
-
|
|
30447
|
-
|
|
30382
|
+
|
|
30383
|
+
.E_l15itdbb {
|
|
30384
|
+
display: flex;
|
|
30385
|
+
justify-content: center;
|
|
30386
|
+
align-items: center;
|
|
30387
|
+
height: 100%;
|
|
30448
30388
|
}
|
|
30449
|
-
|
|
30450
|
-
|
|
30451
|
-
|
|
30389
|
+
|
|
30390
|
+
.E_d1y3z4w {
|
|
30391
|
+
display: inline-block;
|
|
30392
|
+
width: 4px;
|
|
30393
|
+
height: 4px;
|
|
30394
|
+
background: #8e9aa9;
|
|
30395
|
+
opacity: 0.4;
|
|
30396
|
+
border-radius: 50%;
|
|
30397
|
+
margin: 0 4px;
|
|
30452
30398
|
}
|
|
30453
|
-
|
|
30454
|
-
|
|
30399
|
+
|
|
30400
|
+
.E_m177r7a3 .ant-modal-header,
|
|
30401
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
30402
|
+
width: 648px;
|
|
30403
|
+
margin: 0 auto;
|
|
30455
30404
|
}
|
|
30456
|
-
.
|
|
30457
|
-
|
|
30405
|
+
.E_m177r7a3 .ant-modal-header {
|
|
30406
|
+
padding: 35px 0 24px;
|
|
30407
|
+
border: none;
|
|
30458
30408
|
}
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
width: 4px;
|
|
30462
|
-
top: -1px;
|
|
30463
|
-
bottom: -1px;
|
|
30464
|
-
background: white;
|
|
30409
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
30410
|
+
font-size: 30px;
|
|
30465
30411
|
}
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30412
|
+
.E_m177r7a3 .ant-modal-body {
|
|
30413
|
+
padding: 4px 0 2px;
|
|
30468
30414
|
}
|
|
30469
|
-
.
|
|
30470
|
-
border
|
|
30471
|
-
background: white;
|
|
30472
|
-
border-top: none;
|
|
30415
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
30416
|
+
border: none;
|
|
30473
30417
|
}
|
|
30474
|
-
|
|
30475
|
-
|
|
30476
|
-
|
|
30477
|
-
|
|
30418
|
+
|
|
30419
|
+
.E_t1wwio3v {
|
|
30420
|
+
font-size: 12px;
|
|
30421
|
+
line-height: 18px;
|
|
30422
|
+
font-weight: bold;
|
|
30423
|
+
color: #fff;
|
|
30424
|
+
padding: 0 4px;
|
|
30425
|
+
border-radius: 4px;
|
|
30426
|
+
display: inline-block;
|
|
30427
|
+
background: var(--t1wwio3v-0);
|
|
30478
30428
|
}
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30481
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30429
|
+
.E_t1wwio3v:not(:first-child) {
|
|
30430
|
+
margin-left: 4px;
|
|
30482
30431
|
}
|
|
30483
|
-
|
|
30432
|
+
|
|
30433
|
+
.E_f17jvtfk {
|
|
30434
|
+
width: 100%;
|
|
30435
|
+
height: 100%;
|
|
30484
30436
|
display: flex;
|
|
30485
30437
|
align-items: center;
|
|
30486
|
-
|
|
30487
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30438
|
+
justify-content: center;
|
|
30488
30439
|
}
|
|
30489
|
-
|
|
30490
|
-
|
|
30491
|
-
|
|
30440
|
+
|
|
30441
|
+
.E_nzppkea {
|
|
30442
|
+
font-size: 90%;
|
|
30443
|
+
font-weight: bold;
|
|
30444
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30445
|
+
padding: 1px 4px 1px;
|
|
30446
|
+
margin-left: 2px;
|
|
30447
|
+
margin-right: 2px;
|
|
30448
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30449
|
+
border-radius: 4px;
|
|
30492
30450
|
}
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
height: 100%;
|
|
30497
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30451
|
+
|
|
30452
|
+
.E_f4mi9eq.form-item-general {
|
|
30453
|
+
width: 640px;
|
|
30498
30454
|
}
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30455
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
30456
|
+
margin-top: 16px;
|
|
30501
30457
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
border-radius: 8px;
|
|
30458
|
+
.E_f4mi9eq.form-item-compact {
|
|
30459
|
+
width: 412px;
|
|
30505
30460
|
}
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30461
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
30462
|
+
margin-top: 8px;
|
|
30508
30463
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
border-bottom-color: transparent;
|
|
30512
|
-
border-top-color: transparent;
|
|
30464
|
+
.E_f4mi9eq .form-item {
|
|
30465
|
+
width: auto;
|
|
30513
30466
|
}
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30467
|
+
.E_f4mi9eq .form-item-main {
|
|
30468
|
+
position: relative;
|
|
30469
|
+
display: flex;
|
|
30516
30470
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30471
|
+
.E_f4mi9eq .form-item-extra {
|
|
30472
|
+
margin-top: 4px;
|
|
30473
|
+
width: 100%;
|
|
30474
|
+
padding: 14px;
|
|
30475
|
+
background: #f2f4f6;
|
|
30476
|
+
font-size: 13px;
|
|
30477
|
+
line-height: 1.8;
|
|
30478
|
+
color: #8e9aa9;
|
|
30519
30479
|
}
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30480
|
+
.E_f4mi9eq .form-item-label {
|
|
30481
|
+
padding-right: 12px;
|
|
30482
|
+
font-size: 13px;
|
|
30483
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30522
30484
|
}
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30525
|
-
font-weight: 400;
|
|
30526
|
-
position: relative;
|
|
30527
|
-
border-bottom: none;
|
|
30528
|
-
color: #00122e;
|
|
30529
|
-
transition: none;
|
|
30530
|
-
padding: 15px 8px 15px 8px;
|
|
30485
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
30486
|
+
text-align: right;
|
|
30531
30487
|
}
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
|
|
30535
|
-
top: 0;
|
|
30536
|
-
bottom: 0;
|
|
30537
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30538
|
-
position: absolute;
|
|
30539
|
-
right: 0;
|
|
30488
|
+
.E_f4mi9eq .form-item-label,
|
|
30489
|
+
.E_f4mi9eq .form-item-control {
|
|
30490
|
+
line-height: 32px;
|
|
30540
30491
|
}
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30492
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
30493
|
+
line-height: 18px;
|
|
30543
30494
|
}
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30495
|
+
.E_f4mi9eq .form-item-children {
|
|
30496
|
+
width: 100%;
|
|
30546
30497
|
}
|
|
30547
|
-
.
|
|
30498
|
+
.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 {
|
|
30548
30499
|
width: 100%;
|
|
30549
|
-
overflow: hidden;
|
|
30550
|
-
white-space: nowrap;
|
|
30551
|
-
text-overflow: ellipsis;
|
|
30552
30500
|
}
|
|
30553
|
-
.
|
|
30501
|
+
.E_f4mi9eq .form-item-error {
|
|
30502
|
+
color: #e75a3a;
|
|
30503
|
+
height: 0;
|
|
30554
30504
|
overflow: hidden;
|
|
30555
|
-
text-overflow: ellipsis;
|
|
30556
|
-
flex: 1;
|
|
30557
30505
|
}
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30506
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
30507
|
+
margin-top: 4px;
|
|
30508
|
+
height: auto;
|
|
30509
|
+
overflow: auto;
|
|
30560
30510
|
}
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30511
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30512
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30513
|
+
border: 1px solid #e75a3a;
|
|
30514
|
+
color: #e75a3a;
|
|
30563
30515
|
}
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
transition: transform 320ms ease;
|
|
30572
|
-
}
|
|
30573
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30574
|
-
display: block;
|
|
30575
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30516
|
+
|
|
30517
|
+
.E_fh0ewl8 {
|
|
30518
|
+
color: #2d3a56;
|
|
30519
|
+
font-weight: bold;
|
|
30520
|
+
padding-bottom: 6px;
|
|
30521
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30522
|
+
margin-bottom: 16px;
|
|
30576
30523
|
}
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30524
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
30525
|
+
margin-top: 16px;
|
|
30579
30526
|
}
|
|
30580
|
-
|
|
30581
|
-
|
|
30527
|
+
|
|
30528
|
+
.E_e1qrlvot {
|
|
30529
|
+
width: 8px;
|
|
30530
|
+
height: 24px;
|
|
30531
|
+
display: flex;
|
|
30532
|
+
justify-content: center;
|
|
30533
|
+
align-items: center;
|
|
30534
|
+
cursor: pointer;
|
|
30535
|
+
transition: all 200ms ease-out 40ms;
|
|
30582
30536
|
}
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30537
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
30538
|
+
content: "";
|
|
30539
|
+
width: 1px;
|
|
30540
|
+
height: 6px;
|
|
30541
|
+
border-radius: 1px;
|
|
30542
|
+
background: #ccd4e3;
|
|
30543
|
+
position: relative;
|
|
30544
|
+
right: 2px;
|
|
30545
|
+
transform: rotate(-45deg);
|
|
30585
30546
|
}
|
|
30586
|
-
.
|
|
30587
|
-
transform:
|
|
30547
|
+
.E_e1qrlvot:after {
|
|
30548
|
+
transform: rotate(45deg);
|
|
30549
|
+
left: 1px;
|
|
30588
30550
|
}
|
|
30589
|
-
|
|
30590
|
-
|
|
30551
|
+
|
|
30552
|
+
.E_w9ic984.ant-alert-warning {
|
|
30553
|
+
border: 0;
|
|
30554
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30555
|
+
border-radius: 6px;
|
|
30591
30556
|
}
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30557
|
+
.E_w9ic984.ant-alert,
|
|
30558
|
+
.E_w9ic984 .ant-alert-message {
|
|
30559
|
+
color: #e07f00;
|
|
30594
30560
|
}
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30561
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
30562
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
30563
|
+
border-bottom-color: #e07f00;
|
|
30597
30564
|
}
|
|
30598
|
-
|
|
30599
|
-
|
|
30565
|
+
|
|
30566
|
+
.E_n1k9qi4r {
|
|
30567
|
+
display: flex;
|
|
30568
|
+
flex-direction: row;
|
|
30569
|
+
padding: 7px 12px;
|
|
30570
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30571
|
+
border-radius: 6px;
|
|
30572
|
+
color: #e07f00;
|
|
30573
|
+
font-size: 12px;
|
|
30574
|
+
line-height: 18px;
|
|
30600
30575
|
}
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
|
|
30604
|
-
top: 50%;
|
|
30605
|
-
transform: translate(-50%, -50%);
|
|
30576
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
30577
|
+
margin-right: 10px;
|
|
30578
|
+
height: 18px;
|
|
30606
30579
|
}
|
|
30607
|
-
|
|
30608
|
-
|
|
30580
|
+
|
|
30581
|
+
.E_n16fsg9x {
|
|
30582
|
+
display: flex;
|
|
30583
|
+
flex-direction: row;
|
|
30584
|
+
padding: 7px 12px;
|
|
30585
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30586
|
+
border-radius: 6px;
|
|
30587
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30588
|
+
font-size: 12px;
|
|
30589
|
+
line-height: 18px;
|
|
30609
30590
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30591
|
+
.E_n16fsg9x .icon-wrapper {
|
|
30592
|
+
margin-right: 10px;
|
|
30593
|
+
height: 18px;
|
|
30612
30594
|
}
|
|
30613
|
-
|
|
30614
|
-
|
|
30595
|
+
|
|
30596
|
+
.E_i173wxzw {
|
|
30597
|
+
display: flex;
|
|
30598
|
+
flex-direction: row;
|
|
30599
|
+
padding: 7px 12px;
|
|
30600
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30601
|
+
border-radius: 6px;
|
|
30602
|
+
color: #005ed1;
|
|
30603
|
+
font-size: 12px;
|
|
30604
|
+
line-height: 18px;
|
|
30615
30605
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
background: inherit !important;
|
|
30620
|
-
height: 100px;
|
|
30621
|
-
vertical-align: middle;
|
|
30606
|
+
.E_i173wxzw .icon-wrapper {
|
|
30607
|
+
margin-right: 10px;
|
|
30608
|
+
height: 18px;
|
|
30622
30609
|
}
|
|
30623
|
-
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
|
|
30627
|
-
|
|
30610
|
+
|
|
30611
|
+
.E_dld369h {
|
|
30612
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30613
|
+
margin-top: 5px;
|
|
30614
|
+
font-size: 12px;
|
|
30615
|
+
line-height: 18px;
|
|
30628
30616
|
}
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30617
|
+
|
|
30618
|
+
.E_s1epv22q {
|
|
30619
|
+
color: #f0483e;
|
|
30620
|
+
font-size: 12px;
|
|
30621
|
+
white-space: pre-wrap;
|
|
30633
30622
|
}
|
|
30634
|
-
|
|
30635
|
-
|
|
30623
|
+
|
|
30624
|
+
.E_okus5hk {
|
|
30636
30625
|
display: flex;
|
|
30637
30626
|
align-items: center;
|
|
30638
30627
|
justify-content: flex-end;
|
|
30639
|
-
padding-right: 8px;
|
|
30640
|
-
}
|
|
30641
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
30642
|
-
width: 24px;
|
|
30643
|
-
height: 24px;
|
|
30644
|
-
cursor: pointer;
|
|
30645
|
-
justify-content: center;
|
|
30646
|
-
border-radius: 4px;
|
|
30647
30628
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30629
|
+
.E_okus5hk .icon-wrapper {
|
|
30630
|
+
margin-right: 16px;
|
|
30650
30631
|
}
|
|
30651
30632
|
|
|
30652
|
-
.
|
|
30653
|
-
|
|
30654
|
-
flex-direction: column;
|
|
30633
|
+
.E_t1auuzri {
|
|
30634
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30655
30635
|
}
|
|
30656
30636
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
|
|
30660
|
-
|
|
30661
|
-
|
|
30637
|
+
.E_i74cfyt.ant-input {
|
|
30638
|
+
padding: 5px 12px;
|
|
30639
|
+
line-height: 20px;
|
|
30640
|
+
color: #2d3a56;
|
|
30641
|
+
border-radius: 6px;
|
|
30642
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30643
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30662
30644
|
}
|
|
30663
|
-
|
|
30664
|
-
|
|
30665
|
-
|
|
30666
|
-
width: 100%;
|
|
30667
|
-
margin: 0 auto;
|
|
30668
|
-
display: flex;
|
|
30645
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
30646
|
+
padding: 8px 16px;
|
|
30647
|
+
line-height: 22px;
|
|
30669
30648
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
flex-shrink: 0;
|
|
30674
|
-
flex-basis: 21%;
|
|
30649
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
30650
|
+
padding: 2px 8px;
|
|
30651
|
+
line-height: 18px;
|
|
30675
30652
|
}
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30653
|
+
.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 {
|
|
30654
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30655
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30656
|
+
z-index: 1;
|
|
30680
30657
|
}
|
|
30681
|
-
.
|
|
30682
|
-
|
|
30658
|
+
.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 {
|
|
30659
|
+
border-color: #0096ff;
|
|
30660
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30661
|
+
z-index: 1;
|
|
30683
30662
|
}
|
|
30684
|
-
.
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
flex-shrink: 0;
|
|
30688
|
-
flex-basis: 58%;
|
|
30663
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
30664
|
+
border-color: #e75a3a;
|
|
30665
|
+
color: #e75a3a;
|
|
30689
30666
|
}
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30667
|
+
.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 {
|
|
30668
|
+
border-color: #e75a3a;
|
|
30669
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30692
30670
|
}
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30671
|
+
.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 {
|
|
30672
|
+
border-color: #e75a3a;
|
|
30673
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30695
30674
|
}
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
max-width: 648px;
|
|
30675
|
+
.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 {
|
|
30676
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30677
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30678
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30701
30679
|
}
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30680
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
30681
|
+
padding: 5px 12px;
|
|
30682
|
+
border-radius: 6px;
|
|
30683
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30684
|
+
line-height: 20px;
|
|
30685
|
+
color: #2d3a56;
|
|
30686
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30704
30687
|
}
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30707
|
-
|
|
30708
|
-
width: 100%;
|
|
30709
|
-
max-width: 648px;
|
|
30710
|
-
overflow: hidden;
|
|
30688
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
30689
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
30690
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30711
30691
|
}
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30692
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30693
|
+
padding: 8px 16px;
|
|
30694
|
+
line-height: 22px;
|
|
30714
30695
|
}
|
|
30715
|
-
.
|
|
30716
|
-
|
|
30717
|
-
|
|
30696
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30697
|
+
padding: 2px 8px;
|
|
30698
|
+
line-height: 18px;
|
|
30699
|
+
}
|
|
30700
|
+
.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 {
|
|
30701
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30702
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30703
|
+
}
|
|
30704
|
+
.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 {
|
|
30705
|
+
border-color: #0096ff;
|
|
30706
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30707
|
+
}
|
|
30708
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30709
|
+
border-color: #e75a3a;
|
|
30710
|
+
}
|
|
30711
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30712
|
+
color: #e75a3a;
|
|
30713
|
+
}
|
|
30714
|
+
.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 {
|
|
30715
|
+
border-color: #e75a3a;
|
|
30716
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30717
|
+
}
|
|
30718
|
+
.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 {
|
|
30719
|
+
border-color: #e75a3a;
|
|
30720
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30721
|
+
}
|
|
30722
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30723
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30724
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30725
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30726
|
+
}
|
|
30727
|
+
textarea.E_i74cfyt.ant-input {
|
|
30728
|
+
transition-property: height;
|
|
30729
|
+
transition-delay: 50ms;
|
|
30730
|
+
}
|
|
30731
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
30732
|
+
min-height: 40px;
|
|
30733
|
+
height: 40px;
|
|
30734
|
+
}
|
|
30735
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
30736
|
+
height: 80px;
|
|
30737
|
+
}
|
|
30738
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
30739
|
+
min-height: 32px;
|
|
30740
|
+
height: 32px;
|
|
30741
|
+
}
|
|
30742
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
30743
|
+
height: 64px;
|
|
30744
|
+
}
|
|
30745
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
30746
|
+
min-height: 24px;
|
|
30747
|
+
height: 24px;
|
|
30748
|
+
}
|
|
30749
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
30750
|
+
height: 40px;
|
|
30751
|
+
}
|
|
30752
|
+
|
|
30753
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
30754
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30755
|
+
border-radius: 4px;
|
|
30756
|
+
}
|
|
30757
|
+
.E_k1ci6977.input-tags {
|
|
30758
|
+
position: relative;
|
|
30759
|
+
padding: 6px;
|
|
30760
|
+
height: 32px;
|
|
30761
|
+
cursor: pointer;
|
|
30762
|
+
transition: border 150ms;
|
|
30763
|
+
}
|
|
30764
|
+
.E_k1ci6977.input-tags:hover {
|
|
30765
|
+
border-color: #0080ff;
|
|
30766
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30718
30767
|
}
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
max-width: 648px;
|
|
30768
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
30769
|
+
padding-right: 30px;
|
|
30722
30770
|
}
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
margin: 0 auto;
|
|
30726
|
-
width: 100%;
|
|
30727
|
-
max-width: 1024px;
|
|
30771
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
30772
|
+
display: flex;
|
|
30728
30773
|
}
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30774
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30775
|
+
display: flex;
|
|
30731
30776
|
}
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
overflow: hidden;
|
|
30777
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
30778
|
+
position: absolute;
|
|
30779
|
+
right: 12px;
|
|
30780
|
+
top: 50%;
|
|
30781
|
+
transform: translateY(-50%);
|
|
30738
30782
|
}
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30783
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30784
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30785
|
+
font-size: 12px;
|
|
30786
|
+
cursor: pointer;
|
|
30741
30787
|
}
|
|
30742
|
-
.
|
|
30743
|
-
|
|
30744
|
-
overflow-y: auto;
|
|
30788
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30789
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30745
30790
|
}
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30748
|
-
|
|
30791
|
+
.E_k1ci6977.has-focus-indicator {
|
|
30792
|
+
position: relative;
|
|
30793
|
+
overflow: hidden;
|
|
30749
30794
|
}
|
|
30750
|
-
|
|
30751
|
-
|
|
30752
|
-
|
|
30795
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
30796
|
+
position: absolute;
|
|
30797
|
+
top: 50%;
|
|
30798
|
+
transform: translateY(-50%);
|
|
30799
|
+
left: -16px;
|
|
30800
|
+
transition: left 150ms ease;
|
|
30801
|
+
opacity: 0;
|
|
30753
30802
|
}
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30756
|
-
|
|
30757
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30803
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30804
|
+
left: 8px;
|
|
30805
|
+
opacity: 1;
|
|
30758
30806
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
color: #2d3a56;
|
|
30763
|
-
margin-bottom: 12px;
|
|
30807
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
30808
|
+
transition: margin-left 150ms ease;
|
|
30809
|
+
margin-left: 0px;
|
|
30764
30810
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30811
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
30812
|
+
margin-left: 16px;
|
|
30767
30813
|
}
|
|
30768
30814
|
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30771
|
-
border-bottom:
|
|
30772
|
-
margin-bottom: 16px;
|
|
30815
|
+
input.E_l1f7td1d.ant-input {
|
|
30816
|
+
border-top-right-radius: 0;
|
|
30817
|
+
border-bottom-right-radius: 0;
|
|
30773
30818
|
}
|
|
30774
30819
|
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
margin-bottom: 8px;
|
|
30779
|
-
}
|
|
30780
|
-
.E_f1l1g2k0 > label {
|
|
30781
|
-
width: 216px;
|
|
30782
|
-
}
|
|
30783
|
-
.E_f1l1g2k0 > label + * {
|
|
30784
|
-
width: 100%;
|
|
30785
|
-
}
|
|
30786
|
-
.E_f1l1g2k0 .ant-select {
|
|
30787
|
-
width: 100%;
|
|
30820
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
30821
|
+
border-top-right-radius: 0;
|
|
30822
|
+
border-bottom-right-radius: 0;
|
|
30788
30823
|
}
|
|
30789
30824
|
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30792
|
-
|
|
30825
|
+
input.E_rf8rlle.ant-input {
|
|
30826
|
+
border-top-left-radius: 0;
|
|
30827
|
+
border-bottom-left-radius: 0;
|
|
30793
30828
|
}
|
|
30794
30829
|
|
|
30795
|
-
.
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30799
|
-
margin: 24px 0;
|
|
30830
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
30831
|
+
border-top-left-radius: 0;
|
|
30832
|
+
border-bottom-left-radius: 0;
|
|
30800
30833
|
}
|
|
30801
30834
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
align-items: center;
|
|
30806
|
-
height: 100%;
|
|
30835
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
30836
|
+
border-top-right-radius: 0;
|
|
30837
|
+
border-bottom-right-radius: 0;
|
|
30807
30838
|
}
|
|
30808
30839
|
|
|
30809
|
-
.
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
height: 4px;
|
|
30813
|
-
background: #8e9aa9;
|
|
30814
|
-
opacity: 0.4;
|
|
30815
|
-
border-radius: 50%;
|
|
30816
|
-
margin: 0 4px;
|
|
30840
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
30841
|
+
border-top-left-radius: 0;
|
|
30842
|
+
border-bottom-left-radius: 0;
|
|
30817
30843
|
}
|
|
30818
30844
|
|
|
30819
|
-
.
|
|
30820
|
-
|
|
30821
|
-
|
|
30822
|
-
margin: 0 auto;
|
|
30845
|
+
.E_c3ni091 {
|
|
30846
|
+
display: flex;
|
|
30847
|
+
flex-direction: column;
|
|
30823
30848
|
}
|
|
30824
|
-
.
|
|
30825
|
-
|
|
30826
|
-
border: none;
|
|
30849
|
+
.E_c3ni091 .select-wrapper {
|
|
30850
|
+
margin-top: 12px;
|
|
30827
30851
|
}
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30852
|
+
.E_c3ni091 .select-wrapper .select {
|
|
30853
|
+
width: 100%;
|
|
30830
30854
|
}
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30855
|
+
.E_c3ni091 .radio-wrapper {
|
|
30856
|
+
margin-top: 24px;
|
|
30833
30857
|
}
|
|
30834
|
-
.
|
|
30835
|
-
|
|
30858
|
+
.E_c3ni091 div.form-item {
|
|
30859
|
+
width: 100%;
|
|
30836
30860
|
}
|
|
30837
30861
|
|
|
30838
|
-
.
|
|
30839
|
-
font-size:
|
|
30862
|
+
.E_d105ju2d {
|
|
30863
|
+
font-size: 14px;
|
|
30864
|
+
font-weight: 500;
|
|
30865
|
+
color: #3e4652;
|
|
30840
30866
|
line-height: 18px;
|
|
30841
|
-
font-weight: bold;
|
|
30842
|
-
color: #fff;
|
|
30843
|
-
padding: 0 4px;
|
|
30844
|
-
border-radius: 4px;
|
|
30845
|
-
display: inline-block;
|
|
30846
|
-
background: var(--t1wwio3v-0);
|
|
30847
30867
|
}
|
|
30848
|
-
.
|
|
30849
|
-
margin-
|
|
30868
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
30869
|
+
margin-top: 16px;
|
|
30850
30870
|
}
|
|
30851
|
-
|
|
30852
|
-
|
|
30853
|
-
width: 100%;
|
|
30854
|
-
height: 100%;
|
|
30855
|
-
display: flex;
|
|
30856
|
-
align-items: center;
|
|
30857
|
-
justify-content: center;
|
|
30871
|
+
.E_d105ju2d + * {
|
|
30872
|
+
margin-top: 16px;
|
|
30858
30873
|
}
|
|
30859
30874
|
|
|
30860
|
-
.
|
|
30861
|
-
font-size:
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
padding: 1px 4px 1px;
|
|
30865
|
-
margin-left: 2px;
|
|
30866
|
-
margin-right: 2px;
|
|
30867
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30868
|
-
border-radius: 4px;
|
|
30875
|
+
.E_lh0l62z.E_d105ju2d {
|
|
30876
|
+
font-size: 12px;
|
|
30877
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30878
|
+
margin-top: 12px;
|
|
30869
30879
|
}
|
|
30870
30880
|
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
}
|
|
30877
|
-
.E_f4mi9eq.form-item-compact {
|
|
30878
|
-
width: 412px;
|
|
30879
|
-
}
|
|
30880
|
-
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
30881
|
-
margin-top: 8px;
|
|
30882
|
-
}
|
|
30883
|
-
.E_f4mi9eq .form-item {
|
|
30884
|
-
width: auto;
|
|
30881
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
30882
|
+
line-height: 18px;
|
|
30883
|
+
font-weight: 500;
|
|
30884
|
+
margin-top: 0;
|
|
30885
|
+
white-space: initial;
|
|
30885
30886
|
}
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
display:
|
|
30887
|
+
|
|
30888
|
+
.E_r1skkc3l {
|
|
30889
|
+
display: block;
|
|
30889
30890
|
}
|
|
30890
|
-
.
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
font-size: 13px;
|
|
30896
|
-
line-height: 1.8;
|
|
30897
|
-
color: #8e9aa9;
|
|
30891
|
+
.E_r1skkc3l span {
|
|
30892
|
+
font-size: 14px;
|
|
30893
|
+
font-weight: 500;
|
|
30894
|
+
line-height: 32px;
|
|
30895
|
+
color: #3e4652;
|
|
30898
30896
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30897
|
+
|
|
30898
|
+
.E_c3cobmo {
|
|
30899
|
+
margin-top: 16px;
|
|
30900
|
+
padding: 8px;
|
|
30901
|
+
border-radius: 6px;
|
|
30902
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30902
30903
|
color: rgba(44, 56, 82, 0.6);
|
|
30904
|
+
font-size: 12px;
|
|
30903
30905
|
}
|
|
30904
|
-
.
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
line-height: 32px;
|
|
30906
|
+
.E_c3cobmo div {
|
|
30907
|
+
line-height: 20px;
|
|
30908
|
+
display: flex;
|
|
30909
|
+
align-items: center;
|
|
30910
|
+
word-break: break-all;
|
|
30910
30911
|
}
|
|
30911
|
-
.
|
|
30912
|
+
.E_c3cobmo .title {
|
|
30913
|
+
font-weight: 700;
|
|
30912
30914
|
line-height: 18px;
|
|
30915
|
+
margin: 4px 0;
|
|
30913
30916
|
}
|
|
30914
|
-
|
|
30915
|
-
|
|
30917
|
+
|
|
30918
|
+
.E_s1dizucg.ant-switch {
|
|
30919
|
+
min-width: 40px;
|
|
30920
|
+
height: 24px;
|
|
30921
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30922
|
+
overflow: hidden;
|
|
30916
30923
|
}
|
|
30917
|
-
.
|
|
30918
|
-
|
|
30924
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30925
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30919
30926
|
}
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30922
|
-
height:
|
|
30923
|
-
overflow: hidden;
|
|
30927
|
+
.E_s1dizucg.ant-switch-small {
|
|
30928
|
+
min-width: 26px;
|
|
30929
|
+
height: 16px;
|
|
30924
30930
|
}
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30927
|
-
height:
|
|
30928
|
-
overflow: auto;
|
|
30931
|
+
.E_s1dizucg.ant-switch-large {
|
|
30932
|
+
min-width: 52px;
|
|
30933
|
+
height: 32px;
|
|
30929
30934
|
}
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
30933
|
-
color: #e75a3a;
|
|
30935
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30936
|
+
height: 20px;
|
|
30937
|
+
width: 20px;
|
|
30934
30938
|
}
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
font-weight: bold;
|
|
30939
|
-
padding-bottom: 6px;
|
|
30940
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30941
|
-
margin-bottom: 16px;
|
|
30939
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30940
|
+
border-radius: 10px;
|
|
30941
|
+
transition-delay: 120ms;
|
|
30942
30942
|
}
|
|
30943
|
-
.
|
|
30944
|
-
|
|
30943
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30944
|
+
height: 14px;
|
|
30945
|
+
width: 14px;
|
|
30946
|
+
top: 1px;
|
|
30947
|
+
left: 1px;
|
|
30945
30948
|
}
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
width:
|
|
30949
|
-
height: 24px;
|
|
30950
|
-
display: flex;
|
|
30951
|
-
justify-content: center;
|
|
30952
|
-
align-items: center;
|
|
30953
|
-
cursor: pointer;
|
|
30954
|
-
transition: all 200ms ease-out 40ms;
|
|
30949
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30950
|
+
height: 28px;
|
|
30951
|
+
width: 28px;
|
|
30955
30952
|
}
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30958
|
-
width: 1px;
|
|
30959
|
-
height: 6px;
|
|
30960
|
-
border-radius: 1px;
|
|
30961
|
-
background: #ccd4e3;
|
|
30962
|
-
position: relative;
|
|
30963
|
-
right: 2px;
|
|
30964
|
-
transform: rotate(-45deg);
|
|
30953
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30954
|
+
border-radius: 14px;
|
|
30965
30955
|
}
|
|
30966
|
-
.
|
|
30967
|
-
|
|
30968
|
-
left: 1px;
|
|
30956
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30957
|
+
background-color: #00ba5d;
|
|
30969
30958
|
}
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
border: 0;
|
|
30973
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30974
|
-
border-radius: 6px;
|
|
30959
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30960
|
+
left: calc(100% - 20px - 2px);
|
|
30975
30961
|
}
|
|
30976
|
-
.
|
|
30977
|
-
|
|
30978
|
-
color: #e07f00;
|
|
30962
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30963
|
+
left: calc(100% - 14px - 1px);
|
|
30979
30964
|
}
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30982
|
-
border-bottom-color: #e07f00;
|
|
30965
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30966
|
+
left: calc(100% - 28px - 2px);
|
|
30983
30967
|
}
|
|
30984
30968
|
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30987
|
-
flex-direction: row;
|
|
30988
|
-
padding: 7px 12px;
|
|
30989
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30990
|
-
border-radius: 6px;
|
|
30991
|
-
color: #e07f00;
|
|
30992
|
-
font-size: 12px;
|
|
30993
|
-
line-height: 18px;
|
|
30969
|
+
.E_c1up6e3y {
|
|
30970
|
+
margin-left: 5px;
|
|
30994
30971
|
}
|
|
30995
|
-
|
|
30996
|
-
|
|
30997
|
-
|
|
30972
|
+
|
|
30973
|
+
.E_s1dni7lo {
|
|
30974
|
+
width: 430px !important;
|
|
30998
30975
|
}
|
|
30999
30976
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
flex-direction: row;
|
|
31003
|
-
padding: 7px 12px;
|
|
31004
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31005
|
-
border-radius: 6px;
|
|
31006
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31007
|
-
font-size: 12px;
|
|
30977
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30978
|
+
padding: 8px 16px;
|
|
31008
30979
|
line-height: 18px;
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
30980
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30981
|
+
height: 34px;
|
|
30982
|
+
min-height: 34px;
|
|
30983
|
+
box-sizing: border-box;
|
|
30984
|
+
margin-top: 8px;
|
|
31013
30985
|
}
|
|
31014
30986
|
|
|
31015
|
-
.
|
|
30987
|
+
.E_o1ugr09p {
|
|
31016
30988
|
display: flex;
|
|
31017
|
-
flex-direction:
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
border-radius:
|
|
31021
|
-
color: #005ed1;
|
|
31022
|
-
font-size: 12px;
|
|
31023
|
-
line-height: 18px;
|
|
30989
|
+
flex-direction: column;
|
|
30990
|
+
margin: 1px 8px;
|
|
30991
|
+
padding: 8px;
|
|
30992
|
+
border-radius: 4px;
|
|
31024
30993
|
}
|
|
31025
|
-
.
|
|
31026
|
-
|
|
31027
|
-
height: 18px;
|
|
30994
|
+
.E_o1ugr09p .selected-icon {
|
|
30995
|
+
display: none;
|
|
31028
30996
|
}
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31032
|
-
margin-top: 5px;
|
|
31033
|
-
font-size: 12px;
|
|
31034
|
-
line-height: 18px;
|
|
30997
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30998
|
+
padding-left: 8px;
|
|
31035
30999
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
color: #f0483e;
|
|
31039
|
-
font-size: 12px;
|
|
31040
|
-
white-space: pre-wrap;
|
|
31000
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31001
|
+
background-color: white;
|
|
31041
31002
|
}
|
|
31042
|
-
|
|
31043
|
-
|
|
31044
|
-
display: flex;
|
|
31045
|
-
align-items: center;
|
|
31046
|
-
justify-content: flex-end;
|
|
31003
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31004
|
+
color: #0080ff;
|
|
31047
31005
|
}
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31006
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31007
|
+
display: block;
|
|
31050
31008
|
}
|
|
31051
|
-
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31009
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31010
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31011
|
+
}
|
|
31012
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31013
|
+
color: #0080ff;
|
|
31014
|
+
}
|
|
31015
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31016
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31017
|
+
color: #0080ff;
|
|
31054
31018
|
}
|
|
31055
31019
|
|
|
31056
|
-
.
|
|
31057
|
-
|
|
31020
|
+
.E_o1ifxsq4 {
|
|
31021
|
+
display: flex;
|
|
31022
|
+
justify-content: space-between;
|
|
31023
|
+
height: 20px;
|
|
31058
31024
|
line-height: 20px;
|
|
31059
|
-
color: #2d3a56;
|
|
31060
|
-
border-radius: 6px;
|
|
31061
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31062
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31063
31025
|
}
|
|
31064
|
-
.
|
|
31065
|
-
|
|
31066
|
-
|
|
31026
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31027
|
+
color: #2d3a56;
|
|
31028
|
+
overflow: hidden;
|
|
31029
|
+
text-overflow: ellipsis;
|
|
31067
31030
|
}
|
|
31068
|
-
|
|
31069
|
-
|
|
31031
|
+
|
|
31032
|
+
.E_o1zue7 {
|
|
31033
|
+
display: flex;
|
|
31034
|
+
justify-content: space-between;
|
|
31035
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31036
|
+
height: 18px;
|
|
31070
31037
|
line-height: 18px;
|
|
31038
|
+
margin-top: 2px;
|
|
31071
31039
|
}
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31040
|
+
|
|
31041
|
+
.E_tyfmlxg {
|
|
31042
|
+
border: none;
|
|
31043
|
+
margin-right: 0;
|
|
31044
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31076
31045
|
}
|
|
31077
|
-
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
|
|
31046
|
+
|
|
31047
|
+
.E_o18uybox {
|
|
31048
|
+
pointer-events: none;
|
|
31049
|
+
height: 32px;
|
|
31050
|
+
width: 100%;
|
|
31051
|
+
opacity: 0;
|
|
31081
31052
|
}
|
|
31082
|
-
|
|
31083
|
-
|
|
31084
|
-
|
|
31053
|
+
|
|
31054
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31055
|
+
display: none;
|
|
31085
31056
|
}
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31088
|
-
|
|
31057
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31058
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31059
|
+
border-radius: 4px;
|
|
31089
31060
|
}
|
|
31090
|
-
|
|
31091
|
-
|
|
31092
|
-
|
|
31061
|
+
|
|
31062
|
+
.E_iq1gosr {
|
|
31063
|
+
display: inline-block;
|
|
31093
31064
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31065
|
+
|
|
31066
|
+
.E_tc97u5y {
|
|
31067
|
+
height: 100%;
|
|
31098
31068
|
}
|
|
31099
|
-
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31103
|
-
line-height: 20px;
|
|
31104
|
-
color: #2d3a56;
|
|
31105
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31069
|
+
|
|
31070
|
+
.E_tfzf37v {
|
|
31071
|
+
height: 100%;
|
|
31106
31072
|
}
|
|
31107
|
-
.
|
|
31108
|
-
|
|
31109
|
-
|
|
31073
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
31074
|
+
overflow: visible !important;
|
|
31075
|
+
height: 100%;
|
|
31110
31076
|
}
|
|
31111
|
-
.
|
|
31112
|
-
|
|
31113
|
-
line-height: 22px;
|
|
31077
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31078
|
+
height: 100%;
|
|
31114
31079
|
}
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31117
|
-
|
|
31080
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
31081
|
+
width: 100% !important;
|
|
31082
|
+
height: 100%;
|
|
31118
31083
|
}
|
|
31119
|
-
.
|
|
31120
|
-
|
|
31121
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31084
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31085
|
+
padding: 15px 0;
|
|
31122
31086
|
}
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31125
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31087
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31088
|
+
display: none;
|
|
31126
31089
|
}
|
|
31127
|
-
.
|
|
31128
|
-
|
|
31090
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
31091
|
+
font-weight: 700;
|
|
31129
31092
|
}
|
|
31130
|
-
.
|
|
31131
|
-
|
|
31093
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31094
|
+
font-weight: 700;
|
|
31132
31095
|
}
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31096
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
31097
|
+
height: 100%;
|
|
31136
31098
|
}
|
|
31137
|
-
.
|
|
31138
|
-
|
|
31139
|
-
|
|
31099
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31100
|
+
height: 100%;
|
|
31101
|
+
overflow: visible;
|
|
31140
31102
|
}
|
|
31141
|
-
.
|
|
31142
|
-
|
|
31143
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31144
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31103
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31104
|
+
max-height: none;
|
|
31145
31105
|
}
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31106
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31107
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31108
|
+
display: none;
|
|
31149
31109
|
}
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
height: 40px;
|
|
31110
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
31111
|
+
background: transparent;
|
|
31153
31112
|
}
|
|
31154
|
-
|
|
31155
|
-
|
|
31113
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
31114
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
31115
|
+
background: #fff;
|
|
31116
|
+
padding: 0 !important;
|
|
31156
31117
|
}
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31118
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31119
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31120
|
+
display: flex;
|
|
31121
|
+
align-items: center;
|
|
31122
|
+
height: 100%;
|
|
31123
|
+
padding: 8px;
|
|
31160
31124
|
}
|
|
31161
|
-
|
|
31162
|
-
|
|
31125
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31126
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31127
|
+
overflow: hidden;
|
|
31128
|
+
text-overflow: ellipsis;
|
|
31129
|
+
width: 100%;
|
|
31163
31130
|
}
|
|
31164
|
-
|
|
31165
|
-
|
|
31166
|
-
height: 24px;
|
|
31131
|
+
.E_tfzf37v .ant-table-container {
|
|
31132
|
+
height: 100%;
|
|
31167
31133
|
}
|
|
31168
|
-
|
|
31169
|
-
|
|
31134
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
31135
|
+
box-shadow: none !important;
|
|
31170
31136
|
}
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
border:
|
|
31174
|
-
border-
|
|
31137
|
+
.E_tfzf37v .ant-table {
|
|
31138
|
+
border-radius: 0px;
|
|
31139
|
+
border-left: none;
|
|
31140
|
+
border-right: none;
|
|
31141
|
+
border-bottom: none;
|
|
31142
|
+
height: 100%;
|
|
31143
|
+
font-size: 12px;
|
|
31144
|
+
background: transparent;
|
|
31175
31145
|
}
|
|
31176
|
-
.
|
|
31146
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
31177
31147
|
position: relative;
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
transition: border 150ms;
|
|
31148
|
+
z-index: 3;
|
|
31149
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31150
|
+
margin-bottom: -1px;
|
|
31182
31151
|
}
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
|
|
31152
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
31153
|
+
.E_tfzf37v .ant-table .value {
|
|
31154
|
+
color: #2d3a56;
|
|
31186
31155
|
}
|
|
31187
|
-
.
|
|
31188
|
-
|
|
31156
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
31157
|
+
.E_tfzf37v .ant-table .unit {
|
|
31158
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31189
31159
|
}
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31160
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
31161
|
+
position: unset;
|
|
31162
|
+
text-align: center;
|
|
31192
31163
|
}
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31164
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31165
|
+
background: #fff;
|
|
31195
31166
|
}
|
|
31196
|
-
.
|
|
31167
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
31168
|
+
cursor: pointer;
|
|
31197
31169
|
position: absolute;
|
|
31198
|
-
right: 12px;
|
|
31199
31170
|
top: 50%;
|
|
31171
|
+
right: 12px;
|
|
31200
31172
|
transform: translateY(-50%);
|
|
31201
31173
|
}
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
31174
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31175
|
+
box-shadow: none;
|
|
31176
|
+
width: 1px;
|
|
31177
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31206
31178
|
}
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31179
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31180
|
+
box-shadow: none;
|
|
31181
|
+
width: 1px;
|
|
31182
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31209
31183
|
}
|
|
31210
|
-
.
|
|
31184
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
31211
31185
|
position: relative;
|
|
31186
|
+
}
|
|
31187
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31188
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31189
|
+
border-bottom: 1px solid white;
|
|
31190
|
+
height: 40px;
|
|
31191
|
+
vertical-align: middle;
|
|
31192
|
+
transition: background 0ms;
|
|
31193
|
+
color: #00122e;
|
|
31194
|
+
}
|
|
31195
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31196
|
+
background: #f2f5fa;
|
|
31197
|
+
border-bottom-color: #f2f5fa;
|
|
31198
|
+
}
|
|
31199
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31200
|
+
height: auto;
|
|
31201
|
+
color: #00122e;
|
|
31202
|
+
font-size: 12px;
|
|
31203
|
+
text-align: left;
|
|
31204
|
+
transition: none;
|
|
31212
31205
|
overflow: hidden;
|
|
31206
|
+
text-overflow: ellipsis;
|
|
31207
|
+
white-space: nowrap;
|
|
31213
31208
|
}
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
top: 50%;
|
|
31217
|
-
transform: translateY(-50%);
|
|
31218
|
-
left: -16px;
|
|
31219
|
-
transition: left 150ms ease;
|
|
31220
|
-
opacity: 0;
|
|
31209
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31210
|
+
color: #0096ff;
|
|
31221
31211
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31224
|
-
|
|
31212
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31213
|
+
overflow: hidden;
|
|
31214
|
+
text-overflow: ellipsis;
|
|
31215
|
+
width: 100%;
|
|
31216
|
+
vertical-align: middle;
|
|
31225
31217
|
}
|
|
31226
|
-
.
|
|
31227
|
-
|
|
31228
|
-
margin-left: 0px;
|
|
31218
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31219
|
+
line-height: 0px;
|
|
31229
31220
|
}
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31221
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31222
|
+
padding-right: 25px;
|
|
31232
31223
|
}
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
border-top-right-radius: 0;
|
|
31236
|
-
border-bottom-right-radius: 0;
|
|
31224
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31225
|
+
border-top-color: transparent;
|
|
31237
31226
|
}
|
|
31238
|
-
|
|
31239
|
-
.
|
|
31240
|
-
border-
|
|
31241
|
-
border-bottom-right-radius: 0;
|
|
31227
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31228
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31229
|
+
border-color: transparent transparent white;
|
|
31242
31230
|
}
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
border-top-left-radius: 0;
|
|
31246
|
-
border-bottom-left-radius: 0;
|
|
31231
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31232
|
+
border-radius: 8px 0 0 8px;
|
|
31247
31233
|
}
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
border-top-left-radius: 0;
|
|
31251
|
-
border-bottom-left-radius: 0;
|
|
31234
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31235
|
+
border-radius: 8px 0 0 8px;
|
|
31252
31236
|
}
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
|
|
31237
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31238
|
+
content: "";
|
|
31239
|
+
width: 4px;
|
|
31240
|
+
top: -1px;
|
|
31241
|
+
bottom: -1px;
|
|
31242
|
+
background: white;
|
|
31243
|
+
}
|
|
31244
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31245
|
+
border-radius: 0 8px 8px 0;
|
|
31246
|
+
}
|
|
31247
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31248
|
+
border-radius: 0;
|
|
31249
|
+
background: white;
|
|
31250
|
+
border-top: none;
|
|
31257
31251
|
}
|
|
31258
|
-
|
|
31259
|
-
|
|
31260
|
-
border-
|
|
31261
|
-
|
|
31252
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31253
|
+
border-top: 1px solid transparent;
|
|
31254
|
+
border-radius: 0 8px 8px 0;
|
|
31255
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31262
31256
|
}
|
|
31263
|
-
|
|
31264
|
-
|
|
31257
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31258
|
+
background: white;
|
|
31259
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31260
|
+
}
|
|
31261
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31265
31262
|
display: flex;
|
|
31266
|
-
|
|
31263
|
+
align-items: center;
|
|
31264
|
+
height: 100%;
|
|
31265
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31267
31266
|
}
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31267
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31268
|
+
background: white;
|
|
31269
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31270
31270
|
}
|
|
31271
|
-
.
|
|
31272
|
-
|
|
31271
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31272
|
+
display: flex;
|
|
31273
|
+
align-items: center;
|
|
31274
|
+
height: 100%;
|
|
31275
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31273
31276
|
}
|
|
31274
|
-
.
|
|
31275
|
-
|
|
31277
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31278
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31276
31279
|
}
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31280
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31281
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31282
|
+
border-radius: 8px;
|
|
31279
31283
|
}
|
|
31280
|
-
|
|
31281
|
-
|
|
31282
|
-
font-size: 14px;
|
|
31283
|
-
font-weight: 500;
|
|
31284
|
-
color: #3e4652;
|
|
31285
|
-
line-height: 18px;
|
|
31284
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31285
|
+
border-top-color: white;
|
|
31286
31286
|
}
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31287
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31288
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31289
|
+
border-bottom-color: transparent;
|
|
31290
|
+
border-top-color: transparent;
|
|
31289
31291
|
}
|
|
31290
|
-
.
|
|
31291
|
-
|
|
31292
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31293
|
+
border-radius: 8px 0 0 8px;
|
|
31292
31294
|
}
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
font-size: 12px;
|
|
31296
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31297
|
-
margin-top: 12px;
|
|
31295
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31296
|
+
border-radius: 0 8px 8px 0;
|
|
31298
31297
|
}
|
|
31299
|
-
|
|
31300
|
-
.
|
|
31301
|
-
line-height: 18px;
|
|
31302
|
-
font-weight: 500;
|
|
31303
|
-
margin-top: 0;
|
|
31304
|
-
white-space: initial;
|
|
31298
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31299
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31305
31300
|
}
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31301
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
31302
|
+
background: #fff;
|
|
31303
|
+
font-weight: 400;
|
|
31304
|
+
position: relative;
|
|
31305
|
+
border-bottom: none;
|
|
31306
|
+
color: #00122e;
|
|
31307
|
+
transition: none;
|
|
31308
|
+
padding: 15px 8px 15px 8px;
|
|
31309
31309
|
}
|
|
31310
|
-
.
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31310
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31311
|
+
content: "";
|
|
31312
|
+
width: 1px;
|
|
31313
|
+
top: 0;
|
|
31314
|
+
bottom: 0;
|
|
31315
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31316
|
+
position: absolute;
|
|
31317
|
+
right: 0;
|
|
31315
31318
|
}
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
margin-top: 16px;
|
|
31319
|
-
padding: 8px;
|
|
31320
|
-
border-radius: 6px;
|
|
31321
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31322
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31323
|
-
font-size: 12px;
|
|
31319
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31320
|
+
padding: unset;
|
|
31324
31321
|
}
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31327
|
-
display: flex;
|
|
31328
|
-
align-items: center;
|
|
31329
|
-
word-break: break-all;
|
|
31322
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31323
|
+
display: none;
|
|
31330
31324
|
}
|
|
31331
|
-
.
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31325
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31326
|
+
width: 100%;
|
|
31327
|
+
overflow: hidden;
|
|
31328
|
+
white-space: nowrap;
|
|
31329
|
+
text-overflow: ellipsis;
|
|
31335
31330
|
}
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31331
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31332
|
+
overflow: hidden;
|
|
31333
|
+
text-overflow: ellipsis;
|
|
31334
|
+
flex: 1;
|
|
31339
31335
|
}
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
display: none;
|
|
31336
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31337
|
+
padding: 15px 25px 15px 8px;
|
|
31343
31338
|
}
|
|
31344
|
-
.
|
|
31345
|
-
|
|
31346
|
-
border-radius: 4px;
|
|
31339
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31340
|
+
padding: 0;
|
|
31347
31341
|
}
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
|
|
31342
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31343
|
+
position: absolute;
|
|
31344
|
+
right: 6px;
|
|
31345
|
+
top: 50%;
|
|
31346
|
+
transform: translateY(-50%);
|
|
31347
|
+
height: 16px;
|
|
31348
|
+
display: none;
|
|
31349
|
+
transition: transform 320ms ease;
|
|
31351
31350
|
}
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
line-height: 18px;
|
|
31356
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31357
|
-
height: 34px;
|
|
31358
|
-
min-height: 34px;
|
|
31359
|
-
box-sizing: border-box;
|
|
31360
|
-
margin-top: 8px;
|
|
31351
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31352
|
+
display: block;
|
|
31353
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31361
31354
|
}
|
|
31362
|
-
|
|
31363
|
-
|
|
31364
|
-
display: flex;
|
|
31365
|
-
flex-direction: column;
|
|
31366
|
-
margin: 1px 8px;
|
|
31367
|
-
padding: 8px;
|
|
31368
|
-
border-radius: 4px;
|
|
31355
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31356
|
+
display: block;
|
|
31369
31357
|
}
|
|
31370
|
-
.
|
|
31358
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31371
31359
|
display: none;
|
|
31372
31360
|
}
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31361
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31362
|
+
transform: translateY(-50%);
|
|
31375
31363
|
}
|
|
31376
|
-
.
|
|
31377
|
-
|
|
31364
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31365
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31378
31366
|
}
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31367
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31368
|
+
background: #f2f5fa;
|
|
31381
31369
|
}
|
|
31382
|
-
.
|
|
31370
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31383
31371
|
display: block;
|
|
31384
31372
|
}
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31373
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
31374
|
+
padding-right: 25px;
|
|
31387
31375
|
}
|
|
31388
|
-
.
|
|
31389
|
-
|
|
31376
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
31377
|
+
padding: 0 !important;
|
|
31390
31378
|
}
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31393
|
-
|
|
31379
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31380
|
+
position: absolute;
|
|
31381
|
+
left: 50%;
|
|
31382
|
+
top: 50%;
|
|
31383
|
+
transform: translate(-50%, -50%);
|
|
31394
31384
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
display: flex;
|
|
31398
|
-
justify-content: space-between;
|
|
31399
|
-
height: 20px;
|
|
31400
|
-
line-height: 20px;
|
|
31385
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
31386
|
+
display: none;
|
|
31401
31387
|
}
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
overflow: hidden;
|
|
31405
|
-
text-overflow: ellipsis;
|
|
31388
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
31389
|
+
background: #fff;
|
|
31406
31390
|
}
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
display: flex;
|
|
31410
|
-
justify-content: space-between;
|
|
31411
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31412
|
-
height: 18px;
|
|
31413
|
-
line-height: 18px;
|
|
31414
|
-
margin-top: 2px;
|
|
31391
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
31392
|
+
background: inherit;
|
|
31415
31393
|
}
|
|
31416
|
-
|
|
31417
|
-
|
|
31394
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
31395
|
+
position: static;
|
|
31418
31396
|
border: none;
|
|
31419
|
-
|
|
31420
|
-
|
|
31397
|
+
background: inherit !important;
|
|
31398
|
+
height: 100px;
|
|
31399
|
+
vertical-align: middle;
|
|
31400
|
+
}
|
|
31401
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
31402
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31403
|
+
font-weight: bold;
|
|
31404
|
+
font-size: 20px;
|
|
31405
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31406
|
+
}
|
|
31407
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
31408
|
+
padding: 0 !important;
|
|
31409
|
+
position: relative;
|
|
31410
|
+
background: #fff;
|
|
31411
|
+
}
|
|
31412
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
31413
|
+
height: 100%;
|
|
31414
|
+
display: flex;
|
|
31415
|
+
align-items: center;
|
|
31416
|
+
justify-content: flex-end;
|
|
31417
|
+
padding-right: 8px;
|
|
31421
31418
|
}
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
|
|
31419
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31420
|
+
width: 24px;
|
|
31421
|
+
height: 24px;
|
|
31422
|
+
cursor: pointer;
|
|
31423
|
+
justify-content: center;
|
|
31424
|
+
border-radius: 4px;
|
|
31425
|
+
}
|
|
31426
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31427
|
+
background: #fff;
|
|
31428
31428
|
}
|
|
31429
31429
|
|
|
31430
31430
|
.E_skwah65 {
|
|
@@ -32116,22 +32116,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32116
32116
|
color: #fff;
|
|
32117
32117
|
}
|
|
32118
32118
|
|
|
32119
|
-
.E_berrcjl {
|
|
32120
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
-
margin-bottom: 4px;
|
|
32122
|
-
}
|
|
32123
|
-
.E_berrcjl .breadcrumb-link {
|
|
32124
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
-
cursor: pointer;
|
|
32126
|
-
transition: color 160ms ease;
|
|
32127
|
-
}
|
|
32128
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
-
color: #0080ff;
|
|
32130
|
-
}
|
|
32131
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
-
color: #005ed1;
|
|
32133
|
-
}
|
|
32134
|
-
|
|
32135
32119
|
.E_c18gxmrl {
|
|
32136
32120
|
border: 1px solid #d8deeb;
|
|
32137
32121
|
border-radius: 4px;
|
|
@@ -32152,46 +32136,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32152
32136
|
padding: 8px 12px;
|
|
32153
32137
|
}
|
|
32154
32138
|
|
|
32155
|
-
.E_c1bus5hc {
|
|
32156
|
-
--color: white;
|
|
32157
|
-
height: 14px;
|
|
32158
|
-
width: 14px;
|
|
32159
|
-
border-radius: 50%;
|
|
32160
|
-
flex-shrink: 0;
|
|
32161
|
-
display: flex;
|
|
32162
|
-
align-items: center;
|
|
32163
|
-
justify-content: center;
|
|
32164
|
-
border: 1px solid var(--color);
|
|
32165
|
-
}
|
|
32166
|
-
.E_c1bus5hc .circle-inner {
|
|
32167
|
-
position: relative;
|
|
32168
|
-
height: 10px;
|
|
32169
|
-
width: 10px;
|
|
32170
|
-
border-radius: 50%;
|
|
32171
|
-
overflow: hidden;
|
|
32172
|
-
}
|
|
32173
|
-
.E_c1bus5hc .circle-content {
|
|
32174
|
-
position: absolute;
|
|
32175
|
-
height: 100%;
|
|
32176
|
-
width: 100%;
|
|
32177
|
-
left: 0;
|
|
32178
|
-
top: 0;
|
|
32179
|
-
border-radius: 50%;
|
|
32180
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32181
|
-
transform: rotate(180deg);
|
|
32182
|
-
}
|
|
32183
|
-
.E_c1bus5hc .circle-child {
|
|
32184
|
-
position: absolute;
|
|
32185
|
-
height: 100%;
|
|
32186
|
-
width: 100%;
|
|
32187
|
-
left: 0;
|
|
32188
|
-
top: 0;
|
|
32189
|
-
margin-left: 50%;
|
|
32190
|
-
transform-origin: left;
|
|
32191
|
-
background: white;
|
|
32192
|
-
transform: rotate(0deg);
|
|
32193
|
-
}
|
|
32194
|
-
|
|
32195
32139
|
.E_c1uzzomf {
|
|
32196
32140
|
margin-bottom: 16px;
|
|
32197
32141
|
}
|
|
@@ -32214,6 +32158,22 @@ input.E_rf8rlle.ant-input {
|
|
|
32214
32158
|
text-align: center;
|
|
32215
32159
|
}
|
|
32216
32160
|
|
|
32161
|
+
.E_berrcjl {
|
|
32162
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32163
|
+
margin-bottom: 4px;
|
|
32164
|
+
}
|
|
32165
|
+
.E_berrcjl .breadcrumb-link {
|
|
32166
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32167
|
+
cursor: pointer;
|
|
32168
|
+
transition: color 160ms ease;
|
|
32169
|
+
}
|
|
32170
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32171
|
+
color: #0080ff;
|
|
32172
|
+
}
|
|
32173
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32174
|
+
color: #005ed1;
|
|
32175
|
+
}
|
|
32176
|
+
|
|
32217
32177
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32218
32178
|
margin-right: 2px;
|
|
32219
32179
|
}
|
|
@@ -32248,84 +32208,44 @@ input.E_rf8rlle.ant-input {
|
|
|
32248
32208
|
background-color: transparent;
|
|
32249
32209
|
}
|
|
32250
32210
|
|
|
32251
|
-
.
|
|
32211
|
+
.E_c1bus5hc {
|
|
32212
|
+
--color: white;
|
|
32213
|
+
height: 14px;
|
|
32214
|
+
width: 14px;
|
|
32215
|
+
border-radius: 50%;
|
|
32216
|
+
flex-shrink: 0;
|
|
32252
32217
|
display: flex;
|
|
32253
32218
|
align-items: center;
|
|
32254
|
-
|
|
32255
|
-
|
|
32256
|
-
}
|
|
32257
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32258
|
-
margin-bottom: 4px;
|
|
32259
|
-
}
|
|
32260
|
-
|
|
32261
|
-
.E_tf5bynu {
|
|
32262
|
-
margin: 0 3px;
|
|
32263
|
-
}
|
|
32264
|
-
|
|
32265
|
-
.E_tcckoz1 {
|
|
32266
|
-
max-height: 400px;
|
|
32267
|
-
overflow: "auto";
|
|
32268
|
-
}
|
|
32269
|
-
|
|
32270
|
-
.E_gmyahx3 {
|
|
32271
|
-
cursor: pointer;
|
|
32272
|
-
}
|
|
32273
|
-
.E_gmyahx3 .link-text {
|
|
32274
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32219
|
+
justify-content: center;
|
|
32220
|
+
border: 1px solid var(--color);
|
|
32275
32221
|
}
|
|
32276
|
-
.
|
|
32277
|
-
|
|
32222
|
+
.E_c1bus5hc .circle-inner {
|
|
32223
|
+
position: relative;
|
|
32224
|
+
height: 10px;
|
|
32225
|
+
width: 10px;
|
|
32226
|
+
border-radius: 50%;
|
|
32227
|
+
overflow: hidden;
|
|
32278
32228
|
}
|
|
32279
|
-
|
|
32280
|
-
|
|
32281
|
-
|
|
32229
|
+
.E_c1bus5hc .circle-content {
|
|
32230
|
+
position: absolute;
|
|
32231
|
+
height: 100%;
|
|
32282
32232
|
width: 100%;
|
|
32233
|
+
left: 0;
|
|
32234
|
+
top: 0;
|
|
32235
|
+
border-radius: 50%;
|
|
32236
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32237
|
+
transform: rotate(180deg);
|
|
32283
32238
|
}
|
|
32284
|
-
.
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
|
|
32290
|
-
|
|
32291
|
-
|
|
32292
|
-
|
|
32293
|
-
|
|
32294
|
-
justify-content: space-between;
|
|
32295
|
-
align-items: center;
|
|
32296
|
-
font-size: 13px;
|
|
32297
|
-
line-height: 24px;
|
|
32298
|
-
color: #cccccc;
|
|
32299
|
-
white-space: nowrap;
|
|
32300
|
-
}
|
|
32301
|
-
.E_c14wcxf0 label {
|
|
32302
|
-
margin-right: 32px;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32306
|
-
font-weight: bold;
|
|
32307
|
-
color: white;
|
|
32308
|
-
}
|
|
32309
|
-
|
|
32310
|
-
.E_s11212zy {
|
|
32311
|
-
width: 8px;
|
|
32312
|
-
height: 8px;
|
|
32313
|
-
border-radius: 2px;
|
|
32314
|
-
display: inline-block;
|
|
32315
|
-
background: var(--s11212zy-0);
|
|
32316
|
-
border: 1px solid #fff;
|
|
32317
|
-
box-sizing: content-box;
|
|
32318
|
-
margin-right: 6px;
|
|
32319
|
-
}
|
|
32320
|
-
|
|
32321
|
-
.E_p1lyky6c > :first-child {
|
|
32322
|
-
font-weight: bold;
|
|
32323
|
-
color: white;
|
|
32324
|
-
margin-right: 4px;
|
|
32325
|
-
}
|
|
32326
|
-
|
|
32327
|
-
.E_tqjc4ui {
|
|
32328
|
-
margin: 0 2px;
|
|
32239
|
+
.E_c1bus5hc .circle-child {
|
|
32240
|
+
position: absolute;
|
|
32241
|
+
height: 100%;
|
|
32242
|
+
width: 100%;
|
|
32243
|
+
left: 0;
|
|
32244
|
+
top: 0;
|
|
32245
|
+
margin-left: 50%;
|
|
32246
|
+
transform-origin: left;
|
|
32247
|
+
background: white;
|
|
32248
|
+
transform: rotate(0deg);
|
|
32329
32249
|
}
|
|
32330
32250
|
|
|
32331
32251
|
.E_d1bw7c5z {
|
|
@@ -32397,16 +32317,77 @@ input.E_rf8rlle.ant-input {
|
|
|
32397
32317
|
color: rgba(44, 56, 82, 0.75);
|
|
32398
32318
|
}
|
|
32399
32319
|
|
|
32400
|
-
.E_t10pqbtc {
|
|
32401
|
-
width: 140px;
|
|
32402
|
-
}
|
|
32403
|
-
.E_t10pqbtc .item {
|
|
32404
|
-
margin: 6px auto;
|
|
32405
|
-
display: flex;
|
|
32406
|
-
justify-content: space-between;
|
|
32407
|
-
}
|
|
32408
|
-
.E_t10pqbtc .item .name {
|
|
32409
|
-
width: 102px;
|
|
32320
|
+
.E_t10pqbtc {
|
|
32321
|
+
width: 140px;
|
|
32322
|
+
}
|
|
32323
|
+
.E_t10pqbtc .item {
|
|
32324
|
+
margin: 6px auto;
|
|
32325
|
+
display: flex;
|
|
32326
|
+
justify-content: space-between;
|
|
32327
|
+
}
|
|
32328
|
+
.E_t10pqbtc .item .name {
|
|
32329
|
+
width: 102px;
|
|
32330
|
+
}
|
|
32331
|
+
|
|
32332
|
+
.E_gmyahx3 {
|
|
32333
|
+
cursor: pointer;
|
|
32334
|
+
}
|
|
32335
|
+
.E_gmyahx3 .link-text {
|
|
32336
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32337
|
+
}
|
|
32338
|
+
.E_gmyahx3:hover .link-text {
|
|
32339
|
+
color: #0080ff;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32342
|
+
.E_tqjc4ui {
|
|
32343
|
+
margin: 0 2px;
|
|
32344
|
+
}
|
|
32345
|
+
|
|
32346
|
+
.E_c18bcrac {
|
|
32347
|
+
display: inline-block;
|
|
32348
|
+
width: 100%;
|
|
32349
|
+
}
|
|
32350
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32351
|
+
margin-left: 4px;
|
|
32352
|
+
}
|
|
32353
|
+
|
|
32354
|
+
.E_cro7kg2 {
|
|
32355
|
+
padding: 4px;
|
|
32356
|
+
}
|
|
32357
|
+
|
|
32358
|
+
.E_c14wcxf0 {
|
|
32359
|
+
display: flex;
|
|
32360
|
+
justify-content: space-between;
|
|
32361
|
+
align-items: center;
|
|
32362
|
+
font-size: 13px;
|
|
32363
|
+
line-height: 24px;
|
|
32364
|
+
color: #cccccc;
|
|
32365
|
+
white-space: nowrap;
|
|
32366
|
+
}
|
|
32367
|
+
.E_c14wcxf0 label {
|
|
32368
|
+
margin-right: 32px;
|
|
32369
|
+
}
|
|
32370
|
+
|
|
32371
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32372
|
+
font-weight: bold;
|
|
32373
|
+
color: white;
|
|
32374
|
+
}
|
|
32375
|
+
|
|
32376
|
+
.E_s11212zy {
|
|
32377
|
+
width: 8px;
|
|
32378
|
+
height: 8px;
|
|
32379
|
+
border-radius: 2px;
|
|
32380
|
+
display: inline-block;
|
|
32381
|
+
background: var(--s11212zy-0);
|
|
32382
|
+
border: 1px solid #fff;
|
|
32383
|
+
box-sizing: content-box;
|
|
32384
|
+
margin-right: 6px;
|
|
32385
|
+
}
|
|
32386
|
+
|
|
32387
|
+
.E_p1lyky6c > :first-child {
|
|
32388
|
+
font-weight: bold;
|
|
32389
|
+
color: white;
|
|
32390
|
+
margin-right: 4px;
|
|
32410
32391
|
}
|
|
32411
32392
|
|
|
32412
32393
|
.E_clm1wy1 {
|
|
@@ -32502,6 +32483,25 @@ input.E_rf8rlle.ant-input {
|
|
|
32502
32483
|
border-radius: 2px;
|
|
32503
32484
|
}
|
|
32504
32485
|
|
|
32486
|
+
.E_n12mqh7z {
|
|
32487
|
+
display: flex;
|
|
32488
|
+
align-items: center;
|
|
32489
|
+
font-size: 12px;
|
|
32490
|
+
line-height: 18px;
|
|
32491
|
+
}
|
|
32492
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32493
|
+
margin-bottom: 4px;
|
|
32494
|
+
}
|
|
32495
|
+
|
|
32496
|
+
.E_tf5bynu {
|
|
32497
|
+
margin: 0 3px;
|
|
32498
|
+
}
|
|
32499
|
+
|
|
32500
|
+
.E_tcckoz1 {
|
|
32501
|
+
max-height: 400px;
|
|
32502
|
+
overflow: "auto";
|
|
32503
|
+
}
|
|
32504
|
+
|
|
32505
32505
|
.E_ou7iq30 {
|
|
32506
32506
|
overflow: hidden;
|
|
32507
32507
|
text-overflow: ellipsis;
|
|
@@ -32518,6 +32518,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32518
32518
|
word-break: break-all;
|
|
32519
32519
|
}
|
|
32520
32520
|
|
|
32521
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32522
|
+
display: flex;
|
|
32523
|
+
align-items: center;
|
|
32524
|
+
}
|
|
32525
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32526
|
+
margin-right: 8px;
|
|
32527
|
+
}
|
|
32528
|
+
|
|
32521
32529
|
.E_t1sqg15u {
|
|
32522
32530
|
background: white;
|
|
32523
32531
|
}
|
|
@@ -32608,14 +32616,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32608
32616
|
padding-right: 12px;
|
|
32609
32617
|
}
|
|
32610
32618
|
|
|
32611
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32612
|
-
display: flex;
|
|
32613
|
-
align-items: center;
|
|
32614
|
-
}
|
|
32615
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32616
|
-
margin-right: 8px;
|
|
32617
|
-
}
|
|
32618
|
-
|
|
32619
32619
|
.E_tje3huy {
|
|
32620
32620
|
width: 100%;
|
|
32621
32621
|
overflow: inherit;
|
|
@@ -32646,13 +32646,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32646
32646
|
color: #00122e !important;
|
|
32647
32647
|
}
|
|
32648
32648
|
|
|
32649
|
-
.E_c1yyuluq {
|
|
32650
|
-
border-radius: 8px;
|
|
32651
|
-
}
|
|
32652
|
-
.E_c1yyuluq .ant-card-body {
|
|
32653
|
-
padding: 20px 24px 24px 24px;
|
|
32654
|
-
}
|
|
32655
|
-
|
|
32656
32649
|
.E_m74vjol {
|
|
32657
32650
|
display: flex;
|
|
32658
32651
|
justify-content: space-between;
|
|
@@ -32666,6 +32659,13 @@ input.E_rf8rlle.ant-input {
|
|
|
32666
32659
|
width: 100%;
|
|
32667
32660
|
}
|
|
32668
32661
|
|
|
32662
|
+
.E_c1yyuluq {
|
|
32663
|
+
border-radius: 8px;
|
|
32664
|
+
}
|
|
32665
|
+
.E_c1yyuluq .ant-card-body {
|
|
32666
|
+
padding: 20px 24px 24px 24px;
|
|
32667
|
+
}
|
|
32668
|
+
|
|
32669
32669
|
.E_ccrbeuz .ant-collapse-item {
|
|
32670
32670
|
border: 0px;
|
|
32671
32671
|
background-color: #fff;
|
|
@@ -32688,6 +32688,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32688
32688
|
cursor: default;
|
|
32689
32689
|
}
|
|
32690
32690
|
|
|
32691
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32692
|
+
display: flex;
|
|
32693
|
+
}
|
|
32694
|
+
|
|
32691
32695
|
button.E_l48ei06 {
|
|
32692
32696
|
color: #0080FF;
|
|
32693
32697
|
height: unset;
|
|
@@ -32720,10 +32724,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32720
32724
|
color: #00122e;
|
|
32721
32725
|
}
|
|
32722
32726
|
|
|
32723
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32724
|
-
display: flex;
|
|
32725
|
-
}
|
|
32726
|
-
|
|
32727
32727
|
.E_ivqqkzv {
|
|
32728
32728
|
height: 24px;
|
|
32729
32729
|
width: 56px !important;
|
|
@@ -32734,6 +32734,63 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32734
32734
|
color: rgba(44, 56, 82, 0.6);
|
|
32735
32735
|
}
|
|
32736
32736
|
|
|
32737
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32738
|
+
border-radius: 6px;
|
|
32739
|
+
}
|
|
32740
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32741
|
+
width: 100%;
|
|
32742
|
+
color: #2d3a56;
|
|
32743
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32744
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32745
|
+
font-size: 13px;
|
|
32746
|
+
}
|
|
32747
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32748
|
+
height: 30px;
|
|
32749
|
+
}
|
|
32750
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32751
|
+
height: 38px;
|
|
32752
|
+
font-size: 13px;
|
|
32753
|
+
}
|
|
32754
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32755
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32756
|
+
transition: 160ms ease;
|
|
32757
|
+
}
|
|
32758
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32759
|
+
color: #0080ff;
|
|
32760
|
+
}
|
|
32761
|
+
.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 {
|
|
32762
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32763
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32764
|
+
}
|
|
32765
|
+
.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 {
|
|
32766
|
+
color: #0080ff;
|
|
32767
|
+
}
|
|
32768
|
+
.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 {
|
|
32769
|
+
border-color: #0080ff;
|
|
32770
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32771
|
+
}
|
|
32772
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32773
|
+
transform: rotate(180deg);
|
|
32774
|
+
}
|
|
32775
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32776
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32777
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32778
|
+
cursor: "not-allowed";
|
|
32779
|
+
}
|
|
32780
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32781
|
+
border-color: #f0483e !important;
|
|
32782
|
+
}
|
|
32783
|
+
.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 {
|
|
32784
|
+
color: #1d326c;
|
|
32785
|
+
}
|
|
32786
|
+
.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 {
|
|
32787
|
+
border-color: #0080ff;
|
|
32788
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32789
|
+
}
|
|
32790
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32791
|
+
transform: rotate(180deg);
|
|
32792
|
+
}
|
|
32793
|
+
|
|
32737
32794
|
.E_sddwhm6 {
|
|
32738
32795
|
margin: 0;
|
|
32739
32796
|
border-radius: 20px;
|
|
@@ -32808,61 +32865,8 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32808
32865
|
display: inline-block;
|
|
32809
32866
|
}
|
|
32810
32867
|
|
|
32811
|
-
.
|
|
32812
|
-
|
|
32813
|
-
}
|
|
32814
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32815
|
-
width: 100%;
|
|
32816
|
-
color: #2d3a56;
|
|
32817
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32818
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32819
|
-
font-size: 13px;
|
|
32820
|
-
}
|
|
32821
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32822
|
-
height: 30px;
|
|
32823
|
-
}
|
|
32824
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32825
|
-
height: 38px;
|
|
32826
|
-
font-size: 13px;
|
|
32827
|
-
}
|
|
32828
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32829
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32830
|
-
transition: 160ms ease;
|
|
32831
|
-
}
|
|
32832
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32833
|
-
color: #0080ff;
|
|
32834
|
-
}
|
|
32835
|
-
.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 {
|
|
32836
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32837
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32838
|
-
}
|
|
32839
|
-
.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 {
|
|
32840
|
-
color: #0080ff;
|
|
32841
|
-
}
|
|
32842
|
-
.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 {
|
|
32843
|
-
border-color: #0080ff;
|
|
32844
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32845
|
-
}
|
|
32846
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32847
|
-
transform: rotate(180deg);
|
|
32848
|
-
}
|
|
32849
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32850
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32851
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32852
|
-
cursor: "not-allowed";
|
|
32853
|
-
}
|
|
32854
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32855
|
-
border-color: #f0483e !important;
|
|
32856
|
-
}
|
|
32857
|
-
.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 {
|
|
32858
|
-
color: #1d326c;
|
|
32859
|
-
}
|
|
32860
|
-
.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 {
|
|
32861
|
-
border-color: #0080ff;
|
|
32862
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32863
|
-
}
|
|
32864
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32865
|
-
transform: rotate(180deg);
|
|
32868
|
+
.E_tju3gfj .date {
|
|
32869
|
+
margin-right: 4px;
|
|
32866
32870
|
}
|
|
32867
32871
|
|
|
32868
32872
|
.E_s1sck0th {
|
|
@@ -32947,10 +32951,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32947
32951
|
background-color: #7E41FF;
|
|
32948
32952
|
}
|
|
32949
32953
|
|
|
32950
|
-
.E_tju3gfj .date {
|
|
32951
|
-
margin-right: 4px;
|
|
32952
|
-
}
|
|
32953
|
-
|
|
32954
32954
|
.E_t13ef470 {
|
|
32955
32955
|
height: 100%;
|
|
32956
32956
|
}
|
|
@@ -34072,6 +34072,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34072
34072
|
background: transparent;
|
|
34073
34073
|
}
|
|
34074
34074
|
|
|
34075
|
+
.E_c1yd35n {
|
|
34076
|
+
padding: 0 12px 14px 12px;
|
|
34077
|
+
}
|
|
34078
|
+
|
|
34075
34079
|
.E_c1kghdax {
|
|
34076
34080
|
color: #2d3a56;
|
|
34077
34081
|
padding: 7px 12px;
|
|
@@ -34112,8 +34116,17 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34112
34116
|
margin-right: 2px;
|
|
34113
34117
|
}
|
|
34114
34118
|
|
|
34115
|
-
.
|
|
34116
|
-
|
|
34119
|
+
.E_suhck3k {
|
|
34120
|
+
height: 24px;
|
|
34121
|
+
width: 24px;
|
|
34122
|
+
border-radius: 6px;
|
|
34123
|
+
padding: 4px;
|
|
34124
|
+
}
|
|
34125
|
+
.E_suhck3k:hover {
|
|
34126
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34127
|
+
}
|
|
34128
|
+
.E_suhck3k:hover svg path {
|
|
34129
|
+
fill: blue;
|
|
34117
34130
|
}
|
|
34118
34131
|
|
|
34119
34132
|
.E_ckui4s7 {
|
|
@@ -34180,17 +34193,20 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34180
34193
|
margin-left: 24px;
|
|
34181
34194
|
}
|
|
34182
34195
|
|
|
34183
|
-
.
|
|
34196
|
+
.E_ryby9ds {
|
|
34197
|
+
display: flex;
|
|
34198
|
+
align-items: center;
|
|
34199
|
+
}
|
|
34200
|
+
.E_ryby9ds .order {
|
|
34184
34201
|
height: 24px;
|
|
34185
34202
|
width: 24px;
|
|
34186
|
-
border-radius:
|
|
34187
|
-
|
|
34188
|
-
|
|
34189
|
-
|
|
34190
|
-
|
|
34191
|
-
|
|
34192
|
-
|
|
34193
|
-
fill: blue;
|
|
34203
|
+
border-radius: 20px;
|
|
34204
|
+
color: #0080ff;
|
|
34205
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34206
|
+
display: flex;
|
|
34207
|
+
align-items: center;
|
|
34208
|
+
justify-content: center;
|
|
34209
|
+
margin-right: 6px;
|
|
34194
34210
|
}
|
|
34195
34211
|
|
|
34196
34212
|
.E_b14q2gmw {
|
|
@@ -34210,27 +34226,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34210
34226
|
transform: translateY(-4px);
|
|
34211
34227
|
}
|
|
34212
34228
|
|
|
34213
|
-
.E_ryby9ds {
|
|
34214
|
-
display: flex;
|
|
34215
|
-
align-items: center;
|
|
34216
|
-
}
|
|
34217
|
-
.E_ryby9ds .order {
|
|
34218
|
-
height: 24px;
|
|
34219
|
-
width: 24px;
|
|
34220
|
-
border-radius: 20px;
|
|
34221
|
-
color: #0080ff;
|
|
34222
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34223
|
-
display: flex;
|
|
34224
|
-
align-items: center;
|
|
34225
|
-
justify-content: center;
|
|
34226
|
-
margin-right: 6px;
|
|
34227
|
-
}
|
|
34228
|
-
|
|
34229
|
-
.E_i1g85yz3 {
|
|
34230
|
-
margin-right: 4px;
|
|
34231
|
-
height: 16px;
|
|
34232
|
-
}
|
|
34233
|
-
|
|
34234
34229
|
.E_t1dtlqs1 {
|
|
34235
34230
|
margin-bottom: 4px;
|
|
34236
34231
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34462,6 +34457,11 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34462
34457
|
margin-right: 4px;
|
|
34463
34458
|
}
|
|
34464
34459
|
|
|
34460
|
+
.E_i1g85yz3 {
|
|
34461
|
+
margin-right: 4px;
|
|
34462
|
+
height: 16px;
|
|
34463
|
+
}
|
|
34464
|
+
|
|
34465
34465
|
.E_f7pxqmh {
|
|
34466
34466
|
width: 100%;
|
|
34467
34467
|
margin-bottom: 0 !important;
|