@cloudtower/eagle 0.27.59 → 0.27.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +8 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1622 -1601
- package/dist/esm/index.js +8 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/src/spec/base.d.ts +2 -2
- package/dist/src/styles/token/index.d.ts +1 -0
- package/dist/src/styles/token/zIndices.d.ts +3 -0
- package/dist/stories/docs/core/Link.stories.d.ts +20 -8
- package/dist/style.css +2230 -2209
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -28537,7 +28537,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
-
z-index: 10;
|
|
28541
28540
|
}
|
|
28542
28541
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28543
28542
|
display: none;
|
|
@@ -29780,37 +29779,6 @@ html body {
|
|
|
29780
29779
|
font-size: 14px;
|
|
29781
29780
|
}
|
|
29782
29781
|
|
|
29783
|
-
.E_i1inqkme {
|
|
29784
|
-
height: 18px;
|
|
29785
|
-
line-height: 18px;
|
|
29786
|
-
padding: 0 4px;
|
|
29787
|
-
border-radius: 4px;
|
|
29788
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29789
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29790
|
-
display: flex;
|
|
29791
|
-
align-items: center;
|
|
29792
|
-
white-space: nowrap;
|
|
29793
|
-
margin-right: 4px;
|
|
29794
|
-
}
|
|
29795
|
-
|
|
29796
|
-
.E_iouxfgt {
|
|
29797
|
-
display: inline-flex;
|
|
29798
|
-
align-items: center;
|
|
29799
|
-
}
|
|
29800
|
-
.E_iouxfgt .icon-inner {
|
|
29801
|
-
display: inline-flex;
|
|
29802
|
-
align-items: center;
|
|
29803
|
-
justify-content: center;
|
|
29804
|
-
}
|
|
29805
|
-
.E_iouxfgt .icon-inner + span,
|
|
29806
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
29807
|
-
margin-left: 4px;
|
|
29808
|
-
}
|
|
29809
|
-
.E_iouxfgt.is-rotate img,
|
|
29810
|
-
.E_iouxfgt.is-rotate svg {
|
|
29811
|
-
animation: rotate 680ms linear infinite;
|
|
29812
|
-
}
|
|
29813
|
-
|
|
29814
29782
|
.E_fzh9mnb {
|
|
29815
29783
|
width: 100%;
|
|
29816
29784
|
height: 100%;
|
|
@@ -29855,6 +29823,37 @@ html body {
|
|
|
29855
29823
|
border-radius: unset;
|
|
29856
29824
|
}
|
|
29857
29825
|
|
|
29826
|
+
.E_iouxfgt {
|
|
29827
|
+
display: inline-flex;
|
|
29828
|
+
align-items: center;
|
|
29829
|
+
}
|
|
29830
|
+
.E_iouxfgt .icon-inner {
|
|
29831
|
+
display: inline-flex;
|
|
29832
|
+
align-items: center;
|
|
29833
|
+
justify-content: center;
|
|
29834
|
+
}
|
|
29835
|
+
.E_iouxfgt .icon-inner + span,
|
|
29836
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29837
|
+
margin-left: 4px;
|
|
29838
|
+
}
|
|
29839
|
+
.E_iouxfgt.is-rotate img,
|
|
29840
|
+
.E_iouxfgt.is-rotate svg {
|
|
29841
|
+
animation: rotate 680ms linear infinite;
|
|
29842
|
+
}
|
|
29843
|
+
|
|
29844
|
+
.E_i1inqkme {
|
|
29845
|
+
height: 18px;
|
|
29846
|
+
line-height: 18px;
|
|
29847
|
+
padding: 0 4px;
|
|
29848
|
+
border-radius: 4px;
|
|
29849
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29850
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29851
|
+
display: flex;
|
|
29852
|
+
align-items: center;
|
|
29853
|
+
white-space: nowrap;
|
|
29854
|
+
margin-right: 4px;
|
|
29855
|
+
}
|
|
29856
|
+
|
|
29858
29857
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29859
29858
|
justify-content: center;
|
|
29860
29859
|
}
|
|
@@ -30114,17 +30113,8 @@ html body {
|
|
|
30114
30113
|
position: absolute;
|
|
30115
30114
|
}
|
|
30116
30115
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
box-sizing: border-box;
|
|
30120
|
-
border-radius: 2px;
|
|
30121
|
-
background: #f5f7fa;
|
|
30122
|
-
display: flex;
|
|
30123
|
-
width: 100%;
|
|
30124
|
-
overflow: hidden;
|
|
30125
|
-
}
|
|
30126
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30127
|
-
margin-left: 1px;
|
|
30116
|
+
.E_iq1gosr {
|
|
30117
|
+
display: inline-block;
|
|
30128
30118
|
}
|
|
30129
30119
|
|
|
30130
30120
|
.E_phljevk {
|
|
@@ -30184,1883 +30174,1528 @@ html body {
|
|
|
30184
30174
|
line-height: 18px;
|
|
30185
30175
|
}
|
|
30186
30176
|
|
|
30187
|
-
.
|
|
30188
|
-
|
|
30177
|
+
.E_skwah65 {
|
|
30178
|
+
height: 8px;
|
|
30179
|
+
box-sizing: border-box;
|
|
30180
|
+
border-radius: 2px;
|
|
30181
|
+
background: #f5f7fa;
|
|
30182
|
+
display: flex;
|
|
30183
|
+
width: 100%;
|
|
30184
|
+
overflow: hidden;
|
|
30189
30185
|
}
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30192
|
-
border-radius: 4px;
|
|
30186
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30187
|
+
margin-left: 1px;
|
|
30193
30188
|
}
|
|
30194
30189
|
|
|
30195
|
-
.
|
|
30196
|
-
|
|
30197
|
-
|
|
30198
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30199
|
-
overflow: hidden;
|
|
30190
|
+
.E_cnujxq2 {
|
|
30191
|
+
display: flex;
|
|
30192
|
+
flex-direction: column;
|
|
30200
30193
|
}
|
|
30201
|
-
|
|
30202
|
-
|
|
30194
|
+
|
|
30195
|
+
.E_m7s48ia {
|
|
30196
|
+
max-width: 1120px;
|
|
30197
|
+
width: 100%;
|
|
30198
|
+
margin: 0 auto;
|
|
30199
|
+
height: 100%;
|
|
30203
30200
|
}
|
|
30204
|
-
|
|
30205
|
-
|
|
30206
|
-
|
|
30201
|
+
|
|
30202
|
+
.E_wt5zbg6 {
|
|
30203
|
+
max-width: 1120px;
|
|
30204
|
+
width: 100%;
|
|
30205
|
+
margin: 0 auto;
|
|
30206
|
+
display: flex;
|
|
30207
30207
|
}
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
|
|
30208
|
+
.E_wt5zbg6 .left,
|
|
30209
|
+
.E_wt5zbg6 .right {
|
|
30210
|
+
flex-grow: 0;
|
|
30211
|
+
flex-shrink: 0;
|
|
30212
|
+
flex-basis: 21%;
|
|
30211
30213
|
}
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30214
|
-
|
|
30214
|
+
.E_wt5zbg6 .left {
|
|
30215
|
+
display: flex;
|
|
30216
|
+
justify-content: flex-end;
|
|
30217
|
+
padding-right: 44px;
|
|
30215
30218
|
}
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
transition-delay: 120ms;
|
|
30219
|
+
.E_wt5zbg6 .right {
|
|
30220
|
+
padding-left: 44px;
|
|
30219
30221
|
}
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
|
|
30224
|
-
|
|
30222
|
+
.E_wt5zbg6 .middle {
|
|
30223
|
+
margin-bottom: 40px;
|
|
30224
|
+
flex-grow: 0;
|
|
30225
|
+
flex-shrink: 0;
|
|
30226
|
+
flex-basis: 58%;
|
|
30225
30227
|
}
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30228
|
-
width: 28px;
|
|
30228
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30229
|
+
width: 100%;
|
|
30229
30230
|
}
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30231
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30232
|
+
width: auto;
|
|
30232
30233
|
}
|
|
30233
|
-
|
|
30234
|
-
|
|
30234
|
+
|
|
30235
|
+
.E_h18jprzg .ant-modal-header {
|
|
30236
|
+
margin: 0 auto;
|
|
30237
|
+
width: 100%;
|
|
30238
|
+
max-width: 648px;
|
|
30235
30239
|
}
|
|
30236
|
-
.
|
|
30237
|
-
left:
|
|
30240
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30241
|
+
margin-left: 0;
|
|
30238
30242
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30243
|
+
.E_h18jprzg .ant-modal-body {
|
|
30244
|
+
margin: 0 auto;
|
|
30245
|
+
padding: 0;
|
|
30246
|
+
width: 100%;
|
|
30247
|
+
max-width: 648px;
|
|
30248
|
+
overflow: hidden;
|
|
30241
30249
|
}
|
|
30242
|
-
.
|
|
30243
|
-
|
|
30250
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30251
|
+
margin-bottom: 40px;
|
|
30244
30252
|
}
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30253
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30254
|
+
height: calc(100vh - 225px);
|
|
30255
|
+
overflow-y: auto;
|
|
30248
30256
|
}
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
width:
|
|
30257
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30258
|
+
margin: 0 auto;
|
|
30259
|
+
max-width: 648px;
|
|
30252
30260
|
}
|
|
30253
30261
|
|
|
30254
|
-
.
|
|
30255
|
-
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
height: 34px;
|
|
30259
|
-
min-height: 34px;
|
|
30260
|
-
box-sizing: border-box;
|
|
30261
|
-
margin-top: 8px;
|
|
30262
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30263
|
+
margin: 0 auto;
|
|
30264
|
+
width: 100%;
|
|
30265
|
+
max-width: 1024px;
|
|
30262
30266
|
}
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
display: flex;
|
|
30266
|
-
flex-direction: column;
|
|
30267
|
-
margin: 1px 8px;
|
|
30268
|
-
padding: 8px;
|
|
30269
|
-
border-radius: 4px;
|
|
30267
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30268
|
+
margin-left: 0;
|
|
30270
30269
|
}
|
|
30271
|
-
.
|
|
30272
|
-
|
|
30270
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30271
|
+
margin: 0 auto;
|
|
30272
|
+
padding: 0;
|
|
30273
|
+
width: 100%;
|
|
30274
|
+
max-width: 1024px;
|
|
30275
|
+
overflow: hidden;
|
|
30273
30276
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30277
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30278
|
+
margin-bottom: 40px;
|
|
30276
30279
|
}
|
|
30277
|
-
.
|
|
30278
|
-
|
|
30280
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30281
|
+
height: calc(100vh - 225px);
|
|
30282
|
+
overflow-y: auto;
|
|
30279
30283
|
}
|
|
30280
|
-
.
|
|
30281
|
-
|
|
30284
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30285
|
+
margin: 0 auto;
|
|
30286
|
+
max-width: 1024px;
|
|
30282
30287
|
}
|
|
30283
|
-
|
|
30284
|
-
|
|
30288
|
+
|
|
30289
|
+
.E_f1lrhghm {
|
|
30290
|
+
flex: 1;
|
|
30285
30291
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30292
|
+
.E_f1lrhghm label {
|
|
30293
|
+
font-size: 13px;
|
|
30294
|
+
line-height: 20px;
|
|
30295
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30288
30296
|
}
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30297
|
+
.E_f1lrhghm .title {
|
|
30298
|
+
font-size: 14px;
|
|
30299
|
+
line-height: 20px;
|
|
30300
|
+
color: #2d3a56;
|
|
30301
|
+
margin-bottom: 12px;
|
|
30291
30302
|
}
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30294
|
-
color: #0080ff;
|
|
30303
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30304
|
+
padding-bottom: 26px;
|
|
30295
30305
|
}
|
|
30296
30306
|
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
line-height: 20px;
|
|
30302
|
-
}
|
|
30303
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30304
|
-
color: #2d3a56;
|
|
30305
|
-
overflow: hidden;
|
|
30306
|
-
text-overflow: ellipsis;
|
|
30307
|
+
.E_f18ot8em {
|
|
30308
|
+
padding: 25px 0 15px 0;
|
|
30309
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30310
|
+
margin-bottom: 16px;
|
|
30307
30311
|
}
|
|
30308
30312
|
|
|
30309
|
-
.
|
|
30313
|
+
.E_f1l1g2k0 {
|
|
30310
30314
|
display: flex;
|
|
30311
|
-
|
|
30312
|
-
|
|
30313
|
-
height: 18px;
|
|
30314
|
-
line-height: 18px;
|
|
30315
|
-
margin-top: 2px;
|
|
30315
|
+
align-items: center;
|
|
30316
|
+
margin-bottom: 8px;
|
|
30316
30317
|
}
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
border: none;
|
|
30320
|
-
margin-right: 0;
|
|
30321
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30318
|
+
.E_f1l1g2k0 > label {
|
|
30319
|
+
width: 216px;
|
|
30322
30320
|
}
|
|
30323
|
-
|
|
30324
|
-
.E_o18uybox {
|
|
30325
|
-
pointer-events: none;
|
|
30326
|
-
height: 32px;
|
|
30321
|
+
.E_f1l1g2k0 > label + * {
|
|
30327
30322
|
width: 100%;
|
|
30328
|
-
opacity: 0;
|
|
30329
|
-
}
|
|
30330
|
-
|
|
30331
|
-
.E_dsnbhzf {
|
|
30332
|
-
font-family: Inter;
|
|
30333
|
-
font-style: normal;
|
|
30334
|
-
font-weight: bold;
|
|
30335
|
-
font-size: 32px;
|
|
30336
|
-
line-height: 40px;
|
|
30337
|
-
}
|
|
30338
|
-
|
|
30339
|
-
.E_d1mvo22k {
|
|
30340
|
-
font-family: Inter;
|
|
30341
|
-
font-style: normal;
|
|
30342
|
-
font-weight: bold;
|
|
30343
|
-
font-size: 24px;
|
|
30344
|
-
line-height: 32px;
|
|
30345
30323
|
}
|
|
30346
|
-
|
|
30347
|
-
|
|
30348
|
-
font-family: Inter;
|
|
30349
|
-
font-style: normal;
|
|
30350
|
-
font-weight: normal;
|
|
30351
|
-
font-size: 32px;
|
|
30352
|
-
line-height: 40px;
|
|
30324
|
+
.E_f1l1g2k0 .ant-select {
|
|
30325
|
+
width: 100%;
|
|
30353
30326
|
}
|
|
30354
30327
|
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
font-weight: bold;
|
|
30359
|
-
font-size: 20px;
|
|
30360
|
-
line-height: 24px;
|
|
30328
|
+
.E_e1k89cwg {
|
|
30329
|
+
color: #e75a3a;
|
|
30330
|
+
margin-right: 10px;
|
|
30361
30331
|
}
|
|
30362
30332
|
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
|
|
30367
|
-
|
|
30368
|
-
line-height: 24px;
|
|
30333
|
+
.E_d1oui1gf {
|
|
30334
|
+
width: 100%;
|
|
30335
|
+
height: 1px;
|
|
30336
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30337
|
+
margin: 24px 0;
|
|
30369
30338
|
}
|
|
30370
30339
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
line-height: 22px;
|
|
30340
|
+
.E_l15itdbb {
|
|
30341
|
+
display: flex;
|
|
30342
|
+
justify-content: center;
|
|
30343
|
+
align-items: center;
|
|
30344
|
+
height: 100%;
|
|
30377
30345
|
}
|
|
30378
30346
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
|
|
30347
|
+
.E_d1y3z4w {
|
|
30348
|
+
display: inline-block;
|
|
30349
|
+
width: 4px;
|
|
30350
|
+
height: 4px;
|
|
30351
|
+
background: #8e9aa9;
|
|
30352
|
+
opacity: 0.4;
|
|
30353
|
+
border-radius: 50%;
|
|
30354
|
+
margin: 0 4px;
|
|
30385
30355
|
}
|
|
30386
30356
|
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
font-size: 16px;
|
|
30392
|
-
line-height: 22px;
|
|
30357
|
+
.E_m177r7a3 .ant-modal-header,
|
|
30358
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
30359
|
+
width: 648px;
|
|
30360
|
+
margin: 0 auto;
|
|
30393
30361
|
}
|
|
30394
|
-
|
|
30395
|
-
|
|
30396
|
-
|
|
30397
|
-
font-style: normal;
|
|
30398
|
-
font-weight: normal;
|
|
30399
|
-
font-size: 16px;
|
|
30400
|
-
line-height: 22px;
|
|
30362
|
+
.E_m177r7a3 .ant-modal-header {
|
|
30363
|
+
padding: 35px 0 24px;
|
|
30364
|
+
border: none;
|
|
30401
30365
|
}
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
font-family: Inter;
|
|
30405
|
-
font-style: normal;
|
|
30406
|
-
font-weight: bold;
|
|
30407
|
-
font-size: 14px;
|
|
30408
|
-
line-height: 20px;
|
|
30366
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
30367
|
+
font-size: 30px;
|
|
30409
30368
|
}
|
|
30410
|
-
|
|
30411
|
-
|
|
30412
|
-
font-family: Inter;
|
|
30413
|
-
font-style: normal;
|
|
30414
|
-
font-weight: normal;
|
|
30415
|
-
font-size: 14px;
|
|
30416
|
-
line-height: 20px;
|
|
30369
|
+
.E_m177r7a3 .ant-modal-body {
|
|
30370
|
+
padding: 4px 0 2px;
|
|
30417
30371
|
}
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
font-family: Inter;
|
|
30421
|
-
font-style: normal;
|
|
30422
|
-
font-weight: bold;
|
|
30423
|
-
font-size: 12px;
|
|
30424
|
-
line-height: 18px;
|
|
30372
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
30373
|
+
border: none;
|
|
30425
30374
|
}
|
|
30426
30375
|
|
|
30427
|
-
.
|
|
30428
|
-
font-family: Inter;
|
|
30429
|
-
font-style: normal;
|
|
30430
|
-
font-weight: normal;
|
|
30376
|
+
.E_t1wwio3v {
|
|
30431
30377
|
font-size: 12px;
|
|
30432
30378
|
line-height: 18px;
|
|
30433
|
-
}
|
|
30434
|
-
|
|
30435
|
-
.E_h1kfc0la {
|
|
30436
|
-
font-family: Inter;
|
|
30437
|
-
font-style: normal;
|
|
30438
30379
|
font-weight: bold;
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
|
|
30380
|
+
color: #fff;
|
|
30381
|
+
padding: 0 4px;
|
|
30382
|
+
border-radius: 4px;
|
|
30383
|
+
display: inline-block;
|
|
30384
|
+
background: var(--t1wwio3v-0);
|
|
30443
30385
|
}
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
font-family: Inter;
|
|
30447
|
-
font-style: normal;
|
|
30448
|
-
font-weight: normal;
|
|
30449
|
-
text-transform: uppercase;
|
|
30450
|
-
font-feature-settings: "cpsp" on;
|
|
30451
|
-
font-size: 12px;
|
|
30452
|
-
line-height: 18px;
|
|
30386
|
+
.E_t1wwio3v:not(:first-child) {
|
|
30387
|
+
margin-left: 4px;
|
|
30453
30388
|
}
|
|
30454
30389
|
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
|
|
30390
|
+
.E_f17jvtfk {
|
|
30391
|
+
width: 100%;
|
|
30392
|
+
height: 100%;
|
|
30393
|
+
display: flex;
|
|
30394
|
+
align-items: center;
|
|
30395
|
+
justify-content: center;
|
|
30461
30396
|
}
|
|
30462
30397
|
|
|
30463
|
-
.
|
|
30464
|
-
font-
|
|
30465
|
-
font-style: normal;
|
|
30398
|
+
.E_nzppkea {
|
|
30399
|
+
font-size: 90%;
|
|
30466
30400
|
font-weight: bold;
|
|
30467
|
-
|
|
30468
|
-
|
|
30401
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30402
|
+
padding: 1px 4px 1px;
|
|
30403
|
+
margin-left: 2px;
|
|
30404
|
+
margin-right: 2px;
|
|
30405
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30406
|
+
border-radius: 4px;
|
|
30469
30407
|
}
|
|
30470
30408
|
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
font-style: normal;
|
|
30474
|
-
font-weight: normal;
|
|
30475
|
-
font-size: 16px;
|
|
30476
|
-
line-height: 24px;
|
|
30409
|
+
.E_f4mi9eq.form-item-general {
|
|
30410
|
+
width: 640px;
|
|
30477
30411
|
}
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
font-family: Inter;
|
|
30481
|
-
font-style: normal;
|
|
30482
|
-
font-weight: bold;
|
|
30483
|
-
font-size: 16px;
|
|
30484
|
-
line-height: 24px;
|
|
30412
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
30413
|
+
margin-top: 16px;
|
|
30485
30414
|
}
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
font-family: Inter;
|
|
30489
|
-
font-style: normal;
|
|
30490
|
-
font-weight: normal;
|
|
30491
|
-
text-transform: uppercase;
|
|
30492
|
-
font-feature-settings: "cpsp" on;
|
|
30493
|
-
font-size: 16px;
|
|
30494
|
-
line-height: 24px;
|
|
30415
|
+
.E_f4mi9eq.form-item-compact {
|
|
30416
|
+
width: 412px;
|
|
30495
30417
|
}
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
font-family: Inter;
|
|
30499
|
-
font-style: normal;
|
|
30500
|
-
font-weight: bold;
|
|
30501
|
-
text-transform: uppercase;
|
|
30502
|
-
font-feature-settings: "cpsp" on;
|
|
30503
|
-
font-size: 16px;
|
|
30504
|
-
line-height: 24px;
|
|
30418
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
30419
|
+
margin-top: 8px;
|
|
30505
30420
|
}
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
font-family: Inter;
|
|
30509
|
-
font-style: normal;
|
|
30510
|
-
font-weight: normal;
|
|
30511
|
-
font-size: 14px;
|
|
30512
|
-
line-height: 22px;
|
|
30421
|
+
.E_f4mi9eq .form-item {
|
|
30422
|
+
width: auto;
|
|
30513
30423
|
}
|
|
30514
|
-
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
font-style: normal;
|
|
30518
|
-
font-weight: 500;
|
|
30519
|
-
font-size: 14px;
|
|
30520
|
-
line-height: 22px;
|
|
30424
|
+
.E_f4mi9eq .form-item-main {
|
|
30425
|
+
position: relative;
|
|
30426
|
+
display: flex;
|
|
30521
30427
|
}
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
font-size:
|
|
30528
|
-
line-height:
|
|
30428
|
+
.E_f4mi9eq .form-item-extra {
|
|
30429
|
+
margin-top: 4px;
|
|
30430
|
+
width: 100%;
|
|
30431
|
+
padding: 14px;
|
|
30432
|
+
background: #f2f4f6;
|
|
30433
|
+
font-size: 13px;
|
|
30434
|
+
line-height: 1.8;
|
|
30435
|
+
color: #8e9aa9;
|
|
30529
30436
|
}
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
font-
|
|
30533
|
-
|
|
30534
|
-
font-weight: normal;
|
|
30535
|
-
font-size: 14px;
|
|
30536
|
-
line-height: 22px;
|
|
30437
|
+
.E_f4mi9eq .form-item-label {
|
|
30438
|
+
padding-right: 12px;
|
|
30439
|
+
font-size: 13px;
|
|
30440
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30537
30441
|
}
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
font-family: Inter;
|
|
30541
|
-
font-style: normal;
|
|
30542
|
-
font-weight: bold;
|
|
30543
|
-
font-size: 14px;
|
|
30544
|
-
line-height: 22px;
|
|
30442
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
30443
|
+
text-align: right;
|
|
30545
30444
|
}
|
|
30546
|
-
|
|
30547
|
-
.
|
|
30548
|
-
|
|
30549
|
-
font-style: normal;
|
|
30550
|
-
font-weight: normal;
|
|
30551
|
-
text-transform: uppercase;
|
|
30552
|
-
font-feature-settings: "cpsp" on;
|
|
30553
|
-
font-size: 14px;
|
|
30554
|
-
line-height: 22px;
|
|
30445
|
+
.E_f4mi9eq .form-item-label,
|
|
30446
|
+
.E_f4mi9eq .form-item-control {
|
|
30447
|
+
line-height: 32px;
|
|
30555
30448
|
}
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
font-family: Inter;
|
|
30559
|
-
font-style: normal;
|
|
30560
|
-
font-weight: bold;
|
|
30561
|
-
text-transform: uppercase;
|
|
30562
|
-
font-feature-settings: "cpsp" on;
|
|
30563
|
-
font-size: 14px;
|
|
30564
|
-
line-height: 22px;
|
|
30449
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
30450
|
+
line-height: 18px;
|
|
30565
30451
|
}
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
font-family: Inter;
|
|
30569
|
-
font-style: normal;
|
|
30570
|
-
font-weight: normal;
|
|
30571
|
-
font-size: 13px;
|
|
30572
|
-
line-height: 20px;
|
|
30452
|
+
.E_f4mi9eq .form-item-children {
|
|
30453
|
+
width: 100%;
|
|
30573
30454
|
}
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
font-family: Inter;
|
|
30577
|
-
font-style: normal;
|
|
30578
|
-
font-weight: 600;
|
|
30579
|
-
font-size: 13px;
|
|
30580
|
-
line-height: 20px;
|
|
30455
|
+
.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 {
|
|
30456
|
+
width: 100%;
|
|
30581
30457
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
|
|
30586
|
-
font-weight: bold;
|
|
30587
|
-
font-size: 13px;
|
|
30588
|
-
line-height: 20px;
|
|
30458
|
+
.E_f4mi9eq .form-item-error {
|
|
30459
|
+
color: #e75a3a;
|
|
30460
|
+
height: 0;
|
|
30461
|
+
overflow: hidden;
|
|
30589
30462
|
}
|
|
30590
|
-
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
font-weight: normal;
|
|
30595
|
-
font-size: 13px;
|
|
30596
|
-
line-height: 20px;
|
|
30463
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
30464
|
+
margin-top: 4px;
|
|
30465
|
+
height: auto;
|
|
30466
|
+
overflow: auto;
|
|
30597
30467
|
}
|
|
30598
|
-
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
font-weight: 600;
|
|
30603
|
-
font-size: 13px;
|
|
30604
|
-
line-height: 20px;
|
|
30468
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30469
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30470
|
+
border: 1px solid #e75a3a;
|
|
30471
|
+
color: #e75a3a;
|
|
30605
30472
|
}
|
|
30606
30473
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
font-style: normal;
|
|
30474
|
+
.E_fh0ewl8 {
|
|
30475
|
+
color: #2d3a56;
|
|
30610
30476
|
font-weight: bold;
|
|
30611
|
-
|
|
30612
|
-
|
|
30477
|
+
padding-bottom: 6px;
|
|
30478
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30479
|
+
margin-bottom: 16px;
|
|
30613
30480
|
}
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
font-family: Inter;
|
|
30617
|
-
font-style: normal;
|
|
30618
|
-
font-weight: normal;
|
|
30619
|
-
text-transform: uppercase;
|
|
30620
|
-
font-feature-settings: "cpsp" on;
|
|
30621
|
-
font-size: 13px;
|
|
30622
|
-
line-height: 20px;
|
|
30481
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
30482
|
+
margin-top: 16px;
|
|
30623
30483
|
}
|
|
30624
30484
|
|
|
30625
|
-
.
|
|
30626
|
-
|
|
30627
|
-
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30485
|
+
.E_e1qrlvot {
|
|
30486
|
+
width: 8px;
|
|
30487
|
+
height: 24px;
|
|
30488
|
+
display: flex;
|
|
30489
|
+
justify-content: center;
|
|
30490
|
+
align-items: center;
|
|
30491
|
+
cursor: pointer;
|
|
30492
|
+
transition: all 200ms ease-out 40ms;
|
|
30633
30493
|
}
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
|
|
30494
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
30495
|
+
content: "";
|
|
30496
|
+
width: 1px;
|
|
30497
|
+
height: 6px;
|
|
30498
|
+
border-radius: 1px;
|
|
30499
|
+
background: #ccd4e3;
|
|
30500
|
+
position: relative;
|
|
30501
|
+
right: 2px;
|
|
30502
|
+
transform: rotate(-45deg);
|
|
30503
|
+
}
|
|
30504
|
+
.E_e1qrlvot:after {
|
|
30505
|
+
transform: rotate(45deg);
|
|
30506
|
+
left: 1px;
|
|
30641
30507
|
}
|
|
30642
30508
|
|
|
30643
|
-
.
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
|
|
30648
|
-
|
|
30509
|
+
.E_w9ic984.ant-alert-warning {
|
|
30510
|
+
border: 0;
|
|
30511
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30512
|
+
border-radius: 6px;
|
|
30513
|
+
}
|
|
30514
|
+
.E_w9ic984.ant-alert,
|
|
30515
|
+
.E_w9ic984 .ant-alert-message {
|
|
30516
|
+
color: #e07f00;
|
|
30517
|
+
}
|
|
30518
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
30519
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
30520
|
+
border-bottom-color: #e07f00;
|
|
30649
30521
|
}
|
|
30650
30522
|
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30523
|
+
.E_n1k9qi4r {
|
|
30524
|
+
display: flex;
|
|
30525
|
+
flex-direction: row;
|
|
30526
|
+
padding: 7px 12px;
|
|
30527
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30528
|
+
border-radius: 6px;
|
|
30529
|
+
color: #e07f00;
|
|
30655
30530
|
font-size: 12px;
|
|
30656
30531
|
line-height: 18px;
|
|
30657
30532
|
}
|
|
30533
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
30534
|
+
margin-right: 10px;
|
|
30535
|
+
height: 18px;
|
|
30536
|
+
}
|
|
30658
30537
|
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30538
|
+
.E_n16fsg9x {
|
|
30539
|
+
display: flex;
|
|
30540
|
+
flex-direction: row;
|
|
30541
|
+
padding: 7px 12px;
|
|
30542
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30543
|
+
border-radius: 6px;
|
|
30544
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30663
30545
|
font-size: 12px;
|
|
30664
30546
|
line-height: 18px;
|
|
30665
30547
|
}
|
|
30548
|
+
.E_n16fsg9x .icon-wrapper {
|
|
30549
|
+
margin-right: 10px;
|
|
30550
|
+
height: 18px;
|
|
30551
|
+
}
|
|
30666
30552
|
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
|
|
30553
|
+
.E_i173wxzw {
|
|
30554
|
+
display: flex;
|
|
30555
|
+
flex-direction: row;
|
|
30556
|
+
padding: 7px 12px;
|
|
30557
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30558
|
+
border-radius: 6px;
|
|
30559
|
+
color: #005ed1;
|
|
30671
30560
|
font-size: 12px;
|
|
30672
30561
|
line-height: 18px;
|
|
30673
30562
|
}
|
|
30563
|
+
.E_i173wxzw .icon-wrapper {
|
|
30564
|
+
margin-right: 10px;
|
|
30565
|
+
height: 18px;
|
|
30566
|
+
}
|
|
30674
30567
|
|
|
30675
|
-
.
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
font-weight: bold;
|
|
30568
|
+
.E_dld369h {
|
|
30569
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30570
|
+
margin-top: 5px;
|
|
30679
30571
|
font-size: 12px;
|
|
30680
30572
|
line-height: 18px;
|
|
30681
30573
|
}
|
|
30682
30574
|
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30685
|
-
font-style: normal;
|
|
30686
|
-
font-weight: normal;
|
|
30687
|
-
text-transform: uppercase;
|
|
30688
|
-
font-feature-settings: "cpsp" on;
|
|
30575
|
+
.E_s1epv22q {
|
|
30576
|
+
color: #f0483e;
|
|
30689
30577
|
font-size: 12px;
|
|
30690
|
-
|
|
30578
|
+
white-space: pre-wrap;
|
|
30691
30579
|
}
|
|
30692
30580
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
line-height: 18px;
|
|
30581
|
+
.E_okus5hk {
|
|
30582
|
+
display: flex;
|
|
30583
|
+
align-items: center;
|
|
30584
|
+
justify-content: flex-end;
|
|
30585
|
+
}
|
|
30586
|
+
.E_okus5hk .icon-wrapper {
|
|
30587
|
+
margin-right: 16px;
|
|
30701
30588
|
}
|
|
30702
30589
|
|
|
30703
|
-
.
|
|
30704
|
-
|
|
30705
|
-
font-style: normal;
|
|
30706
|
-
font-weight: normal;
|
|
30707
|
-
font-size: 13px;
|
|
30708
|
-
line-height: 20px;
|
|
30590
|
+
.E_t1auuzri {
|
|
30591
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30709
30592
|
}
|
|
30710
30593
|
|
|
30711
|
-
.
|
|
30712
|
-
|
|
30713
|
-
font-style: normal;
|
|
30714
|
-
font-weight: normal;
|
|
30715
|
-
font-size: 13px;
|
|
30594
|
+
.E_i74cfyt.ant-input {
|
|
30595
|
+
padding: 5px 12px;
|
|
30716
30596
|
line-height: 20px;
|
|
30597
|
+
color: #2d3a56;
|
|
30598
|
+
border-radius: 6px;
|
|
30599
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30600
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30717
30601
|
}
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
font-style: normal;
|
|
30722
|
-
font-weight: normal;
|
|
30723
|
-
font-size: 12px;
|
|
30724
|
-
line-height: 18px;
|
|
30602
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
30603
|
+
padding: 8px 16px;
|
|
30604
|
+
line-height: 22px;
|
|
30725
30605
|
}
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
font-family: Inter;
|
|
30729
|
-
font-style: normal;
|
|
30730
|
-
font-weight: normal;
|
|
30731
|
-
font-size: 12px;
|
|
30606
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
30607
|
+
padding: 2px 8px;
|
|
30732
30608
|
line-height: 18px;
|
|
30733
30609
|
}
|
|
30734
|
-
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
font-weight: normal;
|
|
30739
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30740
|
-
font-size: 13px;
|
|
30741
|
-
line-height: 20px;
|
|
30610
|
+
.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 {
|
|
30611
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30612
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30613
|
+
z-index: 1;
|
|
30742
30614
|
}
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
font-weight: normal;
|
|
30748
|
-
font-feature-settings: "zero" on;
|
|
30749
|
-
font-size: 13px;
|
|
30750
|
-
line-height: 20px;
|
|
30615
|
+
.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 {
|
|
30616
|
+
border-color: #0096ff;
|
|
30617
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30618
|
+
z-index: 1;
|
|
30751
30619
|
}
|
|
30752
|
-
|
|
30753
|
-
|
|
30754
|
-
|
|
30755
|
-
font-style: normal;
|
|
30756
|
-
font-weight: normal;
|
|
30757
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30758
|
-
font-size: 12px;
|
|
30759
|
-
line-height: 18px;
|
|
30620
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
30621
|
+
border-color: #e75a3a;
|
|
30622
|
+
color: #e75a3a;
|
|
30760
30623
|
}
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
|
|
30764
|
-
font-style: normal;
|
|
30765
|
-
font-weight: 500;
|
|
30766
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30767
|
-
font-size: 12px;
|
|
30768
|
-
line-height: 18px;
|
|
30624
|
+
.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 {
|
|
30625
|
+
border-color: #e75a3a;
|
|
30626
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30769
30627
|
}
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
font-style: normal;
|
|
30774
|
-
font-weight: normal;
|
|
30775
|
-
font-feature-settings: "zero" on;
|
|
30776
|
-
font-size: 12px;
|
|
30777
|
-
line-height: 18px;
|
|
30628
|
+
.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 {
|
|
30629
|
+
border-color: #e75a3a;
|
|
30630
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30778
30631
|
}
|
|
30779
|
-
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
|
|
30783
|
-
font-weight: 500;
|
|
30784
|
-
font-feature-settings: "zero" on;
|
|
30785
|
-
font-size: 12px;
|
|
30786
|
-
line-height: 18px;
|
|
30632
|
+
.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 {
|
|
30633
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30634
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30635
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30787
30636
|
}
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
30795
|
-
line-height: 24px;
|
|
30637
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
30638
|
+
padding: 5px 12px;
|
|
30639
|
+
border-radius: 6px;
|
|
30640
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30641
|
+
line-height: 20px;
|
|
30642
|
+
color: #2d3a56;
|
|
30643
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30796
30644
|
}
|
|
30797
|
-
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30800
|
-
font-style: normal;
|
|
30801
|
-
font-weight: normal;
|
|
30802
|
-
font-size: 10px;
|
|
30803
|
-
line-height: 12px;
|
|
30645
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
30646
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
30647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30804
30648
|
}
|
|
30805
|
-
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
align-items: center;
|
|
30809
|
-
justify-content: space-between;
|
|
30810
|
-
background: #edf0f7;
|
|
30811
|
-
padding: 8px 12px;
|
|
30812
|
-
position: sticky;
|
|
30813
|
-
top: 0;
|
|
30814
|
-
z-index: 1;
|
|
30815
|
-
margin-bottom: -52px;
|
|
30649
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30650
|
+
padding: 8px 16px;
|
|
30651
|
+
line-height: 22px;
|
|
30816
30652
|
}
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
font-weight: 700;
|
|
30821
|
-
flex-shrink: 0;
|
|
30653
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30654
|
+
padding: 2px 8px;
|
|
30655
|
+
line-height: 18px;
|
|
30822
30656
|
}
|
|
30823
|
-
.
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
width: 32px;
|
|
30827
|
-
height: 32px;
|
|
30828
|
-
border-radius: 50%;
|
|
30829
|
-
justify-content: center;
|
|
30657
|
+
.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 {
|
|
30658
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30659
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30830
30660
|
}
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30661
|
+
.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 {
|
|
30662
|
+
border-color: #0096ff;
|
|
30663
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30833
30664
|
}
|
|
30834
|
-
.
|
|
30835
|
-
|
|
30836
|
-
margin-left: 88px;
|
|
30837
|
-
white-space: nowrap;
|
|
30838
|
-
text-align: right;
|
|
30839
|
-
position: relative;
|
|
30840
|
-
padding: 4px 0;
|
|
30841
|
-
margin-top: -4px;
|
|
30842
|
-
overflow: hidden;
|
|
30665
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30666
|
+
border-color: #e75a3a;
|
|
30843
30667
|
}
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30668
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30669
|
+
color: #e75a3a;
|
|
30846
30670
|
}
|
|
30847
|
-
.
|
|
30848
|
-
border:
|
|
30671
|
+
.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 {
|
|
30672
|
+
border-color: #e75a3a;
|
|
30673
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30849
30674
|
}
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30675
|
+
.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 {
|
|
30676
|
+
border-color: #e75a3a;
|
|
30677
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30852
30678
|
}
|
|
30853
|
-
.
|
|
30854
|
-
|
|
30679
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30680
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30681
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30682
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30855
30683
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
|
|
30684
|
+
textarea.E_i74cfyt.ant-input {
|
|
30685
|
+
transition-property: height;
|
|
30686
|
+
transition-delay: 50ms;
|
|
30687
|
+
}
|
|
30688
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
30689
|
+
min-height: 40px;
|
|
30690
|
+
height: 40px;
|
|
30691
|
+
}
|
|
30692
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
30693
|
+
height: 80px;
|
|
30694
|
+
}
|
|
30695
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
30696
|
+
min-height: 32px;
|
|
30859
30697
|
height: 32px;
|
|
30860
|
-
justify-content: center;
|
|
30861
|
-
border-radius: 50%;
|
|
30862
30698
|
}
|
|
30863
|
-
.
|
|
30864
|
-
|
|
30699
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
30700
|
+
height: 64px;
|
|
30865
30701
|
}
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
30702
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
30703
|
+
min-height: 24px;
|
|
30704
|
+
height: 24px;
|
|
30869
30705
|
}
|
|
30870
|
-
|
|
30871
|
-
|
|
30872
|
-
display: flex;
|
|
30873
|
-
flex-direction: column;
|
|
30706
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
30707
|
+
height: 40px;
|
|
30874
30708
|
}
|
|
30875
30709
|
|
|
30876
|
-
.
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
margin: 0 auto;
|
|
30880
|
-
height: 100%;
|
|
30710
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
30711
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30712
|
+
border-radius: 4px;
|
|
30881
30713
|
}
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
}
|
|
30889
|
-
.E_wt5zbg6 .left,
|
|
30890
|
-
.E_wt5zbg6 .right {
|
|
30891
|
-
flex-grow: 0;
|
|
30892
|
-
flex-shrink: 0;
|
|
30893
|
-
flex-basis: 21%;
|
|
30714
|
+
.E_k1ci6977.input-tags {
|
|
30715
|
+
position: relative;
|
|
30716
|
+
padding: 6px;
|
|
30717
|
+
height: 32px;
|
|
30718
|
+
cursor: pointer;
|
|
30719
|
+
transition: border 150ms;
|
|
30894
30720
|
}
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30897
|
-
|
|
30898
|
-
padding-right: 44px;
|
|
30721
|
+
.E_k1ci6977.input-tags:hover {
|
|
30722
|
+
border-color: #0080ff;
|
|
30723
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30899
30724
|
}
|
|
30900
|
-
.
|
|
30901
|
-
padding-
|
|
30725
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
30726
|
+
padding-right: 30px;
|
|
30902
30727
|
}
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30905
|
-
flex-grow: 0;
|
|
30906
|
-
flex-shrink: 0;
|
|
30907
|
-
flex-basis: 58%;
|
|
30728
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
30729
|
+
display: flex;
|
|
30908
30730
|
}
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30731
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30732
|
+
display: flex;
|
|
30911
30733
|
}
|
|
30912
|
-
.
|
|
30913
|
-
|
|
30734
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
30735
|
+
position: absolute;
|
|
30736
|
+
right: 12px;
|
|
30737
|
+
top: 50%;
|
|
30738
|
+
transform: translateY(-50%);
|
|
30914
30739
|
}
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
max-width: 648px;
|
|
30740
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30741
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30742
|
+
font-size: 12px;
|
|
30743
|
+
cursor: pointer;
|
|
30920
30744
|
}
|
|
30921
|
-
.
|
|
30922
|
-
|
|
30745
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30746
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30923
30747
|
}
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
padding: 0;
|
|
30927
|
-
width: 100%;
|
|
30928
|
-
max-width: 648px;
|
|
30748
|
+
.E_k1ci6977.has-focus-indicator {
|
|
30749
|
+
position: relative;
|
|
30929
30750
|
overflow: hidden;
|
|
30930
30751
|
}
|
|
30931
|
-
.
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30939
|
-
margin: 0 auto;
|
|
30940
|
-
max-width: 648px;
|
|
30941
|
-
}
|
|
30942
|
-
|
|
30943
|
-
.E_h16z9xgz .ant-modal-header {
|
|
30944
|
-
margin: 0 auto;
|
|
30945
|
-
width: 100%;
|
|
30946
|
-
max-width: 1024px;
|
|
30947
|
-
}
|
|
30948
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30949
|
-
margin-left: 0;
|
|
30752
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
30753
|
+
position: absolute;
|
|
30754
|
+
top: 50%;
|
|
30755
|
+
transform: translateY(-50%);
|
|
30756
|
+
left: -16px;
|
|
30757
|
+
transition: left 150ms ease;
|
|
30758
|
+
opacity: 0;
|
|
30950
30759
|
}
|
|
30951
|
-
.
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
width: 100%;
|
|
30955
|
-
max-width: 1024px;
|
|
30956
|
-
overflow: hidden;
|
|
30760
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30761
|
+
left: 8px;
|
|
30762
|
+
opacity: 1;
|
|
30957
30763
|
}
|
|
30958
|
-
.
|
|
30959
|
-
margin-
|
|
30764
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
30765
|
+
transition: margin-left 150ms ease;
|
|
30766
|
+
margin-left: 0px;
|
|
30960
30767
|
}
|
|
30961
|
-
.
|
|
30962
|
-
|
|
30963
|
-
overflow-y: auto;
|
|
30768
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
30769
|
+
margin-left: 16px;
|
|
30964
30770
|
}
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
|
|
30771
|
+
|
|
30772
|
+
input.E_l1f7td1d.ant-input {
|
|
30773
|
+
border-top-right-radius: 0;
|
|
30774
|
+
border-bottom-right-radius: 0;
|
|
30968
30775
|
}
|
|
30969
30776
|
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30777
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
30778
|
+
border-top-right-radius: 0;
|
|
30779
|
+
border-bottom-right-radius: 0;
|
|
30972
30780
|
}
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30781
|
+
|
|
30782
|
+
input.E_rf8rlle.ant-input {
|
|
30783
|
+
border-top-left-radius: 0;
|
|
30784
|
+
border-bottom-left-radius: 0;
|
|
30977
30785
|
}
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
margin-bottom: 12px;
|
|
30786
|
+
|
|
30787
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
30788
|
+
border-top-left-radius: 0;
|
|
30789
|
+
border-bottom-left-radius: 0;
|
|
30983
30790
|
}
|
|
30984
|
-
|
|
30985
|
-
|
|
30791
|
+
|
|
30792
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
30793
|
+
border-top-right-radius: 0;
|
|
30794
|
+
border-bottom-right-radius: 0;
|
|
30986
30795
|
}
|
|
30987
30796
|
|
|
30988
|
-
.
|
|
30989
|
-
|
|
30990
|
-
border-bottom:
|
|
30991
|
-
margin-bottom: 16px;
|
|
30797
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
30798
|
+
border-top-left-radius: 0;
|
|
30799
|
+
border-bottom-left-radius: 0;
|
|
30992
30800
|
}
|
|
30993
30801
|
|
|
30994
|
-
.
|
|
30802
|
+
.E_c3ni091 {
|
|
30995
30803
|
display: flex;
|
|
30996
|
-
|
|
30997
|
-
margin-bottom: 8px;
|
|
30804
|
+
flex-direction: column;
|
|
30998
30805
|
}
|
|
30999
|
-
.
|
|
31000
|
-
|
|
30806
|
+
.E_c3ni091 .select-wrapper {
|
|
30807
|
+
margin-top: 12px;
|
|
31001
30808
|
}
|
|
31002
|
-
.
|
|
30809
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31003
30810
|
width: 100%;
|
|
31004
30811
|
}
|
|
31005
|
-
.
|
|
30812
|
+
.E_c3ni091 .radio-wrapper {
|
|
30813
|
+
margin-top: 24px;
|
|
30814
|
+
}
|
|
30815
|
+
.E_c3ni091 div.form-item {
|
|
31006
30816
|
width: 100%;
|
|
31007
30817
|
}
|
|
31008
30818
|
|
|
31009
|
-
.
|
|
31010
|
-
|
|
31011
|
-
|
|
30819
|
+
.E_d105ju2d {
|
|
30820
|
+
font-size: 14px;
|
|
30821
|
+
font-weight: 500;
|
|
30822
|
+
color: #3e4652;
|
|
30823
|
+
line-height: 18px;
|
|
31012
30824
|
}
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
width: 100%;
|
|
31016
|
-
height: 1px;
|
|
31017
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31018
|
-
margin: 24px 0;
|
|
30825
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
30826
|
+
margin-top: 16px;
|
|
31019
30827
|
}
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
display: flex;
|
|
31023
|
-
justify-content: center;
|
|
31024
|
-
align-items: center;
|
|
31025
|
-
height: 100%;
|
|
30828
|
+
.E_d105ju2d + * {
|
|
30829
|
+
margin-top: 16px;
|
|
31026
30830
|
}
|
|
31027
30831
|
|
|
31028
|
-
.
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
background: #8e9aa9;
|
|
31033
|
-
opacity: 0.4;
|
|
31034
|
-
border-radius: 50%;
|
|
31035
|
-
margin: 0 4px;
|
|
30832
|
+
.E_lh0l62z.E_d105ju2d {
|
|
30833
|
+
font-size: 12px;
|
|
30834
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30835
|
+
margin-top: 12px;
|
|
31036
30836
|
}
|
|
31037
30837
|
|
|
31038
|
-
.
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
margin: 0
|
|
31042
|
-
|
|
31043
|
-
.E_m177r7a3 .ant-modal-header {
|
|
31044
|
-
padding: 35px 0 24px;
|
|
31045
|
-
border: none;
|
|
31046
|
-
}
|
|
31047
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31048
|
-
font-size: 30px;
|
|
30838
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
30839
|
+
line-height: 18px;
|
|
30840
|
+
font-weight: 500;
|
|
30841
|
+
margin-top: 0;
|
|
30842
|
+
white-space: initial;
|
|
31049
30843
|
}
|
|
31050
|
-
|
|
31051
|
-
|
|
30844
|
+
|
|
30845
|
+
.E_r1skkc3l {
|
|
30846
|
+
display: block;
|
|
31052
30847
|
}
|
|
31053
|
-
.
|
|
31054
|
-
|
|
30848
|
+
.E_r1skkc3l span {
|
|
30849
|
+
font-size: 14px;
|
|
30850
|
+
font-weight: 500;
|
|
30851
|
+
line-height: 32px;
|
|
30852
|
+
color: #3e4652;
|
|
31055
30853
|
}
|
|
31056
30854
|
|
|
31057
|
-
.
|
|
30855
|
+
.E_c3cobmo {
|
|
30856
|
+
margin-top: 16px;
|
|
30857
|
+
padding: 8px;
|
|
30858
|
+
border-radius: 6px;
|
|
30859
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30860
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31058
30861
|
font-size: 12px;
|
|
31059
|
-
line-height: 18px;
|
|
31060
|
-
font-weight: bold;
|
|
31061
|
-
color: #fff;
|
|
31062
|
-
padding: 0 4px;
|
|
31063
|
-
border-radius: 4px;
|
|
31064
|
-
display: inline-block;
|
|
31065
|
-
background: var(--t1wwio3v-0);
|
|
31066
30862
|
}
|
|
31067
|
-
.
|
|
31068
|
-
|
|
30863
|
+
.E_c3cobmo div {
|
|
30864
|
+
line-height: 20px;
|
|
30865
|
+
display: flex;
|
|
30866
|
+
align-items: center;
|
|
30867
|
+
word-break: break-all;
|
|
31069
30868
|
}
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
display: flex;
|
|
31075
|
-
align-items: center;
|
|
31076
|
-
justify-content: center;
|
|
31077
|
-
}
|
|
31078
|
-
|
|
31079
|
-
.E_nzppkea {
|
|
31080
|
-
font-size: 90%;
|
|
31081
|
-
font-weight: bold;
|
|
31082
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31083
|
-
padding: 1px 4px 1px;
|
|
31084
|
-
margin-left: 2px;
|
|
31085
|
-
margin-right: 2px;
|
|
31086
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31087
|
-
border-radius: 4px;
|
|
30869
|
+
.E_c3cobmo .title {
|
|
30870
|
+
font-weight: 700;
|
|
30871
|
+
line-height: 18px;
|
|
30872
|
+
margin: 4px 0;
|
|
31088
30873
|
}
|
|
31089
30874
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
margin-top: 16px;
|
|
31095
|
-
}
|
|
31096
|
-
.E_f4mi9eq.form-item-compact {
|
|
31097
|
-
width: 412px;
|
|
30875
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30876
|
+
display: inline-flex;
|
|
30877
|
+
align-items: baseline;
|
|
30878
|
+
white-space: pre-wrap;
|
|
31098
30879
|
}
|
|
31099
|
-
.
|
|
31100
|
-
|
|
30880
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30881
|
+
position: relative;
|
|
30882
|
+
top: 3px;
|
|
31101
30883
|
}
|
|
31102
|
-
.
|
|
31103
|
-
|
|
30884
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30885
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31104
30886
|
}
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
display: flex;
|
|
30887
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30888
|
+
border-color: #0080ff;
|
|
31108
30889
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
padding: 14px;
|
|
31113
|
-
background: #f2f4f6;
|
|
31114
|
-
font-size: 13px;
|
|
31115
|
-
line-height: 1.8;
|
|
31116
|
-
color: #8e9aa9;
|
|
30890
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30891
|
+
border-color: #0080ff;
|
|
30892
|
+
background: #0080ff;
|
|
31117
30893
|
}
|
|
31118
|
-
.
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
30894
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30895
|
+
top: 4px;
|
|
30896
|
+
left: 4px;
|
|
30897
|
+
width: 6px;
|
|
30898
|
+
height: 6px;
|
|
30899
|
+
background: #fff;
|
|
31122
30900
|
}
|
|
31123
|
-
.
|
|
31124
|
-
|
|
30901
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30902
|
+
opacity: 0.5;
|
|
31125
30903
|
}
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31128
|
-
|
|
30904
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30905
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30906
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31129
30907
|
}
|
|
31130
|
-
.
|
|
31131
|
-
|
|
30908
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30909
|
+
background: #00122e;
|
|
31132
30910
|
}
|
|
31133
|
-
.
|
|
31134
|
-
|
|
30911
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30912
|
+
color: #00122e;
|
|
30913
|
+
opacity: 0.5;
|
|
31135
30914
|
}
|
|
31136
|
-
.
|
|
31137
|
-
|
|
30915
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30916
|
+
color: #00122e;
|
|
31138
30917
|
}
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31141
|
-
|
|
31142
|
-
|
|
30918
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30919
|
+
display: inline-block;
|
|
30920
|
+
padding: 0;
|
|
30921
|
+
padding-left: 12px;
|
|
31143
30922
|
}
|
|
31144
|
-
.
|
|
31145
|
-
margin-
|
|
31146
|
-
|
|
31147
|
-
|
|
30923
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30924
|
+
margin-bottom: 0;
|
|
30925
|
+
white-space: pre-wrap;
|
|
30926
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31148
30927
|
}
|
|
31149
|
-
.
|
|
31150
|
-
|
|
31151
|
-
border: 1px solid #e75a3a;
|
|
31152
|
-
color: #e75a3a;
|
|
30928
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30929
|
+
padding-left: 8px;
|
|
31153
30930
|
}
|
|
31154
30931
|
|
|
31155
|
-
.
|
|
31156
|
-
|
|
31157
|
-
font-weight: bold;
|
|
31158
|
-
padding-bottom: 6px;
|
|
31159
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31160
|
-
margin-bottom: 16px;
|
|
30932
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30933
|
+
border-radius: 5px 0 0 5px;
|
|
31161
30934
|
}
|
|
31162
|
-
.
|
|
31163
|
-
|
|
30935
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30936
|
+
border-radius: 0 5px 5px 0;
|
|
31164
30937
|
}
|
|
31165
30938
|
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31168
|
-
|
|
31169
|
-
display: flex;
|
|
31170
|
-
justify-content: center;
|
|
31171
|
-
align-items: center;
|
|
31172
|
-
cursor: pointer;
|
|
31173
|
-
transition: all 200ms ease-out 40ms;
|
|
30939
|
+
.E_rcc63c8 {
|
|
30940
|
+
color: #00122e;
|
|
30941
|
+
border-color: #ccd4e3;
|
|
31174
30942
|
}
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31177
|
-
width: 1px;
|
|
31178
|
-
height: 6px;
|
|
31179
|
-
border-radius: 1px;
|
|
31180
|
-
background: #ccd4e3;
|
|
31181
|
-
position: relative;
|
|
31182
|
-
right: 2px;
|
|
31183
|
-
transform: rotate(-45deg);
|
|
30943
|
+
.E_rcc63c8:first-child {
|
|
30944
|
+
border-color: #a3b4cc;
|
|
31184
30945
|
}
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31187
|
-
|
|
30946
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30947
|
+
padding: 0 12px;
|
|
30948
|
+
line-height: 32px;
|
|
30949
|
+
height: 32px;
|
|
31188
30950
|
}
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
border: 0;
|
|
31192
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31193
|
-
border-radius: 6px;
|
|
30951
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30952
|
+
white-space: nowrap;
|
|
31194
30953
|
}
|
|
31195
|
-
.
|
|
31196
|
-
|
|
31197
|
-
|
|
30954
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30955
|
+
height: 22px;
|
|
30956
|
+
padding: 0 7px;
|
|
30957
|
+
line-height: 20px;
|
|
31198
30958
|
}
|
|
31199
|
-
.
|
|
31200
|
-
|
|
31201
|
-
border-bottom-color: #e07f00;
|
|
30959
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30960
|
+
background: #ccd4e3;
|
|
31202
30961
|
}
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
display: flex;
|
|
31206
|
-
flex-direction: row;
|
|
31207
|
-
padding: 7px 12px;
|
|
31208
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31209
|
-
border-radius: 6px;
|
|
31210
|
-
color: #e07f00;
|
|
31211
|
-
font-size: 12px;
|
|
31212
|
-
line-height: 18px;
|
|
30962
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30963
|
+
background: #0080ff;
|
|
31213
30964
|
}
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
|
|
30965
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30966
|
+
background: #ccd4e3;
|
|
30967
|
+
opacity: 0.5;
|
|
31217
30968
|
}
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
display: flex;
|
|
31221
|
-
flex-direction: row;
|
|
31222
|
-
padding: 7px 12px;
|
|
31223
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31224
|
-
border-radius: 6px;
|
|
31225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31226
|
-
font-size: 12px;
|
|
31227
|
-
line-height: 18px;
|
|
30969
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30970
|
+
border-right-color: #0080ff;
|
|
31228
30971
|
}
|
|
31229
|
-
.
|
|
31230
|
-
|
|
31231
|
-
height: 18px;
|
|
30972
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30973
|
+
border-color: #0080ff;
|
|
31232
30974
|
}
|
|
31233
|
-
|
|
31234
|
-
.E_i173wxzw {
|
|
31235
|
-
display: flex;
|
|
31236
|
-
flex-direction: row;
|
|
31237
|
-
padding: 7px 12px;
|
|
30975
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31238
30976
|
background: rgba(0, 136, 255, 0.1);
|
|
31239
|
-
border-radius: 6px;
|
|
31240
|
-
color: #005ed1;
|
|
31241
|
-
font-size: 12px;
|
|
31242
|
-
line-height: 18px;
|
|
31243
30977
|
}
|
|
31244
|
-
.
|
|
31245
|
-
|
|
31246
|
-
|
|
30978
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30979
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30980
|
+
border-color: #ccd4e3;
|
|
30981
|
+
opacity: 0.5;
|
|
31247
30982
|
}
|
|
31248
|
-
|
|
31249
|
-
|
|
31250
|
-
color:
|
|
31251
|
-
margin-top: 5px;
|
|
31252
|
-
font-size: 12px;
|
|
31253
|
-
line-height: 18px;
|
|
30983
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30984
|
+
color: #00122e;
|
|
30985
|
+
border-color: #ccd4e3;
|
|
31254
30986
|
}
|
|
31255
|
-
|
|
31256
|
-
|
|
31257
|
-
color: #
|
|
31258
|
-
|
|
31259
|
-
white-space: pre-wrap;
|
|
30987
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30988
|
+
color: #00122e;
|
|
30989
|
+
border-color: #ccd4e3;
|
|
30990
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31260
30991
|
}
|
|
31261
|
-
|
|
31262
|
-
|
|
31263
|
-
display:
|
|
31264
|
-
|
|
31265
|
-
|
|
30992
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30993
|
+
margin-right: 8px;
|
|
30994
|
+
display: inline;
|
|
30995
|
+
border: none;
|
|
30996
|
+
padding: 0;
|
|
30997
|
+
width: 36px;
|
|
30998
|
+
background: transparent;
|
|
31266
30999
|
}
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31269
|
-
}
|
|
31270
|
-
|
|
31271
|
-
.E_t1auuzri {
|
|
31272
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31000
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31001
|
+
box-shadow: none;
|
|
31273
31002
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
|
|
31277
|
-
|
|
31278
|
-
color: #2d3a56;
|
|
31279
|
-
border-radius: 6px;
|
|
31280
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31281
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31003
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31004
|
+
margin-right: 0;
|
|
31005
|
+
width: initial;
|
|
31006
|
+
box-shadow: none;
|
|
31282
31007
|
}
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
line-height: 22px;
|
|
31008
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31009
|
+
display: none;
|
|
31286
31010
|
}
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
line-height: 18px;
|
|
31011
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31012
|
+
display: inline;
|
|
31290
31013
|
}
|
|
31291
|
-
.
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31014
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31015
|
+
display: inline;
|
|
31016
|
+
margin-right: 8px;
|
|
31017
|
+
padding: 0;
|
|
31018
|
+
width: 36px;
|
|
31295
31019
|
}
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
z-index: 1;
|
|
31020
|
+
|
|
31021
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31022
|
+
display: none;
|
|
31300
31023
|
}
|
|
31301
|
-
.
|
|
31302
|
-
|
|
31303
|
-
|
|
31024
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31025
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31026
|
+
border-radius: 4px;
|
|
31304
31027
|
}
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31028
|
+
|
|
31029
|
+
.E_dsnbhzf {
|
|
31030
|
+
font-family: Inter;
|
|
31031
|
+
font-style: normal;
|
|
31032
|
+
font-weight: bold;
|
|
31033
|
+
font-size: 32px;
|
|
31034
|
+
line-height: 40px;
|
|
31308
31035
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31036
|
+
|
|
31037
|
+
.E_d1mvo22k {
|
|
31038
|
+
font-family: Inter;
|
|
31039
|
+
font-style: normal;
|
|
31040
|
+
font-weight: bold;
|
|
31041
|
+
font-size: 24px;
|
|
31042
|
+
line-height: 32px;
|
|
31312
31043
|
}
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31044
|
+
|
|
31045
|
+
.E_d1b444tr {
|
|
31046
|
+
font-family: Inter;
|
|
31047
|
+
font-style: normal;
|
|
31048
|
+
font-weight: normal;
|
|
31049
|
+
font-size: 32px;
|
|
31050
|
+
line-height: 40px;
|
|
31317
31051
|
}
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31052
|
+
|
|
31053
|
+
.E_dvs0kue {
|
|
31054
|
+
font-family: Inter;
|
|
31055
|
+
font-style: normal;
|
|
31056
|
+
font-weight: bold;
|
|
31057
|
+
font-size: 20px;
|
|
31058
|
+
line-height: 24px;
|
|
31325
31059
|
}
|
|
31326
|
-
|
|
31327
|
-
.
|
|
31328
|
-
|
|
31060
|
+
|
|
31061
|
+
.E_d1hcbfcq {
|
|
31062
|
+
font-family: Inter;
|
|
31063
|
+
font-style: normal;
|
|
31064
|
+
font-weight: normal;
|
|
31065
|
+
font-size: 20px;
|
|
31066
|
+
line-height: 24px;
|
|
31329
31067
|
}
|
|
31330
|
-
|
|
31331
|
-
|
|
31068
|
+
|
|
31069
|
+
.E_d1cz922v {
|
|
31070
|
+
font-family: Inter;
|
|
31071
|
+
font-style: normal;
|
|
31072
|
+
font-weight: bold;
|
|
31073
|
+
font-size: 18px;
|
|
31332
31074
|
line-height: 22px;
|
|
31333
31075
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
}
|
|
31342
|
-
.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 {
|
|
31343
|
-
border-color: #0096ff;
|
|
31344
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31345
|
-
}
|
|
31346
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31347
|
-
border-color: #e75a3a;
|
|
31076
|
+
|
|
31077
|
+
.E_d3nzbrm {
|
|
31078
|
+
font-family: Inter;
|
|
31079
|
+
font-style: normal;
|
|
31080
|
+
font-weight: normal;
|
|
31081
|
+
font-size: 18px;
|
|
31082
|
+
line-height: 22px;
|
|
31348
31083
|
}
|
|
31349
|
-
|
|
31350
|
-
|
|
31084
|
+
|
|
31085
|
+
.E_h1g0p5ob {
|
|
31086
|
+
font-family: Inter;
|
|
31087
|
+
font-style: normal;
|
|
31088
|
+
font-weight: bold;
|
|
31089
|
+
font-size: 16px;
|
|
31090
|
+
line-height: 22px;
|
|
31351
31091
|
}
|
|
31352
|
-
|
|
31353
|
-
|
|
31354
|
-
|
|
31092
|
+
|
|
31093
|
+
.E_hydo2ej {
|
|
31094
|
+
font-family: Inter;
|
|
31095
|
+
font-style: normal;
|
|
31096
|
+
font-weight: normal;
|
|
31097
|
+
font-size: 16px;
|
|
31098
|
+
line-height: 22px;
|
|
31355
31099
|
}
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31100
|
+
|
|
31101
|
+
.E_h1hbuq0r {
|
|
31102
|
+
font-family: Inter;
|
|
31103
|
+
font-style: normal;
|
|
31104
|
+
font-weight: bold;
|
|
31105
|
+
font-size: 14px;
|
|
31106
|
+
line-height: 20px;
|
|
31359
31107
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
|
|
31108
|
+
|
|
31109
|
+
.E_h13bondg {
|
|
31110
|
+
font-family: Inter;
|
|
31111
|
+
font-style: normal;
|
|
31112
|
+
font-weight: normal;
|
|
31113
|
+
font-size: 14px;
|
|
31114
|
+
line-height: 20px;
|
|
31364
31115
|
}
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
|
|
31116
|
+
|
|
31117
|
+
.E_h1mhvdlx {
|
|
31118
|
+
font-family: Inter;
|
|
31119
|
+
font-style: normal;
|
|
31120
|
+
font-weight: bold;
|
|
31121
|
+
font-size: 12px;
|
|
31122
|
+
line-height: 18px;
|
|
31368
31123
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31124
|
+
|
|
31125
|
+
.E_h1inmfq6 {
|
|
31126
|
+
font-family: Inter;
|
|
31127
|
+
font-style: normal;
|
|
31128
|
+
font-weight: normal;
|
|
31129
|
+
font-size: 12px;
|
|
31130
|
+
line-height: 18px;
|
|
31372
31131
|
}
|
|
31373
|
-
|
|
31374
|
-
|
|
31132
|
+
|
|
31133
|
+
.E_h1kfc0la {
|
|
31134
|
+
font-family: Inter;
|
|
31135
|
+
font-style: normal;
|
|
31136
|
+
font-weight: bold;
|
|
31137
|
+
text-transform: uppercase;
|
|
31138
|
+
font-feature-settings: "cpsp" on;
|
|
31139
|
+
font-size: 12px;
|
|
31140
|
+
line-height: 18px;
|
|
31375
31141
|
}
|
|
31376
|
-
|
|
31377
|
-
|
|
31378
|
-
|
|
31142
|
+
|
|
31143
|
+
.E_h10xnyuu {
|
|
31144
|
+
font-family: Inter;
|
|
31145
|
+
font-style: normal;
|
|
31146
|
+
font-weight: normal;
|
|
31147
|
+
text-transform: uppercase;
|
|
31148
|
+
font-feature-settings: "cpsp" on;
|
|
31149
|
+
font-size: 12px;
|
|
31150
|
+
line-height: 18px;
|
|
31379
31151
|
}
|
|
31380
|
-
|
|
31381
|
-
|
|
31152
|
+
|
|
31153
|
+
.E_lrcmi0v {
|
|
31154
|
+
font-family: Inter;
|
|
31155
|
+
font-style: normal;
|
|
31156
|
+
font-weight: normal;
|
|
31157
|
+
font-size: 16px;
|
|
31158
|
+
line-height: 24px;
|
|
31382
31159
|
}
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31160
|
+
|
|
31161
|
+
.E_lzt43lp {
|
|
31162
|
+
font-family: Inter;
|
|
31163
|
+
font-style: normal;
|
|
31164
|
+
font-weight: bold;
|
|
31165
|
+
font-size: 16px;
|
|
31166
|
+
line-height: 24px;
|
|
31386
31167
|
}
|
|
31387
|
-
|
|
31388
|
-
|
|
31168
|
+
|
|
31169
|
+
.E_l5yc9nt {
|
|
31170
|
+
font-family: Inter;
|
|
31171
|
+
font-style: normal;
|
|
31172
|
+
font-weight: normal;
|
|
31173
|
+
font-size: 16px;
|
|
31174
|
+
line-height: 24px;
|
|
31389
31175
|
}
|
|
31390
31176
|
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31393
|
-
|
|
31177
|
+
.E_l1fbkbzo {
|
|
31178
|
+
font-family: Inter;
|
|
31179
|
+
font-style: normal;
|
|
31180
|
+
font-weight: bold;
|
|
31181
|
+
font-size: 16px;
|
|
31182
|
+
line-height: 24px;
|
|
31394
31183
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31405
|
-
}
|
|
31406
|
-
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31407
|
-
padding-right: 30px;
|
|
31408
|
-
}
|
|
31409
|
-
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31410
|
-
display: flex;
|
|
31411
|
-
}
|
|
31412
|
-
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31413
|
-
display: flex;
|
|
31414
|
-
}
|
|
31415
|
-
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31416
|
-
position: absolute;
|
|
31417
|
-
right: 12px;
|
|
31418
|
-
top: 50%;
|
|
31419
|
-
transform: translateY(-50%);
|
|
31420
|
-
}
|
|
31421
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31422
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31423
|
-
font-size: 12px;
|
|
31424
|
-
cursor: pointer;
|
|
31184
|
+
|
|
31185
|
+
.E_lahvcax {
|
|
31186
|
+
font-family: Inter;
|
|
31187
|
+
font-style: normal;
|
|
31188
|
+
font-weight: normal;
|
|
31189
|
+
text-transform: uppercase;
|
|
31190
|
+
font-feature-settings: "cpsp" on;
|
|
31191
|
+
font-size: 16px;
|
|
31192
|
+
line-height: 24px;
|
|
31425
31193
|
}
|
|
31426
|
-
|
|
31427
|
-
|
|
31194
|
+
|
|
31195
|
+
.E_l11q3pxd {
|
|
31196
|
+
font-family: Inter;
|
|
31197
|
+
font-style: normal;
|
|
31198
|
+
font-weight: bold;
|
|
31199
|
+
text-transform: uppercase;
|
|
31200
|
+
font-feature-settings: "cpsp" on;
|
|
31201
|
+
font-size: 16px;
|
|
31202
|
+
line-height: 24px;
|
|
31428
31203
|
}
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31204
|
+
|
|
31205
|
+
.E_lfuc2qu {
|
|
31206
|
+
font-family: Inter;
|
|
31207
|
+
font-style: normal;
|
|
31208
|
+
font-weight: normal;
|
|
31209
|
+
font-size: 14px;
|
|
31210
|
+
line-height: 22px;
|
|
31432
31211
|
}
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31212
|
+
|
|
31213
|
+
.E_l1jmp8r0 {
|
|
31214
|
+
font-family: Inter;
|
|
31215
|
+
font-style: normal;
|
|
31216
|
+
font-weight: 500;
|
|
31217
|
+
font-size: 14px;
|
|
31218
|
+
line-height: 22px;
|
|
31440
31219
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31220
|
+
|
|
31221
|
+
.E_lcnm221 {
|
|
31222
|
+
font-family: Inter;
|
|
31223
|
+
font-style: normal;
|
|
31224
|
+
font-weight: bold;
|
|
31225
|
+
font-size: 14px;
|
|
31226
|
+
line-height: 22px;
|
|
31444
31227
|
}
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
|
|
31228
|
+
|
|
31229
|
+
.E_lu1z2n5 {
|
|
31230
|
+
font-family: Inter;
|
|
31231
|
+
font-style: normal;
|
|
31232
|
+
font-weight: normal;
|
|
31233
|
+
font-size: 14px;
|
|
31234
|
+
line-height: 22px;
|
|
31448
31235
|
}
|
|
31449
|
-
|
|
31450
|
-
|
|
31236
|
+
|
|
31237
|
+
.E_l1r59djn {
|
|
31238
|
+
font-family: Inter;
|
|
31239
|
+
font-style: normal;
|
|
31240
|
+
font-weight: bold;
|
|
31241
|
+
font-size: 14px;
|
|
31242
|
+
line-height: 22px;
|
|
31451
31243
|
}
|
|
31452
31244
|
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31245
|
+
.E_ljm2911 {
|
|
31246
|
+
font-family: Inter;
|
|
31247
|
+
font-style: normal;
|
|
31248
|
+
font-weight: normal;
|
|
31249
|
+
text-transform: uppercase;
|
|
31250
|
+
font-feature-settings: "cpsp" on;
|
|
31251
|
+
font-size: 14px;
|
|
31252
|
+
line-height: 22px;
|
|
31456
31253
|
}
|
|
31457
31254
|
|
|
31458
|
-
.
|
|
31459
|
-
|
|
31460
|
-
|
|
31255
|
+
.E_l124mzmr {
|
|
31256
|
+
font-family: Inter;
|
|
31257
|
+
font-style: normal;
|
|
31258
|
+
font-weight: bold;
|
|
31259
|
+
text-transform: uppercase;
|
|
31260
|
+
font-feature-settings: "cpsp" on;
|
|
31261
|
+
font-size: 14px;
|
|
31262
|
+
line-height: 22px;
|
|
31461
31263
|
}
|
|
31462
31264
|
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31265
|
+
.E_lb3chel {
|
|
31266
|
+
font-family: Inter;
|
|
31267
|
+
font-style: normal;
|
|
31268
|
+
font-weight: normal;
|
|
31269
|
+
font-size: 13px;
|
|
31270
|
+
line-height: 20px;
|
|
31466
31271
|
}
|
|
31467
31272
|
|
|
31468
|
-
.
|
|
31469
|
-
|
|
31470
|
-
|
|
31273
|
+
.E_lv9jstu {
|
|
31274
|
+
font-family: Inter;
|
|
31275
|
+
font-style: normal;
|
|
31276
|
+
font-weight: 600;
|
|
31277
|
+
font-size: 13px;
|
|
31278
|
+
line-height: 20px;
|
|
31471
31279
|
}
|
|
31472
31280
|
|
|
31473
|
-
.
|
|
31474
|
-
|
|
31475
|
-
|
|
31281
|
+
.E_lwqlh3x {
|
|
31282
|
+
font-family: Inter;
|
|
31283
|
+
font-style: normal;
|
|
31284
|
+
font-weight: bold;
|
|
31285
|
+
font-size: 13px;
|
|
31286
|
+
line-height: 20px;
|
|
31476
31287
|
}
|
|
31477
31288
|
|
|
31478
|
-
.
|
|
31479
|
-
|
|
31480
|
-
|
|
31289
|
+
.E_lalum9y {
|
|
31290
|
+
font-family: Inter;
|
|
31291
|
+
font-style: normal;
|
|
31292
|
+
font-weight: normal;
|
|
31293
|
+
font-size: 13px;
|
|
31294
|
+
line-height: 20px;
|
|
31481
31295
|
}
|
|
31482
31296
|
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31485
|
-
|
|
31297
|
+
.E_l1t6dj5o {
|
|
31298
|
+
font-family: Inter;
|
|
31299
|
+
font-style: normal;
|
|
31300
|
+
font-weight: 600;
|
|
31301
|
+
font-size: 13px;
|
|
31302
|
+
line-height: 20px;
|
|
31486
31303
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31304
|
+
|
|
31305
|
+
.E_l12f6ic {
|
|
31306
|
+
font-family: Inter;
|
|
31307
|
+
font-style: normal;
|
|
31308
|
+
font-weight: bold;
|
|
31309
|
+
font-size: 13px;
|
|
31310
|
+
line-height: 20px;
|
|
31489
31311
|
}
|
|
31490
|
-
|
|
31491
|
-
|
|
31312
|
+
|
|
31313
|
+
.E_l7gmukq {
|
|
31314
|
+
font-family: Inter;
|
|
31315
|
+
font-style: normal;
|
|
31316
|
+
font-weight: normal;
|
|
31317
|
+
text-transform: uppercase;
|
|
31318
|
+
font-feature-settings: "cpsp" on;
|
|
31319
|
+
font-size: 13px;
|
|
31320
|
+
line-height: 20px;
|
|
31492
31321
|
}
|
|
31493
|
-
|
|
31494
|
-
|
|
31322
|
+
|
|
31323
|
+
.E_lkwl0yp {
|
|
31324
|
+
font-family: Inter;
|
|
31325
|
+
font-style: normal;
|
|
31326
|
+
font-weight: bold;
|
|
31327
|
+
text-transform: uppercase;
|
|
31328
|
+
font-feature-settings: "cpsp" on;
|
|
31329
|
+
font-size: 13px;
|
|
31330
|
+
line-height: 20px;
|
|
31495
31331
|
}
|
|
31496
|
-
|
|
31497
|
-
|
|
31332
|
+
|
|
31333
|
+
.E_l10knv48 {
|
|
31334
|
+
font-family: Inter;
|
|
31335
|
+
font-style: normal;
|
|
31336
|
+
font-weight: normal;
|
|
31337
|
+
font-size: 12px;
|
|
31338
|
+
line-height: 18px;
|
|
31498
31339
|
}
|
|
31499
31340
|
|
|
31500
|
-
.
|
|
31501
|
-
font-
|
|
31341
|
+
.E_l6526ld {
|
|
31342
|
+
font-family: Inter;
|
|
31343
|
+
font-style: normal;
|
|
31502
31344
|
font-weight: 500;
|
|
31503
|
-
|
|
31345
|
+
font-size: 12px;
|
|
31504
31346
|
line-height: 18px;
|
|
31505
31347
|
}
|
|
31506
|
-
.E_d105ju2d + .E_d105ju2d {
|
|
31507
|
-
margin-top: 16px;
|
|
31508
|
-
}
|
|
31509
|
-
.E_d105ju2d + * {
|
|
31510
|
-
margin-top: 16px;
|
|
31511
|
-
}
|
|
31512
31348
|
|
|
31513
|
-
.
|
|
31349
|
+
.E_l1j81vli {
|
|
31350
|
+
font-family: Inter;
|
|
31351
|
+
font-style: normal;
|
|
31352
|
+
font-weight: bold;
|
|
31514
31353
|
font-size: 12px;
|
|
31515
|
-
|
|
31516
|
-
margin-top: 12px;
|
|
31354
|
+
line-height: 18px;
|
|
31517
31355
|
}
|
|
31518
31356
|
|
|
31519
|
-
.
|
|
31357
|
+
.E_l1x7n1mk {
|
|
31358
|
+
font-family: Inter;
|
|
31359
|
+
font-style: normal;
|
|
31360
|
+
font-weight: normal;
|
|
31361
|
+
font-size: 12px;
|
|
31520
31362
|
line-height: 18px;
|
|
31521
|
-
font-weight: 500;
|
|
31522
|
-
margin-top: 0;
|
|
31523
|
-
white-space: initial;
|
|
31524
31363
|
}
|
|
31525
31364
|
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
.E_r1skkc3l span {
|
|
31530
|
-
font-size: 14px;
|
|
31365
|
+
.E_l9fqufz {
|
|
31366
|
+
font-family: Inter;
|
|
31367
|
+
font-style: normal;
|
|
31531
31368
|
font-weight: 500;
|
|
31532
|
-
|
|
31533
|
-
|
|
31369
|
+
font-size: 12px;
|
|
31370
|
+
line-height: 18px;
|
|
31534
31371
|
}
|
|
31535
31372
|
|
|
31536
|
-
.
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31541
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31373
|
+
.E_l1iwnybd {
|
|
31374
|
+
font-family: Inter;
|
|
31375
|
+
font-style: normal;
|
|
31376
|
+
font-weight: bold;
|
|
31542
31377
|
font-size: 12px;
|
|
31543
|
-
}
|
|
31544
|
-
.E_c3cobmo div {
|
|
31545
|
-
line-height: 20px;
|
|
31546
|
-
display: flex;
|
|
31547
|
-
align-items: center;
|
|
31548
|
-
word-break: break-all;
|
|
31549
|
-
}
|
|
31550
|
-
.E_c3cobmo .title {
|
|
31551
|
-
font-weight: 700;
|
|
31552
31378
|
line-height: 18px;
|
|
31553
|
-
margin: 4px 0;
|
|
31554
31379
|
}
|
|
31555
31380
|
|
|
31556
|
-
.
|
|
31557
|
-
|
|
31558
|
-
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
}
|
|
31565
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31566
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31567
|
-
}
|
|
31568
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31569
|
-
border-color: #0080ff;
|
|
31570
|
-
}
|
|
31571
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31572
|
-
border-color: #0080ff;
|
|
31573
|
-
background: #0080ff;
|
|
31574
|
-
}
|
|
31575
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31576
|
-
top: 4px;
|
|
31577
|
-
left: 4px;
|
|
31578
|
-
width: 6px;
|
|
31579
|
-
height: 6px;
|
|
31580
|
-
background: #fff;
|
|
31581
|
-
}
|
|
31582
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31583
|
-
opacity: 0.5;
|
|
31584
|
-
}
|
|
31585
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31586
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31587
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31588
|
-
}
|
|
31589
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31590
|
-
background: #00122e;
|
|
31591
|
-
}
|
|
31592
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31593
|
-
color: #00122e;
|
|
31594
|
-
opacity: 0.5;
|
|
31595
|
-
}
|
|
31596
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31597
|
-
color: #00122e;
|
|
31598
|
-
}
|
|
31599
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31600
|
-
display: inline-block;
|
|
31601
|
-
padding: 0;
|
|
31602
|
-
padding-left: 12px;
|
|
31603
|
-
}
|
|
31604
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31605
|
-
margin-bottom: 0;
|
|
31606
|
-
white-space: pre-wrap;
|
|
31607
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31608
|
-
}
|
|
31609
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31610
|
-
padding-left: 8px;
|
|
31381
|
+
.E_lprtm1e {
|
|
31382
|
+
font-family: Inter;
|
|
31383
|
+
font-style: normal;
|
|
31384
|
+
font-weight: normal;
|
|
31385
|
+
text-transform: uppercase;
|
|
31386
|
+
font-feature-settings: "cpsp" on;
|
|
31387
|
+
font-size: 12px;
|
|
31388
|
+
line-height: 18px;
|
|
31611
31389
|
}
|
|
31612
31390
|
|
|
31613
|
-
.
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31391
|
+
.E_l1lln87h {
|
|
31392
|
+
font-family: Inter;
|
|
31393
|
+
font-style: normal;
|
|
31394
|
+
font-weight: bold;
|
|
31395
|
+
text-transform: uppercase;
|
|
31396
|
+
font-feature-settings: "cpsp" on;
|
|
31397
|
+
font-size: 12px;
|
|
31398
|
+
line-height: 18px;
|
|
31618
31399
|
}
|
|
31619
31400
|
|
|
31620
|
-
.
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
border-color: #a3b4cc;
|
|
31626
|
-
}
|
|
31627
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31628
|
-
padding: 0 12px;
|
|
31629
|
-
line-height: 32px;
|
|
31630
|
-
height: 32px;
|
|
31631
|
-
}
|
|
31632
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31633
|
-
white-space: nowrap;
|
|
31634
|
-
}
|
|
31635
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31636
|
-
height: 22px;
|
|
31637
|
-
padding: 0 7px;
|
|
31401
|
+
.E_f2pb48l {
|
|
31402
|
+
font-family: Inter;
|
|
31403
|
+
font-style: normal;
|
|
31404
|
+
font-weight: normal;
|
|
31405
|
+
font-size: 13px;
|
|
31638
31406
|
line-height: 20px;
|
|
31639
31407
|
}
|
|
31640
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31641
|
-
background: #ccd4e3;
|
|
31642
|
-
}
|
|
31643
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31644
|
-
background: #0080ff;
|
|
31645
|
-
}
|
|
31646
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31647
|
-
background: #ccd4e3;
|
|
31648
|
-
opacity: 0.5;
|
|
31649
|
-
}
|
|
31650
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31651
|
-
border-right-color: #0080ff;
|
|
31652
|
-
}
|
|
31653
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31654
|
-
border-color: #0080ff;
|
|
31655
|
-
}
|
|
31656
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31657
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31658
|
-
}
|
|
31659
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31660
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31661
|
-
border-color: #ccd4e3;
|
|
31662
|
-
opacity: 0.5;
|
|
31663
|
-
}
|
|
31664
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31665
|
-
color: #00122e;
|
|
31666
|
-
border-color: #ccd4e3;
|
|
31667
|
-
}
|
|
31668
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31669
|
-
color: #00122e;
|
|
31670
|
-
border-color: #ccd4e3;
|
|
31671
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31672
|
-
}
|
|
31673
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
31674
|
-
margin-right: 8px;
|
|
31675
|
-
display: inline;
|
|
31676
|
-
border: none;
|
|
31677
|
-
padding: 0;
|
|
31678
|
-
width: 36px;
|
|
31679
|
-
background: transparent;
|
|
31680
|
-
}
|
|
31681
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31682
|
-
box-shadow: none;
|
|
31683
|
-
}
|
|
31684
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31685
|
-
margin-right: 0;
|
|
31686
|
-
width: initial;
|
|
31687
|
-
box-shadow: none;
|
|
31688
|
-
}
|
|
31689
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31690
|
-
display: none;
|
|
31691
|
-
}
|
|
31692
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31693
|
-
display: inline;
|
|
31694
|
-
}
|
|
31695
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31696
|
-
display: inline;
|
|
31697
|
-
margin-right: 8px;
|
|
31698
|
-
padding: 0;
|
|
31699
|
-
width: 36px;
|
|
31700
|
-
}
|
|
31701
31408
|
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
height:
|
|
31708
|
-
}
|
|
31709
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
31710
|
-
overflow: visible !important;
|
|
31711
|
-
height: 100%;
|
|
31712
|
-
}
|
|
31713
|
-
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31714
|
-
height: 100%;
|
|
31715
|
-
}
|
|
31716
|
-
.E_tfzf37v.empty-table .ant-table-content table {
|
|
31717
|
-
width: 100% !important;
|
|
31718
|
-
height: 100%;
|
|
31719
|
-
}
|
|
31720
|
-
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31721
|
-
padding: 15px 0;
|
|
31722
|
-
}
|
|
31723
|
-
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31724
|
-
display: none;
|
|
31725
|
-
}
|
|
31726
|
-
.E_tfzf37v .active-row td:nth-child(1) {
|
|
31727
|
-
font-weight: 700;
|
|
31728
|
-
}
|
|
31729
|
-
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31730
|
-
font-weight: 700;
|
|
31731
|
-
}
|
|
31732
|
-
.E_tfzf37v .ant-spin-nested-loading {
|
|
31733
|
-
height: 100%;
|
|
31734
|
-
}
|
|
31735
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31736
|
-
height: 100%;
|
|
31737
|
-
overflow: visible;
|
|
31738
|
-
}
|
|
31739
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31740
|
-
max-height: none;
|
|
31741
|
-
}
|
|
31742
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31743
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31744
|
-
display: none;
|
|
31745
|
-
}
|
|
31746
|
-
.E_tfzf37v td.ant-table-column-sort {
|
|
31747
|
-
background: transparent;
|
|
31748
|
-
}
|
|
31749
|
-
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
31750
|
-
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
31751
|
-
background: #fff;
|
|
31752
|
-
padding: 0 !important;
|
|
31753
|
-
}
|
|
31754
|
-
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31755
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31756
|
-
display: flex;
|
|
31757
|
-
align-items: center;
|
|
31758
|
-
height: 100%;
|
|
31759
|
-
padding: 8px;
|
|
31760
|
-
}
|
|
31761
|
-
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31762
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31763
|
-
overflow: hidden;
|
|
31764
|
-
text-overflow: ellipsis;
|
|
31765
|
-
width: 100%;
|
|
31766
|
-
}
|
|
31767
|
-
.E_tfzf37v .ant-table-container {
|
|
31768
|
-
height: 100%;
|
|
31769
|
-
}
|
|
31770
|
-
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
31771
|
-
box-shadow: none !important;
|
|
31772
|
-
}
|
|
31773
|
-
.E_tfzf37v .ant-table {
|
|
31774
|
-
border-radius: 0px;
|
|
31775
|
-
border-left: none;
|
|
31776
|
-
border-right: none;
|
|
31777
|
-
border-bottom: none;
|
|
31778
|
-
height: 100%;
|
|
31779
|
-
font-size: 12px;
|
|
31780
|
-
background: transparent;
|
|
31781
|
-
}
|
|
31782
|
-
.E_tfzf37v .ant-table .ant-table-header {
|
|
31783
|
-
position: relative;
|
|
31784
|
-
z-index: 3;
|
|
31785
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31786
|
-
margin-bottom: -1px;
|
|
31787
|
-
}
|
|
31788
|
-
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
31789
|
-
.E_tfzf37v .ant-table .value {
|
|
31790
|
-
color: #2d3a56;
|
|
31791
|
-
}
|
|
31792
|
-
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
31793
|
-
.E_tfzf37v .ant-table .unit {
|
|
31794
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31795
|
-
}
|
|
31796
|
-
.E_tfzf37v .ant-table .ant-table-selection {
|
|
31797
|
-
position: unset;
|
|
31798
|
-
text-align: center;
|
|
31799
|
-
}
|
|
31800
|
-
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31801
|
-
background: #fff;
|
|
31802
|
-
}
|
|
31803
|
-
.E_tfzf37v .ant-table .anticon-setting {
|
|
31804
|
-
cursor: pointer;
|
|
31805
|
-
position: absolute;
|
|
31806
|
-
top: 50%;
|
|
31807
|
-
right: 12px;
|
|
31808
|
-
transform: translateY(-50%);
|
|
31809
|
-
}
|
|
31810
|
-
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31811
|
-
box-shadow: none;
|
|
31812
|
-
width: 1px;
|
|
31813
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31814
|
-
}
|
|
31815
|
-
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31816
|
-
box-shadow: none;
|
|
31817
|
-
width: 1px;
|
|
31818
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31819
|
-
}
|
|
31820
|
-
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
31821
|
-
position: relative;
|
|
31822
|
-
}
|
|
31823
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31824
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31825
|
-
border-bottom: 1px solid white;
|
|
31826
|
-
height: 40px;
|
|
31827
|
-
vertical-align: middle;
|
|
31828
|
-
transition: background 0ms;
|
|
31829
|
-
color: #00122e;
|
|
31830
|
-
}
|
|
31831
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31832
|
-
background: #f2f5fa;
|
|
31833
|
-
border-bottom-color: #f2f5fa;
|
|
31834
|
-
}
|
|
31835
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31836
|
-
height: auto;
|
|
31837
|
-
color: #00122e;
|
|
31838
|
-
font-size: 12px;
|
|
31839
|
-
text-align: left;
|
|
31840
|
-
transition: none;
|
|
31841
|
-
overflow: hidden;
|
|
31842
|
-
text-overflow: ellipsis;
|
|
31843
|
-
white-space: nowrap;
|
|
31409
|
+
.E_fi9emkw {
|
|
31410
|
+
font-family: Inter;
|
|
31411
|
+
font-style: normal;
|
|
31412
|
+
font-weight: normal;
|
|
31413
|
+
font-size: 13px;
|
|
31414
|
+
line-height: 20px;
|
|
31844
31415
|
}
|
|
31845
|
-
|
|
31846
|
-
|
|
31416
|
+
|
|
31417
|
+
.E_f1nrg7da {
|
|
31418
|
+
font-family: Inter;
|
|
31419
|
+
font-style: normal;
|
|
31420
|
+
font-weight: normal;
|
|
31421
|
+
font-size: 12px;
|
|
31422
|
+
line-height: 18px;
|
|
31847
31423
|
}
|
|
31848
|
-
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
|
|
31424
|
+
|
|
31425
|
+
.E_f17k1i3n {
|
|
31426
|
+
font-family: Inter;
|
|
31427
|
+
font-style: normal;
|
|
31428
|
+
font-weight: normal;
|
|
31429
|
+
font-size: 12px;
|
|
31430
|
+
line-height: 18px;
|
|
31853
31431
|
}
|
|
31854
|
-
|
|
31855
|
-
|
|
31432
|
+
|
|
31433
|
+
.E_t1tvuj2e {
|
|
31434
|
+
font-family: Inter;
|
|
31435
|
+
font-style: normal;
|
|
31436
|
+
font-weight: normal;
|
|
31437
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31438
|
+
font-size: 13px;
|
|
31439
|
+
line-height: 20px;
|
|
31856
31440
|
}
|
|
31857
|
-
|
|
31858
|
-
|
|
31441
|
+
|
|
31442
|
+
.E_t17uajlu {
|
|
31443
|
+
font-family: Inter;
|
|
31444
|
+
font-style: normal;
|
|
31445
|
+
font-weight: normal;
|
|
31446
|
+
font-feature-settings: "zero" on;
|
|
31447
|
+
font-size: 13px;
|
|
31448
|
+
line-height: 20px;
|
|
31859
31449
|
}
|
|
31860
|
-
|
|
31861
|
-
|
|
31450
|
+
|
|
31451
|
+
.E_t114zbyz {
|
|
31452
|
+
font-family: Inter;
|
|
31453
|
+
font-style: normal;
|
|
31454
|
+
font-weight: normal;
|
|
31455
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31456
|
+
font-size: 12px;
|
|
31457
|
+
line-height: 18px;
|
|
31862
31458
|
}
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31459
|
+
|
|
31460
|
+
.E_t1il0kvi {
|
|
31461
|
+
font-family: Inter;
|
|
31462
|
+
font-style: normal;
|
|
31463
|
+
font-weight: 500;
|
|
31464
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31465
|
+
font-size: 12px;
|
|
31466
|
+
line-height: 18px;
|
|
31866
31467
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31468
|
+
|
|
31469
|
+
.E_t10dv8p1 {
|
|
31470
|
+
font-family: Inter;
|
|
31471
|
+
font-style: normal;
|
|
31472
|
+
font-weight: normal;
|
|
31473
|
+
font-feature-settings: "zero" on;
|
|
31474
|
+
font-size: 12px;
|
|
31475
|
+
line-height: 18px;
|
|
31869
31476
|
}
|
|
31870
|
-
|
|
31871
|
-
|
|
31477
|
+
|
|
31478
|
+
.E_tc2oqpq {
|
|
31479
|
+
font-family: Inter;
|
|
31480
|
+
font-style: normal;
|
|
31481
|
+
font-weight: 500;
|
|
31482
|
+
font-feature-settings: "zero" on;
|
|
31483
|
+
font-size: 12px;
|
|
31484
|
+
line-height: 18px;
|
|
31872
31485
|
}
|
|
31873
|
-
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
|
|
31486
|
+
|
|
31487
|
+
.E_tzvddmc {
|
|
31488
|
+
font-family: Inter;
|
|
31489
|
+
font-style: normal;
|
|
31490
|
+
font-weight: bold;
|
|
31491
|
+
font-feature-settings: "zero" on;
|
|
31492
|
+
font-size: 16px;
|
|
31493
|
+
line-height: 24px;
|
|
31879
31494
|
}
|
|
31880
|
-
|
|
31881
|
-
|
|
31495
|
+
|
|
31496
|
+
.E_u18llj45 {
|
|
31497
|
+
font-family: Inter;
|
|
31498
|
+
font-style: normal;
|
|
31499
|
+
font-weight: normal;
|
|
31500
|
+
font-size: 10px;
|
|
31501
|
+
line-height: 12px;
|
|
31882
31502
|
}
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
|
|
31886
|
-
|
|
31503
|
+
|
|
31504
|
+
.E_s1dizucg.ant-switch {
|
|
31505
|
+
min-width: 40px;
|
|
31506
|
+
height: 24px;
|
|
31507
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31508
|
+
overflow: hidden;
|
|
31887
31509
|
}
|
|
31888
|
-
.
|
|
31889
|
-
|
|
31890
|
-
border-radius: 0 8px 8px 0;
|
|
31891
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31510
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31511
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31892
31512
|
}
|
|
31893
|
-
.
|
|
31894
|
-
|
|
31895
|
-
|
|
31513
|
+
.E_s1dizucg.ant-switch-small {
|
|
31514
|
+
min-width: 26px;
|
|
31515
|
+
height: 16px;
|
|
31896
31516
|
}
|
|
31897
|
-
.
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
height: 100%;
|
|
31901
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31517
|
+
.E_s1dizucg.ant-switch-large {
|
|
31518
|
+
min-width: 52px;
|
|
31519
|
+
height: 32px;
|
|
31902
31520
|
}
|
|
31903
|
-
.
|
|
31904
|
-
|
|
31905
|
-
|
|
31521
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31522
|
+
height: 20px;
|
|
31523
|
+
width: 20px;
|
|
31906
31524
|
}
|
|
31907
|
-
.
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
height: 100%;
|
|
31911
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31525
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31526
|
+
border-radius: 10px;
|
|
31527
|
+
transition-delay: 120ms;
|
|
31912
31528
|
}
|
|
31913
|
-
.
|
|
31914
|
-
|
|
31529
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31530
|
+
height: 14px;
|
|
31531
|
+
width: 14px;
|
|
31532
|
+
top: 1px;
|
|
31533
|
+
left: 1px;
|
|
31915
31534
|
}
|
|
31916
|
-
.
|
|
31917
|
-
|
|
31918
|
-
|
|
31535
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31536
|
+
height: 28px;
|
|
31537
|
+
width: 28px;
|
|
31919
31538
|
}
|
|
31920
|
-
.
|
|
31921
|
-
border-
|
|
31539
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31540
|
+
border-radius: 14px;
|
|
31922
31541
|
}
|
|
31923
|
-
.
|
|
31924
|
-
background:
|
|
31925
|
-
border-bottom-color: transparent;
|
|
31926
|
-
border-top-color: transparent;
|
|
31542
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31543
|
+
background-color: #00ba5d;
|
|
31927
31544
|
}
|
|
31928
|
-
.
|
|
31929
|
-
|
|
31545
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31546
|
+
left: calc(100% - 20px - 2px);
|
|
31930
31547
|
}
|
|
31931
|
-
.
|
|
31932
|
-
|
|
31548
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31549
|
+
left: calc(100% - 14px - 1px);
|
|
31933
31550
|
}
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31551
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31552
|
+
left: calc(100% - 28px - 2px);
|
|
31936
31553
|
}
|
|
31937
|
-
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
position: relative;
|
|
31941
|
-
border-bottom: none;
|
|
31942
|
-
color: #00122e;
|
|
31943
|
-
transition: none;
|
|
31944
|
-
padding: 15px 8px 15px 8px;
|
|
31554
|
+
|
|
31555
|
+
.E_c1up6e3y {
|
|
31556
|
+
margin-left: 5px;
|
|
31945
31557
|
}
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31558
|
+
|
|
31559
|
+
.E_s1ebs0ra {
|
|
31560
|
+
display: flex;
|
|
31561
|
+
align-items: center;
|
|
31562
|
+
justify-content: space-between;
|
|
31563
|
+
background: #edf0f7;
|
|
31564
|
+
padding: 8px 12px;
|
|
31565
|
+
position: sticky;
|
|
31949
31566
|
top: 0;
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
position: absolute;
|
|
31953
|
-
right: 0;
|
|
31567
|
+
z-index: 1;
|
|
31568
|
+
margin-bottom: -52px;
|
|
31954
31569
|
}
|
|
31955
|
-
.
|
|
31956
|
-
|
|
31570
|
+
.E_s1ebs0ra .select-total {
|
|
31571
|
+
display: flex;
|
|
31572
|
+
align-items: center;
|
|
31573
|
+
font-weight: 700;
|
|
31574
|
+
flex-shrink: 0;
|
|
31957
31575
|
}
|
|
31958
|
-
.
|
|
31959
|
-
|
|
31576
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31577
|
+
cursor: pointer;
|
|
31578
|
+
margin-left: 8px;
|
|
31579
|
+
width: 32px;
|
|
31580
|
+
height: 32px;
|
|
31581
|
+
border-radius: 50%;
|
|
31582
|
+
justify-content: center;
|
|
31960
31583
|
}
|
|
31961
|
-
.
|
|
31962
|
-
|
|
31963
|
-
overflow: hidden;
|
|
31964
|
-
white-space: nowrap;
|
|
31965
|
-
text-overflow: ellipsis;
|
|
31584
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31585
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31966
31586
|
}
|
|
31967
|
-
.
|
|
31968
|
-
overflow: hidden;
|
|
31969
|
-
text-overflow: ellipsis;
|
|
31587
|
+
.E_s1ebs0ra .action-group {
|
|
31970
31588
|
flex: 1;
|
|
31589
|
+
margin-left: 88px;
|
|
31590
|
+
white-space: nowrap;
|
|
31591
|
+
text-align: right;
|
|
31592
|
+
position: relative;
|
|
31593
|
+
padding: 4px 0;
|
|
31594
|
+
margin-top: -4px;
|
|
31595
|
+
overflow: hidden;
|
|
31971
31596
|
}
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31597
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31598
|
+
transform: translateY(-4px);
|
|
31974
31599
|
}
|
|
31975
|
-
.
|
|
31976
|
-
|
|
31600
|
+
.E_s1ebs0ra .action-group button {
|
|
31601
|
+
border: none;
|
|
31977
31602
|
}
|
|
31978
|
-
.
|
|
31979
|
-
|
|
31980
|
-
right: 6px;
|
|
31981
|
-
top: 50%;
|
|
31982
|
-
transform: translateY(-50%);
|
|
31983
|
-
height: 16px;
|
|
31984
|
-
display: none;
|
|
31985
|
-
transition: transform 320ms ease;
|
|
31603
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31604
|
+
margin-right: 8px;
|
|
31986
31605
|
}
|
|
31987
|
-
.
|
|
31988
|
-
|
|
31989
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31606
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31607
|
+
margin-right: 4px;
|
|
31990
31608
|
}
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31609
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31610
|
+
cursor: pointer;
|
|
31611
|
+
width: 32px;
|
|
31612
|
+
height: 32px;
|
|
31613
|
+
justify-content: center;
|
|
31614
|
+
border-radius: 50%;
|
|
31993
31615
|
}
|
|
31994
|
-
.
|
|
31995
|
-
|
|
31616
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31617
|
+
background: #fff;
|
|
31996
31618
|
}
|
|
31997
|
-
|
|
31998
|
-
|
|
31619
|
+
|
|
31620
|
+
.E_s1dni7lo {
|
|
31621
|
+
width: 430px !important;
|
|
31999
31622
|
}
|
|
32000
|
-
|
|
32001
|
-
|
|
31623
|
+
|
|
31624
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31625
|
+
padding: 8px 16px;
|
|
31626
|
+
line-height: 18px;
|
|
31627
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31628
|
+
height: 34px;
|
|
31629
|
+
min-height: 34px;
|
|
31630
|
+
box-sizing: border-box;
|
|
31631
|
+
margin-top: 8px;
|
|
32002
31632
|
}
|
|
32003
|
-
|
|
32004
|
-
|
|
31633
|
+
|
|
31634
|
+
.E_o1ugr09p {
|
|
31635
|
+
display: flex;
|
|
31636
|
+
flex-direction: column;
|
|
31637
|
+
margin: 1px 8px;
|
|
31638
|
+
padding: 8px;
|
|
31639
|
+
border-radius: 4px;
|
|
32005
31640
|
}
|
|
32006
|
-
.
|
|
32007
|
-
display:
|
|
31641
|
+
.E_o1ugr09p .selected-icon {
|
|
31642
|
+
display: none;
|
|
32008
31643
|
}
|
|
32009
|
-
.
|
|
32010
|
-
padding-
|
|
31644
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31645
|
+
padding-left: 8px;
|
|
32011
31646
|
}
|
|
32012
|
-
.
|
|
32013
|
-
|
|
31647
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31648
|
+
background-color: white;
|
|
32014
31649
|
}
|
|
32015
|
-
.
|
|
32016
|
-
|
|
32017
|
-
left: 50%;
|
|
32018
|
-
top: 50%;
|
|
32019
|
-
transform: translate(-50%, -50%);
|
|
31650
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31651
|
+
color: #0080ff;
|
|
32020
31652
|
}
|
|
32021
|
-
.
|
|
32022
|
-
display:
|
|
31653
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31654
|
+
display: block;
|
|
32023
31655
|
}
|
|
32024
|
-
.
|
|
32025
|
-
background:
|
|
31656
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31657
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32026
31658
|
}
|
|
32027
|
-
.
|
|
32028
|
-
|
|
31659
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31660
|
+
color: #0080ff;
|
|
32029
31661
|
}
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
background: inherit !important;
|
|
32034
|
-
height: 100px;
|
|
32035
|
-
vertical-align: middle;
|
|
31662
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31663
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31664
|
+
color: #0080ff;
|
|
32036
31665
|
}
|
|
32037
|
-
|
|
32038
|
-
.
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
|
|
31666
|
+
|
|
31667
|
+
.E_o1ifxsq4 {
|
|
31668
|
+
display: flex;
|
|
31669
|
+
justify-content: space-between;
|
|
31670
|
+
height: 20px;
|
|
31671
|
+
line-height: 20px;
|
|
32042
31672
|
}
|
|
32043
|
-
.
|
|
32044
|
-
|
|
32045
|
-
|
|
32046
|
-
|
|
31673
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31674
|
+
color: #2d3a56;
|
|
31675
|
+
overflow: hidden;
|
|
31676
|
+
text-overflow: ellipsis;
|
|
32047
31677
|
}
|
|
32048
|
-
|
|
32049
|
-
|
|
31678
|
+
|
|
31679
|
+
.E_o1zue7 {
|
|
32050
31680
|
display: flex;
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
|
|
31681
|
+
justify-content: space-between;
|
|
31682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31683
|
+
height: 18px;
|
|
31684
|
+
line-height: 18px;
|
|
31685
|
+
margin-top: 2px;
|
|
32054
31686
|
}
|
|
32055
|
-
|
|
32056
|
-
|
|
32057
|
-
|
|
32058
|
-
|
|
32059
|
-
|
|
32060
|
-
border-radius: 4px;
|
|
31687
|
+
|
|
31688
|
+
.E_tyfmlxg {
|
|
31689
|
+
border: none;
|
|
31690
|
+
margin-right: 0;
|
|
31691
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32061
31692
|
}
|
|
32062
|
-
|
|
32063
|
-
|
|
31693
|
+
|
|
31694
|
+
.E_o18uybox {
|
|
31695
|
+
pointer-events: none;
|
|
31696
|
+
height: 32px;
|
|
31697
|
+
width: 100%;
|
|
31698
|
+
opacity: 0;
|
|
32064
31699
|
}
|
|
32065
31700
|
|
|
32066
31701
|
.E_c1up1pdz {
|
|
@@ -32203,30 +31838,24 @@ input.E_rf8rlle.ant-input {
|
|
|
32203
31838
|
color: #fff;
|
|
32204
31839
|
}
|
|
32205
31840
|
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32208
|
-
|
|
32209
|
-
.E_gmyahx3 .link-text {
|
|
32210
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31841
|
+
.E_c18gxmrl {
|
|
31842
|
+
border: 1px solid #d8deeb;
|
|
31843
|
+
border-radius: 4px;
|
|
32211
31844
|
}
|
|
32212
|
-
.
|
|
32213
|
-
|
|
31845
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
31846
|
+
margin-top: 8px;
|
|
32214
31847
|
}
|
|
32215
|
-
|
|
32216
|
-
|
|
32217
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32218
|
-
margin-bottom: 4px;
|
|
31848
|
+
.E_c18gxmrl:hover {
|
|
31849
|
+
border-color: #0080ff;
|
|
32219
31850
|
}
|
|
32220
|
-
.
|
|
32221
|
-
|
|
32222
|
-
cursor: pointer;
|
|
32223
|
-
transition: color 160ms ease;
|
|
31851
|
+
.E_c18gxmrl:hover > header {
|
|
31852
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32224
31853
|
}
|
|
32225
|
-
.
|
|
32226
|
-
|
|
31854
|
+
.E_c18gxmrl.active header {
|
|
31855
|
+
border-bottom: 1px solid #d8deeb;
|
|
32227
31856
|
}
|
|
32228
|
-
.
|
|
32229
|
-
|
|
31857
|
+
.E_c18gxmrl > header {
|
|
31858
|
+
padding: 8px 12px;
|
|
32230
31859
|
}
|
|
32231
31860
|
|
|
32232
31861
|
.E_c1uzzomf {
|
|
@@ -32243,109 +31872,28 @@ input.E_rf8rlle.ant-input {
|
|
|
32243
31872
|
border-radius: 8px;
|
|
32244
31873
|
background: #fff;
|
|
32245
31874
|
}
|
|
32246
|
-
.E_c1uzzomf .empty {
|
|
32247
|
-
font-weight: 700;
|
|
32248
|
-
font-size: 14px;
|
|
32249
|
-
line-height: 22px;
|
|
32250
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32251
|
-
text-align: center;
|
|
32252
|
-
}
|
|
32253
|
-
|
|
32254
|
-
.E_clm1wy1 {
|
|
32255
|
-
width: 192px;
|
|
32256
|
-
height: 246px;
|
|
32257
|
-
border-radius: 4px;
|
|
32258
|
-
}
|
|
32259
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
32260
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32261
|
-
width: 100%;
|
|
32262
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32263
|
-
border-top: none;
|
|
32264
|
-
}
|
|
32265
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32266
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32267
|
-
padding: 0 16px;
|
|
32268
|
-
}
|
|
32269
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32270
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32271
|
-
width: 100%;
|
|
32272
|
-
height: 180px;
|
|
32273
|
-
border-spacing: 0;
|
|
32274
|
-
}
|
|
32275
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32276
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32277
|
-
margin-bottom: 8px;
|
|
32278
|
-
}
|
|
32279
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32280
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32281
|
-
width: 22px;
|
|
32282
|
-
}
|
|
32283
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32284
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32285
|
-
padding: 0;
|
|
32286
|
-
}
|
|
32287
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
32288
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32289
|
-
opacity: 0.4;
|
|
32290
|
-
}
|
|
32291
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32292
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32293
|
-
opacity: 1;
|
|
32294
|
-
}
|
|
32295
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32296
|
-
color: #3e4652;
|
|
32297
|
-
}
|
|
32298
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
32299
|
-
pointer-events: none;
|
|
32300
|
-
}
|
|
32301
|
-
|
|
32302
|
-
.E_t1tsm00v {
|
|
32303
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32304
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32305
|
-
backdrop-filter: blur(10px);
|
|
32306
|
-
padding: 7px 10px;
|
|
32307
|
-
}
|
|
32308
|
-
|
|
32309
|
-
.E_c167wnad {
|
|
32310
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32311
|
-
display: flex;
|
|
32312
|
-
justify-content: space-between;
|
|
32313
|
-
align-items: center;
|
|
32314
|
-
padding: 8px 16px;
|
|
32315
|
-
}
|
|
32316
|
-
.E_c167wnad .anticon {
|
|
32317
|
-
cursor: pointer;
|
|
32318
|
-
}
|
|
32319
|
-
.E_c167wnad .anticon:hover {
|
|
32320
|
-
color: #0096ff;
|
|
32321
|
-
}
|
|
32322
|
-
|
|
32323
|
-
.E_cxhf7dh {
|
|
32324
|
-
text-align: center;
|
|
32325
|
-
}
|
|
32326
|
-
.E_cxhf7dh .dots {
|
|
32327
|
-
display: flex;
|
|
32328
|
-
justify-content: center;
|
|
31875
|
+
.E_c1uzzomf .empty {
|
|
31876
|
+
font-weight: 700;
|
|
31877
|
+
font-size: 14px;
|
|
31878
|
+
line-height: 22px;
|
|
31879
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31880
|
+
text-align: center;
|
|
32329
31881
|
}
|
|
32330
|
-
|
|
32331
|
-
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
border-radius: 1px;
|
|
32335
|
-
background: #0096ff;
|
|
31882
|
+
|
|
31883
|
+
.E_berrcjl {
|
|
31884
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31885
|
+
margin-bottom: 4px;
|
|
32336
31886
|
}
|
|
32337
|
-
.
|
|
32338
|
-
|
|
31887
|
+
.E_berrcjl .breadcrumb-link {
|
|
31888
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31889
|
+
cursor: pointer;
|
|
31890
|
+
transition: color 160ms ease;
|
|
32339
31891
|
}
|
|
32340
|
-
.
|
|
32341
|
-
|
|
32342
|
-
height: 2px;
|
|
32343
|
-
background: #0096ff;
|
|
32344
|
-
border-radius: 2px;
|
|
31892
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31893
|
+
color: #0080ff;
|
|
32345
31894
|
}
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
margin: 0 2px;
|
|
31895
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31896
|
+
color: #005ed1;
|
|
32349
31897
|
}
|
|
32350
31898
|
|
|
32351
31899
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
@@ -32382,40 +31930,58 @@ input.E_rf8rlle.ant-input {
|
|
|
32382
31930
|
background-color: transparent;
|
|
32383
31931
|
}
|
|
32384
31932
|
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32387
|
-
border-radius: 4px;
|
|
32388
|
-
}
|
|
32389
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
32390
|
-
margin-top: 8px;
|
|
32391
|
-
}
|
|
32392
|
-
.E_c18gxmrl:hover {
|
|
32393
|
-
border-color: #0080ff;
|
|
32394
|
-
}
|
|
32395
|
-
.E_c18gxmrl:hover > header {
|
|
32396
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31933
|
+
.E_gmyahx3 {
|
|
31934
|
+
cursor: pointer;
|
|
32397
31935
|
}
|
|
32398
|
-
.
|
|
32399
|
-
|
|
31936
|
+
.E_gmyahx3 .link-text {
|
|
31937
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32400
31938
|
}
|
|
32401
|
-
.
|
|
32402
|
-
|
|
31939
|
+
.E_gmyahx3:hover .link-text {
|
|
31940
|
+
color: #0080ff;
|
|
32403
31941
|
}
|
|
32404
31942
|
|
|
32405
|
-
.
|
|
31943
|
+
.E_c1bus5hc {
|
|
31944
|
+
--color: white;
|
|
31945
|
+
height: 14px;
|
|
31946
|
+
width: 14px;
|
|
31947
|
+
border-radius: 50%;
|
|
31948
|
+
flex-shrink: 0;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
align-items: center;
|
|
31951
|
+
justify-content: center;
|
|
31952
|
+
border: 1px solid var(--color);
|
|
31953
|
+
}
|
|
31954
|
+
.E_c1bus5hc .circle-inner {
|
|
31955
|
+
position: relative;
|
|
31956
|
+
height: 10px;
|
|
31957
|
+
width: 10px;
|
|
31958
|
+
border-radius: 50%;
|
|
32406
31959
|
overflow: hidden;
|
|
32407
|
-
text-overflow: ellipsis;
|
|
32408
31960
|
}
|
|
32409
|
-
|
|
32410
|
-
|
|
32411
|
-
|
|
31961
|
+
.E_c1bus5hc .circle-content {
|
|
31962
|
+
position: absolute;
|
|
31963
|
+
height: 100%;
|
|
31964
|
+
width: 100%;
|
|
31965
|
+
left: 0;
|
|
31966
|
+
top: 0;
|
|
31967
|
+
border-radius: 50%;
|
|
31968
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31969
|
+
transform: rotate(180deg);
|
|
31970
|
+
}
|
|
31971
|
+
.E_c1bus5hc .circle-child {
|
|
31972
|
+
position: absolute;
|
|
31973
|
+
height: 100%;
|
|
31974
|
+
width: 100%;
|
|
31975
|
+
left: 0;
|
|
31976
|
+
top: 0;
|
|
31977
|
+
margin-left: 50%;
|
|
31978
|
+
transform-origin: left;
|
|
31979
|
+
background: white;
|
|
31980
|
+
transform: rotate(0deg);
|
|
32412
31981
|
}
|
|
32413
31982
|
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32416
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32417
|
-
-webkit-box-orient: vertical;
|
|
32418
|
-
word-break: break-all;
|
|
31983
|
+
.E_tqjc4ui {
|
|
31984
|
+
margin: 0 2px;
|
|
32419
31985
|
}
|
|
32420
31986
|
|
|
32421
31987
|
.E_c18bcrac {
|
|
@@ -32484,44 +32050,97 @@ input.E_rf8rlle.ant-input {
|
|
|
32484
32050
|
overflow: "auto";
|
|
32485
32051
|
}
|
|
32486
32052
|
|
|
32487
|
-
.
|
|
32488
|
-
|
|
32489
|
-
height:
|
|
32490
|
-
|
|
32491
|
-
|
|
32492
|
-
|
|
32053
|
+
.E_clm1wy1 {
|
|
32054
|
+
width: 192px;
|
|
32055
|
+
height: 246px;
|
|
32056
|
+
border-radius: 4px;
|
|
32057
|
+
}
|
|
32058
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
32059
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32060
|
+
width: 100%;
|
|
32061
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32062
|
+
border-top: none;
|
|
32063
|
+
}
|
|
32064
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32065
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32066
|
+
padding: 0 16px;
|
|
32067
|
+
}
|
|
32068
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32069
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32070
|
+
width: 100%;
|
|
32071
|
+
height: 180px;
|
|
32072
|
+
border-spacing: 0;
|
|
32073
|
+
}
|
|
32074
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32075
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32076
|
+
margin-bottom: 8px;
|
|
32077
|
+
}
|
|
32078
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32079
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32080
|
+
width: 22px;
|
|
32081
|
+
}
|
|
32082
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32083
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32084
|
+
padding: 0;
|
|
32085
|
+
}
|
|
32086
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32087
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32088
|
+
opacity: 0.4;
|
|
32089
|
+
}
|
|
32090
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32091
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32092
|
+
opacity: 1;
|
|
32093
|
+
}
|
|
32094
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32095
|
+
color: #3e4652;
|
|
32096
|
+
}
|
|
32097
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32098
|
+
pointer-events: none;
|
|
32099
|
+
}
|
|
32100
|
+
|
|
32101
|
+
.E_t1tsm00v {
|
|
32102
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32103
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32104
|
+
backdrop-filter: blur(10px);
|
|
32105
|
+
padding: 7px 10px;
|
|
32106
|
+
}
|
|
32107
|
+
|
|
32108
|
+
.E_c167wnad {
|
|
32109
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32493
32110
|
display: flex;
|
|
32111
|
+
justify-content: space-between;
|
|
32494
32112
|
align-items: center;
|
|
32113
|
+
padding: 8px 16px;
|
|
32114
|
+
}
|
|
32115
|
+
.E_c167wnad .anticon {
|
|
32116
|
+
cursor: pointer;
|
|
32117
|
+
}
|
|
32118
|
+
.E_c167wnad .anticon:hover {
|
|
32119
|
+
color: #0096ff;
|
|
32120
|
+
}
|
|
32121
|
+
|
|
32122
|
+
.E_cxhf7dh {
|
|
32123
|
+
text-align: center;
|
|
32124
|
+
}
|
|
32125
|
+
.E_cxhf7dh .dots {
|
|
32126
|
+
display: flex;
|
|
32495
32127
|
justify-content: center;
|
|
32496
|
-
border: 1px solid var(--color);
|
|
32497
32128
|
}
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32500
|
-
|
|
32501
|
-
|
|
32502
|
-
border-radius:
|
|
32503
|
-
|
|
32129
|
+
.E_cxhf7dh .dot {
|
|
32130
|
+
display: inline-block;
|
|
32131
|
+
width: 2px;
|
|
32132
|
+
height: 2px;
|
|
32133
|
+
border-radius: 1px;
|
|
32134
|
+
background: #0096ff;
|
|
32504
32135
|
}
|
|
32505
|
-
.
|
|
32506
|
-
|
|
32507
|
-
height: 100%;
|
|
32508
|
-
width: 100%;
|
|
32509
|
-
left: 0;
|
|
32510
|
-
top: 0;
|
|
32511
|
-
border-radius: 50%;
|
|
32512
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32513
|
-
transform: rotate(180deg);
|
|
32136
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32137
|
+
margin-right: 2px;
|
|
32514
32138
|
}
|
|
32515
|
-
.
|
|
32516
|
-
|
|
32517
|
-
height:
|
|
32518
|
-
|
|
32519
|
-
|
|
32520
|
-
top: 0;
|
|
32521
|
-
margin-left: 50%;
|
|
32522
|
-
transform-origin: left;
|
|
32523
|
-
background: white;
|
|
32524
|
-
transform: rotate(0deg);
|
|
32139
|
+
.E_cxhf7dh .bar {
|
|
32140
|
+
width: 9px;
|
|
32141
|
+
height: 2px;
|
|
32142
|
+
background: #0096ff;
|
|
32143
|
+
border-radius: 2px;
|
|
32525
32144
|
}
|
|
32526
32145
|
|
|
32527
32146
|
.E_d1bw7c5z {
|
|
@@ -32605,19 +32224,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32605
32224
|
width: 102px;
|
|
32606
32225
|
}
|
|
32607
32226
|
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32610
|
-
|
|
32611
|
-
.E_c1yyuluq .ant-card-body {
|
|
32612
|
-
padding: 20px 24px 24px 24px;
|
|
32227
|
+
.E_ou7iq30 {
|
|
32228
|
+
overflow: hidden;
|
|
32229
|
+
text-overflow: ellipsis;
|
|
32613
32230
|
}
|
|
32614
32231
|
|
|
32615
|
-
.
|
|
32616
|
-
|
|
32617
|
-
align-items: center;
|
|
32232
|
+
.E_s1tui002 {
|
|
32233
|
+
white-space: nowrap;
|
|
32618
32234
|
}
|
|
32619
|
-
|
|
32620
|
-
|
|
32235
|
+
|
|
32236
|
+
.E_mxrc2zg {
|
|
32237
|
+
display: -webkit-box;
|
|
32238
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32239
|
+
-webkit-box-orient: vertical;
|
|
32240
|
+
word-break: break-all;
|
|
32621
32241
|
}
|
|
32622
32242
|
|
|
32623
32243
|
.E_t1sqg15u {
|
|
@@ -32710,6 +32330,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32710
32330
|
padding-right: 12px;
|
|
32711
32331
|
}
|
|
32712
32332
|
|
|
32333
|
+
.E_m74vjol {
|
|
32334
|
+
display: flex;
|
|
32335
|
+
justify-content: space-between;
|
|
32336
|
+
width: 100%;
|
|
32337
|
+
}
|
|
32338
|
+
.E_m74vjol .action {
|
|
32339
|
+
margin-left: 16px;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32342
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32343
|
+
width: 100%;
|
|
32344
|
+
}
|
|
32345
|
+
|
|
32713
32346
|
.E_tje3huy {
|
|
32714
32347
|
width: 100%;
|
|
32715
32348
|
overflow: inherit;
|
|
@@ -32717,10 +32350,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32717
32350
|
text-overflow: ellipsis;
|
|
32718
32351
|
}
|
|
32719
32352
|
|
|
32720
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32721
|
-
display: flex;
|
|
32722
|
-
}
|
|
32723
|
-
|
|
32724
32353
|
.E_wg1tsps {
|
|
32725
32354
|
display: flex;
|
|
32726
32355
|
align-items: center;
|
|
@@ -32744,17 +32373,12 @@ input.E_rf8rlle.ant-input {
|
|
|
32744
32373
|
color: #00122e !important;
|
|
32745
32374
|
}
|
|
32746
32375
|
|
|
32747
|
-
.
|
|
32376
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32748
32377
|
display: flex;
|
|
32749
|
-
|
|
32750
|
-
width: 100%;
|
|
32751
|
-
}
|
|
32752
|
-
.E_m74vjol .action {
|
|
32753
|
-
margin-left: 16px;
|
|
32378
|
+
align-items: center;
|
|
32754
32379
|
}
|
|
32755
|
-
|
|
32756
|
-
|
|
32757
|
-
width: 100%;
|
|
32380
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32381
|
+
margin-right: 8px;
|
|
32758
32382
|
}
|
|
32759
32383
|
|
|
32760
32384
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32779,164 +32403,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32779
32403
|
cursor: default;
|
|
32780
32404
|
}
|
|
32781
32405
|
|
|
32782
|
-
|
|
32783
|
-
|
|
32784
|
-
height: unset;
|
|
32785
|
-
}
|
|
32786
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32787
|
-
margin-right: 4px;
|
|
32788
|
-
}
|
|
32789
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32790
|
-
margin-left: 4px;
|
|
32791
|
-
}
|
|
32792
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32793
|
-
color: #009dff;
|
|
32794
|
-
}
|
|
32795
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32796
|
-
color: #005ed1;
|
|
32797
|
-
}
|
|
32798
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32799
|
-
color: #0080FF;
|
|
32800
|
-
}
|
|
32801
|
-
button.E_l48ei06.ui-kit-link-subtle {
|
|
32802
|
-
color: #00122e;
|
|
32803
|
-
}
|
|
32804
|
-
button.E_l48ei06.ui-kit-link-subtle:hover, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32805
|
-
color: #0080FF;
|
|
32806
|
-
}
|
|
32807
|
-
button.E_l48ei06.ui-kit-link-subtle:active, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-active {
|
|
32808
|
-
color: #005ed1;
|
|
32406
|
+
.E_c1yyuluq {
|
|
32407
|
+
border-radius: 8px;
|
|
32809
32408
|
}
|
|
32810
|
-
|
|
32811
|
-
|
|
32409
|
+
.E_c1yyuluq .ant-card-body {
|
|
32410
|
+
padding: 20px 24px 24px 24px;
|
|
32812
32411
|
}
|
|
32813
32412
|
|
|
32814
|
-
.
|
|
32815
|
-
height: 100%;
|
|
32816
|
-
}
|
|
32817
|
-
.E_t13ef470 .table-loading-item {
|
|
32818
|
-
padding: 12px 4px;
|
|
32819
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32413
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32820
32414
|
display: flex;
|
|
32821
32415
|
}
|
|
32822
|
-
.E_t13ef470 .table-loading-item > * {
|
|
32823
|
-
height: 16px;
|
|
32824
|
-
margin: 4px;
|
|
32825
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32826
|
-
border-radius: 2px;
|
|
32827
|
-
}
|
|
32828
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
32829
|
-
width: 16px;
|
|
32830
|
-
}
|
|
32831
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
32832
|
-
flex: 1;
|
|
32833
|
-
}
|
|
32834
|
-
.E_t13ef470 :nth-child(1) {
|
|
32835
|
-
padding: 8px 4px;
|
|
32836
|
-
}
|
|
32837
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
32838
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32839
|
-
}
|
|
32840
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
32841
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32842
|
-
}
|
|
32843
|
-
|
|
32844
|
-
.E_ivqqkzv {
|
|
32845
|
-
height: 24px;
|
|
32846
|
-
width: 56px !important;
|
|
32847
|
-
margin-right: 4px;
|
|
32848
|
-
}
|
|
32849
|
-
|
|
32850
|
-
.E_c1wk4q29 {
|
|
32851
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
-
}
|
|
32853
32416
|
|
|
32854
32417
|
.E_tju3gfj .date {
|
|
32855
32418
|
margin-right: 4px;
|
|
32856
32419
|
}
|
|
32857
32420
|
|
|
32858
|
-
.E_s1sck0th {
|
|
32859
|
-
padding: 0 8px;
|
|
32860
|
-
border-radius: 4px;
|
|
32861
|
-
}
|
|
32862
|
-
|
|
32863
|
-
.E_m855nr1 {
|
|
32864
|
-
padding: 2px 8px;
|
|
32865
|
-
border-radius: 3px;
|
|
32866
|
-
}
|
|
32867
|
-
|
|
32868
|
-
.E_l1270xpg {
|
|
32869
|
-
padding: 3px 8px;
|
|
32870
|
-
border-radius: 2px;
|
|
32871
|
-
}
|
|
32872
|
-
|
|
32873
|
-
.E_t14rextb.ant-tag:hover {
|
|
32874
|
-
opacity: unset;
|
|
32875
|
-
}
|
|
32876
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32877
|
-
margin: 0;
|
|
32878
|
-
margin-right: 8px;
|
|
32879
|
-
display: inline-flex;
|
|
32880
|
-
align-items: center;
|
|
32881
|
-
border: none;
|
|
32882
|
-
}
|
|
32883
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32884
|
-
width: 16px;
|
|
32885
|
-
height: 16px;
|
|
32886
|
-
color: inherit;
|
|
32887
|
-
margin-left: 4px;
|
|
32888
|
-
opacity: 0.6;
|
|
32889
|
-
display: inline-flex;
|
|
32890
|
-
}
|
|
32891
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32892
|
-
opacity: 1;
|
|
32893
|
-
}
|
|
32894
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32895
|
-
color: #0080ff;
|
|
32896
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32897
|
-
}
|
|
32898
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32899
|
-
color: #f0483e;
|
|
32900
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32901
|
-
}
|
|
32902
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32903
|
-
color: #e07f00;
|
|
32904
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32905
|
-
}
|
|
32906
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32907
|
-
color: #008f4c;
|
|
32908
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32909
|
-
}
|
|
32910
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32911
|
-
color: #1d326c;
|
|
32912
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32913
|
-
}
|
|
32914
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32915
|
-
color: #7E41FF;
|
|
32916
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32917
|
-
}
|
|
32918
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32919
|
-
color: #fff;
|
|
32920
|
-
}
|
|
32921
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32922
|
-
background-color: #f0483e;
|
|
32923
|
-
}
|
|
32924
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32925
|
-
background-color: #fea008;
|
|
32926
|
-
}
|
|
32927
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32928
|
-
background-color: #00ba5d;
|
|
32929
|
-
}
|
|
32930
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32931
|
-
background-color: #0080ff;
|
|
32932
|
-
}
|
|
32933
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32934
|
-
background-color: #6b7d99;
|
|
32935
|
-
}
|
|
32936
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32937
|
-
background-color: #7E41FF;
|
|
32938
|
-
}
|
|
32939
|
-
|
|
32940
32421
|
.E_sddwhm6 {
|
|
32941
32422
|
margin: 0;
|
|
32942
32423
|
border-radius: 20px;
|
|
@@ -33021,51 +32502,143 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33021
32502
|
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33022
32503
|
font-size: 13px;
|
|
33023
32504
|
}
|
|
33024
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
33025
|
-
height: 30px;
|
|
32505
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32506
|
+
height: 30px;
|
|
32507
|
+
}
|
|
32508
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32509
|
+
height: 38px;
|
|
32510
|
+
font-size: 13px;
|
|
32511
|
+
}
|
|
32512
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32513
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32514
|
+
transition: 160ms ease;
|
|
32515
|
+
}
|
|
32516
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32517
|
+
color: #0080ff;
|
|
32518
|
+
}
|
|
32519
|
+
.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 {
|
|
32520
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32521
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32522
|
+
}
|
|
32523
|
+
.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 {
|
|
32524
|
+
color: #0080ff;
|
|
32525
|
+
}
|
|
32526
|
+
.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 {
|
|
32527
|
+
border-color: #0080ff;
|
|
32528
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32529
|
+
}
|
|
32530
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32531
|
+
transform: rotate(180deg);
|
|
32532
|
+
}
|
|
32533
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32534
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32535
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32536
|
+
cursor: "not-allowed";
|
|
32537
|
+
}
|
|
32538
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32539
|
+
border-color: #f0483e !important;
|
|
32540
|
+
}
|
|
32541
|
+
.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 {
|
|
32542
|
+
color: #1d326c;
|
|
32543
|
+
}
|
|
32544
|
+
.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 {
|
|
32545
|
+
border-color: #0080ff;
|
|
32546
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32547
|
+
}
|
|
32548
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32549
|
+
transform: rotate(180deg);
|
|
32550
|
+
}
|
|
32551
|
+
|
|
32552
|
+
.E_ivqqkzv {
|
|
32553
|
+
height: 24px;
|
|
32554
|
+
width: 56px !important;
|
|
32555
|
+
margin-right: 4px;
|
|
32556
|
+
}
|
|
32557
|
+
|
|
32558
|
+
.E_c1wk4q29 {
|
|
32559
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
|
+
.E_s1sck0th {
|
|
32563
|
+
padding: 0 8px;
|
|
32564
|
+
border-radius: 4px;
|
|
32565
|
+
}
|
|
32566
|
+
|
|
32567
|
+
.E_m855nr1 {
|
|
32568
|
+
padding: 2px 8px;
|
|
32569
|
+
border-radius: 3px;
|
|
32570
|
+
}
|
|
32571
|
+
|
|
32572
|
+
.E_l1270xpg {
|
|
32573
|
+
padding: 3px 8px;
|
|
32574
|
+
border-radius: 2px;
|
|
32575
|
+
}
|
|
32576
|
+
|
|
32577
|
+
.E_t14rextb.ant-tag:hover {
|
|
32578
|
+
opacity: unset;
|
|
32579
|
+
}
|
|
32580
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32581
|
+
margin: 0;
|
|
32582
|
+
margin-right: 8px;
|
|
32583
|
+
display: inline-flex;
|
|
32584
|
+
align-items: center;
|
|
32585
|
+
border: none;
|
|
32586
|
+
}
|
|
32587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32588
|
+
width: 16px;
|
|
32589
|
+
height: 16px;
|
|
32590
|
+
color: inherit;
|
|
32591
|
+
margin-left: 4px;
|
|
32592
|
+
opacity: 0.6;
|
|
32593
|
+
display: inline-flex;
|
|
32594
|
+
}
|
|
32595
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32596
|
+
opacity: 1;
|
|
33026
32597
|
}
|
|
33027
|
-
.
|
|
33028
|
-
|
|
33029
|
-
|
|
32598
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32599
|
+
color: #0080ff;
|
|
32600
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33030
32601
|
}
|
|
33031
|
-
.
|
|
33032
|
-
|
|
33033
|
-
|
|
32602
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32603
|
+
color: #f0483e;
|
|
32604
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33034
32605
|
}
|
|
33035
|
-
.
|
|
33036
|
-
color: #
|
|
32606
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32607
|
+
color: #e07f00;
|
|
32608
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
33037
32609
|
}
|
|
33038
|
-
.
|
|
33039
|
-
|
|
33040
|
-
|
|
32610
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32611
|
+
color: #008f4c;
|
|
32612
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33041
32613
|
}
|
|
33042
|
-
.
|
|
33043
|
-
color: #
|
|
32614
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32615
|
+
color: #1d326c;
|
|
32616
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33044
32617
|
}
|
|
33045
|
-
.
|
|
33046
|
-
|
|
33047
|
-
|
|
32618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32619
|
+
color: #7E41FF;
|
|
32620
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
33048
32621
|
}
|
|
33049
|
-
.
|
|
33050
|
-
|
|
32622
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32623
|
+
color: #fff;
|
|
33051
32624
|
}
|
|
33052
|
-
.
|
|
33053
|
-
background:
|
|
33054
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
33055
|
-
cursor: "not-allowed";
|
|
32625
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32626
|
+
background-color: #f0483e;
|
|
33056
32627
|
}
|
|
33057
|
-
.
|
|
33058
|
-
|
|
32628
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32629
|
+
background-color: #fea008;
|
|
33059
32630
|
}
|
|
33060
|
-
.
|
|
33061
|
-
color: #
|
|
32631
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32632
|
+
background-color: #00ba5d;
|
|
33062
32633
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33065
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32634
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32635
|
+
background-color: #0080ff;
|
|
33066
32636
|
}
|
|
33067
|
-
.
|
|
33068
|
-
|
|
32637
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32638
|
+
background-color: #6b7d99;
|
|
32639
|
+
}
|
|
32640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32641
|
+
background-color: #7E41FF;
|
|
33069
32642
|
}
|
|
33070
32643
|
|
|
33071
32644
|
.E_h1ol2wl7 {
|
|
@@ -33279,9 +32852,204 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33279
32852
|
.E_t1ub2aex:last-child {
|
|
33280
32853
|
padding-bottom: 3px;
|
|
33281
32854
|
}
|
|
33282
|
-
.E_t1ub2aex .column-value {
|
|
33283
|
-
color: #fff;
|
|
33284
|
-
margin-left: 8px;
|
|
32855
|
+
.E_t1ub2aex .column-value {
|
|
32856
|
+
color: #fff;
|
|
32857
|
+
margin-left: 8px;
|
|
32858
|
+
}
|
|
32859
|
+
|
|
32860
|
+
.E_sjob3jg {
|
|
32861
|
+
--item-min-width: 60px;
|
|
32862
|
+
}
|
|
32863
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
32864
|
+
display: none !important;
|
|
32865
|
+
}
|
|
32866
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
32867
|
+
flex-shrink: 0 !important;
|
|
32868
|
+
}
|
|
32869
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32870
|
+
color: #0080ff;
|
|
32871
|
+
}
|
|
32872
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32873
|
+
color: #0080ff;
|
|
32874
|
+
font-weight: normal;
|
|
32875
|
+
}
|
|
32876
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32877
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32878
|
+
}
|
|
32879
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32880
|
+
color: #00122e;
|
|
32881
|
+
}
|
|
32882
|
+
.E_sjob3jg .step-item-text {
|
|
32883
|
+
display: inline-block;
|
|
32884
|
+
}
|
|
32885
|
+
.E_sjob3jg .step-item-title {
|
|
32886
|
+
overflow: hidden;
|
|
32887
|
+
white-space: nowrap;
|
|
32888
|
+
text-overflow: ellipsis;
|
|
32889
|
+
}
|
|
32890
|
+
|
|
32891
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
32892
|
+
min-width: var(--item-min-width);
|
|
32893
|
+
}
|
|
32894
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
32895
|
+
cursor: not-allowed !important;
|
|
32896
|
+
}
|
|
32897
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32898
|
+
flex-direction: row;
|
|
32899
|
+
justify-content: stretch;
|
|
32900
|
+
}
|
|
32901
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32902
|
+
padding: 0;
|
|
32903
|
+
margin-right: 4px;
|
|
32904
|
+
flex: 1;
|
|
32905
|
+
overflow: visible;
|
|
32906
|
+
}
|
|
32907
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32908
|
+
width: 100%;
|
|
32909
|
+
min-height: unset;
|
|
32910
|
+
}
|
|
32911
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32912
|
+
height: 26px;
|
|
32913
|
+
line-height: 26px;
|
|
32914
|
+
width: 100%;
|
|
32915
|
+
padding: 0;
|
|
32916
|
+
font-size: 12px;
|
|
32917
|
+
}
|
|
32918
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32919
|
+
margin-right: 10px;
|
|
32920
|
+
}
|
|
32921
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32922
|
+
display: none;
|
|
32923
|
+
}
|
|
32924
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32925
|
+
padding-left: 8px;
|
|
32926
|
+
padding-right: 4px;
|
|
32927
|
+
border-radius: 4px 0 0 4px;
|
|
32928
|
+
}
|
|
32929
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32930
|
+
margin-right: 0;
|
|
32931
|
+
}
|
|
32932
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32933
|
+
padding-right: 8px;
|
|
32934
|
+
padding-left: 12px;
|
|
32935
|
+
border-radius: 0 4px 4px 0;
|
|
32936
|
+
}
|
|
32937
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32938
|
+
content: "";
|
|
32939
|
+
width: 0;
|
|
32940
|
+
height: 0;
|
|
32941
|
+
border: 13px solid transparent;
|
|
32942
|
+
position: absolute;
|
|
32943
|
+
top: 0;
|
|
32944
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32945
|
+
z-index: 2;
|
|
32946
|
+
position: relative;
|
|
32947
|
+
top: -50%;
|
|
32948
|
+
right: -100%;
|
|
32949
|
+
}
|
|
32950
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32951
|
+
padding: 0 4px 0 12px;
|
|
32952
|
+
}
|
|
32953
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32954
|
+
content: "";
|
|
32955
|
+
width: 0;
|
|
32956
|
+
height: 0;
|
|
32957
|
+
border: 13px solid transparent;
|
|
32958
|
+
position: absolute;
|
|
32959
|
+
top: 0;
|
|
32960
|
+
border-left: 8px solid #fff;
|
|
32961
|
+
left: 0;
|
|
32962
|
+
}
|
|
32963
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32964
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32965
|
+
}
|
|
32966
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32967
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32968
|
+
}
|
|
32969
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32970
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32971
|
+
}
|
|
32972
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32973
|
+
cursor: pointer;
|
|
32974
|
+
min-width: var(--item-min-width);
|
|
32975
|
+
}
|
|
32976
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32977
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32978
|
+
min-width: var(--item-min-width);
|
|
32979
|
+
}
|
|
32980
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32981
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32982
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32983
|
+
}
|
|
32984
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32985
|
+
padding: 0;
|
|
32986
|
+
}
|
|
32987
|
+
|
|
32988
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
32989
|
+
width: 192px;
|
|
32990
|
+
row-gap: 2px;
|
|
32991
|
+
}
|
|
32992
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
32993
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32994
|
+
}
|
|
32995
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
32996
|
+
color: #00122e !important;
|
|
32997
|
+
}
|
|
32998
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
32999
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33000
|
+
}
|
|
33001
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33002
|
+
padding: 0 8px;
|
|
33003
|
+
border-radius: 4px;
|
|
33004
|
+
height: 32px;
|
|
33005
|
+
display: flex;
|
|
33006
|
+
align-items: center;
|
|
33007
|
+
}
|
|
33008
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33009
|
+
min-height: auto;
|
|
33010
|
+
white-space: nowrap;
|
|
33011
|
+
}
|
|
33012
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33013
|
+
font-size: 13px;
|
|
33014
|
+
line-height: 20px;
|
|
33015
|
+
max-width: 100%;
|
|
33016
|
+
padding-right: 0;
|
|
33017
|
+
}
|
|
33018
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33019
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33020
|
+
}
|
|
33021
|
+
|
|
33022
|
+
.E_h6l1tj4 {
|
|
33023
|
+
width: 100%;
|
|
33024
|
+
display: inline-flex;
|
|
33025
|
+
align-items: center;
|
|
33026
|
+
justify-content: center;
|
|
33027
|
+
column-gap: 4px;
|
|
33028
|
+
}
|
|
33029
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33030
|
+
display: inline-flex;
|
|
33031
|
+
align-items: center;
|
|
33032
|
+
width: 18px;
|
|
33033
|
+
height: 18px;
|
|
33034
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33035
|
+
justify-content: center;
|
|
33036
|
+
}
|
|
33037
|
+
|
|
33038
|
+
.E_v18frne8 {
|
|
33039
|
+
width: 100%;
|
|
33040
|
+
display: flex;
|
|
33041
|
+
align-items: center;
|
|
33042
|
+
justify-content: center;
|
|
33043
|
+
column-gap: 6px;
|
|
33044
|
+
font-size: 13px;
|
|
33045
|
+
}
|
|
33046
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33047
|
+
display: inline-flex;
|
|
33048
|
+
align-items: center;
|
|
33049
|
+
min-width: 20px;
|
|
33050
|
+
min-height: 20px;
|
|
33051
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33052
|
+
justify-content: center;
|
|
33285
33053
|
}
|
|
33286
33054
|
|
|
33287
33055
|
.E_c1kchka8 {
|
|
@@ -33662,298 +33430,550 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33662
33430
|
line-height: 32px;
|
|
33663
33431
|
padding: 0 8px 0 12px;
|
|
33664
33432
|
}
|
|
33665
|
-
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33666
|
-
flex: 1;
|
|
33667
|
-
display: flex;
|
|
33668
|
-
align-items: center;
|
|
33669
|
-
gap: 8px;
|
|
33670
|
-
color: #00122e;
|
|
33433
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33434
|
+
flex: 1;
|
|
33435
|
+
display: flex;
|
|
33436
|
+
align-items: center;
|
|
33437
|
+
gap: 8px;
|
|
33438
|
+
color: #00122e;
|
|
33439
|
+
}
|
|
33440
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33441
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33442
|
+
}
|
|
33443
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33444
|
+
border: none;
|
|
33445
|
+
outline: none;
|
|
33446
|
+
width: 162px;
|
|
33447
|
+
padding: 0;
|
|
33448
|
+
height: 22px;
|
|
33449
|
+
line-height: 22px;
|
|
33450
|
+
text-align: center;
|
|
33451
|
+
}
|
|
33452
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33453
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33454
|
+
text-align: center;
|
|
33455
|
+
}
|
|
33456
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33457
|
+
background: inherit;
|
|
33458
|
+
}
|
|
33459
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33460
|
+
border: none;
|
|
33461
|
+
outline: none;
|
|
33462
|
+
box-shadow: none;
|
|
33463
|
+
}
|
|
33464
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33465
|
+
cursor: pointer;
|
|
33466
|
+
}
|
|
33467
|
+
|
|
33468
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33469
|
+
padding: 12px 12px 0 12px;
|
|
33470
|
+
}
|
|
33471
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33472
|
+
padding-left: 16px;
|
|
33473
|
+
}
|
|
33474
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33475
|
+
margin-right: 0;
|
|
33476
|
+
}
|
|
33477
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33478
|
+
margin-left: 2px;
|
|
33479
|
+
}
|
|
33480
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33481
|
+
max-height: 470px;
|
|
33482
|
+
overflow: auto;
|
|
33483
|
+
}
|
|
33484
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33485
|
+
padding: 0 12px;
|
|
33486
|
+
}
|
|
33487
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33488
|
+
height: 470px;
|
|
33489
|
+
overflow: auto;
|
|
33490
|
+
}
|
|
33491
|
+
|
|
33492
|
+
.E_d1tc7lgk {
|
|
33493
|
+
min-width: 200px;
|
|
33494
|
+
}
|
|
33495
|
+
.E_d1tc7lgk header {
|
|
33496
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33497
|
+
padding: 8px 12px;
|
|
33498
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33499
|
+
}
|
|
33500
|
+
.E_d1tc7lgk ul {
|
|
33501
|
+
list-style: none;
|
|
33502
|
+
padding: 12px;
|
|
33503
|
+
}
|
|
33504
|
+
.E_d1tc7lgk ul li {
|
|
33505
|
+
padding: 5px 8px;
|
|
33506
|
+
border-radius: 5px;
|
|
33507
|
+
transition: all 0.2s ease-in-out;
|
|
33508
|
+
cursor: pointer;
|
|
33509
|
+
}
|
|
33510
|
+
.E_d1tc7lgk ul li:hover {
|
|
33511
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33512
|
+
color: #0080ff;
|
|
33513
|
+
}
|
|
33514
|
+
.E_d1tc7lgk ul li:active {
|
|
33515
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33516
|
+
color: #0080ff;
|
|
33517
|
+
}
|
|
33518
|
+
.E_d1tc7lgk ul li + li {
|
|
33519
|
+
margin-top: 2px;
|
|
33520
|
+
}
|
|
33521
|
+
|
|
33522
|
+
.E_rzaik16 {
|
|
33523
|
+
padding: 0;
|
|
33524
|
+
}
|
|
33525
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33526
|
+
display: none;
|
|
33527
|
+
}
|
|
33528
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33529
|
+
padding: 0;
|
|
33530
|
+
}
|
|
33531
|
+
|
|
33532
|
+
.E_tc97u5y {
|
|
33533
|
+
height: 100%;
|
|
33534
|
+
}
|
|
33535
|
+
|
|
33536
|
+
.E_tfzf37v {
|
|
33537
|
+
height: 100%;
|
|
33538
|
+
}
|
|
33539
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
33540
|
+
overflow: visible !important;
|
|
33541
|
+
height: 100%;
|
|
33542
|
+
}
|
|
33543
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
33544
|
+
height: 100%;
|
|
33545
|
+
}
|
|
33546
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
33547
|
+
width: 100% !important;
|
|
33548
|
+
height: 100%;
|
|
33549
|
+
}
|
|
33550
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33551
|
+
padding: 15px 0;
|
|
33552
|
+
}
|
|
33553
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
33554
|
+
display: none;
|
|
33555
|
+
}
|
|
33556
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
33557
|
+
font-weight: 700;
|
|
33558
|
+
}
|
|
33559
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
33560
|
+
font-weight: 700;
|
|
33561
|
+
}
|
|
33562
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
33563
|
+
height: 100%;
|
|
33564
|
+
}
|
|
33565
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
33566
|
+
height: 100%;
|
|
33567
|
+
overflow: visible;
|
|
33568
|
+
}
|
|
33569
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
33570
|
+
max-height: none;
|
|
33571
|
+
}
|
|
33572
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
33573
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
33574
|
+
display: none;
|
|
33575
|
+
}
|
|
33576
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
33577
|
+
background: transparent;
|
|
33578
|
+
}
|
|
33579
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
33580
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
33581
|
+
background: #fff;
|
|
33582
|
+
padding: 0 !important;
|
|
33583
|
+
}
|
|
33584
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33585
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33586
|
+
display: flex;
|
|
33587
|
+
align-items: center;
|
|
33588
|
+
height: 100%;
|
|
33589
|
+
padding: 8px;
|
|
33590
|
+
}
|
|
33591
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33592
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33593
|
+
overflow: hidden;
|
|
33594
|
+
text-overflow: ellipsis;
|
|
33595
|
+
width: 100%;
|
|
33596
|
+
}
|
|
33597
|
+
.E_tfzf37v .ant-table-container {
|
|
33598
|
+
height: 100%;
|
|
33599
|
+
}
|
|
33600
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
33601
|
+
box-shadow: none !important;
|
|
33602
|
+
}
|
|
33603
|
+
.E_tfzf37v .ant-table {
|
|
33604
|
+
border-radius: 0px;
|
|
33605
|
+
border-left: none;
|
|
33606
|
+
border-right: none;
|
|
33607
|
+
border-bottom: none;
|
|
33608
|
+
height: 100%;
|
|
33609
|
+
font-size: 12px;
|
|
33610
|
+
background: transparent;
|
|
33611
|
+
}
|
|
33612
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
33613
|
+
position: relative;
|
|
33614
|
+
z-index: 3;
|
|
33615
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33616
|
+
margin-bottom: -1px;
|
|
33617
|
+
}
|
|
33618
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
33619
|
+
.E_tfzf37v .ant-table .value {
|
|
33620
|
+
color: #2d3a56;
|
|
33621
|
+
}
|
|
33622
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
33623
|
+
.E_tfzf37v .ant-table .unit {
|
|
33624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33625
|
+
}
|
|
33626
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
33627
|
+
position: unset;
|
|
33628
|
+
text-align: center;
|
|
33629
|
+
}
|
|
33630
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33631
|
+
background: #fff;
|
|
33632
|
+
}
|
|
33633
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
33634
|
+
cursor: pointer;
|
|
33635
|
+
position: absolute;
|
|
33636
|
+
top: 50%;
|
|
33637
|
+
right: 12px;
|
|
33638
|
+
transform: translateY(-50%);
|
|
33639
|
+
}
|
|
33640
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33641
|
+
box-shadow: none;
|
|
33642
|
+
width: 1px;
|
|
33643
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33644
|
+
}
|
|
33645
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33646
|
+
box-shadow: none;
|
|
33647
|
+
width: 1px;
|
|
33648
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33649
|
+
}
|
|
33650
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
33651
|
+
position: relative;
|
|
33652
|
+
}
|
|
33653
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
33654
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33655
|
+
border-bottom: 1px solid white;
|
|
33656
|
+
height: 40px;
|
|
33657
|
+
vertical-align: middle;
|
|
33658
|
+
transition: background 0ms;
|
|
33659
|
+
color: #00122e;
|
|
33660
|
+
}
|
|
33661
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33662
|
+
background: #f2f5fa;
|
|
33663
|
+
border-bottom-color: #f2f5fa;
|
|
33664
|
+
}
|
|
33665
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
33666
|
+
height: auto;
|
|
33667
|
+
color: #00122e;
|
|
33668
|
+
font-size: 12px;
|
|
33669
|
+
text-align: left;
|
|
33670
|
+
transition: none;
|
|
33671
|
+
overflow: hidden;
|
|
33672
|
+
text-overflow: ellipsis;
|
|
33673
|
+
white-space: nowrap;
|
|
33674
|
+
}
|
|
33675
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
33676
|
+
color: #0096ff;
|
|
33671
33677
|
}
|
|
33672
|
-
.
|
|
33673
|
-
|
|
33678
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
33679
|
+
overflow: hidden;
|
|
33680
|
+
text-overflow: ellipsis;
|
|
33681
|
+
width: 100%;
|
|
33682
|
+
vertical-align: middle;
|
|
33674
33683
|
}
|
|
33675
|
-
.
|
|
33676
|
-
|
|
33677
|
-
outline: none;
|
|
33678
|
-
width: 162px;
|
|
33679
|
-
padding: 0;
|
|
33680
|
-
height: 22px;
|
|
33681
|
-
line-height: 22px;
|
|
33682
|
-
text-align: center;
|
|
33684
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33685
|
+
line-height: 0px;
|
|
33683
33686
|
}
|
|
33684
|
-
.
|
|
33685
|
-
|
|
33686
|
-
text-align: center;
|
|
33687
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33688
|
+
padding-right: 25px;
|
|
33687
33689
|
}
|
|
33688
|
-
.
|
|
33689
|
-
|
|
33690
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33691
|
+
border-top-color: transparent;
|
|
33690
33692
|
}
|
|
33691
|
-
.
|
|
33692
|
-
|
|
33693
|
-
|
|
33694
|
-
box-shadow: none;
|
|
33693
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33694
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33695
|
+
border-color: transparent transparent white;
|
|
33695
33696
|
}
|
|
33696
|
-
.
|
|
33697
|
-
|
|
33697
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33698
|
+
border-radius: 8px 0 0 8px;
|
|
33698
33699
|
}
|
|
33699
|
-
|
|
33700
|
-
|
|
33701
|
-
padding: 12px 12px 0 12px;
|
|
33700
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33701
|
+
border-radius: 8px 0 0 8px;
|
|
33702
33702
|
}
|
|
33703
|
-
.
|
|
33704
|
-
|
|
33703
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33704
|
+
content: "";
|
|
33705
|
+
width: 4px;
|
|
33706
|
+
top: -1px;
|
|
33707
|
+
bottom: -1px;
|
|
33708
|
+
background: white;
|
|
33705
33709
|
}
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33710
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33711
|
+
border-radius: 0 8px 8px 0;
|
|
33708
33712
|
}
|
|
33709
|
-
.
|
|
33710
|
-
|
|
33713
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33714
|
+
border-radius: 0;
|
|
33715
|
+
background: white;
|
|
33716
|
+
border-top: none;
|
|
33711
33717
|
}
|
|
33712
|
-
.
|
|
33713
|
-
|
|
33714
|
-
|
|
33718
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33719
|
+
border-top: 1px solid transparent;
|
|
33720
|
+
border-radius: 0 8px 8px 0;
|
|
33721
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33715
33722
|
}
|
|
33716
|
-
.
|
|
33717
|
-
|
|
33723
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33724
|
+
background: white;
|
|
33725
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33718
33726
|
}
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33721
|
-
|
|
33727
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33728
|
+
display: flex;
|
|
33729
|
+
align-items: center;
|
|
33730
|
+
height: 100%;
|
|
33731
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33722
33732
|
}
|
|
33723
|
-
|
|
33724
|
-
|
|
33725
|
-
|
|
33733
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33734
|
+
background: white;
|
|
33735
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33726
33736
|
}
|
|
33727
|
-
.
|
|
33737
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33738
|
+
display: flex;
|
|
33739
|
+
align-items: center;
|
|
33740
|
+
height: 100%;
|
|
33741
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33742
|
+
}
|
|
33743
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33728
33744
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33729
|
-
padding: 8px 12px;
|
|
33730
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33731
33745
|
}
|
|
33732
|
-
.
|
|
33733
|
-
|
|
33734
|
-
|
|
33746
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33747
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33748
|
+
border-radius: 8px;
|
|
33735
33749
|
}
|
|
33736
|
-
.
|
|
33737
|
-
|
|
33738
|
-
border-radius: 5px;
|
|
33739
|
-
transition: all 0.2s ease-in-out;
|
|
33740
|
-
cursor: pointer;
|
|
33750
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33751
|
+
border-top-color: white;
|
|
33741
33752
|
}
|
|
33742
|
-
.
|
|
33743
|
-
background: rgba(0, 136, 255, 0.
|
|
33744
|
-
color:
|
|
33753
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33754
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33755
|
+
border-bottom-color: transparent;
|
|
33756
|
+
border-top-color: transparent;
|
|
33745
33757
|
}
|
|
33746
|
-
.
|
|
33747
|
-
|
|
33748
|
-
color: #0080ff;
|
|
33758
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33759
|
+
border-radius: 8px 0 0 8px;
|
|
33749
33760
|
}
|
|
33750
|
-
.
|
|
33751
|
-
|
|
33761
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33762
|
+
border-radius: 0 8px 8px 0;
|
|
33752
33763
|
}
|
|
33753
|
-
|
|
33754
|
-
.
|
|
33755
|
-
padding: 0;
|
|
33764
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33765
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33756
33766
|
}
|
|
33757
|
-
.
|
|
33758
|
-
|
|
33767
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
33768
|
+
background: #fff;
|
|
33769
|
+
font-weight: 400;
|
|
33770
|
+
position: relative;
|
|
33771
|
+
border-bottom: none;
|
|
33772
|
+
color: #00122e;
|
|
33773
|
+
transition: none;
|
|
33774
|
+
padding: 15px 8px 15px 8px;
|
|
33759
33775
|
}
|
|
33760
|
-
.
|
|
33761
|
-
|
|
33776
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33777
|
+
content: "";
|
|
33778
|
+
width: 1px;
|
|
33779
|
+
top: 0;
|
|
33780
|
+
bottom: 0;
|
|
33781
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33782
|
+
position: absolute;
|
|
33783
|
+
right: 0;
|
|
33762
33784
|
}
|
|
33763
|
-
|
|
33764
|
-
|
|
33765
|
-
--item-min-width: 60px;
|
|
33785
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
33786
|
+
padding: unset;
|
|
33766
33787
|
}
|
|
33767
|
-
.
|
|
33768
|
-
display: none
|
|
33788
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33789
|
+
display: none;
|
|
33769
33790
|
}
|
|
33770
|
-
.
|
|
33771
|
-
|
|
33791
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33792
|
+
width: 100%;
|
|
33793
|
+
overflow: hidden;
|
|
33794
|
+
white-space: nowrap;
|
|
33795
|
+
text-overflow: ellipsis;
|
|
33772
33796
|
}
|
|
33773
|
-
.
|
|
33774
|
-
|
|
33797
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33798
|
+
overflow: hidden;
|
|
33799
|
+
text-overflow: ellipsis;
|
|
33800
|
+
flex: 1;
|
|
33775
33801
|
}
|
|
33776
|
-
.
|
|
33777
|
-
|
|
33778
|
-
font-weight: normal;
|
|
33802
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33803
|
+
padding: 15px 25px 15px 8px;
|
|
33779
33804
|
}
|
|
33780
|
-
.
|
|
33781
|
-
|
|
33805
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33806
|
+
padding: 0;
|
|
33782
33807
|
}
|
|
33783
|
-
.
|
|
33784
|
-
|
|
33808
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33809
|
+
position: absolute;
|
|
33810
|
+
right: 6px;
|
|
33811
|
+
top: 50%;
|
|
33812
|
+
transform: translateY(-50%);
|
|
33813
|
+
height: 16px;
|
|
33814
|
+
display: none;
|
|
33815
|
+
transition: transform 320ms ease;
|
|
33785
33816
|
}
|
|
33786
|
-
.
|
|
33787
|
-
display:
|
|
33817
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33818
|
+
display: block;
|
|
33819
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33788
33820
|
}
|
|
33789
|
-
.
|
|
33790
|
-
|
|
33791
|
-
white-space: nowrap;
|
|
33792
|
-
text-overflow: ellipsis;
|
|
33821
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33822
|
+
display: block;
|
|
33793
33823
|
}
|
|
33794
|
-
|
|
33795
|
-
|
|
33796
|
-
min-width: var(--item-min-width);
|
|
33824
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33825
|
+
display: none;
|
|
33797
33826
|
}
|
|
33798
|
-
.
|
|
33799
|
-
|
|
33827
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33828
|
+
transform: translateY(-50%);
|
|
33800
33829
|
}
|
|
33801
|
-
.
|
|
33802
|
-
|
|
33803
|
-
justify-content: stretch;
|
|
33830
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33831
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33804
33832
|
}
|
|
33805
|
-
.
|
|
33806
|
-
|
|
33807
|
-
margin-right: 4px;
|
|
33808
|
-
flex: 1;
|
|
33809
|
-
overflow: visible;
|
|
33833
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33834
|
+
background: #f2f5fa;
|
|
33810
33835
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
min-height: unset;
|
|
33836
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33837
|
+
display: block;
|
|
33814
33838
|
}
|
|
33815
|
-
.
|
|
33816
|
-
|
|
33817
|
-
line-height: 26px;
|
|
33818
|
-
width: 100%;
|
|
33819
|
-
padding: 0;
|
|
33820
|
-
font-size: 12px;
|
|
33839
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
33840
|
+
padding-right: 25px;
|
|
33821
33841
|
}
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33842
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
33843
|
+
padding: 0 !important;
|
|
33824
33844
|
}
|
|
33825
|
-
.
|
|
33845
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33846
|
+
position: absolute;
|
|
33847
|
+
left: 50%;
|
|
33848
|
+
top: 50%;
|
|
33849
|
+
transform: translate(-50%, -50%);
|
|
33850
|
+
}
|
|
33851
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
33826
33852
|
display: none;
|
|
33827
33853
|
}
|
|
33828
|
-
.
|
|
33829
|
-
|
|
33830
|
-
padding-right: 4px;
|
|
33831
|
-
border-radius: 4px 0 0 4px;
|
|
33854
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
33855
|
+
background: #fff;
|
|
33832
33856
|
}
|
|
33833
|
-
.
|
|
33834
|
-
|
|
33857
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
33858
|
+
background: inherit;
|
|
33835
33859
|
}
|
|
33836
|
-
.
|
|
33837
|
-
|
|
33838
|
-
|
|
33839
|
-
|
|
33860
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
33861
|
+
position: static;
|
|
33862
|
+
border: none;
|
|
33863
|
+
background: inherit !important;
|
|
33864
|
+
height: 100px;
|
|
33865
|
+
vertical-align: middle;
|
|
33840
33866
|
}
|
|
33841
|
-
.
|
|
33842
|
-
|
|
33843
|
-
|
|
33844
|
-
|
|
33845
|
-
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
|
|
33849
|
-
z-index:
|
|
33867
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
33868
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33869
|
+
font-weight: bold;
|
|
33870
|
+
font-size: 20px;
|
|
33871
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33872
|
+
}
|
|
33873
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
33874
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
33875
|
+
z-index: 10;
|
|
33876
|
+
}
|
|
33877
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
33878
|
+
padding: 0 !important;
|
|
33850
33879
|
position: relative;
|
|
33851
|
-
|
|
33852
|
-
right: -100%;
|
|
33880
|
+
background: #fff;
|
|
33853
33881
|
}
|
|
33854
|
-
.
|
|
33855
|
-
|
|
33882
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
33883
|
+
height: 100%;
|
|
33884
|
+
display: flex;
|
|
33885
|
+
align-items: center;
|
|
33886
|
+
justify-content: flex-end;
|
|
33887
|
+
padding-right: 8px;
|
|
33856
33888
|
}
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33859
|
-
|
|
33860
|
-
|
|
33861
|
-
|
|
33862
|
-
|
|
33863
|
-
top: 0;
|
|
33864
|
-
border-left: 8px solid #fff;
|
|
33865
|
-
left: 0;
|
|
33889
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
33890
|
+
width: 24px;
|
|
33891
|
+
height: 24px;
|
|
33892
|
+
cursor: pointer;
|
|
33893
|
+
justify-content: center;
|
|
33894
|
+
border-radius: 4px;
|
|
33866
33895
|
}
|
|
33867
|
-
.
|
|
33868
|
-
|
|
33896
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
33897
|
+
background: #fff;
|
|
33869
33898
|
}
|
|
33870
|
-
|
|
33871
|
-
|
|
33899
|
+
|
|
33900
|
+
button.E_l48ei06.ant-btn {
|
|
33901
|
+
font-size: 12px;
|
|
33902
|
+
line-height: 18px;
|
|
33903
|
+
height: 18px;
|
|
33872
33904
|
}
|
|
33873
|
-
|
|
33874
|
-
|
|
33905
|
+
|
|
33906
|
+
button.E_l48ei06 {
|
|
33907
|
+
color: #0080FF;
|
|
33908
|
+
height: unset;
|
|
33875
33909
|
}
|
|
33876
|
-
.
|
|
33877
|
-
|
|
33878
|
-
min-width: var(--item-min-width);
|
|
33910
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33911
|
+
margin-right: 4px;
|
|
33879
33912
|
}
|
|
33880
|
-
.
|
|
33881
|
-
|
|
33882
|
-
min-width: var(--item-min-width);
|
|
33913
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33914
|
+
margin-left: 4px;
|
|
33883
33915
|
}
|
|
33884
|
-
.
|
|
33885
|
-
|
|
33886
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33916
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33917
|
+
color: #009DFF;
|
|
33887
33918
|
}
|
|
33888
|
-
.
|
|
33889
|
-
|
|
33919
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33920
|
+
color: #005ED1;
|
|
33890
33921
|
}
|
|
33891
|
-
|
|
33892
|
-
|
|
33893
|
-
width: 192px;
|
|
33894
|
-
row-gap: 2px;
|
|
33922
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33923
|
+
color: #0080FF;
|
|
33895
33924
|
}
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33925
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33926
|
+
color: #00122E;
|
|
33898
33927
|
}
|
|
33899
|
-
.
|
|
33900
|
-
color: #
|
|
33928
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33929
|
+
color: #0080FF;
|
|
33901
33930
|
}
|
|
33902
|
-
.
|
|
33903
|
-
|
|
33931
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33932
|
+
color: #005ED1;
|
|
33904
33933
|
}
|
|
33905
|
-
.
|
|
33906
|
-
|
|
33907
|
-
border-radius: 4px;
|
|
33908
|
-
height: 32px;
|
|
33909
|
-
display: flex;
|
|
33910
|
-
align-items: center;
|
|
33934
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33935
|
+
color: #00122E;
|
|
33911
33936
|
}
|
|
33912
|
-
.
|
|
33913
|
-
|
|
33914
|
-
white-space: nowrap;
|
|
33937
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33938
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33915
33939
|
}
|
|
33916
|
-
.
|
|
33917
|
-
|
|
33918
|
-
line-height: 20px;
|
|
33919
|
-
max-width: 100%;
|
|
33920
|
-
padding-right: 0;
|
|
33940
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33941
|
+
color: #0080FF;
|
|
33921
33942
|
}
|
|
33922
|
-
.
|
|
33923
|
-
|
|
33943
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33944
|
+
color: #005ED1;
|
|
33945
|
+
}
|
|
33946
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33947
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33924
33948
|
}
|
|
33925
33949
|
|
|
33926
|
-
.
|
|
33927
|
-
|
|
33928
|
-
display: inline-flex;
|
|
33950
|
+
.E_ryby9ds {
|
|
33951
|
+
display: flex;
|
|
33929
33952
|
align-items: center;
|
|
33930
|
-
justify-content: center;
|
|
33931
|
-
column-gap: 4px;
|
|
33932
33953
|
}
|
|
33933
|
-
.
|
|
33934
|
-
|
|
33954
|
+
.E_ryby9ds .order {
|
|
33955
|
+
height: 24px;
|
|
33956
|
+
width: 24px;
|
|
33957
|
+
border-radius: 20px;
|
|
33958
|
+
color: #0080ff;
|
|
33959
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33960
|
+
display: flex;
|
|
33935
33961
|
align-items: center;
|
|
33936
|
-
width: 18px;
|
|
33937
|
-
height: 18px;
|
|
33938
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33939
33962
|
justify-content: center;
|
|
33963
|
+
margin-right: 6px;
|
|
33940
33964
|
}
|
|
33941
33965
|
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
|
|
33946
|
-
|
|
33947
|
-
column-gap: 6px;
|
|
33948
|
-
font-size: 13px;
|
|
33966
|
+
.E_suhck3k {
|
|
33967
|
+
height: 24px;
|
|
33968
|
+
width: 24px;
|
|
33969
|
+
border-radius: 6px;
|
|
33970
|
+
padding: 4px;
|
|
33949
33971
|
}
|
|
33950
|
-
.
|
|
33951
|
-
|
|
33952
|
-
|
|
33953
|
-
|
|
33954
|
-
|
|
33955
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33956
|
-
justify-content: center;
|
|
33972
|
+
.E_suhck3k:hover {
|
|
33973
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33974
|
+
}
|
|
33975
|
+
.E_suhck3k:hover svg path {
|
|
33976
|
+
fill: blue;
|
|
33957
33977
|
}
|
|
33958
33978
|
|
|
33959
33979
|
.E_c1kghdax {
|
|
@@ -33996,26 +34016,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33996
34016
|
margin-right: 2px;
|
|
33997
34017
|
}
|
|
33998
34018
|
|
|
33999
|
-
.E_c1yd35n {
|
|
34000
|
-
padding: 0 12px 14px 12px;
|
|
34001
|
-
}
|
|
34002
|
-
|
|
34003
|
-
.E_ryby9ds {
|
|
34004
|
-
display: flex;
|
|
34005
|
-
align-items: center;
|
|
34006
|
-
}
|
|
34007
|
-
.E_ryby9ds .order {
|
|
34008
|
-
height: 24px;
|
|
34009
|
-
width: 24px;
|
|
34010
|
-
border-radius: 20px;
|
|
34011
|
-
color: #0080ff;
|
|
34012
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34013
|
-
display: flex;
|
|
34014
|
-
align-items: center;
|
|
34015
|
-
justify-content: center;
|
|
34016
|
-
margin-right: 6px;
|
|
34017
|
-
}
|
|
34018
|
-
|
|
34019
34019
|
.E_b14q2gmw {
|
|
34020
34020
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34021
34021
|
}
|
|
@@ -34033,19 +34033,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34033
34033
|
transform: translateY(-4px);
|
|
34034
34034
|
}
|
|
34035
34035
|
|
|
34036
|
-
.E_suhck3k {
|
|
34037
|
-
height: 24px;
|
|
34038
|
-
width: 24px;
|
|
34039
|
-
border-radius: 6px;
|
|
34040
|
-
padding: 4px;
|
|
34041
|
-
}
|
|
34042
|
-
.E_suhck3k:hover {
|
|
34043
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34044
|
-
}
|
|
34045
|
-
.E_suhck3k:hover svg path {
|
|
34046
|
-
fill: blue;
|
|
34047
|
-
}
|
|
34048
|
-
|
|
34049
34036
|
.E_ckui4s7 {
|
|
34050
34037
|
color: #2d3a56;
|
|
34051
34038
|
line-height: 22px;
|
|
@@ -34110,13 +34097,38 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34110
34097
|
margin-left: 24px;
|
|
34111
34098
|
}
|
|
34112
34099
|
|
|
34113
|
-
.
|
|
34114
|
-
padding
|
|
34100
|
+
.E_c1yd35n {
|
|
34101
|
+
padding: 0 12px 14px 12px;
|
|
34115
34102
|
}
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
|
|
34119
|
-
|
|
34103
|
+
|
|
34104
|
+
.E_t13ef470 {
|
|
34105
|
+
height: 100%;
|
|
34106
|
+
}
|
|
34107
|
+
.E_t13ef470 .table-loading-item {
|
|
34108
|
+
padding: 12px 4px;
|
|
34109
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34110
|
+
display: flex;
|
|
34111
|
+
}
|
|
34112
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34113
|
+
height: 16px;
|
|
34114
|
+
margin: 4px;
|
|
34115
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34116
|
+
border-radius: 2px;
|
|
34117
|
+
}
|
|
34118
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34119
|
+
width: 16px;
|
|
34120
|
+
}
|
|
34121
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34122
|
+
flex: 1;
|
|
34123
|
+
}
|
|
34124
|
+
.E_t13ef470 :nth-child(1) {
|
|
34125
|
+
padding: 8px 4px;
|
|
34126
|
+
}
|
|
34127
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34128
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34129
|
+
}
|
|
34130
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34131
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34120
34132
|
}
|
|
34121
34133
|
|
|
34122
34134
|
.E_t160l1cm {
|
|
@@ -34322,9 +34334,13 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34322
34334
|
background: transparent;
|
|
34323
34335
|
}
|
|
34324
34336
|
|
|
34325
|
-
.
|
|
34337
|
+
.E_w7ob4th.outside-tag {
|
|
34338
|
+
padding-left: 0;
|
|
34339
|
+
}
|
|
34340
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34341
|
+
border-radius: 4px 0 0 4px;
|
|
34342
|
+
padding-right: 4px;
|
|
34326
34343
|
margin-right: 4px;
|
|
34327
|
-
height: 16px;
|
|
34328
34344
|
}
|
|
34329
34345
|
|
|
34330
34346
|
.E_slr2ynn {
|
|
@@ -34356,6 +34372,11 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34356
34372
|
white-space: normal;
|
|
34357
34373
|
}
|
|
34358
34374
|
|
|
34375
|
+
.E_i1g85yz3 {
|
|
34376
|
+
margin-right: 4px;
|
|
34377
|
+
height: 16px;
|
|
34378
|
+
}
|
|
34379
|
+
|
|
34359
34380
|
.E_t1dtlqs1 {
|
|
34360
34381
|
margin-bottom: 4px;
|
|
34361
34382
|
color: rgba(44, 56, 82, 0.6);
|