@cloudtower/eagle 0.29.30 → 0.29.31
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/stats1.html +1 -1
- package/dist/components.css +1478 -1478
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1521 -1521
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29572,6 +29572,20 @@ html body {
|
|
|
29572
29572
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29573
29573
|
}
|
|
29574
29574
|
}
|
|
29575
|
+
.E_m74vjol {
|
|
29576
|
+
display: flex;
|
|
29577
|
+
justify-content: space-between;
|
|
29578
|
+
width: 100%;
|
|
29579
|
+
}
|
|
29580
|
+
|
|
29581
|
+
.E_m74vjol .action {
|
|
29582
|
+
margin-left: 16px;
|
|
29583
|
+
}
|
|
29584
|
+
|
|
29585
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29586
|
+
width: 100%;
|
|
29587
|
+
}
|
|
29588
|
+
|
|
29575
29589
|
.E_c18gxmrl {
|
|
29576
29590
|
border: 1px solid #d8deeb;
|
|
29577
29591
|
border-radius: 4px;
|
|
@@ -29597,18 +29611,23 @@ html body {
|
|
|
29597
29611
|
padding: 8px 12px;
|
|
29598
29612
|
}
|
|
29599
29613
|
|
|
29600
|
-
.
|
|
29601
|
-
|
|
29602
|
-
|
|
29603
|
-
width: 100%;
|
|
29614
|
+
.E_berrcjl {
|
|
29615
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29616
|
+
margin-bottom: 4px;
|
|
29604
29617
|
}
|
|
29605
29618
|
|
|
29606
|
-
.
|
|
29607
|
-
|
|
29619
|
+
.E_berrcjl .breadcrumb-link {
|
|
29620
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29621
|
+
cursor: pointer;
|
|
29622
|
+
transition: color 160ms ease;
|
|
29608
29623
|
}
|
|
29609
29624
|
|
|
29610
|
-
.
|
|
29611
|
-
|
|
29625
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29626
|
+
color: #0080ff;
|
|
29627
|
+
}
|
|
29628
|
+
|
|
29629
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29630
|
+
color: #005ed1;
|
|
29612
29631
|
}
|
|
29613
29632
|
|
|
29614
29633
|
.E_b1nip9bk {
|
|
@@ -29646,23 +29665,29 @@ html body {
|
|
|
29646
29665
|
border-radius: unset;
|
|
29647
29666
|
}
|
|
29648
29667
|
|
|
29649
|
-
.
|
|
29650
|
-
|
|
29651
|
-
margin-bottom: 4px;
|
|
29668
|
+
.E_c1uzzomf {
|
|
29669
|
+
margin-bottom: 16px;
|
|
29652
29670
|
}
|
|
29653
29671
|
|
|
29654
|
-
.
|
|
29655
|
-
|
|
29656
|
-
|
|
29657
|
-
|
|
29672
|
+
.E_c1uzzomf .card-title {
|
|
29673
|
+
font-size: 16px;
|
|
29674
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29675
|
+
font-weight: 700;
|
|
29676
|
+
line-height: 32px;
|
|
29658
29677
|
}
|
|
29659
29678
|
|
|
29660
|
-
.
|
|
29661
|
-
|
|
29679
|
+
.E_c1uzzomf .card-body {
|
|
29680
|
+
padding: 24px;
|
|
29681
|
+
border-radius: 8px;
|
|
29682
|
+
background: #fff;
|
|
29662
29683
|
}
|
|
29663
29684
|
|
|
29664
|
-
.
|
|
29665
|
-
|
|
29685
|
+
.E_c1uzzomf .empty {
|
|
29686
|
+
font-weight: 700;
|
|
29687
|
+
font-size: 14px;
|
|
29688
|
+
line-height: 22px;
|
|
29689
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29690
|
+
text-align: center;
|
|
29666
29691
|
}
|
|
29667
29692
|
|
|
29668
29693
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29957,31 +29982,6 @@ button.E_n7k2c6r {
|
|
|
29957
29982
|
padding: 0;
|
|
29958
29983
|
}
|
|
29959
29984
|
|
|
29960
|
-
.E_c1uzzomf {
|
|
29961
|
-
margin-bottom: 16px;
|
|
29962
|
-
}
|
|
29963
|
-
|
|
29964
|
-
.E_c1uzzomf .card-title {
|
|
29965
|
-
font-size: 16px;
|
|
29966
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29967
|
-
font-weight: 700;
|
|
29968
|
-
line-height: 32px;
|
|
29969
|
-
}
|
|
29970
|
-
|
|
29971
|
-
.E_c1uzzomf .card-body {
|
|
29972
|
-
padding: 24px;
|
|
29973
|
-
border-radius: 8px;
|
|
29974
|
-
background: #fff;
|
|
29975
|
-
}
|
|
29976
|
-
|
|
29977
|
-
.E_c1uzzomf .empty {
|
|
29978
|
-
font-weight: 700;
|
|
29979
|
-
font-size: 14px;
|
|
29980
|
-
line-height: 22px;
|
|
29981
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29982
|
-
text-align: center;
|
|
29983
|
-
}
|
|
29984
|
-
|
|
29985
29985
|
.E_d1bw7c5z {
|
|
29986
29986
|
position: relative;
|
|
29987
29987
|
max-width: 388px;
|
|
@@ -30078,12 +30078,19 @@ button.E_n7k2c6r {
|
|
|
30078
30078
|
width: 102px;
|
|
30079
30079
|
}
|
|
30080
30080
|
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30081
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30082
|
+
padding: 4px 8px 0 8px;
|
|
30083
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30084
|
+
font-size: 12px;
|
|
30083
30085
|
}
|
|
30084
30086
|
|
|
30085
|
-
.
|
|
30086
|
-
padding:
|
|
30087
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30088
|
+
padding-bottom: 6px;
|
|
30089
|
+
}
|
|
30090
|
+
|
|
30091
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30092
|
+
padding-top: 4px;
|
|
30093
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30087
30094
|
}
|
|
30088
30095
|
|
|
30089
30096
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30111,23 +30118,87 @@ button.E_n7k2c6r {
|
|
|
30111
30118
|
cursor: default;
|
|
30112
30119
|
}
|
|
30113
30120
|
|
|
30114
|
-
.
|
|
30115
|
-
|
|
30121
|
+
.E_c1yyuluq {
|
|
30122
|
+
border-radius: 8px;
|
|
30123
|
+
}
|
|
30124
|
+
|
|
30125
|
+
.E_c1yyuluq .ant-card-body {
|
|
30126
|
+
padding: 20px 24px 24px 24px;
|
|
30127
|
+
}
|
|
30128
|
+
|
|
30129
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
}
|
|
30132
|
+
|
|
30133
|
+
.E_phljevk {
|
|
30134
|
+
display: flex;
|
|
30135
|
+
justify-content: space-between;
|
|
30136
|
+
align-items: center;
|
|
30137
|
+
padding: 10px 0;
|
|
30116
30138
|
color: rgba(44, 56, 82, 0.6);
|
|
30117
30139
|
font-size: 12px;
|
|
30140
|
+
line-height: 24px;
|
|
30118
30141
|
}
|
|
30119
30142
|
|
|
30120
|
-
.
|
|
30121
|
-
padding
|
|
30143
|
+
.E_phljevk .pagination-left {
|
|
30144
|
+
padding: 2px 8px;
|
|
30122
30145
|
}
|
|
30123
30146
|
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30126
|
-
|
|
30147
|
+
.E_phljevk .dropdown-trigger {
|
|
30148
|
+
display: flex;
|
|
30149
|
+
align-items: center;
|
|
30150
|
+
border-radius: 6px;
|
|
30151
|
+
cursor: pointer;
|
|
30152
|
+
transition: all 0.3s ease;
|
|
30127
30153
|
}
|
|
30128
30154
|
|
|
30129
|
-
.
|
|
30155
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30156
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30157
|
+
color: #0080ff;
|
|
30158
|
+
}
|
|
30159
|
+
|
|
30160
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30161
|
+
margin-left: 4px;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_phljevk .pagination-right {
|
|
30130
30165
|
display: flex;
|
|
30166
|
+
align-items: center;
|
|
30167
|
+
color: #0080ff;
|
|
30168
|
+
font-weight: bold;
|
|
30169
|
+
}
|
|
30170
|
+
|
|
30171
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30172
|
+
margin-left: 4px;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30175
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30176
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30177
|
+
padding: 0 8px;
|
|
30178
|
+
}
|
|
30179
|
+
|
|
30180
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30181
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30182
|
+
color: #0080ff;
|
|
30183
|
+
}
|
|
30184
|
+
|
|
30185
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30186
|
+
transform: rotate(180deg);
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30190
|
+
max-height: calc(100vh - 128px);
|
|
30191
|
+
overflow-y: auto;
|
|
30192
|
+
}
|
|
30193
|
+
|
|
30194
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30195
|
+
padding: 4px 20px;
|
|
30196
|
+
font-size: 12px;
|
|
30197
|
+
line-height: 18px;
|
|
30198
|
+
}
|
|
30199
|
+
|
|
30200
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30201
|
+
line-height: 18px;
|
|
30131
30202
|
}
|
|
30132
30203
|
|
|
30133
30204
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30309,79 +30380,79 @@ button.E_n7k2c6r {
|
|
|
30309
30380
|
width: 36px;
|
|
30310
30381
|
}
|
|
30311
30382
|
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30314
|
-
justify-content: space-between;
|
|
30315
|
-
align-items: center;
|
|
30316
|
-
padding: 10px 0;
|
|
30317
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30318
|
-
font-size: 12px;
|
|
30319
|
-
line-height: 24px;
|
|
30383
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30384
|
+
border-radius: 6px;
|
|
30320
30385
|
}
|
|
30321
30386
|
|
|
30322
|
-
.
|
|
30323
|
-
|
|
30387
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30388
|
+
width: 100%;
|
|
30389
|
+
color: #2d3a56;
|
|
30390
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30391
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30392
|
+
font-size: 13px;
|
|
30324
30393
|
}
|
|
30325
30394
|
|
|
30326
|
-
.
|
|
30327
|
-
|
|
30328
|
-
align-items: center;
|
|
30329
|
-
border-radius: 6px;
|
|
30330
|
-
cursor: pointer;
|
|
30331
|
-
transition: all 0.3s ease;
|
|
30395
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30396
|
+
height: 30px;
|
|
30332
30397
|
}
|
|
30333
30398
|
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30336
|
-
|
|
30399
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30400
|
+
height: 38px;
|
|
30401
|
+
font-size: 13px;
|
|
30337
30402
|
}
|
|
30338
30403
|
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30404
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30405
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30406
|
+
transition: 160ms ease;
|
|
30341
30407
|
}
|
|
30342
30408
|
|
|
30343
|
-
.
|
|
30344
|
-
display: flex;
|
|
30345
|
-
align-items: center;
|
|
30409
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30346
30410
|
color: #0080ff;
|
|
30347
|
-
font-weight: bold;
|
|
30348
30411
|
}
|
|
30349
30412
|
|
|
30350
|
-
.
|
|
30351
|
-
|
|
30413
|
+
.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 {
|
|
30414
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30415
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30352
30416
|
}
|
|
30353
30417
|
|
|
30354
|
-
.
|
|
30355
|
-
|
|
30356
|
-
padding: 0 8px;
|
|
30418
|
+
.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 {
|
|
30419
|
+
color: #0080ff;
|
|
30357
30420
|
}
|
|
30358
30421
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
|
|
30422
|
+
.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 {
|
|
30423
|
+
border-color: #0080ff;
|
|
30424
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30362
30425
|
}
|
|
30363
30426
|
|
|
30364
|
-
.
|
|
30427
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30365
30428
|
transform: rotate(180deg);
|
|
30366
30429
|
}
|
|
30367
30430
|
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
|
|
30431
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30432
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30433
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30434
|
+
cursor: "not-allowed";
|
|
30371
30435
|
}
|
|
30372
30436
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
font-size: 12px;
|
|
30376
|
-
line-height: 18px;
|
|
30437
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30438
|
+
border-color: #f0483e !important;
|
|
30377
30439
|
}
|
|
30378
30440
|
|
|
30379
|
-
.
|
|
30380
|
-
|
|
30441
|
+
.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 {
|
|
30442
|
+
color: #1d326c;
|
|
30381
30443
|
}
|
|
30382
30444
|
|
|
30383
|
-
.
|
|
30384
|
-
|
|
30445
|
+
.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 {
|
|
30446
|
+
border-color: #0080ff;
|
|
30447
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30448
|
+
}
|
|
30449
|
+
|
|
30450
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30451
|
+
transform: rotate(180deg);
|
|
30452
|
+
}
|
|
30453
|
+
|
|
30454
|
+
.E_tju3gfj .date {
|
|
30455
|
+
margin-right: 4px;
|
|
30385
30456
|
}
|
|
30386
30457
|
|
|
30387
30458
|
.E_ivqqkzv {
|
|
@@ -30394,6 +30465,73 @@ button.E_n7k2c6r {
|
|
|
30394
30465
|
color: rgba(44, 56, 82, 0.6);
|
|
30395
30466
|
}
|
|
30396
30467
|
|
|
30468
|
+
.E_s1dizucg.ant-switch {
|
|
30469
|
+
min-width: 40px;
|
|
30470
|
+
height: 24px;
|
|
30471
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30472
|
+
overflow: hidden;
|
|
30473
|
+
}
|
|
30474
|
+
|
|
30475
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30476
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30477
|
+
}
|
|
30478
|
+
|
|
30479
|
+
.E_s1dizucg.ant-switch-small {
|
|
30480
|
+
min-width: 26px;
|
|
30481
|
+
height: 16px;
|
|
30482
|
+
}
|
|
30483
|
+
|
|
30484
|
+
.E_s1dizucg.ant-switch-large {
|
|
30485
|
+
min-width: 52px;
|
|
30486
|
+
height: 32px;
|
|
30487
|
+
}
|
|
30488
|
+
|
|
30489
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30490
|
+
height: 20px;
|
|
30491
|
+
width: 20px;
|
|
30492
|
+
}
|
|
30493
|
+
|
|
30494
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30495
|
+
border-radius: 10px;
|
|
30496
|
+
transition-delay: 120ms;
|
|
30497
|
+
}
|
|
30498
|
+
|
|
30499
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30500
|
+
height: 14px;
|
|
30501
|
+
width: 14px;
|
|
30502
|
+
top: 1px;
|
|
30503
|
+
left: 1px;
|
|
30504
|
+
}
|
|
30505
|
+
|
|
30506
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30507
|
+
height: 28px;
|
|
30508
|
+
width: 28px;
|
|
30509
|
+
}
|
|
30510
|
+
|
|
30511
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30512
|
+
border-radius: 14px;
|
|
30513
|
+
}
|
|
30514
|
+
|
|
30515
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30516
|
+
background-color: #00ba5d;
|
|
30517
|
+
}
|
|
30518
|
+
|
|
30519
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30520
|
+
left: calc(100% - 20px - 2px);
|
|
30521
|
+
}
|
|
30522
|
+
|
|
30523
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30524
|
+
left: calc(100% - 14px - 1px);
|
|
30525
|
+
}
|
|
30526
|
+
|
|
30527
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30528
|
+
left: calc(100% - 28px - 2px);
|
|
30529
|
+
}
|
|
30530
|
+
|
|
30531
|
+
.E_c1up6e3y {
|
|
30532
|
+
margin-left: 5px;
|
|
30533
|
+
}
|
|
30534
|
+
|
|
30397
30535
|
.E_c1bus5hc {
|
|
30398
30536
|
--color: white;
|
|
30399
30537
|
height: 14px;
|
|
@@ -30437,15 +30575,6 @@ button.E_n7k2c6r {
|
|
|
30437
30575
|
transform: rotate(0deg);
|
|
30438
30576
|
}
|
|
30439
30577
|
|
|
30440
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30441
|
-
display: none;
|
|
30442
|
-
}
|
|
30443
|
-
|
|
30444
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30445
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30446
|
-
border-radius: 4px;
|
|
30447
|
-
}
|
|
30448
|
-
|
|
30449
30578
|
.E_c18bcrac {
|
|
30450
30579
|
display: inline-block;
|
|
30451
30580
|
width: 100%;
|
|
@@ -30495,423 +30624,121 @@ button.E_n7k2c6r {
|
|
|
30495
30624
|
margin-right: 4px;
|
|
30496
30625
|
}
|
|
30497
30626
|
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30627
|
+
.E_s1sck0th {
|
|
30628
|
+
padding: 0 8px;
|
|
30629
|
+
border-radius: 4px;
|
|
30500
30630
|
}
|
|
30501
30631
|
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
justify-content: space-between;
|
|
30506
|
-
background: #edf0f7;
|
|
30507
|
-
padding: 8px 12px;
|
|
30508
|
-
position: sticky;
|
|
30509
|
-
top: 0;
|
|
30510
|
-
z-index: 1;
|
|
30511
|
-
margin-bottom: -52px;
|
|
30632
|
+
.E_m855nr1 {
|
|
30633
|
+
padding: 2px 8px;
|
|
30634
|
+
border-radius: 3px;
|
|
30512
30635
|
}
|
|
30513
30636
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
font-weight: 700;
|
|
30518
|
-
flex-shrink: 0;
|
|
30637
|
+
.E_l1270xpg {
|
|
30638
|
+
padding: 3px 8px;
|
|
30639
|
+
border-radius: 2px;
|
|
30519
30640
|
}
|
|
30520
30641
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
margin-left: 8px;
|
|
30524
|
-
width: 32px;
|
|
30525
|
-
height: 32px;
|
|
30526
|
-
border-radius: 50%;
|
|
30527
|
-
justify-content: center;
|
|
30642
|
+
.E_t14rextb.ant-tag:hover {
|
|
30643
|
+
opacity: unset;
|
|
30528
30644
|
}
|
|
30529
30645
|
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30646
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30647
|
+
margin: 0;
|
|
30648
|
+
margin-right: 8px;
|
|
30649
|
+
display: inline-flex;
|
|
30650
|
+
align-items: center;
|
|
30651
|
+
border: none;
|
|
30532
30652
|
}
|
|
30533
30653
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
margin-top: -4px;
|
|
30542
|
-
overflow: hidden;
|
|
30654
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30655
|
+
width: 16px;
|
|
30656
|
+
height: 16px;
|
|
30657
|
+
color: inherit;
|
|
30658
|
+
margin-left: 4px;
|
|
30659
|
+
opacity: 0.6;
|
|
30660
|
+
display: inline-flex;
|
|
30543
30661
|
}
|
|
30544
30662
|
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30663
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30664
|
+
opacity: 1;
|
|
30547
30665
|
}
|
|
30548
30666
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30667
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30668
|
+
color: #0080ff;
|
|
30669
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30551
30670
|
}
|
|
30552
30671
|
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30672
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30673
|
+
color: #f0483e;
|
|
30674
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30555
30675
|
}
|
|
30556
30676
|
|
|
30557
|
-
.
|
|
30558
|
-
|
|
30677
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30678
|
+
color: #e07f00;
|
|
30679
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30559
30680
|
}
|
|
30560
30681
|
|
|
30561
|
-
.
|
|
30562
|
-
|
|
30563
|
-
|
|
30564
|
-
height: 32px;
|
|
30565
|
-
justify-content: center;
|
|
30566
|
-
border-radius: 50%;
|
|
30682
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30683
|
+
color: #008f4c;
|
|
30684
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30567
30685
|
}
|
|
30568
30686
|
|
|
30569
|
-
.
|
|
30570
|
-
|
|
30687
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30688
|
+
color: #1d326c;
|
|
30689
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30571
30690
|
}
|
|
30572
30691
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30692
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30693
|
+
color: #7E41FF;
|
|
30694
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30575
30695
|
}
|
|
30576
30696
|
|
|
30577
|
-
.
|
|
30578
|
-
|
|
30579
|
-
line-height: 18px;
|
|
30580
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30581
|
-
height: 34px;
|
|
30582
|
-
min-height: 34px;
|
|
30583
|
-
box-sizing: border-box;
|
|
30584
|
-
margin-top: 8px;
|
|
30697
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30698
|
+
color: #fff;
|
|
30585
30699
|
}
|
|
30586
30700
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
-
flex-direction: column;
|
|
30590
|
-
margin: 1px 8px;
|
|
30591
|
-
padding: 8px;
|
|
30592
|
-
border-radius: 4px;
|
|
30701
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30702
|
+
background-color: #f0483e;
|
|
30593
30703
|
}
|
|
30594
30704
|
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30705
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30706
|
+
background-color: #fea008;
|
|
30597
30707
|
}
|
|
30598
30708
|
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30709
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30710
|
+
background-color: #00ba5d;
|
|
30601
30711
|
}
|
|
30602
30712
|
|
|
30603
|
-
.
|
|
30604
|
-
background-color:
|
|
30713
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30714
|
+
background-color: #0080ff;
|
|
30605
30715
|
}
|
|
30606
30716
|
|
|
30607
|
-
.
|
|
30608
|
-
color: #
|
|
30717
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30718
|
+
background-color: #6b7d99;
|
|
30609
30719
|
}
|
|
30610
30720
|
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30721
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30722
|
+
background-color: #7E41FF;
|
|
30613
30723
|
}
|
|
30614
30724
|
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30725
|
+
.E_iq1gosr {
|
|
30726
|
+
display: inline-block;
|
|
30617
30727
|
}
|
|
30618
30728
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30729
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30730
|
+
display: none;
|
|
30621
30731
|
}
|
|
30622
30732
|
|
|
30623
|
-
.
|
|
30624
|
-
background: rgba(
|
|
30625
|
-
|
|
30733
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30734
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30735
|
+
border-radius: 4px;
|
|
30626
30736
|
}
|
|
30627
30737
|
|
|
30628
|
-
.
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
line-height: 20px;
|
|
30633
|
-
}
|
|
30634
|
-
|
|
30635
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30636
|
-
color: #2d3a56;
|
|
30637
|
-
overflow: hidden;
|
|
30638
|
-
text-overflow: ellipsis;
|
|
30639
|
-
}
|
|
30640
|
-
|
|
30641
|
-
.E_o1zue7 {
|
|
30642
|
-
display: flex;
|
|
30643
|
-
justify-content: space-between;
|
|
30644
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30645
|
-
height: 18px;
|
|
30646
|
-
line-height: 18px;
|
|
30647
|
-
margin-top: 2px;
|
|
30648
|
-
}
|
|
30649
|
-
|
|
30650
|
-
.E_tyfmlxg {
|
|
30651
|
-
border: none;
|
|
30652
|
-
margin-right: 0;
|
|
30653
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30654
|
-
}
|
|
30655
|
-
|
|
30656
|
-
.E_o18uybox {
|
|
30657
|
-
pointer-events: none;
|
|
30658
|
-
height: 32px;
|
|
30659
|
-
width: 100%;
|
|
30660
|
-
opacity: 0;
|
|
30661
|
-
}
|
|
30662
|
-
|
|
30663
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30664
|
-
border-radius: 6px;
|
|
30665
|
-
}
|
|
30666
|
-
|
|
30667
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
30668
|
-
width: 100%;
|
|
30669
|
-
color: #2d3a56;
|
|
30670
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
30671
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30672
|
-
font-size: 13px;
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30676
|
-
height: 30px;
|
|
30677
|
-
}
|
|
30678
|
-
|
|
30679
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30680
|
-
height: 38px;
|
|
30681
|
-
font-size: 13px;
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30685
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30686
|
-
transition: 160ms ease;
|
|
30687
|
-
}
|
|
30688
|
-
|
|
30689
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30690
|
-
color: #0080ff;
|
|
30691
|
-
}
|
|
30692
|
-
|
|
30693
|
-
.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 {
|
|
30694
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30695
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30696
|
-
}
|
|
30697
|
-
|
|
30698
|
-
.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 {
|
|
30699
|
-
color: #0080ff;
|
|
30700
|
-
}
|
|
30701
|
-
|
|
30702
|
-
.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 {
|
|
30703
|
-
border-color: #0080ff;
|
|
30704
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30705
|
-
}
|
|
30706
|
-
|
|
30707
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30708
|
-
transform: rotate(180deg);
|
|
30709
|
-
}
|
|
30710
|
-
|
|
30711
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30712
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30713
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30714
|
-
cursor: "not-allowed";
|
|
30715
|
-
}
|
|
30716
|
-
|
|
30717
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30718
|
-
border-color: #f0483e !important;
|
|
30719
|
-
}
|
|
30720
|
-
|
|
30721
|
-
.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 {
|
|
30722
|
-
color: #1d326c;
|
|
30723
|
-
}
|
|
30724
|
-
|
|
30725
|
-
.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 {
|
|
30726
|
-
border-color: #0080ff;
|
|
30727
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30728
|
-
}
|
|
30729
|
-
|
|
30730
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30731
|
-
transform: rotate(180deg);
|
|
30732
|
-
}
|
|
30733
|
-
|
|
30734
|
-
.E_s1sck0th {
|
|
30735
|
-
padding: 0 8px;
|
|
30736
|
-
border-radius: 4px;
|
|
30737
|
-
}
|
|
30738
|
-
|
|
30739
|
-
.E_m855nr1 {
|
|
30740
|
-
padding: 2px 8px;
|
|
30741
|
-
border-radius: 3px;
|
|
30742
|
-
}
|
|
30743
|
-
|
|
30744
|
-
.E_l1270xpg {
|
|
30745
|
-
padding: 3px 8px;
|
|
30746
|
-
border-radius: 2px;
|
|
30747
|
-
}
|
|
30748
|
-
|
|
30749
|
-
.E_t14rextb.ant-tag:hover {
|
|
30750
|
-
opacity: unset;
|
|
30751
|
-
}
|
|
30752
|
-
|
|
30753
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30754
|
-
margin: 0;
|
|
30755
|
-
margin-right: 8px;
|
|
30756
|
-
display: inline-flex;
|
|
30757
|
-
align-items: center;
|
|
30758
|
-
border: none;
|
|
30759
|
-
}
|
|
30760
|
-
|
|
30761
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30762
|
-
width: 16px;
|
|
30763
|
-
height: 16px;
|
|
30764
|
-
color: inherit;
|
|
30765
|
-
margin-left: 4px;
|
|
30766
|
-
opacity: 0.6;
|
|
30767
|
-
display: inline-flex;
|
|
30768
|
-
}
|
|
30769
|
-
|
|
30770
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30771
|
-
opacity: 1;
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30775
|
-
color: #0080ff;
|
|
30776
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30777
|
-
}
|
|
30778
|
-
|
|
30779
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30780
|
-
color: #f0483e;
|
|
30781
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30782
|
-
}
|
|
30783
|
-
|
|
30784
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30785
|
-
color: #e07f00;
|
|
30786
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30787
|
-
}
|
|
30788
|
-
|
|
30789
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30790
|
-
color: #008f4c;
|
|
30791
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30792
|
-
}
|
|
30793
|
-
|
|
30794
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30795
|
-
color: #1d326c;
|
|
30796
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30797
|
-
}
|
|
30798
|
-
|
|
30799
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30800
|
-
color: #7E41FF;
|
|
30801
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30802
|
-
}
|
|
30803
|
-
|
|
30804
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30805
|
-
color: #fff;
|
|
30806
|
-
}
|
|
30807
|
-
|
|
30808
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30809
|
-
background-color: #f0483e;
|
|
30810
|
-
}
|
|
30811
|
-
|
|
30812
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30813
|
-
background-color: #fea008;
|
|
30814
|
-
}
|
|
30815
|
-
|
|
30816
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30817
|
-
background-color: #00ba5d;
|
|
30818
|
-
}
|
|
30819
|
-
|
|
30820
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30821
|
-
background-color: #0080ff;
|
|
30822
|
-
}
|
|
30823
|
-
|
|
30824
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30825
|
-
background-color: #6b7d99;
|
|
30826
|
-
}
|
|
30827
|
-
|
|
30828
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30829
|
-
background-color: #7E41FF;
|
|
30830
|
-
}
|
|
30831
|
-
|
|
30832
|
-
.E_s1dizucg.ant-switch {
|
|
30833
|
-
min-width: 40px;
|
|
30834
|
-
height: 24px;
|
|
30835
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30836
|
-
overflow: hidden;
|
|
30837
|
-
}
|
|
30838
|
-
|
|
30839
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30840
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30841
|
-
}
|
|
30842
|
-
|
|
30843
|
-
.E_s1dizucg.ant-switch-small {
|
|
30844
|
-
min-width: 26px;
|
|
30845
|
-
height: 16px;
|
|
30846
|
-
}
|
|
30847
|
-
|
|
30848
|
-
.E_s1dizucg.ant-switch-large {
|
|
30849
|
-
min-width: 52px;
|
|
30850
|
-
height: 32px;
|
|
30851
|
-
}
|
|
30852
|
-
|
|
30853
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30854
|
-
height: 20px;
|
|
30855
|
-
width: 20px;
|
|
30856
|
-
}
|
|
30857
|
-
|
|
30858
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30859
|
-
border-radius: 10px;
|
|
30860
|
-
transition-delay: 120ms;
|
|
30861
|
-
}
|
|
30862
|
-
|
|
30863
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30864
|
-
height: 14px;
|
|
30865
|
-
width: 14px;
|
|
30866
|
-
top: 1px;
|
|
30867
|
-
left: 1px;
|
|
30868
|
-
}
|
|
30869
|
-
|
|
30870
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30871
|
-
height: 28px;
|
|
30872
|
-
width: 28px;
|
|
30873
|
-
}
|
|
30874
|
-
|
|
30875
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30876
|
-
border-radius: 14px;
|
|
30877
|
-
}
|
|
30878
|
-
|
|
30879
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30880
|
-
background-color: #00ba5d;
|
|
30881
|
-
}
|
|
30882
|
-
|
|
30883
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30884
|
-
left: calc(100% - 20px - 2px);
|
|
30885
|
-
}
|
|
30886
|
-
|
|
30887
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30888
|
-
left: calc(100% - 14px - 1px);
|
|
30889
|
-
}
|
|
30890
|
-
|
|
30891
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30892
|
-
left: calc(100% - 28px - 2px);
|
|
30893
|
-
}
|
|
30894
|
-
|
|
30895
|
-
.E_c1up6e3y {
|
|
30896
|
-
margin-left: 5px;
|
|
30897
|
-
}
|
|
30898
|
-
|
|
30899
|
-
.E_gmyahx3 {
|
|
30900
|
-
cursor: pointer;
|
|
30901
|
-
}
|
|
30902
|
-
|
|
30903
|
-
.E_gmyahx3 .link-text {
|
|
30904
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30905
|
-
}
|
|
30906
|
-
|
|
30907
|
-
.E_gmyahx3:hover .link-text {
|
|
30908
|
-
color: #0080ff;
|
|
30909
|
-
}
|
|
30910
|
-
|
|
30911
|
-
.E_clm1wy1 {
|
|
30912
|
-
width: 192px;
|
|
30913
|
-
height: 246px;
|
|
30914
|
-
border-radius: 4px;
|
|
30738
|
+
.E_clm1wy1 {
|
|
30739
|
+
width: 192px;
|
|
30740
|
+
height: 246px;
|
|
30741
|
+
border-radius: 4px;
|
|
30915
30742
|
}
|
|
30916
30743
|
|
|
30917
30744
|
.E_clm1wy1 > .ant-picker-calendar,
|
|
@@ -31017,92 +30844,181 @@ button.E_n7k2c6r {
|
|
|
31017
30844
|
border-radius: 2px;
|
|
31018
30845
|
}
|
|
31019
30846
|
|
|
31020
|
-
|
|
31021
|
-
|
|
30847
|
+
.E_s1dni7lo {
|
|
30848
|
+
width: 430px !important;
|
|
31022
30849
|
}
|
|
31023
30850
|
|
|
31024
|
-
.
|
|
30851
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30852
|
+
padding: 8px 16px;
|
|
30853
|
+
line-height: 18px;
|
|
30854
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30855
|
+
height: 34px;
|
|
30856
|
+
min-height: 34px;
|
|
30857
|
+
box-sizing: border-box;
|
|
30858
|
+
margin-top: 8px;
|
|
30859
|
+
}
|
|
30860
|
+
|
|
30861
|
+
.E_o1ugr09p {
|
|
31025
30862
|
display: flex;
|
|
31026
|
-
|
|
31027
|
-
|
|
30863
|
+
flex-direction: column;
|
|
30864
|
+
margin: 1px 8px;
|
|
30865
|
+
padding: 8px;
|
|
30866
|
+
border-radius: 4px;
|
|
30867
|
+
}
|
|
30868
|
+
|
|
30869
|
+
.E_o1ugr09p .selected-icon {
|
|
30870
|
+
display: none;
|
|
30871
|
+
}
|
|
30872
|
+
|
|
30873
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30874
|
+
padding-left: 8px;
|
|
30875
|
+
}
|
|
30876
|
+
|
|
30877
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30878
|
+
background-color: white;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30882
|
+
color: #0080ff;
|
|
30883
|
+
}
|
|
30884
|
+
|
|
30885
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30886
|
+
display: block;
|
|
30887
|
+
}
|
|
30888
|
+
|
|
30889
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30890
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30894
|
+
color: #0080ff;
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30897
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30898
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30899
|
+
color: #0080ff;
|
|
30900
|
+
}
|
|
30901
|
+
|
|
30902
|
+
.E_o1ifxsq4 {
|
|
30903
|
+
display: flex;
|
|
30904
|
+
justify-content: space-between;
|
|
30905
|
+
height: 20px;
|
|
30906
|
+
line-height: 20px;
|
|
30907
|
+
}
|
|
30908
|
+
|
|
30909
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30910
|
+
color: #2d3a56;
|
|
30911
|
+
overflow: hidden;
|
|
30912
|
+
text-overflow: ellipsis;
|
|
30913
|
+
}
|
|
30914
|
+
|
|
30915
|
+
.E_o1zue7 {
|
|
30916
|
+
display: flex;
|
|
30917
|
+
justify-content: space-between;
|
|
30918
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30919
|
+
height: 18px;
|
|
31028
30920
|
line-height: 18px;
|
|
30921
|
+
margin-top: 2px;
|
|
31029
30922
|
}
|
|
31030
30923
|
|
|
31031
|
-
.
|
|
31032
|
-
|
|
30924
|
+
.E_tyfmlxg {
|
|
30925
|
+
border: none;
|
|
30926
|
+
margin-right: 0;
|
|
30927
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31033
30928
|
}
|
|
31034
30929
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
30930
|
+
.E_o18uybox {
|
|
30931
|
+
pointer-events: none;
|
|
30932
|
+
height: 32px;
|
|
30933
|
+
width: 100%;
|
|
30934
|
+
opacity: 0;
|
|
31037
30935
|
}
|
|
31038
30936
|
|
|
31039
|
-
.
|
|
31040
|
-
|
|
31041
|
-
|
|
30937
|
+
.E_s1ebs0ra {
|
|
30938
|
+
display: flex;
|
|
30939
|
+
align-items: center;
|
|
30940
|
+
justify-content: space-between;
|
|
30941
|
+
background: #edf0f7;
|
|
30942
|
+
padding: 8px 12px;
|
|
30943
|
+
position: sticky;
|
|
30944
|
+
top: 0;
|
|
30945
|
+
z-index: 1;
|
|
30946
|
+
margin-bottom: -52px;
|
|
31042
30947
|
}
|
|
31043
30948
|
|
|
31044
|
-
.
|
|
30949
|
+
.E_s1ebs0ra .select-total {
|
|
31045
30950
|
display: flex;
|
|
31046
30951
|
align-items: center;
|
|
30952
|
+
font-weight: 700;
|
|
30953
|
+
flex-shrink: 0;
|
|
31047
30954
|
}
|
|
31048
30955
|
|
|
31049
|
-
.
|
|
31050
|
-
|
|
30956
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30957
|
+
cursor: pointer;
|
|
30958
|
+
margin-left: 8px;
|
|
30959
|
+
width: 32px;
|
|
30960
|
+
height: 32px;
|
|
30961
|
+
border-radius: 50%;
|
|
30962
|
+
justify-content: center;
|
|
30963
|
+
}
|
|
30964
|
+
|
|
30965
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30966
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31051
30967
|
}
|
|
31052
30968
|
|
|
31053
|
-
.
|
|
30969
|
+
.E_s1ebs0ra .action-group {
|
|
30970
|
+
flex: 1;
|
|
30971
|
+
margin-left: 88px;
|
|
30972
|
+
white-space: nowrap;
|
|
30973
|
+
text-align: right;
|
|
30974
|
+
position: relative;
|
|
30975
|
+
padding: 4px 0;
|
|
30976
|
+
margin-top: -4px;
|
|
31054
30977
|
overflow: hidden;
|
|
31055
|
-
text-overflow: ellipsis;
|
|
31056
30978
|
}
|
|
31057
30979
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
30980
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30981
|
+
transform: translateY(-4px);
|
|
31060
30982
|
}
|
|
31061
30983
|
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31064
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31065
|
-
-webkit-box-orient: vertical;
|
|
31066
|
-
word-break: break-all;
|
|
30984
|
+
.E_s1ebs0ra .action-group button {
|
|
30985
|
+
border: none;
|
|
31067
30986
|
}
|
|
31068
30987
|
|
|
31069
|
-
.
|
|
31070
|
-
|
|
31071
|
-
align-items: center;
|
|
31072
|
-
justify-content: flex-end;
|
|
30988
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30989
|
+
margin-right: 8px;
|
|
31073
30990
|
}
|
|
31074
30991
|
|
|
31075
|
-
.
|
|
31076
|
-
|
|
31077
|
-
align-items: center;
|
|
31078
|
-
width: calc(100% - 40px);
|
|
30992
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30993
|
+
margin-right: 4px;
|
|
31079
30994
|
}
|
|
31080
30995
|
|
|
31081
|
-
.
|
|
31082
|
-
|
|
31083
|
-
width:
|
|
30996
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30997
|
+
cursor: pointer;
|
|
30998
|
+
width: 32px;
|
|
30999
|
+
height: 32px;
|
|
31000
|
+
justify-content: center;
|
|
31001
|
+
border-radius: 50%;
|
|
31084
31002
|
}
|
|
31085
31003
|
|
|
31086
|
-
.
|
|
31087
|
-
|
|
31004
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31005
|
+
background: #fff;
|
|
31088
31006
|
}
|
|
31089
31007
|
|
|
31090
|
-
.
|
|
31091
|
-
|
|
31008
|
+
span.E_tqjc4ui {
|
|
31009
|
+
margin: 0 2px;
|
|
31092
31010
|
}
|
|
31093
31011
|
|
|
31094
|
-
.
|
|
31095
|
-
|
|
31096
|
-
box-sizing: border-box;
|
|
31097
|
-
border-radius: 2px;
|
|
31098
|
-
background: #f5f7fa;
|
|
31099
|
-
display: flex;
|
|
31100
|
-
width: 100%;
|
|
31101
|
-
overflow: hidden;
|
|
31012
|
+
.E_gmyahx3 {
|
|
31013
|
+
cursor: pointer;
|
|
31102
31014
|
}
|
|
31103
31015
|
|
|
31104
|
-
.
|
|
31105
|
-
|
|
31016
|
+
.E_gmyahx3 .link-text {
|
|
31017
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31018
|
+
}
|
|
31019
|
+
|
|
31020
|
+
.E_gmyahx3:hover .link-text {
|
|
31021
|
+
color: #0080ff;
|
|
31106
31022
|
}
|
|
31107
31023
|
|
|
31108
31024
|
.E_c1up1pdz {
|
|
@@ -31259,16 +31175,206 @@ span.E_tqjc4ui {
|
|
|
31259
31175
|
margin-top: 4px;
|
|
31260
31176
|
}
|
|
31261
31177
|
|
|
31262
|
-
.E_wpbf4pq .month-day-option {
|
|
31263
|
-
width: 32px;
|
|
31264
|
-
padding: 0;
|
|
31265
|
-
margin-bottom: 8px;
|
|
31178
|
+
.E_wpbf4pq .month-day-option {
|
|
31179
|
+
width: 32px;
|
|
31180
|
+
padding: 0;
|
|
31181
|
+
margin-bottom: 8px;
|
|
31182
|
+
}
|
|
31183
|
+
|
|
31184
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31185
|
+
background-color: #0096ff;
|
|
31186
|
+
border-color: #0096ff;
|
|
31187
|
+
color: #fff;
|
|
31188
|
+
}
|
|
31189
|
+
|
|
31190
|
+
.E_ou7iq30 {
|
|
31191
|
+
overflow: hidden;
|
|
31192
|
+
text-overflow: ellipsis;
|
|
31193
|
+
}
|
|
31194
|
+
|
|
31195
|
+
.E_s1tui002 {
|
|
31196
|
+
white-space: nowrap;
|
|
31197
|
+
}
|
|
31198
|
+
|
|
31199
|
+
.E_mxrc2zg {
|
|
31200
|
+
display: -webkit-box;
|
|
31201
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31202
|
+
-webkit-box-orient: vertical;
|
|
31203
|
+
word-break: break-all;
|
|
31204
|
+
}
|
|
31205
|
+
|
|
31206
|
+
.E_n12mqh7z {
|
|
31207
|
+
display: flex;
|
|
31208
|
+
align-items: center;
|
|
31209
|
+
font-size: 12px;
|
|
31210
|
+
line-height: 18px;
|
|
31211
|
+
}
|
|
31212
|
+
|
|
31213
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31214
|
+
margin-bottom: 4px;
|
|
31215
|
+
}
|
|
31216
|
+
|
|
31217
|
+
.E_tf5bynu {
|
|
31218
|
+
margin: 0 3px;
|
|
31219
|
+
}
|
|
31220
|
+
|
|
31221
|
+
.E_tcckoz1 {
|
|
31222
|
+
max-height: 400px;
|
|
31223
|
+
overflow: auto;
|
|
31224
|
+
}
|
|
31225
|
+
|
|
31226
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31227
|
+
display: flex;
|
|
31228
|
+
align-items: center;
|
|
31229
|
+
}
|
|
31230
|
+
|
|
31231
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31232
|
+
margin-right: 8px;
|
|
31233
|
+
}
|
|
31234
|
+
|
|
31235
|
+
.E_t1sqg15u {
|
|
31236
|
+
background: white;
|
|
31237
|
+
}
|
|
31238
|
+
|
|
31239
|
+
.E_t1sqg15u.inline .table-row {
|
|
31240
|
+
flex-direction: column;
|
|
31241
|
+
}
|
|
31242
|
+
|
|
31243
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31244
|
+
padding: 0 16px 7px 0;
|
|
31245
|
+
}
|
|
31246
|
+
|
|
31247
|
+
.E_t1sqg15u.has-border .table-header {
|
|
31248
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31249
|
+
}
|
|
31250
|
+
|
|
31251
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31252
|
+
border-top: none !important;
|
|
31253
|
+
}
|
|
31254
|
+
|
|
31255
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31256
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31257
|
+
}
|
|
31258
|
+
|
|
31259
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31260
|
+
padding-bottom: 0;
|
|
31261
|
+
}
|
|
31262
|
+
|
|
31263
|
+
.E_t1sqg15u.align-right .content {
|
|
31264
|
+
text-align: right;
|
|
31265
|
+
}
|
|
31266
|
+
|
|
31267
|
+
.E_t1sqg15u .uuid-row {
|
|
31268
|
+
display: flex;
|
|
31269
|
+
justify-content: space-between;
|
|
31270
|
+
}
|
|
31271
|
+
|
|
31272
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31273
|
+
white-space: nowrap;
|
|
31274
|
+
overflow: hidden;
|
|
31275
|
+
text-overflow: ellipsis;
|
|
31276
|
+
}
|
|
31277
|
+
|
|
31278
|
+
.E_t4zczcp {
|
|
31279
|
+
display: flex;
|
|
31280
|
+
justify-content: space-between;
|
|
31281
|
+
align-items: center;
|
|
31282
|
+
padding: 8px;
|
|
31283
|
+
min-height: 32px;
|
|
31284
|
+
}
|
|
31285
|
+
|
|
31286
|
+
.E_t4zczcp .table-title {
|
|
31287
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31288
|
+
font-weight: 600;
|
|
31289
|
+
font-size: 12px;
|
|
31290
|
+
line-height: 8px;
|
|
31291
|
+
}
|
|
31292
|
+
|
|
31293
|
+
.E_t4zczcp .edit-icon {
|
|
31294
|
+
font-size: 16px;
|
|
31295
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31296
|
+
cursor: pointer;
|
|
31297
|
+
}
|
|
31298
|
+
|
|
31299
|
+
.E_t1s7goww {
|
|
31300
|
+
font-size: 12px;
|
|
31301
|
+
line-height: 18px;
|
|
31302
|
+
}
|
|
31303
|
+
|
|
31304
|
+
.E_t93e4cf {
|
|
31305
|
+
display: flex;
|
|
31306
|
+
padding: 8px 0;
|
|
31307
|
+
color: #2d3a56;
|
|
31308
|
+
}
|
|
31309
|
+
|
|
31310
|
+
.E_t93e4cf .hidden {
|
|
31311
|
+
display: none;
|
|
31312
|
+
}
|
|
31313
|
+
|
|
31314
|
+
.E_t93e4cf .ant-btn-link {
|
|
31315
|
+
height: auto;
|
|
31316
|
+
}
|
|
31317
|
+
|
|
31318
|
+
.E_t93e4cf .content {
|
|
31319
|
+
overflow: hidden;
|
|
31320
|
+
overflow-x: auto;
|
|
31321
|
+
width: 100%;
|
|
31322
|
+
white-space: pre-wrap;
|
|
31323
|
+
}
|
|
31324
|
+
|
|
31325
|
+
.E_t93e4cf .content .ant-btn {
|
|
31326
|
+
white-space: pre-wrap;
|
|
31327
|
+
text-align: left;
|
|
31328
|
+
}
|
|
31329
|
+
|
|
31330
|
+
.E_t93e4cf .content .unit-chart {
|
|
31331
|
+
justify-content: flex-start;
|
|
31332
|
+
}
|
|
31333
|
+
|
|
31334
|
+
.E_rhz2uv5 {
|
|
31335
|
+
width: var(--rhz2uv5-0);
|
|
31336
|
+
flex-shrink: 0;
|
|
31337
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31338
|
+
padding-right: 12px;
|
|
31339
|
+
}
|
|
31340
|
+
|
|
31341
|
+
.E_wg1tsps {
|
|
31342
|
+
display: flex;
|
|
31343
|
+
align-items: center;
|
|
31344
|
+
justify-content: flex-end;
|
|
31345
|
+
}
|
|
31346
|
+
|
|
31347
|
+
.E_b1ctd5xy {
|
|
31348
|
+
display: flex;
|
|
31349
|
+
align-items: center;
|
|
31350
|
+
width: calc(100% - 40px);
|
|
31351
|
+
}
|
|
31352
|
+
|
|
31353
|
+
.E_b1ctd5xy .chart {
|
|
31354
|
+
display: inline-block;
|
|
31355
|
+
width: 100%;
|
|
31356
|
+
}
|
|
31357
|
+
|
|
31358
|
+
.E_u1p8acpn {
|
|
31359
|
+
min-width: 40px;
|
|
31360
|
+
}
|
|
31361
|
+
|
|
31362
|
+
.E_u1p8acpn .unit {
|
|
31363
|
+
color: #00122e !important;
|
|
31364
|
+
}
|
|
31365
|
+
|
|
31366
|
+
.E_skwah65 {
|
|
31367
|
+
height: 8px;
|
|
31368
|
+
box-sizing: border-box;
|
|
31369
|
+
border-radius: 2px;
|
|
31370
|
+
background: #f5f7fa;
|
|
31371
|
+
display: flex;
|
|
31372
|
+
width: 100%;
|
|
31373
|
+
overflow: hidden;
|
|
31266
31374
|
}
|
|
31267
31375
|
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31270
|
-
border-color: #0096ff;
|
|
31271
|
-
color: #fff;
|
|
31376
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31377
|
+
margin-left: 1px;
|
|
31272
31378
|
}
|
|
31273
31379
|
|
|
31274
31380
|
.E_t160l1cm {
|
|
@@ -31521,126 +31627,12 @@ span.E_tqjc4ui {
|
|
|
31521
31627
|
background: transparent;
|
|
31522
31628
|
}
|
|
31523
31629
|
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31526
|
-
}
|
|
31527
|
-
|
|
31528
|
-
.E_t1sqg15u.inline .table-row {
|
|
31529
|
-
flex-direction: column;
|
|
31530
|
-
}
|
|
31531
|
-
|
|
31532
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31533
|
-
padding: 0 16px 7px 0;
|
|
31534
|
-
}
|
|
31535
|
-
|
|
31536
|
-
.E_t1sqg15u.has-border .table-header {
|
|
31537
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31538
|
-
}
|
|
31539
|
-
|
|
31540
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31541
|
-
border-top: none !important;
|
|
31542
|
-
}
|
|
31543
|
-
|
|
31544
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31545
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31546
|
-
}
|
|
31547
|
-
|
|
31548
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31549
|
-
padding-bottom: 0;
|
|
31550
|
-
}
|
|
31551
|
-
|
|
31552
|
-
.E_t1sqg15u.align-right .content {
|
|
31553
|
-
text-align: right;
|
|
31554
|
-
}
|
|
31555
|
-
|
|
31556
|
-
.E_t1sqg15u .uuid-row {
|
|
31557
|
-
display: flex;
|
|
31558
|
-
justify-content: space-between;
|
|
31559
|
-
}
|
|
31560
|
-
|
|
31561
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
31562
|
-
white-space: nowrap;
|
|
31563
|
-
overflow: hidden;
|
|
31564
|
-
text-overflow: ellipsis;
|
|
31565
|
-
}
|
|
31566
|
-
|
|
31567
|
-
.E_t4zczcp {
|
|
31568
|
-
display: flex;
|
|
31569
|
-
justify-content: space-between;
|
|
31570
|
-
align-items: center;
|
|
31571
|
-
padding: 8px;
|
|
31572
|
-
min-height: 32px;
|
|
31573
|
-
}
|
|
31574
|
-
|
|
31575
|
-
.E_t4zczcp .table-title {
|
|
31576
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31577
|
-
font-weight: 600;
|
|
31578
|
-
font-size: 12px;
|
|
31579
|
-
line-height: 8px;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
|
-
.E_t4zczcp .edit-icon {
|
|
31583
|
-
font-size: 16px;
|
|
31584
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31585
|
-
cursor: pointer;
|
|
31586
|
-
}
|
|
31587
|
-
|
|
31588
|
-
.E_t1s7goww {
|
|
31589
|
-
font-size: 12px;
|
|
31590
|
-
line-height: 18px;
|
|
31591
|
-
}
|
|
31592
|
-
|
|
31593
|
-
.E_t93e4cf {
|
|
31594
|
-
display: flex;
|
|
31595
|
-
padding: 8px 0;
|
|
31596
|
-
color: #2d3a56;
|
|
31597
|
-
}
|
|
31598
|
-
|
|
31599
|
-
.E_t93e4cf .hidden {
|
|
31600
|
-
display: none;
|
|
31601
|
-
}
|
|
31602
|
-
|
|
31603
|
-
.E_t93e4cf .ant-btn-link {
|
|
31604
|
-
height: auto;
|
|
31605
|
-
}
|
|
31606
|
-
|
|
31607
|
-
.E_t93e4cf .content {
|
|
31608
|
-
overflow: hidden;
|
|
31609
|
-
overflow-x: auto;
|
|
31610
|
-
width: 100%;
|
|
31611
|
-
white-space: pre-wrap;
|
|
31612
|
-
}
|
|
31613
|
-
|
|
31614
|
-
.E_t93e4cf .content .ant-btn {
|
|
31615
|
-
white-space: pre-wrap;
|
|
31616
|
-
text-align: left;
|
|
31617
|
-
}
|
|
31618
|
-
|
|
31619
|
-
.E_t93e4cf .content .unit-chart {
|
|
31620
|
-
justify-content: flex-start;
|
|
31621
|
-
}
|
|
31622
|
-
|
|
31623
|
-
.E_rhz2uv5 {
|
|
31624
|
-
width: var(--rhz2uv5-0);
|
|
31625
|
-
flex-shrink: 0;
|
|
31626
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31627
|
-
padding-right: 12px;
|
|
31628
|
-
}
|
|
31629
|
-
|
|
31630
|
-
.E_fzh9mnb {
|
|
31631
|
-
width: 100%;
|
|
31632
|
-
height: 100%;
|
|
31633
|
-
min-height: 124px;
|
|
31634
|
-
display: flex;
|
|
31635
|
-
flex-direction: column;
|
|
31636
|
-
justify-content: center;
|
|
31637
|
-
align-items: center;
|
|
31630
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31631
|
+
margin-left: 8px;
|
|
31638
31632
|
}
|
|
31639
31633
|
|
|
31640
|
-
.
|
|
31641
|
-
|
|
31642
|
-
margin-bottom: 16px;
|
|
31643
|
-
font-size: 18px;
|
|
31634
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31635
|
+
padding: 2px 7px 2px 12px;
|
|
31644
31636
|
}
|
|
31645
31637
|
|
|
31646
31638
|
.E_i1inqkme {
|
|
@@ -31696,12 +31688,20 @@ span.E_tqjc4ui {
|
|
|
31696
31688
|
min-height: 0px;
|
|
31697
31689
|
}
|
|
31698
31690
|
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31691
|
+
.E_fzh9mnb {
|
|
31692
|
+
width: 100%;
|
|
31693
|
+
height: 100%;
|
|
31694
|
+
min-height: 124px;
|
|
31695
|
+
display: flex;
|
|
31696
|
+
flex-direction: column;
|
|
31697
|
+
justify-content: center;
|
|
31698
|
+
align-items: center;
|
|
31701
31699
|
}
|
|
31702
31700
|
|
|
31703
|
-
.
|
|
31704
|
-
|
|
31701
|
+
.E_fzh9mnb .error-text {
|
|
31702
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31703
|
+
margin-bottom: 16px;
|
|
31704
|
+
font-size: 18px;
|
|
31705
31705
|
}
|
|
31706
31706
|
|
|
31707
31707
|
.E_iouxfgt {
|
|
@@ -31725,41 +31725,6 @@ span.E_tqjc4ui {
|
|
|
31725
31725
|
animation: rotate 680ms linear infinite;
|
|
31726
31726
|
}
|
|
31727
31727
|
|
|
31728
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31729
|
-
display: var(--a1wfy30z-0);
|
|
31730
|
-
}
|
|
31731
|
-
|
|
31732
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31733
|
-
padding: 4px 11px;
|
|
31734
|
-
display: inline-flex;
|
|
31735
|
-
line-height: 1.5715;
|
|
31736
|
-
height: inherit;
|
|
31737
|
-
}
|
|
31738
|
-
|
|
31739
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31740
|
-
content: var(--a1wfy30z-1);
|
|
31741
|
-
display: var(--a1wfy30z-2);
|
|
31742
|
-
flex: none;
|
|
31743
|
-
align-items: center;
|
|
31744
|
-
margin-left: 4px;
|
|
31745
|
-
}
|
|
31746
|
-
|
|
31747
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31748
|
-
content: var(--a1wfy30z-3);
|
|
31749
|
-
display: var(--a1wfy30z-4);
|
|
31750
|
-
flex: none;
|
|
31751
|
-
align-items: center;
|
|
31752
|
-
margin-right: 4px;
|
|
31753
|
-
cursor: auto;
|
|
31754
|
-
}
|
|
31755
|
-
|
|
31756
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31757
|
-
padding: 0;
|
|
31758
|
-
margin: 0;
|
|
31759
|
-
height: auto;
|
|
31760
|
-
font-size: inherit;
|
|
31761
|
-
}
|
|
31762
|
-
|
|
31763
31728
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31764
31729
|
display: var(--ai7qkf2-0);
|
|
31765
31730
|
}
|
|
@@ -31830,6 +31795,41 @@ span.E_tqjc4ui {
|
|
|
31830
31795
|
padding: 2px 8px;
|
|
31831
31796
|
}
|
|
31832
31797
|
|
|
31798
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31799
|
+
display: var(--a1wfy30z-0);
|
|
31800
|
+
}
|
|
31801
|
+
|
|
31802
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31803
|
+
padding: 4px 11px;
|
|
31804
|
+
display: inline-flex;
|
|
31805
|
+
line-height: 1.5715;
|
|
31806
|
+
height: inherit;
|
|
31807
|
+
}
|
|
31808
|
+
|
|
31809
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31810
|
+
content: var(--a1wfy30z-1);
|
|
31811
|
+
display: var(--a1wfy30z-2);
|
|
31812
|
+
flex: none;
|
|
31813
|
+
align-items: center;
|
|
31814
|
+
margin-left: 4px;
|
|
31815
|
+
}
|
|
31816
|
+
|
|
31817
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31818
|
+
content: var(--a1wfy30z-3);
|
|
31819
|
+
display: var(--a1wfy30z-4);
|
|
31820
|
+
flex: none;
|
|
31821
|
+
align-items: center;
|
|
31822
|
+
margin-right: 4px;
|
|
31823
|
+
cursor: auto;
|
|
31824
|
+
}
|
|
31825
|
+
|
|
31826
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31827
|
+
padding: 0;
|
|
31828
|
+
margin: 0;
|
|
31829
|
+
height: auto;
|
|
31830
|
+
font-size: inherit;
|
|
31831
|
+
}
|
|
31832
|
+
|
|
31833
31833
|
.E_owd0kml {
|
|
31834
31834
|
display: inline-block;
|
|
31835
31835
|
}
|
|
@@ -31839,10 +31839,6 @@ span.E_tqjc4ui {
|
|
|
31839
31839
|
position: absolute;
|
|
31840
31840
|
}
|
|
31841
31841
|
|
|
31842
|
-
.E_m196gn1d {
|
|
31843
|
-
min-width: 1280px;
|
|
31844
|
-
}
|
|
31845
|
-
|
|
31846
31842
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31847
31843
|
display: inline-flex;
|
|
31848
31844
|
align-items: center;
|
|
@@ -31876,6 +31872,10 @@ span.E_tqjc4ui {
|
|
|
31876
31872
|
transition: all 320ms ease;
|
|
31877
31873
|
}
|
|
31878
31874
|
|
|
31875
|
+
.E_m196gn1d {
|
|
31876
|
+
min-width: 1280px;
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31879
31879
|
.E_dsnbhzf {
|
|
31880
31880
|
font-family: Inter;
|
|
31881
31881
|
font-style: normal;
|
|
@@ -33145,21 +33145,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33145
33145
|
padding: unset;
|
|
33146
33146
|
}
|
|
33147
33147
|
|
|
33148
|
-
.E_suhck3k {
|
|
33149
|
-
height: 24px;
|
|
33150
|
-
width: 24px;
|
|
33151
|
-
border-radius: 6px;
|
|
33152
|
-
padding: 4px;
|
|
33153
|
-
}
|
|
33154
|
-
|
|
33155
|
-
.E_suhck3k:hover {
|
|
33156
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33157
|
-
}
|
|
33158
|
-
|
|
33159
|
-
.E_suhck3k:hover svg path {
|
|
33160
|
-
fill: blue;
|
|
33161
|
-
}
|
|
33162
|
-
|
|
33163
33148
|
.E_ryby9ds {
|
|
33164
33149
|
display: flex;
|
|
33165
33150
|
align-items: center;
|
|
@@ -33177,6 +33162,21 @@ input.E_rf8rlle.ant-input {
|
|
|
33177
33162
|
margin-right: 6px;
|
|
33178
33163
|
}
|
|
33179
33164
|
|
|
33165
|
+
.E_suhck3k {
|
|
33166
|
+
height: 24px;
|
|
33167
|
+
width: 24px;
|
|
33168
|
+
border-radius: 6px;
|
|
33169
|
+
padding: 4px;
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33172
|
+
.E_suhck3k:hover {
|
|
33173
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33176
|
+
.E_suhck3k:hover svg path {
|
|
33177
|
+
fill: blue;
|
|
33178
|
+
}
|
|
33179
|
+
|
|
33180
33180
|
.E_hrhfj7c {
|
|
33181
33181
|
display: none;
|
|
33182
33182
|
}
|
|
@@ -34300,57 +34300,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34300
34300
|
background-color: transparent;
|
|
34301
34301
|
}
|
|
34302
34302
|
|
|
34303
|
-
.E_c1kghdax {
|
|
34304
|
-
color: #2d3a56;
|
|
34305
|
-
padding: 7px 12px;
|
|
34306
|
-
display: flex;
|
|
34307
|
-
justify-content: space-between;
|
|
34308
|
-
align-items: center;
|
|
34309
|
-
}
|
|
34310
|
-
|
|
34311
|
-
.E_c1kghdax.has-arrow {
|
|
34312
|
-
padding-left: 10px;
|
|
34313
|
-
}
|
|
34314
|
-
|
|
34315
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34316
|
-
cursor: pointer;
|
|
34317
|
-
color: #00122e;
|
|
34318
|
-
}
|
|
34319
|
-
|
|
34320
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34321
|
-
color: #2d3a56;
|
|
34322
|
-
font-weight: 600;
|
|
34323
|
-
}
|
|
34324
|
-
|
|
34325
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34326
|
-
transform: rotate(90deg);
|
|
34327
|
-
}
|
|
34328
|
-
|
|
34329
|
-
.E_c1kghdax .sub-info {
|
|
34330
|
-
font-size: 12px;
|
|
34331
|
-
line-height: 18px;
|
|
34332
|
-
}
|
|
34333
|
-
|
|
34334
|
-
.E_c1kghdax .title-wrapper {
|
|
34335
|
-
display: flex;
|
|
34336
|
-
align-items: center;
|
|
34337
|
-
user-select: none;
|
|
34338
|
-
flex-grow: 1;
|
|
34339
|
-
font-size: 12px;
|
|
34340
|
-
line-height: 18px;
|
|
34341
|
-
color: #2d3a56;
|
|
34342
|
-
font-weight: 700;
|
|
34343
|
-
}
|
|
34344
|
-
|
|
34345
|
-
.E_c1kghdax .collapse-arrow {
|
|
34346
|
-
transition: all 50ms ease-out 0ms;
|
|
34347
|
-
margin-right: 2px;
|
|
34348
|
-
}
|
|
34349
|
-
|
|
34350
|
-
.E_c1yd35n {
|
|
34351
|
-
padding: 0 12px 14px 12px;
|
|
34352
|
-
}
|
|
34353
|
-
|
|
34354
34303
|
.E_ckui4s7 {
|
|
34355
34304
|
color: #2d3a56;
|
|
34356
34305
|
line-height: 22px;
|
|
@@ -34431,6 +34380,57 @@ input.E_rf8rlle.ant-input {
|
|
|
34431
34380
|
margin-left: 24px;
|
|
34432
34381
|
}
|
|
34433
34382
|
|
|
34383
|
+
.E_c1kghdax {
|
|
34384
|
+
color: #2d3a56;
|
|
34385
|
+
padding: 7px 12px;
|
|
34386
|
+
display: flex;
|
|
34387
|
+
justify-content: space-between;
|
|
34388
|
+
align-items: center;
|
|
34389
|
+
}
|
|
34390
|
+
|
|
34391
|
+
.E_c1kghdax.has-arrow {
|
|
34392
|
+
padding-left: 10px;
|
|
34393
|
+
}
|
|
34394
|
+
|
|
34395
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34396
|
+
cursor: pointer;
|
|
34397
|
+
color: #00122e;
|
|
34398
|
+
}
|
|
34399
|
+
|
|
34400
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34401
|
+
color: #2d3a56;
|
|
34402
|
+
font-weight: 600;
|
|
34403
|
+
}
|
|
34404
|
+
|
|
34405
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34406
|
+
transform: rotate(90deg);
|
|
34407
|
+
}
|
|
34408
|
+
|
|
34409
|
+
.E_c1kghdax .sub-info {
|
|
34410
|
+
font-size: 12px;
|
|
34411
|
+
line-height: 18px;
|
|
34412
|
+
}
|
|
34413
|
+
|
|
34414
|
+
.E_c1kghdax .title-wrapper {
|
|
34415
|
+
display: flex;
|
|
34416
|
+
align-items: center;
|
|
34417
|
+
user-select: none;
|
|
34418
|
+
flex-grow: 1;
|
|
34419
|
+
font-size: 12px;
|
|
34420
|
+
line-height: 18px;
|
|
34421
|
+
color: #2d3a56;
|
|
34422
|
+
font-weight: 700;
|
|
34423
|
+
}
|
|
34424
|
+
|
|
34425
|
+
.E_c1kghdax .collapse-arrow {
|
|
34426
|
+
transition: all 50ms ease-out 0ms;
|
|
34427
|
+
margin-right: 2px;
|
|
34428
|
+
}
|
|
34429
|
+
|
|
34430
|
+
.E_c1yd35n {
|
|
34431
|
+
padding: 0 12px 14px 12px;
|
|
34432
|
+
}
|
|
34433
|
+
|
|
34434
34434
|
.E_b14q2gmw {
|
|
34435
34435
|
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);
|
|
34436
34436
|
}
|
|
@@ -34499,1135 +34499,1160 @@ input.E_rf8rlle.ant-input {
|
|
|
34499
34499
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34500
34500
|
}
|
|
34501
34501
|
|
|
34502
|
-
.
|
|
34503
|
-
|
|
34502
|
+
.E_r77hffu {
|
|
34503
|
+
display: flex;
|
|
34504
|
+
align-items: center;
|
|
34505
|
+
justify-content: space-between;
|
|
34506
|
+
column-gap: 6px;
|
|
34504
34507
|
}
|
|
34505
34508
|
|
|
34506
|
-
.
|
|
34507
|
-
display:
|
|
34509
|
+
.E_p1cmxsf7 {
|
|
34510
|
+
display: flex;
|
|
34511
|
+
flex-direction: column;
|
|
34512
|
+
justify-content: center;
|
|
34513
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34508
34514
|
}
|
|
34509
34515
|
|
|
34510
|
-
.
|
|
34511
|
-
|
|
34516
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34517
|
+
font-size: 0;
|
|
34512
34518
|
}
|
|
34513
34519
|
|
|
34514
|
-
.
|
|
34515
|
-
|
|
34520
|
+
.E_w7ob4th.outside-tag {
|
|
34521
|
+
padding-left: 0;
|
|
34516
34522
|
}
|
|
34517
34523
|
|
|
34518
|
-
.
|
|
34519
|
-
|
|
34520
|
-
|
|
34524
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34525
|
+
border-radius: 4px 0 0 4px;
|
|
34526
|
+
padding-right: 4px;
|
|
34527
|
+
margin-right: 4px;
|
|
34521
34528
|
}
|
|
34522
34529
|
|
|
34523
|
-
.
|
|
34524
|
-
|
|
34530
|
+
.E_slr2ynn {
|
|
34531
|
+
padding: 0 8px;
|
|
34532
|
+
height: 18px;
|
|
34525
34533
|
}
|
|
34526
34534
|
|
|
34527
|
-
.
|
|
34528
|
-
|
|
34535
|
+
.E_m140wbb6 {
|
|
34536
|
+
padding: 2px 8px;
|
|
34537
|
+
height: 24px;
|
|
34529
34538
|
}
|
|
34530
34539
|
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34540
|
+
.E_t1fozc1i {
|
|
34541
|
+
margin: 0;
|
|
34533
34542
|
}
|
|
34534
34543
|
|
|
34535
|
-
.
|
|
34536
|
-
|
|
34537
|
-
|
|
34538
|
-
text-overflow: ellipsis;
|
|
34544
|
+
.E_i1vxv4ln {
|
|
34545
|
+
margin-right: 4px;
|
|
34546
|
+
height: 16px;
|
|
34539
34547
|
}
|
|
34540
34548
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34549
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34550
|
+
font-weight: 700;
|
|
34551
|
+
color: #00122e;
|
|
34552
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34553
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34554
|
+
word-break: break-all;
|
|
34555
|
+
display: inline;
|
|
34556
|
+
white-space: normal;
|
|
34543
34557
|
}
|
|
34544
34558
|
|
|
34545
|
-
.
|
|
34546
|
-
|
|
34559
|
+
button.E_l48ei06.ant-btn {
|
|
34560
|
+
font-size: 12px;
|
|
34561
|
+
line-height: 18px;
|
|
34562
|
+
height: 18px;
|
|
34547
34563
|
}
|
|
34548
34564
|
|
|
34549
|
-
.
|
|
34550
|
-
|
|
34551
|
-
|
|
34565
|
+
button.E_l48ei06 {
|
|
34566
|
+
color: #0080FF;
|
|
34567
|
+
height: unset;
|
|
34552
34568
|
}
|
|
34553
34569
|
|
|
34554
|
-
.
|
|
34555
|
-
padding: 0;
|
|
34570
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34556
34571
|
margin-right: 4px;
|
|
34557
|
-
flex: 1;
|
|
34558
|
-
overflow: visible;
|
|
34559
34572
|
}
|
|
34560
34573
|
|
|
34561
|
-
.
|
|
34562
|
-
|
|
34563
|
-
min-height: unset;
|
|
34574
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34575
|
+
margin-left: 4px;
|
|
34564
34576
|
}
|
|
34565
34577
|
|
|
34566
|
-
.
|
|
34567
|
-
|
|
34568
|
-
line-height: 26px;
|
|
34569
|
-
width: 100%;
|
|
34570
|
-
padding: 0;
|
|
34571
|
-
font-size: 12px;
|
|
34578
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34579
|
+
color: #009DFF;
|
|
34572
34580
|
}
|
|
34573
34581
|
|
|
34574
|
-
.
|
|
34575
|
-
|
|
34582
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34583
|
+
color: #005ED1;
|
|
34576
34584
|
}
|
|
34577
34585
|
|
|
34578
|
-
.
|
|
34579
|
-
|
|
34586
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34587
|
+
color: #0080FF;
|
|
34580
34588
|
}
|
|
34581
34589
|
|
|
34582
|
-
.
|
|
34583
|
-
|
|
34584
|
-
padding-right: 4px;
|
|
34585
|
-
border-radius: 4px 0 0 4px;
|
|
34590
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34591
|
+
color: #00122E;
|
|
34586
34592
|
}
|
|
34587
34593
|
|
|
34588
|
-
.
|
|
34589
|
-
|
|
34594
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34595
|
+
color: #0080FF;
|
|
34590
34596
|
}
|
|
34591
34597
|
|
|
34592
|
-
.
|
|
34593
|
-
|
|
34594
|
-
padding-left: 12px;
|
|
34595
|
-
border-radius: 0 4px 4px 0;
|
|
34598
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34599
|
+
color: #005ED1;
|
|
34596
34600
|
}
|
|
34597
34601
|
|
|
34598
|
-
.
|
|
34599
|
-
|
|
34600
|
-
width: 0;
|
|
34601
|
-
height: 0;
|
|
34602
|
-
border: 13px solid transparent;
|
|
34603
|
-
position: absolute;
|
|
34604
|
-
top: 0;
|
|
34605
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34606
|
-
z-index: 2;
|
|
34607
|
-
position: relative;
|
|
34608
|
-
top: -50%;
|
|
34609
|
-
right: -100%;
|
|
34602
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34603
|
+
color: #00122E;
|
|
34610
34604
|
}
|
|
34611
34605
|
|
|
34612
|
-
.
|
|
34613
|
-
|
|
34606
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34607
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34614
34608
|
}
|
|
34615
34609
|
|
|
34616
|
-
.
|
|
34617
|
-
|
|
34618
|
-
|
|
34619
|
-
|
|
34620
|
-
|
|
34621
|
-
|
|
34622
|
-
top: 0;
|
|
34623
|
-
border-left: 8px solid #fff;
|
|
34624
|
-
left: 0;
|
|
34610
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34611
|
+
color: #0080FF;
|
|
34612
|
+
}
|
|
34613
|
+
|
|
34614
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34615
|
+
color: #005ED1;
|
|
34625
34616
|
}
|
|
34626
34617
|
|
|
34627
|
-
.
|
|
34628
|
-
|
|
34618
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34619
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34629
34620
|
}
|
|
34630
34621
|
|
|
34631
|
-
.
|
|
34632
|
-
|
|
34622
|
+
.E_sddwhm6 {
|
|
34623
|
+
margin: 0;
|
|
34624
|
+
border-radius: 20px;
|
|
34625
|
+
padding: 2px 10px;
|
|
34626
|
+
height: 22px;
|
|
34633
34627
|
}
|
|
34634
34628
|
|
|
34635
|
-
.
|
|
34636
|
-
|
|
34629
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34630
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34637
34631
|
}
|
|
34638
34632
|
|
|
34639
|
-
.
|
|
34640
|
-
|
|
34641
|
-
min-width: var(--item-min-width);
|
|
34633
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34634
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34642
34635
|
}
|
|
34643
34636
|
|
|
34644
|
-
.
|
|
34645
|
-
|
|
34646
|
-
min-width: var(--item-min-width);
|
|
34637
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34638
|
+
color: #00122e;
|
|
34647
34639
|
}
|
|
34648
34640
|
|
|
34649
|
-
.
|
|
34650
|
-
|
|
34651
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34641
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34642
|
+
margin-right: 6px;
|
|
34652
34643
|
}
|
|
34653
34644
|
|
|
34654
|
-
.
|
|
34655
|
-
|
|
34645
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34646
|
+
margin-left: 8px;
|
|
34647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34656
34648
|
}
|
|
34657
34649
|
|
|
34658
|
-
.
|
|
34659
|
-
|
|
34660
|
-
row-gap: 2px;
|
|
34650
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34651
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34661
34652
|
}
|
|
34662
34653
|
|
|
34663
|
-
.
|
|
34664
|
-
background-color:
|
|
34654
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34655
|
+
background-color: #0080ff;
|
|
34665
34656
|
}
|
|
34666
34657
|
|
|
34667
|
-
.
|
|
34668
|
-
color:
|
|
34658
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34659
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34669
34660
|
}
|
|
34670
34661
|
|
|
34671
|
-
.
|
|
34672
|
-
background-color: rgba(
|
|
34662
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34663
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34673
34664
|
}
|
|
34674
34665
|
|
|
34675
|
-
.
|
|
34676
|
-
|
|
34677
|
-
border-radius: 4px;
|
|
34678
|
-
height: 32px;
|
|
34679
|
-
display: flex;
|
|
34680
|
-
align-items: center;
|
|
34666
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34667
|
+
background-color: #f0483e;
|
|
34681
34668
|
}
|
|
34682
34669
|
|
|
34683
|
-
.
|
|
34684
|
-
|
|
34685
|
-
white-space: nowrap;
|
|
34670
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34671
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34686
34672
|
}
|
|
34687
34673
|
|
|
34688
|
-
.
|
|
34689
|
-
|
|
34690
|
-
line-height: 20px;
|
|
34691
|
-
max-width: 100%;
|
|
34692
|
-
padding-right: 0;
|
|
34674
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34675
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34693
34676
|
}
|
|
34694
34677
|
|
|
34695
|
-
.
|
|
34696
|
-
background:
|
|
34678
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34679
|
+
background-color: #fea008;
|
|
34697
34680
|
}
|
|
34698
34681
|
|
|
34699
|
-
.
|
|
34700
|
-
|
|
34701
|
-
display: inline-flex;
|
|
34702
|
-
align-items: center;
|
|
34703
|
-
justify-content: center;
|
|
34704
|
-
column-gap: 4px;
|
|
34682
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34683
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34705
34684
|
}
|
|
34706
34685
|
|
|
34707
|
-
.
|
|
34708
|
-
|
|
34709
|
-
align-items: center;
|
|
34710
|
-
width: 18px;
|
|
34711
|
-
height: 18px;
|
|
34712
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34713
|
-
justify-content: center;
|
|
34686
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34687
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34714
34688
|
}
|
|
34715
34689
|
|
|
34716
|
-
.
|
|
34717
|
-
|
|
34718
|
-
display: flex;
|
|
34719
|
-
align-items: center;
|
|
34720
|
-
justify-content: center;
|
|
34721
|
-
column-gap: 6px;
|
|
34722
|
-
font-size: 13px;
|
|
34690
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34691
|
+
background-color: #00ba5d;
|
|
34723
34692
|
}
|
|
34724
34693
|
|
|
34725
|
-
.
|
|
34726
|
-
|
|
34727
|
-
align-items: center;
|
|
34728
|
-
min-width: 20px;
|
|
34729
|
-
min-height: 20px;
|
|
34730
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34731
|
-
justify-content: center;
|
|
34694
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34695
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34732
34696
|
}
|
|
34733
34697
|
|
|
34734
|
-
.
|
|
34735
|
-
|
|
34698
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34699
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34736
34700
|
}
|
|
34737
34701
|
|
|
34738
|
-
.
|
|
34739
|
-
|
|
34740
|
-
padding-right: 4px;
|
|
34741
|
-
margin-right: 4px;
|
|
34702
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34703
|
+
background-color: #6b7d99;
|
|
34742
34704
|
}
|
|
34743
34705
|
|
|
34744
|
-
.
|
|
34745
|
-
|
|
34746
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34747
|
-
overflow: hidden;
|
|
34748
|
-
text-overflow: ellipsis;
|
|
34749
|
-
white-space: nowrap;
|
|
34706
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34707
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34750
34708
|
}
|
|
34751
34709
|
|
|
34752
|
-
.
|
|
34753
|
-
|
|
34754
|
-
|
|
34755
|
-
|
|
34756
|
-
|
|
34710
|
+
.E_satwmqm {
|
|
34711
|
+
width: 8px;
|
|
34712
|
+
height: 8px;
|
|
34713
|
+
border-radius: 50%;
|
|
34714
|
+
display: inline-block;
|
|
34757
34715
|
}
|
|
34758
34716
|
|
|
34759
|
-
.
|
|
34760
|
-
|
|
34717
|
+
.E_tc97u5y {
|
|
34718
|
+
height: 100%;
|
|
34761
34719
|
}
|
|
34762
34720
|
|
|
34763
|
-
.
|
|
34764
|
-
|
|
34721
|
+
.E_efzf37v .ant-table-content {
|
|
34722
|
+
overflow: visible !important;
|
|
34723
|
+
height: 100%;
|
|
34765
34724
|
}
|
|
34766
34725
|
|
|
34767
|
-
.
|
|
34768
|
-
|
|
34726
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34727
|
+
height: 100%;
|
|
34769
34728
|
}
|
|
34770
34729
|
|
|
34771
|
-
.
|
|
34772
|
-
|
|
34730
|
+
.E_efzf37v .ant-table-content table {
|
|
34731
|
+
width: 100% !important;
|
|
34732
|
+
height: 100%;
|
|
34773
34733
|
}
|
|
34774
34734
|
|
|
34775
|
-
.
|
|
34776
|
-
|
|
34735
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34736
|
+
padding: 15px 0;
|
|
34777
34737
|
}
|
|
34778
34738
|
|
|
34779
|
-
.
|
|
34780
|
-
|
|
34781
|
-
color: #00122e;
|
|
34739
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
34740
|
+
display: none;
|
|
34782
34741
|
}
|
|
34783
34742
|
|
|
34784
|
-
.
|
|
34785
|
-
|
|
34786
|
-
margin-right: 6px;
|
|
34743
|
+
.E_t1fisho6 {
|
|
34744
|
+
height: 100%;
|
|
34787
34745
|
}
|
|
34788
34746
|
|
|
34789
|
-
.
|
|
34790
|
-
|
|
34791
|
-
|
|
34792
|
-
position: relative;
|
|
34793
|
-
top: -7px;
|
|
34747
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
34748
|
+
padding-top: 6px;
|
|
34749
|
+
padding-bottom: 6px;
|
|
34794
34750
|
}
|
|
34795
34751
|
|
|
34796
|
-
.
|
|
34797
|
-
|
|
34798
|
-
overflow: hidden;
|
|
34799
|
-
text-overflow: ellipsis;
|
|
34800
|
-
white-space: nowrap;
|
|
34752
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
34753
|
+
font-weight: 700;
|
|
34801
34754
|
}
|
|
34802
34755
|
|
|
34803
|
-
.
|
|
34804
|
-
|
|
34805
|
-
border-radius: 8px;
|
|
34806
|
-
overflow: auto;
|
|
34756
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
34757
|
+
font-weight: 700;
|
|
34807
34758
|
}
|
|
34808
34759
|
|
|
34809
|
-
.
|
|
34810
|
-
|
|
34760
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
34761
|
+
height: 100%;
|
|
34811
34762
|
}
|
|
34812
34763
|
|
|
34813
|
-
.
|
|
34814
|
-
|
|
34815
|
-
|
|
34816
|
-
z-index: 2;
|
|
34817
|
-
display: flex;
|
|
34818
|
-
padding: 8px;
|
|
34819
|
-
flex-wrap: nowrap;
|
|
34820
|
-
justify-content: flex-start;
|
|
34821
|
-
background: #f2f5fa;
|
|
34822
|
-
font-size: 14px;
|
|
34823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34824
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34764
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
34765
|
+
height: 100%;
|
|
34766
|
+
overflow: visible;
|
|
34825
34767
|
}
|
|
34826
34768
|
|
|
34827
|
-
.
|
|
34828
|
-
|
|
34769
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
34770
|
+
max-height: none;
|
|
34829
34771
|
}
|
|
34830
34772
|
|
|
34831
|
-
.
|
|
34832
|
-
|
|
34833
|
-
justify-content: flex-start;
|
|
34834
|
-
align-items: flex-start;
|
|
34835
|
-
flex-wrap: wrap;
|
|
34836
|
-
padding: 8px;
|
|
34837
|
-
border: none;
|
|
34773
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
34774
|
+
background: transparent;
|
|
34838
34775
|
}
|
|
34839
34776
|
|
|
34840
|
-
.
|
|
34841
|
-
|
|
34842
|
-
|
|
34843
|
-
|
|
34844
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34777
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34778
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34779
|
+
background: #fff;
|
|
34780
|
+
padding: 0 !important;
|
|
34845
34781
|
}
|
|
34846
34782
|
|
|
34847
|
-
.
|
|
34848
|
-
|
|
34849
|
-
|
|
34850
|
-
|
|
34851
|
-
|
|
34783
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34784
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34785
|
+
display: flex;
|
|
34786
|
+
align-items: center;
|
|
34787
|
+
height: 100%;
|
|
34788
|
+
padding: 8px;
|
|
34852
34789
|
}
|
|
34853
34790
|
|
|
34854
|
-
.
|
|
34855
|
-
|
|
34791
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34792
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34793
|
+
overflow: hidden;
|
|
34794
|
+
text-overflow: ellipsis;
|
|
34795
|
+
width: 100%;
|
|
34796
|
+
}
|
|
34797
|
+
|
|
34798
|
+
.E_t1fisho6 .ant-table-container {
|
|
34799
|
+
height: 100%;
|
|
34856
34800
|
}
|
|
34857
34801
|
|
|
34858
|
-
.
|
|
34859
|
-
|
|
34802
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34803
|
+
box-shadow: none !important;
|
|
34860
34804
|
}
|
|
34861
34805
|
|
|
34862
|
-
.
|
|
34863
|
-
|
|
34864
|
-
|
|
34806
|
+
.E_t1fisho6 div.ant-table {
|
|
34807
|
+
border-radius: 0px;
|
|
34808
|
+
border-left: none;
|
|
34809
|
+
border-right: none;
|
|
34810
|
+
border-bottom: none;
|
|
34811
|
+
height: 100%;
|
|
34812
|
+
font-size: 12px;
|
|
34813
|
+
background: transparent;
|
|
34865
34814
|
}
|
|
34866
34815
|
|
|
34867
|
-
.
|
|
34868
|
-
|
|
34869
|
-
|
|
34816
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34817
|
+
position: relative;
|
|
34818
|
+
z-index: 3;
|
|
34819
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34820
|
+
margin-bottom: -1px;
|
|
34870
34821
|
}
|
|
34871
34822
|
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34823
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34824
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34825
|
+
color: #2d3a56;
|
|
34874
34826
|
}
|
|
34875
34827
|
|
|
34876
|
-
.
|
|
34877
|
-
|
|
34828
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34829
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34830
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34878
34831
|
}
|
|
34879
34832
|
|
|
34880
|
-
.
|
|
34881
|
-
|
|
34833
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34834
|
+
position: unset;
|
|
34835
|
+
text-align: center;
|
|
34882
34836
|
}
|
|
34883
34837
|
|
|
34884
|
-
.
|
|
34885
|
-
|
|
34838
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34839
|
+
background: #fff;
|
|
34886
34840
|
}
|
|
34887
34841
|
|
|
34888
|
-
.
|
|
34889
|
-
|
|
34842
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34843
|
+
cursor: pointer;
|
|
34844
|
+
position: absolute;
|
|
34845
|
+
top: 50%;
|
|
34846
|
+
right: 12px;
|
|
34847
|
+
transform: translateY(-50%);
|
|
34890
34848
|
}
|
|
34891
34849
|
|
|
34892
|
-
.
|
|
34893
|
-
|
|
34850
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34851
|
+
box-shadow: none;
|
|
34852
|
+
width: 1px;
|
|
34853
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34894
34854
|
}
|
|
34895
34855
|
|
|
34896
|
-
.
|
|
34897
|
-
|
|
34856
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34857
|
+
box-shadow: none;
|
|
34858
|
+
width: 1px;
|
|
34859
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34898
34860
|
}
|
|
34899
34861
|
|
|
34900
|
-
.
|
|
34901
|
-
|
|
34902
|
-
width: 24px;
|
|
34903
|
-
height: 24px;
|
|
34904
|
-
overflow: hidden;
|
|
34862
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34863
|
+
position: relative;
|
|
34905
34864
|
}
|
|
34906
34865
|
|
|
34907
|
-
.
|
|
34908
|
-
|
|
34866
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34867
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34868
|
+
border-bottom: 1px solid white;
|
|
34869
|
+
height: 40px;
|
|
34870
|
+
vertical-align: middle;
|
|
34871
|
+
transition: background 0ms;
|
|
34872
|
+
color: #00122e;
|
|
34909
34873
|
}
|
|
34910
34874
|
|
|
34911
|
-
.
|
|
34912
|
-
|
|
34913
|
-
|
|
34875
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34876
|
+
background: #f2f5fa;
|
|
34877
|
+
border-bottom-color: #f2f5fa;
|
|
34914
34878
|
}
|
|
34915
34879
|
|
|
34916
|
-
.
|
|
34917
|
-
|
|
34880
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34881
|
+
height: auto;
|
|
34882
|
+
color: #00122e;
|
|
34883
|
+
font-size: 12px;
|
|
34884
|
+
text-align: left;
|
|
34885
|
+
transition: none;
|
|
34886
|
+
overflow: hidden;
|
|
34887
|
+
text-overflow: ellipsis;
|
|
34888
|
+
white-space: nowrap;
|
|
34918
34889
|
}
|
|
34919
34890
|
|
|
34920
|
-
.
|
|
34921
|
-
|
|
34922
|
-
border-radius: 5px;
|
|
34923
|
-
font-size: 12px;
|
|
34891
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34892
|
+
color: #0096ff;
|
|
34924
34893
|
}
|
|
34925
34894
|
|
|
34926
|
-
.
|
|
34927
|
-
|
|
34895
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34896
|
+
overflow: hidden;
|
|
34897
|
+
text-overflow: ellipsis;
|
|
34898
|
+
width: 100%;
|
|
34899
|
+
vertical-align: middle;
|
|
34928
34900
|
}
|
|
34929
34901
|
|
|
34930
|
-
.
|
|
34931
|
-
|
|
34932
|
-
font-size: 12px;
|
|
34933
|
-
position: relative;
|
|
34902
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34903
|
+
line-height: 0px;
|
|
34934
34904
|
}
|
|
34935
34905
|
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34906
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34907
|
+
padding-right: 25px;
|
|
34938
34908
|
}
|
|
34939
34909
|
|
|
34940
|
-
.
|
|
34941
|
-
|
|
34910
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34911
|
+
border-top-color: transparent;
|
|
34942
34912
|
}
|
|
34943
34913
|
|
|
34944
|
-
.
|
|
34945
|
-
|
|
34946
|
-
|
|
34947
|
-
margin-top: 8px;
|
|
34914
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34915
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34916
|
+
border-color: transparent transparent white;
|
|
34948
34917
|
}
|
|
34949
34918
|
|
|
34950
|
-
.
|
|
34951
|
-
|
|
34952
|
-
height: 24px;
|
|
34919
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34920
|
+
border-radius: 8px 0 0 8px;
|
|
34953
34921
|
}
|
|
34954
34922
|
|
|
34955
|
-
.
|
|
34956
|
-
|
|
34957
|
-
margin-left: 8px;
|
|
34958
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34923
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34924
|
+
border-radius: 8px 0 0 8px;
|
|
34959
34925
|
}
|
|
34960
34926
|
|
|
34961
|
-
.
|
|
34962
|
-
|
|
34927
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34928
|
+
content: "";
|
|
34929
|
+
width: 4px;
|
|
34930
|
+
top: -1px;
|
|
34931
|
+
bottom: -1px;
|
|
34932
|
+
background: white;
|
|
34963
34933
|
}
|
|
34964
34934
|
|
|
34965
|
-
.
|
|
34966
|
-
|
|
34967
|
-
height: 24px;
|
|
34968
|
-
padding: 4px;
|
|
34969
|
-
margin-right: 8px;
|
|
34935
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34936
|
+
border-radius: 0 8px 8px 0;
|
|
34970
34937
|
}
|
|
34971
34938
|
|
|
34972
|
-
.
|
|
34973
|
-
|
|
34974
|
-
|
|
34939
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34940
|
+
border-radius: 0;
|
|
34941
|
+
background: white;
|
|
34942
|
+
border-top: none;
|
|
34975
34943
|
}
|
|
34976
34944
|
|
|
34977
|
-
.
|
|
34978
|
-
|
|
34979
|
-
|
|
34945
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34946
|
+
border-top: 1px solid transparent;
|
|
34947
|
+
border-radius: 0 8px 8px 0;
|
|
34948
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34980
34949
|
}
|
|
34981
34950
|
|
|
34982
|
-
.
|
|
34983
|
-
|
|
34984
|
-
|
|
34951
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34952
|
+
background: white;
|
|
34953
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34985
34954
|
}
|
|
34986
34955
|
|
|
34987
|
-
.
|
|
34988
|
-
|
|
34956
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34957
|
+
display: flex;
|
|
34958
|
+
align-items: center;
|
|
34959
|
+
height: 100%;
|
|
34960
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34989
34961
|
}
|
|
34990
34962
|
|
|
34991
|
-
.
|
|
34992
|
-
|
|
34993
|
-
|
|
34963
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34964
|
+
background: white;
|
|
34965
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34994
34966
|
}
|
|
34995
34967
|
|
|
34996
|
-
.
|
|
34997
|
-
|
|
34998
|
-
|
|
34999
|
-
|
|
35000
|
-
|
|
35001
|
-
word-break: break-all;
|
|
35002
|
-
display: inline;
|
|
35003
|
-
white-space: normal;
|
|
34968
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34969
|
+
display: flex;
|
|
34970
|
+
align-items: center;
|
|
34971
|
+
height: 100%;
|
|
34972
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35004
34973
|
}
|
|
35005
34974
|
|
|
35006
|
-
|
|
35007
|
-
|
|
35008
|
-
line-height: 18px;
|
|
35009
|
-
height: 18px;
|
|
34975
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34976
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35010
34977
|
}
|
|
35011
34978
|
|
|
35012
|
-
|
|
35013
|
-
|
|
35014
|
-
|
|
34979
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34980
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34981
|
+
border-radius: 8px;
|
|
35015
34982
|
}
|
|
35016
34983
|
|
|
35017
|
-
|
|
35018
|
-
|
|
34984
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34985
|
+
border-top-color: white;
|
|
35019
34986
|
}
|
|
35020
34987
|
|
|
35021
|
-
|
|
35022
|
-
|
|
34988
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34989
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34990
|
+
border-bottom-color: transparent;
|
|
34991
|
+
border-top-color: transparent;
|
|
35023
34992
|
}
|
|
35024
34993
|
|
|
35025
|
-
|
|
35026
|
-
|
|
34994
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34995
|
+
border-radius: 8px 0 0 8px;
|
|
35027
34996
|
}
|
|
35028
34997
|
|
|
35029
|
-
|
|
35030
|
-
|
|
34998
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34999
|
+
border-radius: 0 8px 8px 0;
|
|
35031
35000
|
}
|
|
35032
35001
|
|
|
35033
|
-
|
|
35034
|
-
|
|
35002
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35003
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35035
35004
|
}
|
|
35036
35005
|
|
|
35037
|
-
|
|
35038
|
-
|
|
35006
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35007
|
+
background: #fff;
|
|
35008
|
+
font-weight: 400;
|
|
35009
|
+
position: relative;
|
|
35010
|
+
border-bottom: none;
|
|
35011
|
+
color: #00122e;
|
|
35012
|
+
transition: none;
|
|
35013
|
+
padding: 14px 8px 14px 8px;
|
|
35014
|
+
line-height: 20px;
|
|
35039
35015
|
}
|
|
35040
35016
|
|
|
35041
|
-
|
|
35042
|
-
|
|
35017
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35018
|
+
content: "";
|
|
35019
|
+
width: 1px;
|
|
35020
|
+
top: 0;
|
|
35021
|
+
bottom: 0;
|
|
35022
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35023
|
+
position: absolute;
|
|
35024
|
+
right: 0;
|
|
35043
35025
|
}
|
|
35044
35026
|
|
|
35045
|
-
|
|
35046
|
-
|
|
35027
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35028
|
+
padding: unset;
|
|
35047
35029
|
}
|
|
35048
35030
|
|
|
35049
|
-
|
|
35050
|
-
|
|
35031
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35032
|
+
display: none;
|
|
35051
35033
|
}
|
|
35052
35034
|
|
|
35053
|
-
|
|
35054
|
-
|
|
35035
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35036
|
+
width: 100%;
|
|
35037
|
+
overflow: hidden;
|
|
35038
|
+
white-space: nowrap;
|
|
35039
|
+
text-overflow: ellipsis;
|
|
35055
35040
|
}
|
|
35056
35041
|
|
|
35057
|
-
|
|
35058
|
-
|
|
35042
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35043
|
+
overflow: hidden;
|
|
35044
|
+
text-overflow: ellipsis;
|
|
35045
|
+
flex: 1;
|
|
35059
35046
|
}
|
|
35060
35047
|
|
|
35061
|
-
|
|
35062
|
-
|
|
35048
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35049
|
+
padding: 15px 25px 15px 8px;
|
|
35063
35050
|
}
|
|
35064
35051
|
|
|
35065
|
-
|
|
35066
|
-
|
|
35052
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35053
|
+
padding: 0;
|
|
35067
35054
|
}
|
|
35068
35055
|
|
|
35069
|
-
.
|
|
35070
|
-
|
|
35056
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35057
|
+
position: absolute;
|
|
35058
|
+
right: 6px;
|
|
35059
|
+
top: 50%;
|
|
35060
|
+
transform: translateY(-50%);
|
|
35061
|
+
height: 16px;
|
|
35062
|
+
display: none;
|
|
35063
|
+
transition: transform 320ms ease;
|
|
35071
35064
|
}
|
|
35072
35065
|
|
|
35073
|
-
.
|
|
35074
|
-
|
|
35075
|
-
|
|
35066
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35067
|
+
display: block;
|
|
35068
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35076
35069
|
}
|
|
35077
35070
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35071
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35072
|
+
display: block;
|
|
35080
35073
|
}
|
|
35081
35074
|
|
|
35082
|
-
.
|
|
35083
|
-
|
|
35084
|
-
height: 100%;
|
|
35075
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35076
|
+
display: none;
|
|
35085
35077
|
}
|
|
35086
35078
|
|
|
35087
|
-
.
|
|
35088
|
-
|
|
35079
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35080
|
+
transform: translateY(-50%);
|
|
35089
35081
|
}
|
|
35090
35082
|
|
|
35091
|
-
.
|
|
35092
|
-
|
|
35083
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35084
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35093
35085
|
}
|
|
35094
35086
|
|
|
35095
|
-
.E_t1fisho6 {
|
|
35096
|
-
|
|
35087
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35088
|
+
background: #f2f5fa;
|
|
35097
35089
|
}
|
|
35098
35090
|
|
|
35099
|
-
.E_t1fisho6 .ant-table
|
|
35100
|
-
|
|
35101
|
-
padding-bottom: 6px;
|
|
35091
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35092
|
+
display: block;
|
|
35102
35093
|
}
|
|
35103
35094
|
|
|
35104
|
-
.E_t1fisho6 .
|
|
35105
|
-
|
|
35095
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35096
|
+
padding-right: 25px;
|
|
35106
35097
|
}
|
|
35107
35098
|
|
|
35108
|
-
.E_t1fisho6.
|
|
35109
|
-
|
|
35099
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35100
|
+
padding: 0 !important;
|
|
35110
35101
|
}
|
|
35111
35102
|
|
|
35112
|
-
.E_t1fisho6 .ant-
|
|
35113
|
-
|
|
35103
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35104
|
+
position: absolute;
|
|
35105
|
+
left: 50%;
|
|
35106
|
+
top: 50%;
|
|
35107
|
+
transform: translate(-50%, -50%);
|
|
35114
35108
|
}
|
|
35115
35109
|
|
|
35116
|
-
.E_t1fisho6 .ant-
|
|
35117
|
-
|
|
35118
|
-
overflow: visible;
|
|
35110
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35111
|
+
display: none;
|
|
35119
35112
|
}
|
|
35120
35113
|
|
|
35121
|
-
.E_t1fisho6 .ant-
|
|
35122
|
-
|
|
35114
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35115
|
+
background: #fff;
|
|
35123
35116
|
}
|
|
35124
35117
|
|
|
35125
|
-
.E_t1fisho6
|
|
35126
|
-
background:
|
|
35118
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35119
|
+
background: inherit;
|
|
35127
35120
|
}
|
|
35128
35121
|
|
|
35129
|
-
.E_t1fisho6
|
|
35130
|
-
|
|
35131
|
-
|
|
35132
|
-
|
|
35122
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35123
|
+
position: static;
|
|
35124
|
+
border: none;
|
|
35125
|
+
background: inherit !important;
|
|
35126
|
+
height: 100px;
|
|
35127
|
+
vertical-align: middle;
|
|
35133
35128
|
}
|
|
35134
35129
|
|
|
35135
|
-
.E_t1fisho6
|
|
35136
|
-
.E_t1fisho6
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
padding: 8px;
|
|
35130
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35131
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35132
|
+
font-weight: bold;
|
|
35133
|
+
font-size: 20px;
|
|
35134
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35141
35135
|
}
|
|
35142
35136
|
|
|
35143
|
-
.E_t1fisho6
|
|
35144
|
-
.E_t1fisho6
|
|
35145
|
-
|
|
35146
|
-
text-overflow: ellipsis;
|
|
35147
|
-
width: 100%;
|
|
35137
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35138
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35139
|
+
z-index: 10;
|
|
35148
35140
|
}
|
|
35149
35141
|
|
|
35150
|
-
.E_t1fisho6 .ant-table
|
|
35151
|
-
|
|
35142
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35143
|
+
padding: 0 !important;
|
|
35144
|
+
position: relative;
|
|
35145
|
+
background: #fff;
|
|
35152
35146
|
}
|
|
35153
35147
|
|
|
35154
|
-
.E_t1fisho6 .ant-table
|
|
35155
|
-
|
|
35148
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35149
|
+
height: 100%;
|
|
35150
|
+
display: flex;
|
|
35151
|
+
align-items: center;
|
|
35152
|
+
justify-content: flex-end;
|
|
35153
|
+
padding-right: 8px;
|
|
35156
35154
|
}
|
|
35157
35155
|
|
|
35158
|
-
.E_t1fisho6 div.ant-table {
|
|
35159
|
-
|
|
35160
|
-
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
35164
|
-
font-size: 12px;
|
|
35165
|
-
background: transparent;
|
|
35156
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35157
|
+
width: 24px;
|
|
35158
|
+
height: 24px;
|
|
35159
|
+
cursor: pointer;
|
|
35160
|
+
justify-content: center;
|
|
35161
|
+
border-radius: 4px;
|
|
35166
35162
|
}
|
|
35167
35163
|
|
|
35168
|
-
.E_t1fisho6 div.ant-table .
|
|
35169
|
-
|
|
35170
|
-
z-index: 3;
|
|
35171
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35172
|
-
margin-bottom: -1px;
|
|
35164
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35165
|
+
background: #fff;
|
|
35173
35166
|
}
|
|
35174
35167
|
|
|
35175
|
-
.
|
|
35176
|
-
|
|
35177
|
-
|
|
35168
|
+
.E_i1g85yz3 {
|
|
35169
|
+
margin-right: 4px;
|
|
35170
|
+
height: 16px;
|
|
35178
35171
|
}
|
|
35179
35172
|
|
|
35180
|
-
.
|
|
35181
|
-
|
|
35173
|
+
.E_t1dtlqs1 {
|
|
35174
|
+
margin-bottom: 4px;
|
|
35182
35175
|
color: rgba(44, 56, 82, 0.6);
|
|
35176
|
+
overflow: hidden;
|
|
35177
|
+
text-overflow: ellipsis;
|
|
35178
|
+
white-space: nowrap;
|
|
35183
35179
|
}
|
|
35184
35180
|
|
|
35185
|
-
.
|
|
35186
|
-
|
|
35187
|
-
|
|
35181
|
+
.E_s1ese5oy {
|
|
35182
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35183
|
+
line-height: 32px;
|
|
35184
|
+
height: 32px;
|
|
35185
|
+
margin-bottom: 0;
|
|
35188
35186
|
}
|
|
35189
35187
|
|
|
35190
|
-
.
|
|
35191
|
-
|
|
35188
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35189
|
+
color: #0080ff;
|
|
35192
35190
|
}
|
|
35193
35191
|
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35196
|
-
position: absolute;
|
|
35197
|
-
top: 50%;
|
|
35198
|
-
right: 12px;
|
|
35199
|
-
transform: translateY(-50%);
|
|
35192
|
+
.E_s1ese5oy.warning {
|
|
35193
|
+
color: #ffa500;
|
|
35200
35194
|
}
|
|
35201
35195
|
|
|
35202
|
-
.
|
|
35203
|
-
|
|
35204
|
-
width: 1px;
|
|
35205
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35196
|
+
.E_s1ese5oy.success {
|
|
35197
|
+
color: #00ba5d;
|
|
35206
35198
|
}
|
|
35207
35199
|
|
|
35208
|
-
.
|
|
35209
|
-
|
|
35210
|
-
width: 1px;
|
|
35211
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35200
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35201
|
+
color: #f0483e;
|
|
35212
35202
|
}
|
|
35213
35203
|
|
|
35214
|
-
.
|
|
35215
|
-
|
|
35204
|
+
.E_s1ese5oy.normal {
|
|
35205
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35216
35206
|
}
|
|
35217
35207
|
|
|
35218
|
-
.
|
|
35219
|
-
|
|
35220
|
-
border-bottom: 1px solid white;
|
|
35221
|
-
height: 40px;
|
|
35222
|
-
vertical-align: middle;
|
|
35223
|
-
transition: background 0ms;
|
|
35208
|
+
.E_b1ibis43 {
|
|
35209
|
+
margin-bottom: 0;
|
|
35224
35210
|
color: #00122e;
|
|
35225
35211
|
}
|
|
35226
35212
|
|
|
35227
|
-
.
|
|
35228
|
-
|
|
35229
|
-
|
|
35230
|
-
}
|
|
35231
|
-
|
|
35232
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35233
|
-
height: auto;
|
|
35234
|
-
color: #00122e;
|
|
35235
|
-
font-size: 12px;
|
|
35236
|
-
text-align: left;
|
|
35237
|
-
transition: none;
|
|
35238
|
-
overflow: hidden;
|
|
35239
|
-
text-overflow: ellipsis;
|
|
35240
|
-
white-space: nowrap;
|
|
35213
|
+
.E_b11xxjd2 {
|
|
35214
|
+
line-height: 32px;
|
|
35215
|
+
margin-right: 6px;
|
|
35241
35216
|
}
|
|
35242
35217
|
|
|
35243
|
-
.
|
|
35244
|
-
|
|
35218
|
+
.E_bsub5bw.with-description {
|
|
35219
|
+
height: 24px;
|
|
35220
|
+
flex: 1;
|
|
35221
|
+
position: relative;
|
|
35222
|
+
top: -7px;
|
|
35245
35223
|
}
|
|
35246
35224
|
|
|
35247
|
-
.
|
|
35225
|
+
.E_bsub5bw p {
|
|
35226
|
+
width: 100%;
|
|
35248
35227
|
overflow: hidden;
|
|
35249
35228
|
text-overflow: ellipsis;
|
|
35250
|
-
|
|
35251
|
-
vertical-align: middle;
|
|
35229
|
+
white-space: nowrap;
|
|
35252
35230
|
}
|
|
35253
35231
|
|
|
35254
|
-
.
|
|
35255
|
-
|
|
35232
|
+
.E_tmoyoag {
|
|
35233
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35234
|
+
border-radius: 8px;
|
|
35235
|
+
overflow: auto;
|
|
35256
35236
|
}
|
|
35257
35237
|
|
|
35258
|
-
.
|
|
35259
|
-
|
|
35238
|
+
.E_tmoyoag .ant-list {
|
|
35239
|
+
position: relative;
|
|
35260
35240
|
}
|
|
35261
35241
|
|
|
35262
|
-
.
|
|
35263
|
-
|
|
35242
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35243
|
+
position: sticky;
|
|
35244
|
+
top: 0;
|
|
35245
|
+
z-index: 2;
|
|
35246
|
+
display: flex;
|
|
35247
|
+
padding: 8px;
|
|
35248
|
+
flex-wrap: nowrap;
|
|
35249
|
+
justify-content: flex-start;
|
|
35250
|
+
background: #f2f5fa;
|
|
35251
|
+
font-size: 14px;
|
|
35252
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35253
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35264
35254
|
}
|
|
35265
35255
|
|
|
35266
|
-
.
|
|
35267
|
-
|
|
35268
|
-
border-color: transparent transparent white;
|
|
35256
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35257
|
+
align-items: inherit;
|
|
35269
35258
|
}
|
|
35270
35259
|
|
|
35271
|
-
.
|
|
35272
|
-
|
|
35260
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35261
|
+
display: flex;
|
|
35262
|
+
justify-content: flex-start;
|
|
35263
|
+
align-items: flex-start;
|
|
35264
|
+
flex-wrap: wrap;
|
|
35265
|
+
padding: 8px;
|
|
35266
|
+
border: none;
|
|
35273
35267
|
}
|
|
35274
35268
|
|
|
35275
|
-
.
|
|
35276
|
-
|
|
35269
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35270
|
+
flex-basis: 100%;
|
|
35271
|
+
margin: 12px 0 0;
|
|
35272
|
+
order: 99;
|
|
35273
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35277
35274
|
}
|
|
35278
35275
|
|
|
35279
|
-
.
|
|
35280
|
-
|
|
35281
|
-
|
|
35282
|
-
|
|
35283
|
-
|
|
35284
|
-
background: white;
|
|
35276
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35277
|
+
color: #f0483e;
|
|
35278
|
+
flex-basis: 100%;
|
|
35279
|
+
order: 98;
|
|
35280
|
+
margin: 12px 0 0;
|
|
35285
35281
|
}
|
|
35286
35282
|
|
|
35287
|
-
.
|
|
35288
|
-
|
|
35283
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35284
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35289
35285
|
}
|
|
35290
35286
|
|
|
35291
|
-
.
|
|
35292
|
-
|
|
35293
|
-
background: white;
|
|
35294
|
-
border-top: none;
|
|
35287
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35288
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35295
35289
|
}
|
|
35296
35290
|
|
|
35297
|
-
.
|
|
35298
|
-
|
|
35299
|
-
|
|
35300
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35291
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35292
|
+
flex: 1 0 0;
|
|
35293
|
+
overflow: hidden;
|
|
35301
35294
|
}
|
|
35302
35295
|
|
|
35303
|
-
.
|
|
35304
|
-
|
|
35305
|
-
|
|
35296
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35297
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35298
|
+
margin: 0;
|
|
35306
35299
|
}
|
|
35307
35300
|
|
|
35308
|
-
.
|
|
35309
|
-
|
|
35310
|
-
align-items: center;
|
|
35311
|
-
height: 100%;
|
|
35312
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35301
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35302
|
+
text-align: center;
|
|
35313
35303
|
}
|
|
35314
35304
|
|
|
35315
|
-
.
|
|
35316
|
-
|
|
35317
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35305
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35306
|
+
text-align: center;
|
|
35318
35307
|
}
|
|
35319
35308
|
|
|
35320
|
-
.
|
|
35321
|
-
|
|
35322
|
-
align-items: center;
|
|
35323
|
-
height: 100%;
|
|
35324
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35309
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35310
|
+
text-align: left;
|
|
35325
35311
|
}
|
|
35326
35312
|
|
|
35327
|
-
.
|
|
35328
|
-
|
|
35313
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35314
|
+
text-align: left;
|
|
35329
35315
|
}
|
|
35330
35316
|
|
|
35331
|
-
.
|
|
35332
|
-
|
|
35333
|
-
border-radius: 8px;
|
|
35317
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35318
|
+
text-align: right;
|
|
35334
35319
|
}
|
|
35335
35320
|
|
|
35336
|
-
.
|
|
35337
|
-
|
|
35321
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35322
|
+
text-align: right;
|
|
35338
35323
|
}
|
|
35339
35324
|
|
|
35340
|
-
.
|
|
35341
|
-
|
|
35342
|
-
border-bottom-color: transparent;
|
|
35343
|
-
border-top-color: transparent;
|
|
35325
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35326
|
+
margin-right: 8px;
|
|
35344
35327
|
}
|
|
35345
35328
|
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35329
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35330
|
+
padding: 4px;
|
|
35331
|
+
width: 24px;
|
|
35332
|
+
height: 24px;
|
|
35333
|
+
overflow: hidden;
|
|
35348
35334
|
}
|
|
35349
35335
|
|
|
35350
|
-
.
|
|
35351
|
-
|
|
35336
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35337
|
+
padding: 0;
|
|
35352
35338
|
}
|
|
35353
35339
|
|
|
35354
|
-
.
|
|
35355
|
-
|
|
35340
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35341
|
+
cursor: not-allowed;
|
|
35342
|
+
opacity: 0.5;
|
|
35356
35343
|
}
|
|
35357
35344
|
|
|
35358
|
-
.
|
|
35359
|
-
|
|
35360
|
-
font-weight: 400;
|
|
35361
|
-
position: relative;
|
|
35362
|
-
border-bottom: none;
|
|
35363
|
-
color: #00122e;
|
|
35364
|
-
transition: none;
|
|
35365
|
-
padding: 14px 8px 14px 8px;
|
|
35366
|
-
line-height: 20px;
|
|
35345
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35346
|
+
margin: 0;
|
|
35367
35347
|
}
|
|
35368
35348
|
|
|
35369
|
-
.
|
|
35370
|
-
|
|
35371
|
-
|
|
35372
|
-
|
|
35373
|
-
bottom: 0;
|
|
35374
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35375
|
-
position: absolute;
|
|
35376
|
-
right: 0;
|
|
35349
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35350
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35351
|
+
border-radius: 5px;
|
|
35352
|
+
font-size: 12px;
|
|
35377
35353
|
}
|
|
35378
35354
|
|
|
35379
|
-
.
|
|
35380
|
-
|
|
35355
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35356
|
+
font-size: inherit;
|
|
35381
35357
|
}
|
|
35382
35358
|
|
|
35383
|
-
.
|
|
35384
|
-
|
|
35359
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35360
|
+
min-height: 24px;
|
|
35361
|
+
font-size: 12px;
|
|
35362
|
+
position: relative;
|
|
35385
35363
|
}
|
|
35386
35364
|
|
|
35387
|
-
.
|
|
35388
|
-
|
|
35389
|
-
overflow: hidden;
|
|
35390
|
-
white-space: nowrap;
|
|
35391
|
-
text-overflow: ellipsis;
|
|
35365
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35366
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35392
35367
|
}
|
|
35393
35368
|
|
|
35394
|
-
.
|
|
35395
|
-
|
|
35396
|
-
text-overflow: ellipsis;
|
|
35397
|
-
flex: 1;
|
|
35369
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35370
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35398
35371
|
}
|
|
35399
35372
|
|
|
35400
|
-
.
|
|
35401
|
-
|
|
35373
|
+
.E_a138syjm {
|
|
35374
|
+
display: flex;
|
|
35375
|
+
align-items: center;
|
|
35376
|
+
margin-top: 8px;
|
|
35402
35377
|
}
|
|
35403
35378
|
|
|
35404
|
-
.
|
|
35405
|
-
padding:
|
|
35379
|
+
.E_a138syjm button.ant-btn {
|
|
35380
|
+
padding: 2px 8px;
|
|
35381
|
+
height: 24px;
|
|
35406
35382
|
}
|
|
35407
35383
|
|
|
35408
|
-
.
|
|
35409
|
-
position: absolute;
|
|
35410
|
-
right: 6px;
|
|
35411
|
-
top: 50%;
|
|
35412
|
-
transform: translateY(-50%);
|
|
35413
|
-
height: 16px;
|
|
35384
|
+
.E_a138syjm > span.maximum-desc {
|
|
35414
35385
|
display: none;
|
|
35415
|
-
|
|
35386
|
+
margin-left: 8px;
|
|
35387
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35416
35388
|
}
|
|
35417
35389
|
|
|
35418
|
-
.
|
|
35419
|
-
display:
|
|
35420
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
35390
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35391
|
+
display: inline;
|
|
35421
35392
|
}
|
|
35422
35393
|
|
|
35423
|
-
.
|
|
35424
|
-
|
|
35394
|
+
.E_d77i8u0 {
|
|
35395
|
+
width: 24px;
|
|
35396
|
+
height: 24px;
|
|
35397
|
+
padding: 4px;
|
|
35398
|
+
margin-right: 8px;
|
|
35425
35399
|
}
|
|
35426
35400
|
|
|
35427
|
-
.
|
|
35428
|
-
|
|
35401
|
+
.E_sjob3jg {
|
|
35402
|
+
--item-min-width: 60px;
|
|
35429
35403
|
}
|
|
35430
35404
|
|
|
35431
|
-
.
|
|
35432
|
-
|
|
35405
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35406
|
+
display: none !important;
|
|
35433
35407
|
}
|
|
35434
35408
|
|
|
35435
|
-
.
|
|
35436
|
-
|
|
35409
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35410
|
+
flex-shrink: 0 !important;
|
|
35437
35411
|
}
|
|
35438
35412
|
|
|
35439
|
-
.
|
|
35440
|
-
|
|
35413
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35414
|
+
color: #0080ff;
|
|
35441
35415
|
}
|
|
35442
35416
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35417
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35418
|
+
color: #0080ff;
|
|
35419
|
+
font-weight: normal;
|
|
35445
35420
|
}
|
|
35446
35421
|
|
|
35447
|
-
.
|
|
35448
|
-
|
|
35422
|
+
.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 {
|
|
35423
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35449
35424
|
}
|
|
35450
35425
|
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35426
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35427
|
+
color: #00122e;
|
|
35453
35428
|
}
|
|
35454
35429
|
|
|
35455
|
-
.
|
|
35456
|
-
|
|
35457
|
-
left: 50%;
|
|
35458
|
-
top: 50%;
|
|
35459
|
-
transform: translate(-50%, -50%);
|
|
35430
|
+
.E_sjob3jg .step-item-text {
|
|
35431
|
+
display: inline-block;
|
|
35460
35432
|
}
|
|
35461
35433
|
|
|
35462
|
-
.
|
|
35463
|
-
|
|
35434
|
+
.E_sjob3jg .step-item-title {
|
|
35435
|
+
overflow: hidden;
|
|
35436
|
+
white-space: nowrap;
|
|
35437
|
+
text-overflow: ellipsis;
|
|
35464
35438
|
}
|
|
35465
35439
|
|
|
35466
|
-
.
|
|
35467
|
-
|
|
35440
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35441
|
+
min-width: var(--item-min-width);
|
|
35468
35442
|
}
|
|
35469
35443
|
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35444
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35445
|
+
cursor: not-allowed !important;
|
|
35472
35446
|
}
|
|
35473
35447
|
|
|
35474
|
-
.
|
|
35475
|
-
|
|
35476
|
-
|
|
35477
|
-
background: inherit !important;
|
|
35478
|
-
height: 100px;
|
|
35479
|
-
vertical-align: middle;
|
|
35448
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35449
|
+
flex-direction: row;
|
|
35450
|
+
justify-content: stretch;
|
|
35480
35451
|
}
|
|
35481
35452
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35484
|
-
|
|
35485
|
-
|
|
35486
|
-
|
|
35453
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35454
|
+
padding: 0;
|
|
35455
|
+
margin-right: 4px;
|
|
35456
|
+
flex: 1;
|
|
35457
|
+
overflow: visible;
|
|
35487
35458
|
}
|
|
35488
35459
|
|
|
35489
|
-
.
|
|
35490
|
-
|
|
35491
|
-
|
|
35460
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35461
|
+
width: 100%;
|
|
35462
|
+
min-height: unset;
|
|
35492
35463
|
}
|
|
35493
35464
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35496
|
-
|
|
35497
|
-
|
|
35465
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35466
|
+
height: 26px;
|
|
35467
|
+
line-height: 26px;
|
|
35468
|
+
width: 100%;
|
|
35469
|
+
padding: 0;
|
|
35470
|
+
font-size: 12px;
|
|
35498
35471
|
}
|
|
35499
35472
|
|
|
35500
|
-
.
|
|
35501
|
-
|
|
35502
|
-
display: flex;
|
|
35503
|
-
align-items: center;
|
|
35504
|
-
justify-content: flex-end;
|
|
35505
|
-
padding-right: 8px;
|
|
35473
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35474
|
+
margin-right: 10px;
|
|
35506
35475
|
}
|
|
35507
35476
|
|
|
35508
|
-
.
|
|
35509
|
-
|
|
35510
|
-
height: 24px;
|
|
35511
|
-
cursor: pointer;
|
|
35512
|
-
justify-content: center;
|
|
35513
|
-
border-radius: 4px;
|
|
35477
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35478
|
+
display: none;
|
|
35514
35479
|
}
|
|
35515
35480
|
|
|
35516
|
-
.
|
|
35517
|
-
|
|
35481
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35482
|
+
padding-left: 8px;
|
|
35483
|
+
padding-right: 4px;
|
|
35484
|
+
border-radius: 4px 0 0 4px;
|
|
35518
35485
|
}
|
|
35519
35486
|
|
|
35520
|
-
.
|
|
35521
|
-
margin: 0;
|
|
35522
|
-
border-radius: 20px;
|
|
35523
|
-
padding: 2px 10px;
|
|
35524
|
-
height: 22px;
|
|
35487
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35488
|
+
margin-right: 0;
|
|
35525
35489
|
}
|
|
35526
35490
|
|
|
35527
|
-
.
|
|
35528
|
-
|
|
35491
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35492
|
+
padding-right: 8px;
|
|
35493
|
+
padding-left: 12px;
|
|
35494
|
+
border-radius: 0 4px 4px 0;
|
|
35529
35495
|
}
|
|
35530
35496
|
|
|
35531
|
-
.
|
|
35532
|
-
|
|
35497
|
+
.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 {
|
|
35498
|
+
content: "";
|
|
35499
|
+
width: 0;
|
|
35500
|
+
height: 0;
|
|
35501
|
+
border: 13px solid transparent;
|
|
35502
|
+
position: absolute;
|
|
35503
|
+
top: 0;
|
|
35504
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35505
|
+
z-index: 2;
|
|
35506
|
+
position: relative;
|
|
35507
|
+
top: -50%;
|
|
35508
|
+
right: -100%;
|
|
35533
35509
|
}
|
|
35534
35510
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35511
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35512
|
+
padding: 0 4px 0 12px;
|
|
35537
35513
|
}
|
|
35538
35514
|
|
|
35539
|
-
.
|
|
35540
|
-
|
|
35515
|
+
.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 {
|
|
35516
|
+
content: "";
|
|
35517
|
+
width: 0;
|
|
35518
|
+
height: 0;
|
|
35519
|
+
border: 13px solid transparent;
|
|
35520
|
+
position: absolute;
|
|
35521
|
+
top: 0;
|
|
35522
|
+
border-left: 8px solid #fff;
|
|
35523
|
+
left: 0;
|
|
35541
35524
|
}
|
|
35542
35525
|
|
|
35543
|
-
.
|
|
35544
|
-
|
|
35545
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35526
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35527
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35546
35528
|
}
|
|
35547
35529
|
|
|
35548
|
-
.
|
|
35530
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35549
35531
|
background-color: rgba(0, 136, 255, 0.1);
|
|
35550
35532
|
}
|
|
35551
35533
|
|
|
35552
|
-
.
|
|
35553
|
-
|
|
35534
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35535
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35554
35536
|
}
|
|
35555
35537
|
|
|
35556
|
-
.
|
|
35557
|
-
|
|
35538
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35539
|
+
cursor: pointer;
|
|
35540
|
+
min-width: var(--item-min-width);
|
|
35558
35541
|
}
|
|
35559
35542
|
|
|
35560
|
-
.
|
|
35561
|
-
|
|
35543
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35544
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35545
|
+
min-width: var(--item-min-width);
|
|
35562
35546
|
}
|
|
35563
35547
|
|
|
35564
|
-
.
|
|
35565
|
-
|
|
35548
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35549
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35550
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35566
35551
|
}
|
|
35567
35552
|
|
|
35568
|
-
.
|
|
35569
|
-
|
|
35553
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35554
|
+
padding: 0;
|
|
35570
35555
|
}
|
|
35571
35556
|
|
|
35572
|
-
.
|
|
35573
|
-
|
|
35557
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35558
|
+
width: 192px;
|
|
35559
|
+
row-gap: 2px;
|
|
35574
35560
|
}
|
|
35575
35561
|
|
|
35576
|
-
.
|
|
35577
|
-
background-color:
|
|
35562
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35563
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35578
35564
|
}
|
|
35579
35565
|
|
|
35580
|
-
.
|
|
35581
|
-
|
|
35566
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35567
|
+
color: #00122e !important;
|
|
35582
35568
|
}
|
|
35583
35569
|
|
|
35584
|
-
.
|
|
35585
|
-
background-color: rgba(
|
|
35570
|
+
.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 {
|
|
35571
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35586
35572
|
}
|
|
35587
35573
|
|
|
35588
|
-
.
|
|
35589
|
-
|
|
35574
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35575
|
+
padding: 0 8px;
|
|
35576
|
+
border-radius: 4px;
|
|
35577
|
+
height: 32px;
|
|
35578
|
+
display: flex;
|
|
35579
|
+
align-items: center;
|
|
35590
35580
|
}
|
|
35591
35581
|
|
|
35592
|
-
.
|
|
35593
|
-
|
|
35582
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35583
|
+
min-height: auto;
|
|
35584
|
+
white-space: nowrap;
|
|
35594
35585
|
}
|
|
35595
35586
|
|
|
35596
|
-
.
|
|
35597
|
-
|
|
35587
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35588
|
+
font-size: 13px;
|
|
35589
|
+
line-height: 20px;
|
|
35590
|
+
max-width: 100%;
|
|
35591
|
+
padding-right: 0;
|
|
35598
35592
|
}
|
|
35599
35593
|
|
|
35600
|
-
.
|
|
35601
|
-
background
|
|
35594
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35595
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35602
35596
|
}
|
|
35603
35597
|
|
|
35604
|
-
.
|
|
35605
|
-
|
|
35598
|
+
.E_h6l1tj4 {
|
|
35599
|
+
width: 100%;
|
|
35600
|
+
display: inline-flex;
|
|
35601
|
+
align-items: center;
|
|
35602
|
+
justify-content: center;
|
|
35603
|
+
column-gap: 4px;
|
|
35606
35604
|
}
|
|
35607
35605
|
|
|
35608
|
-
.
|
|
35609
|
-
|
|
35610
|
-
|
|
35611
|
-
|
|
35612
|
-
|
|
35606
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35607
|
+
display: inline-flex;
|
|
35608
|
+
align-items: center;
|
|
35609
|
+
width: 18px;
|
|
35610
|
+
height: 18px;
|
|
35611
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35612
|
+
justify-content: center;
|
|
35613
35613
|
}
|
|
35614
35614
|
|
|
35615
|
-
.
|
|
35615
|
+
.E_v18frne8 {
|
|
35616
|
+
width: 100%;
|
|
35616
35617
|
display: flex;
|
|
35617
35618
|
align-items: center;
|
|
35618
|
-
justify-content:
|
|
35619
|
+
justify-content: center;
|
|
35619
35620
|
column-gap: 6px;
|
|
35621
|
+
font-size: 13px;
|
|
35620
35622
|
}
|
|
35621
35623
|
|
|
35622
|
-
.
|
|
35623
|
-
display: flex;
|
|
35624
|
-
|
|
35624
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35625
|
+
display: inline-flex;
|
|
35626
|
+
align-items: center;
|
|
35627
|
+
min-width: 20px;
|
|
35628
|
+
min-height: 20px;
|
|
35629
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35625
35630
|
justify-content: center;
|
|
35626
|
-
row-gap: var(--p1cmxsf7-0);
|
|
35627
35631
|
}
|
|
35628
35632
|
|
|
35629
|
-
.
|
|
35630
|
-
|
|
35633
|
+
.E_t1gvlxt5 {
|
|
35634
|
+
min-width: 0;
|
|
35635
|
+
flex: 1;
|
|
35636
|
+
}
|
|
35637
|
+
|
|
35638
|
+
.E_t1gvlxt5 .tag {
|
|
35639
|
+
flex: 0 0 auto;
|
|
35640
|
+
}
|
|
35641
|
+
|
|
35642
|
+
.E_t1gvlxt5 .progress-title {
|
|
35643
|
+
flex: 2;
|
|
35644
|
+
max-width: fit-content;
|
|
35645
|
+
}
|
|
35646
|
+
|
|
35647
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35648
|
+
flex: 1;
|
|
35649
|
+
max-width: fit-content;
|
|
35650
|
+
}
|
|
35651
|
+
|
|
35652
|
+
.E_a1ji6r68 {
|
|
35653
|
+
display: flex;
|
|
35654
|
+
align-items: center;
|
|
35655
|
+
column-gap: var(--a1ji6r68-0);
|
|
35631
35656
|
}
|
|
35632
35657
|
|
|
35633
35658
|
.E_t13ef470 {
|
|
@@ -35851,31 +35876,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35851
35876
|
margin-left: 8px;
|
|
35852
35877
|
}
|
|
35853
35878
|
|
|
35854
|
-
.E_t1gvlxt5 {
|
|
35855
|
-
min-width: 0;
|
|
35856
|
-
flex: 1;
|
|
35857
|
-
}
|
|
35858
|
-
|
|
35859
|
-
.E_t1gvlxt5 .tag {
|
|
35860
|
-
flex: 0 0 auto;
|
|
35861
|
-
}
|
|
35862
|
-
|
|
35863
|
-
.E_t1gvlxt5 .progress-title {
|
|
35864
|
-
flex: 2;
|
|
35865
|
-
max-width: fit-content;
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35869
|
-
flex: 1;
|
|
35870
|
-
max-width: fit-content;
|
|
35871
|
-
}
|
|
35872
|
-
|
|
35873
|
-
.E_a1ji6r68 {
|
|
35874
|
-
display: flex;
|
|
35875
|
-
align-items: center;
|
|
35876
|
-
column-gap: var(--a1ji6r68-0);
|
|
35877
|
-
}
|
|
35878
|
-
|
|
35879
35879
|
.E_t1g36k2w {
|
|
35880
35880
|
overflow: hidden;
|
|
35881
35881
|
height: 100%;
|