@cloudtower/eagle 0.34.15 → 0.34.17
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 +1268 -1268
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1599 -1599
- package/dist/style.css +1268 -1268
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,26 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_c18gxmrl {
|
|
29677
|
-
border: 1px solid #d8deeb;
|
|
29678
|
-
border-radius: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29681
|
-
margin-top: 8px;
|
|
29682
|
-
}
|
|
29683
|
-
.E_c18gxmrl:hover {
|
|
29684
|
-
border-color: #0080ff;
|
|
29685
|
-
}
|
|
29686
|
-
.E_c18gxmrl:hover > header {
|
|
29687
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29688
|
-
}
|
|
29689
|
-
.E_c18gxmrl.active header {
|
|
29690
|
-
border-bottom: 1px solid #d8deeb;
|
|
29691
|
-
}
|
|
29692
|
-
.E_c18gxmrl > header {
|
|
29693
|
-
padding: 8px 12px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
29676
|
.E_m74vjol {
|
|
29697
29677
|
display: flex;
|
|
29698
29678
|
justify-content: space-between;
|
|
@@ -29713,6 +29693,26 @@ body {
|
|
|
29713
29693
|
flex: 1;
|
|
29714
29694
|
}
|
|
29715
29695
|
|
|
29696
|
+
.E_c18gxmrl {
|
|
29697
|
+
border: 1px solid #d8deeb;
|
|
29698
|
+
border-radius: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29701
|
+
margin-top: 8px;
|
|
29702
|
+
}
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
.E_c18gxmrl.active header {
|
|
29710
|
+
border-bottom: 1px solid #d8deeb;
|
|
29711
|
+
}
|
|
29712
|
+
.E_c18gxmrl > header {
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
29716
|
.E_berrcjl {
|
|
29717
29717
|
color: rgba(10, 37, 85, 0.6);
|
|
29718
29718
|
margin-bottom: 4px;
|
|
@@ -29729,6 +29729,35 @@ body {
|
|
|
29729
29729
|
color: #005ed1;
|
|
29730
29730
|
}
|
|
29731
29731
|
|
|
29732
|
+
.E_b1nip9bk {
|
|
29733
|
+
padding: 4px 11px;
|
|
29734
|
+
}
|
|
29735
|
+
|
|
29736
|
+
.E_bqamoqe {
|
|
29737
|
+
white-space: nowrap;
|
|
29738
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29739
|
+
}
|
|
29740
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
+
--color: #0080ff;
|
|
29742
|
+
}
|
|
29743
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29744
|
+
--color: #0080ff;
|
|
29745
|
+
}
|
|
29746
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
+
margin-left: 1px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
+
border-top-right-radius: 0;
|
|
29751
|
+
border-bottom-right-radius: 0;
|
|
29752
|
+
}
|
|
29753
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
+
border-top-left-radius: 0;
|
|
29755
|
+
border-bottom-left-radius: 0;
|
|
29756
|
+
}
|
|
29757
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
+
border-radius: unset;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29732
29761
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29733
29762
|
justify-content: center;
|
|
29734
29763
|
}
|
|
@@ -29986,33 +30015,8 @@ body {
|
|
|
29986
30015
|
justify-content: center;
|
|
29987
30016
|
}
|
|
29988
30017
|
|
|
29989
|
-
.
|
|
29990
|
-
|
|
29991
|
-
}
|
|
29992
|
-
|
|
29993
|
-
.E_bqamoqe {
|
|
29994
|
-
white-space: nowrap;
|
|
29995
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29996
|
-
}
|
|
29997
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29998
|
-
--color: #0080ff;
|
|
29999
|
-
}
|
|
30000
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30001
|
-
--color: #0080ff;
|
|
30002
|
-
}
|
|
30003
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30004
|
-
margin-left: 1px;
|
|
30005
|
-
}
|
|
30006
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30007
|
-
border-top-right-radius: 0;
|
|
30008
|
-
border-bottom-right-radius: 0;
|
|
30009
|
-
}
|
|
30010
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30011
|
-
border-top-left-radius: 0;
|
|
30012
|
-
border-bottom-left-radius: 0;
|
|
30013
|
-
}
|
|
30014
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30015
|
-
border-radius: unset;
|
|
30018
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30019
|
+
line-height: 18px;
|
|
30016
30020
|
}
|
|
30017
30021
|
|
|
30018
30022
|
.E_c1uzzomf {
|
|
@@ -30044,74 +30048,26 @@ body {
|
|
|
30044
30048
|
padding: 20px 24px 24px 24px;
|
|
30045
30049
|
}
|
|
30046
30050
|
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30049
|
-
color:
|
|
30050
|
-
font-size: 12px;
|
|
30051
|
-
}
|
|
30052
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30053
|
-
padding-bottom: 6px;
|
|
30054
|
-
}
|
|
30055
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30056
|
-
padding-top: 4px;
|
|
30057
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30060
|
-
.E_phljevk {
|
|
30061
|
-
display: flex;
|
|
30062
|
-
justify-content: space-between;
|
|
30063
|
-
align-items: center;
|
|
30064
|
-
padding: 10px 0;
|
|
30065
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30066
|
-
font-size: 12px;
|
|
30067
|
-
line-height: 24px;
|
|
30068
|
-
}
|
|
30069
|
-
.E_phljevk .pagination-left {
|
|
30070
|
-
padding: 2px 8px;
|
|
30071
|
-
}
|
|
30072
|
-
.E_phljevk .dropdown-trigger {
|
|
30073
|
-
display: flex;
|
|
30074
|
-
align-items: center;
|
|
30075
|
-
border-radius: 6px;
|
|
30076
|
-
cursor: pointer;
|
|
30077
|
-
transition: all 0.3s ease;
|
|
30078
|
-
}
|
|
30079
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30080
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30081
|
-
color: #0080ff;
|
|
30082
|
-
}
|
|
30083
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30084
|
-
margin-left: 4px;
|
|
30085
|
-
}
|
|
30086
|
-
.E_phljevk .pagination-right {
|
|
30087
|
-
display: flex;
|
|
30088
|
-
align-items: center;
|
|
30089
|
-
color: #0080ff;
|
|
30090
|
-
font-weight: bold;
|
|
30091
|
-
}
|
|
30092
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30093
|
-
margin-left: 4px;
|
|
30051
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30052
|
+
border: 0px;
|
|
30053
|
+
background-color: #fff;
|
|
30094
30054
|
}
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30097
|
-
padding:
|
|
30055
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30056
|
+
padding-top: 0px;
|
|
30057
|
+
padding-bottom: 0px;
|
|
30058
|
+
padding-left: 0px !important;
|
|
30059
|
+
padding-right: 24px;
|
|
30098
30060
|
}
|
|
30099
|
-
.
|
|
30100
|
-
|
|
30101
|
-
color: #0080ff;
|
|
30061
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30062
|
+
right: 0px;
|
|
30102
30063
|
}
|
|
30103
|
-
.
|
|
30104
|
-
|
|
30064
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30065
|
+
padding: 0px;
|
|
30105
30066
|
}
|
|
30106
30067
|
|
|
30107
|
-
.
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
}
|
|
30111
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30112
|
-
padding: 4px 20px;
|
|
30113
|
-
font-size: 12px;
|
|
30114
|
-
line-height: 18px;
|
|
30068
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30069
|
+
padding-right: 0px;
|
|
30070
|
+
cursor: default;
|
|
30115
30071
|
}
|
|
30116
30072
|
|
|
30117
30073
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30209,29 +30165,73 @@ body {
|
|
|
30209
30165
|
width: 102px;
|
|
30210
30166
|
}
|
|
30211
30167
|
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30217
|
-
padding-top: 0px;
|
|
30218
|
-
padding-bottom: 0px;
|
|
30219
|
-
padding-left: 0px !important;
|
|
30220
|
-
padding-right: 24px;
|
|
30168
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30169
|
+
padding: 4px 8px 0 8px;
|
|
30170
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30171
|
+
font-size: 12px;
|
|
30221
30172
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30173
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30174
|
+
padding-bottom: 6px;
|
|
30224
30175
|
}
|
|
30225
|
-
.
|
|
30226
|
-
padding:
|
|
30176
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30177
|
+
padding-top: 4px;
|
|
30178
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30227
30179
|
}
|
|
30228
30180
|
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30231
|
-
|
|
30181
|
+
.E_phljevk {
|
|
30182
|
+
display: flex;
|
|
30183
|
+
justify-content: space-between;
|
|
30184
|
+
align-items: center;
|
|
30185
|
+
padding: 10px 0;
|
|
30186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30187
|
+
font-size: 12px;
|
|
30188
|
+
line-height: 24px;
|
|
30189
|
+
}
|
|
30190
|
+
.E_phljevk .pagination-left {
|
|
30191
|
+
padding: 2px 8px;
|
|
30192
|
+
}
|
|
30193
|
+
.E_phljevk .dropdown-trigger {
|
|
30194
|
+
display: flex;
|
|
30195
|
+
align-items: center;
|
|
30196
|
+
border-radius: 6px;
|
|
30197
|
+
cursor: pointer;
|
|
30198
|
+
transition: all 0.3s ease;
|
|
30199
|
+
}
|
|
30200
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30201
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30202
|
+
color: #0080ff;
|
|
30203
|
+
}
|
|
30204
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30205
|
+
margin-left: 4px;
|
|
30206
|
+
}
|
|
30207
|
+
.E_phljevk .pagination-right {
|
|
30208
|
+
display: flex;
|
|
30209
|
+
align-items: center;
|
|
30210
|
+
color: #0080ff;
|
|
30211
|
+
font-weight: bold;
|
|
30212
|
+
}
|
|
30213
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30214
|
+
margin-left: 4px;
|
|
30215
|
+
}
|
|
30216
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30217
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30218
|
+
padding: 0 8px;
|
|
30219
|
+
}
|
|
30220
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30221
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30222
|
+
color: #0080ff;
|
|
30223
|
+
}
|
|
30224
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30225
|
+
transform: rotate(180deg);
|
|
30232
30226
|
}
|
|
30233
30227
|
|
|
30234
|
-
.
|
|
30228
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30229
|
+
max-height: calc(100vh - 128px);
|
|
30230
|
+
overflow-y: auto;
|
|
30231
|
+
}
|
|
30232
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30233
|
+
padding: 4px 20px;
|
|
30234
|
+
font-size: 12px;
|
|
30235
30235
|
line-height: 18px;
|
|
30236
30236
|
}
|
|
30237
30237
|
|
|
@@ -30381,8 +30381,73 @@ body {
|
|
|
30381
30381
|
width: 36px;
|
|
30382
30382
|
}
|
|
30383
30383
|
|
|
30384
|
-
.
|
|
30385
|
-
|
|
30384
|
+
.E_s1dizucg.ant-switch {
|
|
30385
|
+
min-width: 40px;
|
|
30386
|
+
height: 24px;
|
|
30387
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30388
|
+
overflow: hidden;
|
|
30389
|
+
}
|
|
30390
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30391
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30392
|
+
}
|
|
30393
|
+
.E_s1dizucg.ant-switch-small {
|
|
30394
|
+
min-width: 26px;
|
|
30395
|
+
height: 16px;
|
|
30396
|
+
}
|
|
30397
|
+
.E_s1dizucg.ant-switch-large {
|
|
30398
|
+
min-width: 52px;
|
|
30399
|
+
height: 32px;
|
|
30400
|
+
}
|
|
30401
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30402
|
+
height: 20px;
|
|
30403
|
+
width: 20px;
|
|
30404
|
+
}
|
|
30405
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30406
|
+
border-radius: 10px;
|
|
30407
|
+
transition-delay: 120ms;
|
|
30408
|
+
}
|
|
30409
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30410
|
+
height: 14px;
|
|
30411
|
+
width: 14px;
|
|
30412
|
+
top: 1px;
|
|
30413
|
+
left: 1px;
|
|
30414
|
+
}
|
|
30415
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30416
|
+
height: 28px;
|
|
30417
|
+
width: 28px;
|
|
30418
|
+
}
|
|
30419
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30420
|
+
border-radius: 14px;
|
|
30421
|
+
}
|
|
30422
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30423
|
+
background-color: #00ba5d;
|
|
30424
|
+
}
|
|
30425
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30426
|
+
left: calc(100% - 20px - 2px);
|
|
30427
|
+
}
|
|
30428
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30429
|
+
left: calc(100% - 14px - 1px);
|
|
30430
|
+
}
|
|
30431
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30432
|
+
left: calc(100% - 28px - 2px);
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.E_c1up6e3y {
|
|
30436
|
+
margin-left: 5px;
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30439
|
+
.E_ivqqkzv {
|
|
30440
|
+
height: 24px;
|
|
30441
|
+
width: 56px !important;
|
|
30442
|
+
margin-right: 4px;
|
|
30443
|
+
}
|
|
30444
|
+
|
|
30445
|
+
.E_c1wk4q29 {
|
|
30446
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30447
|
+
}
|
|
30448
|
+
|
|
30449
|
+
.E_c1bus5hc {
|
|
30450
|
+
--color: white;
|
|
30386
30451
|
height: 14px;
|
|
30387
30452
|
width: 14px;
|
|
30388
30453
|
border-radius: 50%;
|
|
@@ -30421,16 +30486,10 @@ body {
|
|
|
30421
30486
|
transform: rotate(0deg);
|
|
30422
30487
|
}
|
|
30423
30488
|
|
|
30424
|
-
.
|
|
30425
|
-
height: 24px;
|
|
30426
|
-
width: 56px !important;
|
|
30489
|
+
.E_tju3gfj .date {
|
|
30427
30490
|
margin-right: 4px;
|
|
30428
30491
|
}
|
|
30429
30492
|
|
|
30430
|
-
.E_c1wk4q29 {
|
|
30431
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30432
|
-
}
|
|
30433
|
-
|
|
30434
30493
|
.E_i11gg7mj .ant-input-prefix {
|
|
30435
30494
|
margin-right: 8px;
|
|
30436
30495
|
}
|
|
@@ -30457,65 +30516,6 @@ body {
|
|
|
30457
30516
|
cursor: not-allowed;
|
|
30458
30517
|
}
|
|
30459
30518
|
|
|
30460
|
-
.E_s1dizucg.ant-switch {
|
|
30461
|
-
min-width: 40px;
|
|
30462
|
-
height: 24px;
|
|
30463
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30464
|
-
overflow: hidden;
|
|
30465
|
-
}
|
|
30466
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30467
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30468
|
-
}
|
|
30469
|
-
.E_s1dizucg.ant-switch-small {
|
|
30470
|
-
min-width: 26px;
|
|
30471
|
-
height: 16px;
|
|
30472
|
-
}
|
|
30473
|
-
.E_s1dizucg.ant-switch-large {
|
|
30474
|
-
min-width: 52px;
|
|
30475
|
-
height: 32px;
|
|
30476
|
-
}
|
|
30477
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30478
|
-
height: 20px;
|
|
30479
|
-
width: 20px;
|
|
30480
|
-
}
|
|
30481
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30482
|
-
border-radius: 10px;
|
|
30483
|
-
transition-delay: 120ms;
|
|
30484
|
-
}
|
|
30485
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30486
|
-
height: 14px;
|
|
30487
|
-
width: 14px;
|
|
30488
|
-
top: 1px;
|
|
30489
|
-
left: 1px;
|
|
30490
|
-
}
|
|
30491
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30492
|
-
height: 28px;
|
|
30493
|
-
width: 28px;
|
|
30494
|
-
}
|
|
30495
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30496
|
-
border-radius: 14px;
|
|
30497
|
-
}
|
|
30498
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30499
|
-
background-color: #00ba5d;
|
|
30500
|
-
}
|
|
30501
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30502
|
-
left: calc(100% - 20px - 2px);
|
|
30503
|
-
}
|
|
30504
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30505
|
-
left: calc(100% - 14px - 1px);
|
|
30506
|
-
}
|
|
30507
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30508
|
-
left: calc(100% - 28px - 2px);
|
|
30509
|
-
}
|
|
30510
|
-
|
|
30511
|
-
.E_c1up6e3y {
|
|
30512
|
-
margin-left: 5px;
|
|
30513
|
-
}
|
|
30514
|
-
|
|
30515
|
-
.E_tju3gfj .date {
|
|
30516
|
-
margin-right: 4px;
|
|
30517
|
-
}
|
|
30518
|
-
|
|
30519
30519
|
.E_s1sck0th {
|
|
30520
30520
|
padding: 0 8px;
|
|
30521
30521
|
border-radius: 4px;
|
|
@@ -30598,6 +30598,10 @@ body {
|
|
|
30598
30598
|
background-color: #7E41FF;
|
|
30599
30599
|
}
|
|
30600
30600
|
|
|
30601
|
+
.E_iq1gosr {
|
|
30602
|
+
display: inline-block;
|
|
30603
|
+
}
|
|
30604
|
+
|
|
30601
30605
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30602
30606
|
display: none;
|
|
30603
30607
|
}
|
|
@@ -30690,10 +30694,6 @@ body {
|
|
|
30690
30694
|
opacity: 0;
|
|
30691
30695
|
}
|
|
30692
30696
|
|
|
30693
|
-
.E_iq1gosr {
|
|
30694
|
-
display: inline-block;
|
|
30695
|
-
}
|
|
30696
|
-
|
|
30697
30697
|
.E_fzh9mnb {
|
|
30698
30698
|
width: 100%;
|
|
30699
30699
|
height: 100%;
|
|
@@ -30709,56 +30709,24 @@ body {
|
|
|
30709
30709
|
font-size: 18px;
|
|
30710
30710
|
}
|
|
30711
30711
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30714
|
-
margin-bottom: 0 !important;
|
|
30715
|
-
flex-flow: nowrap !important;
|
|
30716
|
-
line-break: auto;
|
|
30717
|
-
}
|
|
30718
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30719
|
-
text-align: left !important;
|
|
30720
|
-
padding-bottom: 0 !important;
|
|
30721
|
-
}
|
|
30722
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30723
|
-
min-height: 32px;
|
|
30724
|
-
height: auto;
|
|
30725
|
-
font-size: 13px;
|
|
30726
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30727
|
-
white-space: normal;
|
|
30728
|
-
}
|
|
30729
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30730
|
-
border-color: #ff4d4f !important;
|
|
30731
|
-
}
|
|
30732
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30733
|
-
border-color: #ff4d4f !important;
|
|
30734
|
-
}
|
|
30735
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30736
|
-
margin-top: 4px;
|
|
30737
|
-
font-size: 12px;
|
|
30738
|
-
min-height: 0px;
|
|
30712
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30713
|
+
margin-left: 8px;
|
|
30739
30714
|
}
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30743
|
-
min-height: 0px;
|
|
30715
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30716
|
+
padding: 2px 7px 2px 12px;
|
|
30744
30717
|
}
|
|
30745
30718
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
|
|
30719
|
+
.E_i1inqkme {
|
|
30720
|
+
height: 18px;
|
|
30721
|
+
line-height: 18px;
|
|
30722
|
+
padding: 0 4px;
|
|
30723
|
+
border-radius: 4px;
|
|
30724
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30725
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30726
|
+
display: flex;
|
|
30752
30727
|
align-items: center;
|
|
30753
|
-
|
|
30754
|
-
|
|
30755
|
-
.E_iouxfgt .icon-inner + span,
|
|
30756
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30757
|
-
margin-left: 4px;
|
|
30758
|
-
}
|
|
30759
|
-
.E_iouxfgt.is-rotate img,
|
|
30760
|
-
.E_iouxfgt.is-rotate svg {
|
|
30761
|
-
animation: rotate 680ms linear infinite;
|
|
30728
|
+
white-space: nowrap;
|
|
30729
|
+
margin-right: 4px;
|
|
30762
30730
|
}
|
|
30763
30731
|
|
|
30764
30732
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30852,63 +30820,99 @@ body {
|
|
|
30852
30820
|
font-size: inherit;
|
|
30853
30821
|
}
|
|
30854
30822
|
|
|
30855
|
-
.
|
|
30856
|
-
margin-left: 8px;
|
|
30857
|
-
}
|
|
30858
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30859
|
-
padding: 2px 7px 2px 12px;
|
|
30860
|
-
}
|
|
30861
|
-
|
|
30862
|
-
.E_i1inqkme {
|
|
30863
|
-
height: 18px;
|
|
30864
|
-
line-height: 18px;
|
|
30865
|
-
padding: 0 4px;
|
|
30866
|
-
border-radius: 4px;
|
|
30867
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30868
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30869
|
-
display: flex;
|
|
30870
|
-
align-items: center;
|
|
30871
|
-
white-space: nowrap;
|
|
30872
|
-
margin-right: 4px;
|
|
30873
|
-
}
|
|
30874
|
-
|
|
30875
|
-
.E_owd0kml {
|
|
30876
|
-
display: inline-block;
|
|
30877
|
-
}
|
|
30878
|
-
|
|
30879
|
-
.E_h1jsgezc {
|
|
30880
|
-
visibility: hidden;
|
|
30881
|
-
position: absolute;
|
|
30882
|
-
}
|
|
30883
|
-
|
|
30884
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
30823
|
+
.E_iouxfgt {
|
|
30885
30824
|
display: inline-flex;
|
|
30886
30825
|
align-items: center;
|
|
30887
|
-
justify-content: center;
|
|
30888
|
-
color: #fff;
|
|
30889
|
-
font-weight: bold;
|
|
30890
|
-
font-size: 12px;
|
|
30891
|
-
width: 24px;
|
|
30892
|
-
height: 24px;
|
|
30893
|
-
border-radius: 50%;
|
|
30894
|
-
background: var(--a1b5xrg3-0);
|
|
30895
30826
|
}
|
|
30896
|
-
.
|
|
30897
|
-
transition: all 160ms ease;
|
|
30898
|
-
cursor: pointer;
|
|
30899
|
-
width: 56px;
|
|
30900
|
-
height: 40px;
|
|
30827
|
+
.E_iouxfgt .icon-inner {
|
|
30901
30828
|
display: inline-flex;
|
|
30902
30829
|
align-items: center;
|
|
30903
30830
|
justify-content: center;
|
|
30904
|
-
border-radius: 6px;
|
|
30905
30831
|
}
|
|
30906
|
-
.
|
|
30907
|
-
|
|
30832
|
+
.E_iouxfgt .icon-inner + span,
|
|
30833
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30834
|
+
margin-left: 4px;
|
|
30908
30835
|
}
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
|
|
30836
|
+
.E_iouxfgt.is-rotate img,
|
|
30837
|
+
.E_iouxfgt.is-rotate svg {
|
|
30838
|
+
animation: rotate 680ms linear infinite;
|
|
30839
|
+
}
|
|
30840
|
+
|
|
30841
|
+
.E_f7pxqmh {
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
margin-bottom: 0 !important;
|
|
30844
|
+
flex-flow: nowrap !important;
|
|
30845
|
+
line-break: auto;
|
|
30846
|
+
}
|
|
30847
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30848
|
+
text-align: left !important;
|
|
30849
|
+
padding-bottom: 0 !important;
|
|
30850
|
+
}
|
|
30851
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30852
|
+
min-height: 32px;
|
|
30853
|
+
height: auto;
|
|
30854
|
+
font-size: 13px;
|
|
30855
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30856
|
+
white-space: normal;
|
|
30857
|
+
}
|
|
30858
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30859
|
+
border-color: #ff4d4f !important;
|
|
30860
|
+
}
|
|
30861
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30862
|
+
border-color: #ff4d4f !important;
|
|
30863
|
+
}
|
|
30864
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30865
|
+
margin-top: 4px;
|
|
30866
|
+
font-size: 12px;
|
|
30867
|
+
min-height: 0px;
|
|
30868
|
+
}
|
|
30869
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30870
|
+
font-size: 12px;
|
|
30871
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30872
|
+
min-height: 0px;
|
|
30873
|
+
}
|
|
30874
|
+
|
|
30875
|
+
.E_owd0kml {
|
|
30876
|
+
display: inline-block;
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
.E_h1jsgezc {
|
|
30880
|
+
visibility: hidden;
|
|
30881
|
+
position: absolute;
|
|
30882
|
+
}
|
|
30883
|
+
|
|
30884
|
+
.E_m196gn1d {
|
|
30885
|
+
min-width: 1280px;
|
|
30886
|
+
}
|
|
30887
|
+
|
|
30888
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
30889
|
+
display: inline-flex;
|
|
30890
|
+
align-items: center;
|
|
30891
|
+
justify-content: center;
|
|
30892
|
+
color: #fff;
|
|
30893
|
+
font-weight: bold;
|
|
30894
|
+
font-size: 12px;
|
|
30895
|
+
width: 24px;
|
|
30896
|
+
height: 24px;
|
|
30897
|
+
border-radius: 50%;
|
|
30898
|
+
background: var(--a1b5xrg3-0);
|
|
30899
|
+
}
|
|
30900
|
+
.E_a1b5xrg3.btn-item {
|
|
30901
|
+
transition: all 160ms ease;
|
|
30902
|
+
cursor: pointer;
|
|
30903
|
+
width: 56px;
|
|
30904
|
+
height: 40px;
|
|
30905
|
+
display: inline-flex;
|
|
30906
|
+
align-items: center;
|
|
30907
|
+
justify-content: center;
|
|
30908
|
+
border-radius: 6px;
|
|
30909
|
+
}
|
|
30910
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
30911
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30912
|
+
}
|
|
30913
|
+
.E_a1b5xrg3.btn-item:active {
|
|
30914
|
+
transform: translateY(2px);
|
|
30915
|
+
transition: all 320ms ease;
|
|
30912
30916
|
}
|
|
30913
30917
|
|
|
30914
30918
|
.E_dsnbhzf {
|
|
@@ -31386,10 +31390,6 @@ body {
|
|
|
31386
31390
|
line-height: 12px;
|
|
31387
31391
|
}
|
|
31388
31392
|
|
|
31389
|
-
.E_m196gn1d {
|
|
31390
|
-
min-width: 1280px;
|
|
31391
|
-
}
|
|
31392
|
-
|
|
31393
31393
|
.E_cnujxq2 {
|
|
31394
31394
|
display: flex;
|
|
31395
31395
|
flex-direction: column;
|
|
@@ -32137,6 +32137,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32137
32137
|
transform: rotate(180deg);
|
|
32138
32138
|
}
|
|
32139
32139
|
|
|
32140
|
+
.E_oa99sl3 {
|
|
32141
|
+
display: flex;
|
|
32142
|
+
justify-content: space-between;
|
|
32143
|
+
align-items: center;
|
|
32144
|
+
gap: 8px;
|
|
32145
|
+
}
|
|
32146
|
+
.E_oa99sl3,
|
|
32147
|
+
.E_oa99sl3 :first-child {
|
|
32148
|
+
line-height: inherit !important;
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32151
|
+
.E_lvp5pj7 {
|
|
32152
|
+
display: flex;
|
|
32153
|
+
justify-content: space-between;
|
|
32154
|
+
align-items: center;
|
|
32155
|
+
gap: 8px;
|
|
32156
|
+
min-width: 0;
|
|
32157
|
+
}
|
|
32158
|
+
|
|
32159
|
+
.E_s1io1lws {
|
|
32160
|
+
display: flex;
|
|
32161
|
+
align-items: center;
|
|
32162
|
+
flex-shrink: 0;
|
|
32163
|
+
}
|
|
32164
|
+
|
|
32140
32165
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32141
32166
|
opacity: 1;
|
|
32142
32167
|
}
|
|
@@ -32264,31 +32289,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32264
32289
|
color: rgba(0, 21, 64, 0.3);
|
|
32265
32290
|
}
|
|
32266
32291
|
|
|
32267
|
-
.E_oa99sl3 {
|
|
32268
|
-
display: flex;
|
|
32269
|
-
justify-content: space-between;
|
|
32270
|
-
align-items: center;
|
|
32271
|
-
gap: 8px;
|
|
32272
|
-
}
|
|
32273
|
-
.E_oa99sl3,
|
|
32274
|
-
.E_oa99sl3 :first-child {
|
|
32275
|
-
line-height: inherit !important;
|
|
32276
|
-
}
|
|
32277
|
-
|
|
32278
|
-
.E_lvp5pj7 {
|
|
32279
|
-
display: flex;
|
|
32280
|
-
justify-content: space-between;
|
|
32281
|
-
align-items: center;
|
|
32282
|
-
gap: 8px;
|
|
32283
|
-
min-width: 0;
|
|
32284
|
-
}
|
|
32285
|
-
|
|
32286
|
-
.E_s1io1lws {
|
|
32287
|
-
display: flex;
|
|
32288
|
-
align-items: center;
|
|
32289
|
-
flex-shrink: 0;
|
|
32290
|
-
}
|
|
32291
|
-
|
|
32292
32292
|
.E_w1dxz879 {
|
|
32293
32293
|
display: flex;
|
|
32294
32294
|
flex-direction: column;
|
|
@@ -32304,6 +32304,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32304
32304
|
opacity: 0.8;
|
|
32305
32305
|
}
|
|
32306
32306
|
|
|
32307
|
+
.E_suhck3k {
|
|
32308
|
+
height: 24px;
|
|
32309
|
+
width: 24px;
|
|
32310
|
+
border-radius: 6px;
|
|
32311
|
+
padding: 4px;
|
|
32312
|
+
}
|
|
32313
|
+
.E_suhck3k:hover {
|
|
32314
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32315
|
+
}
|
|
32316
|
+
.E_suhck3k:hover svg path {
|
|
32317
|
+
fill: blue;
|
|
32318
|
+
}
|
|
32319
|
+
|
|
32307
32320
|
.E_ryby9ds {
|
|
32308
32321
|
display: flex;
|
|
32309
32322
|
align-items: center;
|
|
@@ -32320,54 +32333,34 @@ input.E_rf8rlle.ant-input {
|
|
|
32320
32333
|
margin-right: 6px;
|
|
32321
32334
|
}
|
|
32322
32335
|
|
|
32323
|
-
.
|
|
32336
|
+
.E_m5foqp8 {
|
|
32337
|
+
--footer-height: 96px;
|
|
32338
|
+
--modal-content-width: 720px;
|
|
32339
|
+
--modal-content-min-height: 200px;
|
|
32340
|
+
--modal-content-max-height: calc(100vh - 136px);
|
|
32341
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32342
|
+
--modal-content-padding-top: 24px;
|
|
32343
|
+
--modal-content-padding-bottom: 32px;
|
|
32344
|
+
--modal-content-padding-x: 60px;
|
|
32345
|
+
--modal-footer-padding: 0 60px;
|
|
32346
|
+
}
|
|
32347
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32348
|
+
height: calc(100vh - 80px);
|
|
32349
|
+
width: calc(100vw - 160px);
|
|
32350
|
+
}
|
|
32351
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32324
32352
|
width: 100%;
|
|
32325
32353
|
height: 100%;
|
|
32326
|
-
|
|
32354
|
+
max-width: unset;
|
|
32355
|
+
max-height: unset;
|
|
32327
32356
|
display: flex;
|
|
32328
32357
|
flex-direction: column;
|
|
32329
|
-
align-items: center;
|
|
32330
|
-
justify-content: center;
|
|
32331
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32332
|
-
}
|
|
32333
|
-
.E_b1lj76ty.large {
|
|
32334
|
-
max-width: 648px;
|
|
32335
|
-
}
|
|
32336
|
-
.E_b1lj76ty.medium {
|
|
32337
|
-
max-width: 412px;
|
|
32338
|
-
}
|
|
32339
|
-
.E_b1lj76ty.gray {
|
|
32340
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32341
|
-
}
|
|
32342
|
-
.E_b1lj76ty.white {
|
|
32343
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32344
|
-
}
|
|
32345
|
-
.E_b1lj76ty .title {
|
|
32346
|
-
margin-bottom: 4px;
|
|
32347
|
-
}
|
|
32348
|
-
.E_b1lj76ty .title,
|
|
32349
|
-
.E_b1lj76ty .desc {
|
|
32350
|
-
word-break: break-all;
|
|
32351
|
-
text-align: center;
|
|
32352
|
-
}
|
|
32353
|
-
.E_b1lj76ty .action-button.middle {
|
|
32354
|
-
margin-top: 16px;
|
|
32355
|
-
}
|
|
32356
|
-
.E_b1lj76ty .action-button.small {
|
|
32357
|
-
margin-top: 8px;
|
|
32358
|
-
}
|
|
32359
|
-
|
|
32360
|
-
.E_suhck3k {
|
|
32361
|
-
height: 24px;
|
|
32362
|
-
width: 24px;
|
|
32363
|
-
border-radius: 6px;
|
|
32364
|
-
padding: 4px;
|
|
32365
32358
|
}
|
|
32366
|
-
.
|
|
32367
|
-
|
|
32359
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32360
|
+
flex: 1;
|
|
32368
32361
|
}
|
|
32369
|
-
.
|
|
32370
|
-
|
|
32362
|
+
.E_m5foqp8 .initializing-title {
|
|
32363
|
+
height: 32px;
|
|
32371
32364
|
}
|
|
32372
32365
|
|
|
32373
32366
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -32405,45 +32398,52 @@ input.E_rf8rlle.ant-input {
|
|
|
32405
32398
|
background-color: transparent;
|
|
32406
32399
|
}
|
|
32407
32400
|
|
|
32408
|
-
.
|
|
32409
|
-
--footer-height: 96px;
|
|
32410
|
-
--modal-content-width: 720px;
|
|
32411
|
-
--modal-content-min-height: 200px;
|
|
32412
|
-
--modal-content-max-height: calc(100vh - 136px);
|
|
32413
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32414
|
-
--modal-content-padding-top: 24px;
|
|
32415
|
-
--modal-content-padding-bottom: 32px;
|
|
32416
|
-
--modal-content-padding-x: 60px;
|
|
32417
|
-
--modal-footer-padding: 0 60px;
|
|
32418
|
-
}
|
|
32419
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
32420
|
-
height: calc(100vh - 80px);
|
|
32421
|
-
width: calc(100vw - 160px);
|
|
32422
|
-
}
|
|
32423
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32401
|
+
.E_b1lj76ty {
|
|
32424
32402
|
width: 100%;
|
|
32425
32403
|
height: 100%;
|
|
32426
|
-
|
|
32427
|
-
max-height: unset;
|
|
32404
|
+
margin: 0 auto;
|
|
32428
32405
|
display: flex;
|
|
32429
32406
|
flex-direction: column;
|
|
32407
|
+
align-items: center;
|
|
32408
|
+
justify-content: center;
|
|
32409
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32430
32410
|
}
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32411
|
+
.E_b1lj76ty.large {
|
|
32412
|
+
max-width: 648px;
|
|
32433
32413
|
}
|
|
32434
|
-
.
|
|
32435
|
-
|
|
32414
|
+
.E_b1lj76ty.medium {
|
|
32415
|
+
max-width: 412px;
|
|
32436
32416
|
}
|
|
32437
|
-
|
|
32438
|
-
.
|
|
32439
|
-
display: none;
|
|
32417
|
+
.E_b1lj76ty.gray {
|
|
32418
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32440
32419
|
}
|
|
32441
|
-
|
|
32442
|
-
|
|
32443
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32420
|
+
.E_b1lj76ty.white {
|
|
32421
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32444
32422
|
}
|
|
32445
|
-
.
|
|
32446
|
-
|
|
32423
|
+
.E_b1lj76ty .title {
|
|
32424
|
+
margin-bottom: 4px;
|
|
32425
|
+
}
|
|
32426
|
+
.E_b1lj76ty .title,
|
|
32427
|
+
.E_b1lj76ty .desc {
|
|
32428
|
+
word-break: break-all;
|
|
32429
|
+
text-align: center;
|
|
32430
|
+
}
|
|
32431
|
+
.E_b1lj76ty .action-button.middle {
|
|
32432
|
+
margin-top: 16px;
|
|
32433
|
+
}
|
|
32434
|
+
.E_b1lj76ty .action-button.small {
|
|
32435
|
+
margin-top: 8px;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
32438
|
+
.E_hrhfj7c {
|
|
32439
|
+
display: none;
|
|
32440
|
+
}
|
|
32441
|
+
|
|
32442
|
+
.E_dt9qoak .bottom {
|
|
32443
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32444
|
+
}
|
|
32445
|
+
.E_dt9qoak .left {
|
|
32446
|
+
min-width: 0;
|
|
32447
32447
|
}
|
|
32448
32448
|
|
|
32449
32449
|
.E_crhnxq5 {
|
|
@@ -32874,129 +32874,289 @@ input.E_rf8rlle.ant-input {
|
|
|
32874
32874
|
position: static;
|
|
32875
32875
|
}
|
|
32876
32876
|
|
|
32877
|
-
.
|
|
32878
|
-
|
|
32879
|
-
border-radius: 20px;
|
|
32880
|
-
padding: 2px 10px;
|
|
32881
|
-
height: 22px;
|
|
32877
|
+
.E_c1yd35n {
|
|
32878
|
+
padding: 0 12px 14px 12px;
|
|
32882
32879
|
}
|
|
32883
|
-
|
|
32884
|
-
|
|
32880
|
+
|
|
32881
|
+
.E_lht19u8 {
|
|
32882
|
+
width: 64px;
|
|
32883
|
+
height: 64px;
|
|
32884
|
+
display: flex;
|
|
32885
|
+
align-items: center;
|
|
32886
|
+
justify-content: center;
|
|
32887
|
+
position: relative;
|
|
32888
|
+
opacity: 0.2;
|
|
32885
32889
|
}
|
|
32886
|
-
|
|
32887
|
-
|
|
32890
|
+
|
|
32891
|
+
.E_lk3gkp4 {
|
|
32892
|
+
position: absolute;
|
|
32893
|
+
width: 5px;
|
|
32894
|
+
height: 48px;
|
|
32895
|
+
left: 9.33px;
|
|
32896
|
+
top: 40.5px;
|
|
32897
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32898
|
+
border-radius: 5px;
|
|
32899
|
+
transform: rotate(-128deg);
|
|
32900
|
+
transform-origin: top left;
|
|
32901
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32888
32902
|
}
|
|
32889
|
-
|
|
32890
|
-
|
|
32903
|
+
|
|
32904
|
+
.E_ll4n94n {
|
|
32905
|
+
position: absolute;
|
|
32906
|
+
width: 5px;
|
|
32907
|
+
height: 48px;
|
|
32908
|
+
left: 40.8px;
|
|
32909
|
+
top: 8.4px;
|
|
32910
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32911
|
+
border-radius: 5px;
|
|
32912
|
+
transform: rotate(-8deg);
|
|
32913
|
+
transform-origin: top left;
|
|
32914
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32891
32915
|
}
|
|
32892
|
-
|
|
32893
|
-
|
|
32916
|
+
|
|
32917
|
+
.E_l17lbdo6 {
|
|
32918
|
+
position: absolute;
|
|
32919
|
+
width: 5px;
|
|
32920
|
+
height: 48px;
|
|
32921
|
+
left: 52.9px;
|
|
32922
|
+
top: 51.8px;
|
|
32923
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32924
|
+
border-radius: 5px;
|
|
32925
|
+
transform: rotate(112deg);
|
|
32926
|
+
transform-origin: top left;
|
|
32927
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32894
32928
|
}
|
|
32895
|
-
|
|
32896
|
-
|
|
32897
|
-
color:
|
|
32929
|
+
|
|
32930
|
+
.E_c1kghdax {
|
|
32931
|
+
color: #2d3a56;
|
|
32932
|
+
padding: 7px 12px;
|
|
32933
|
+
display: flex;
|
|
32934
|
+
justify-content: space-between;
|
|
32935
|
+
align-items: center;
|
|
32898
32936
|
}
|
|
32899
|
-
.
|
|
32900
|
-
|
|
32937
|
+
.E_c1kghdax.has-arrow {
|
|
32938
|
+
padding-left: 10px;
|
|
32901
32939
|
}
|
|
32902
|
-
.
|
|
32903
|
-
|
|
32940
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32941
|
+
cursor: pointer;
|
|
32942
|
+
color: #00122e;
|
|
32904
32943
|
}
|
|
32905
|
-
.
|
|
32906
|
-
|
|
32944
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32945
|
+
color: #2d3a56;
|
|
32946
|
+
font-weight: 600;
|
|
32907
32947
|
}
|
|
32908
|
-
.
|
|
32909
|
-
|
|
32948
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32949
|
+
transform: rotate(90deg);
|
|
32910
32950
|
}
|
|
32911
|
-
.
|
|
32912
|
-
|
|
32951
|
+
.E_c1kghdax .sub-info {
|
|
32952
|
+
font-size: 12px;
|
|
32953
|
+
line-height: 18px;
|
|
32913
32954
|
}
|
|
32914
|
-
.
|
|
32915
|
-
|
|
32955
|
+
.E_c1kghdax .title-wrapper {
|
|
32956
|
+
display: flex;
|
|
32957
|
+
align-items: center;
|
|
32958
|
+
user-select: none;
|
|
32959
|
+
flex-grow: 1;
|
|
32960
|
+
font-size: 12px;
|
|
32961
|
+
line-height: 18px;
|
|
32962
|
+
color: #2d3a56;
|
|
32963
|
+
font-weight: 700;
|
|
32916
32964
|
}
|
|
32917
|
-
.
|
|
32918
|
-
|
|
32965
|
+
.E_c1kghdax .collapse-arrow {
|
|
32966
|
+
transition: all 50ms ease-out 0ms;
|
|
32967
|
+
margin-right: 2px;
|
|
32919
32968
|
}
|
|
32920
|
-
|
|
32921
|
-
|
|
32969
|
+
|
|
32970
|
+
.E_b14q2gmw {
|
|
32971
|
+
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);
|
|
32922
32972
|
}
|
|
32923
|
-
|
|
32924
|
-
|
|
32973
|
+
|
|
32974
|
+
.E_c1eym6el {
|
|
32975
|
+
border-radius: 8px;
|
|
32976
|
+
background-color: white;
|
|
32925
32977
|
}
|
|
32926
|
-
.
|
|
32927
|
-
|
|
32978
|
+
.E_c1eym6el.hoverable {
|
|
32979
|
+
cursor: pointer;
|
|
32928
32980
|
}
|
|
32929
|
-
.
|
|
32930
|
-
|
|
32981
|
+
.E_c1eym6el.hoverable:hover {
|
|
32982
|
+
transition: all 200ms ease;
|
|
32983
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32984
|
+
transform: translateY(-4px);
|
|
32931
32985
|
}
|
|
32932
|
-
|
|
32933
|
-
|
|
32986
|
+
|
|
32987
|
+
.E_w7ob4th.outside-tag {
|
|
32988
|
+
padding-left: 0;
|
|
32934
32989
|
}
|
|
32935
|
-
.
|
|
32936
|
-
|
|
32990
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
32991
|
+
border-radius: 4px 0 0 4px;
|
|
32992
|
+
padding-right: 4px;
|
|
32993
|
+
margin-right: 4px;
|
|
32937
32994
|
}
|
|
32938
|
-
|
|
32939
|
-
|
|
32995
|
+
|
|
32996
|
+
.E_ckui4s7 {
|
|
32997
|
+
color: #2d3a56;
|
|
32998
|
+
line-height: 22px;
|
|
32999
|
+
display: inline-flex;
|
|
32940
33000
|
}
|
|
32941
|
-
.
|
|
32942
|
-
|
|
33001
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33002
|
+
height: 22px;
|
|
33003
|
+
display: flex;
|
|
33004
|
+
align-items: center;
|
|
33005
|
+
top: 0;
|
|
32943
33006
|
}
|
|
32944
|
-
|
|
32945
|
-
|
|
32946
|
-
width: 8px;
|
|
32947
|
-
height: 8px;
|
|
32948
|
-
border-radius: 50%;
|
|
32949
|
-
display: inline-block;
|
|
33007
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33008
|
+
border: none;
|
|
32950
33009
|
}
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
height: 100%;
|
|
33010
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33011
|
+
border-color: #0080ff;
|
|
32954
33012
|
}
|
|
32955
|
-
|
|
32956
|
-
|
|
32957
|
-
.E_efzf37v .ant-table-body {
|
|
32958
|
-
overflow: visible !important;
|
|
32959
|
-
height: 100%;
|
|
33013
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33014
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32960
33015
|
}
|
|
32961
|
-
.
|
|
32962
|
-
|
|
33016
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33017
|
+
border: 1px solid #0080ff;
|
|
32963
33018
|
}
|
|
32964
|
-
.
|
|
32965
|
-
|
|
32966
|
-
height: 100%;
|
|
33019
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33020
|
+
background: #0080ff;
|
|
32967
33021
|
}
|
|
32968
|
-
.
|
|
32969
|
-
|
|
33022
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33023
|
+
background-color: #fff;
|
|
33024
|
+
height: 2px;
|
|
33025
|
+
width: 10px;
|
|
33026
|
+
border-radius: 2px;
|
|
32970
33027
|
}
|
|
32971
|
-
.
|
|
32972
|
-
|
|
33028
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33029
|
+
opacity: 0.5;
|
|
32973
33030
|
}
|
|
32974
|
-
|
|
32975
|
-
.
|
|
32976
|
-
|
|
33031
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33032
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33033
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32977
33034
|
}
|
|
32978
|
-
.
|
|
32979
|
-
|
|
32980
|
-
padding-bottom: 6px;
|
|
33035
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33036
|
+
border-color: #2d3a56;
|
|
32981
33037
|
}
|
|
32982
|
-
.
|
|
32983
|
-
|
|
33038
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33039
|
+
background: #2d3a56;
|
|
32984
33040
|
}
|
|
32985
|
-
.
|
|
32986
|
-
|
|
33041
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33042
|
+
padding: 0;
|
|
32987
33043
|
}
|
|
32988
|
-
.
|
|
32989
|
-
|
|
33044
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33045
|
+
display: inline-block;
|
|
33046
|
+
margin-left: 12px;
|
|
33047
|
+
color: #2d3a56;
|
|
32990
33048
|
}
|
|
32991
|
-
.
|
|
32992
|
-
|
|
32993
|
-
|
|
33049
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33050
|
+
margin-left: 28px;
|
|
33051
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32994
33052
|
}
|
|
32995
|
-
.
|
|
32996
|
-
|
|
33053
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33054
|
+
margin-left: 8px;
|
|
32997
33055
|
}
|
|
32998
|
-
.
|
|
32999
|
-
|
|
33056
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33057
|
+
margin-left: 24px;
|
|
33058
|
+
}
|
|
33059
|
+
|
|
33060
|
+
button.E_l48ei06.ant-btn,
|
|
33061
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33062
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33063
|
+
font-size: 12px;
|
|
33064
|
+
line-height: 18px;
|
|
33065
|
+
height: 18px;
|
|
33066
|
+
}
|
|
33067
|
+
|
|
33068
|
+
button.E_l48ei06 {
|
|
33069
|
+
color: #0080FF;
|
|
33070
|
+
height: unset;
|
|
33071
|
+
}
|
|
33072
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33073
|
+
margin-right: 4px;
|
|
33074
|
+
}
|
|
33075
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33076
|
+
margin-left: 4px;
|
|
33077
|
+
}
|
|
33078
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33079
|
+
color: #009DFF;
|
|
33080
|
+
}
|
|
33081
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33082
|
+
color: #005ED1;
|
|
33083
|
+
}
|
|
33084
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33085
|
+
color: #0080FF;
|
|
33086
|
+
}
|
|
33087
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33088
|
+
color: #00122E;
|
|
33089
|
+
}
|
|
33090
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33091
|
+
color: #0080FF;
|
|
33092
|
+
}
|
|
33093
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33094
|
+
color: #005ED1;
|
|
33095
|
+
}
|
|
33096
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33097
|
+
color: #00122E;
|
|
33098
|
+
}
|
|
33099
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33100
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33101
|
+
}
|
|
33102
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33103
|
+
color: #0080FF;
|
|
33104
|
+
}
|
|
33105
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33106
|
+
color: #005ED1;
|
|
33107
|
+
}
|
|
33108
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33109
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33110
|
+
}
|
|
33111
|
+
|
|
33112
|
+
.E_tc97u5y {
|
|
33113
|
+
height: 100%;
|
|
33114
|
+
}
|
|
33115
|
+
|
|
33116
|
+
.E_efzf37v .ant-table-content,
|
|
33117
|
+
.E_efzf37v .ant-table-body {
|
|
33118
|
+
overflow: visible !important;
|
|
33119
|
+
height: 100%;
|
|
33120
|
+
}
|
|
33121
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33122
|
+
height: 100%;
|
|
33123
|
+
}
|
|
33124
|
+
.E_efzf37v table {
|
|
33125
|
+
width: 100% !important;
|
|
33126
|
+
height: 100%;
|
|
33127
|
+
}
|
|
33128
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33129
|
+
padding: 15px 0;
|
|
33130
|
+
}
|
|
33131
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33132
|
+
display: none;
|
|
33133
|
+
}
|
|
33134
|
+
|
|
33135
|
+
.E_t1fisho6 {
|
|
33136
|
+
height: 100%;
|
|
33137
|
+
}
|
|
33138
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33139
|
+
padding-top: 6px;
|
|
33140
|
+
padding-bottom: 6px;
|
|
33141
|
+
}
|
|
33142
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33143
|
+
font-weight: 700;
|
|
33144
|
+
}
|
|
33145
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33146
|
+
font-weight: 700;
|
|
33147
|
+
}
|
|
33148
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33149
|
+
height: 100%;
|
|
33150
|
+
}
|
|
33151
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33152
|
+
height: 100%;
|
|
33153
|
+
overflow: visible;
|
|
33154
|
+
}
|
|
33155
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33156
|
+
max-height: none;
|
|
33157
|
+
}
|
|
33158
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33159
|
+
background: transparent;
|
|
33000
33160
|
}
|
|
33001
33161
|
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33002
33162
|
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
@@ -33320,239 +33480,274 @@ input.E_rf8rlle.ant-input {
|
|
|
33320
33480
|
background: #fff;
|
|
33321
33481
|
}
|
|
33322
33482
|
|
|
33323
|
-
|
|
33324
|
-
|
|
33325
|
-
|
|
33326
|
-
|
|
33327
|
-
|
|
33328
|
-
height: 18px;
|
|
33329
|
-
}
|
|
33330
|
-
|
|
33331
|
-
button.E_l48ei06 {
|
|
33332
|
-
color: #0080FF;
|
|
33333
|
-
height: unset;
|
|
33334
|
-
}
|
|
33335
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33336
|
-
margin-right: 4px;
|
|
33337
|
-
}
|
|
33338
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33339
|
-
margin-left: 4px;
|
|
33483
|
+
.E_sddwhm6 {
|
|
33484
|
+
margin: 0;
|
|
33485
|
+
border-radius: 20px;
|
|
33486
|
+
padding: 2px 10px;
|
|
33487
|
+
height: 22px;
|
|
33340
33488
|
}
|
|
33341
|
-
|
|
33342
|
-
color:
|
|
33489
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33490
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33343
33491
|
}
|
|
33344
|
-
|
|
33345
|
-
color:
|
|
33492
|
+
.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 {
|
|
33493
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33346
33494
|
}
|
|
33347
|
-
|
|
33348
|
-
color: #
|
|
33495
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33496
|
+
color: #00122e;
|
|
33349
33497
|
}
|
|
33350
|
-
|
|
33351
|
-
|
|
33498
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33499
|
+
margin-right: 6px;
|
|
33352
33500
|
}
|
|
33353
|
-
|
|
33354
|
-
|
|
33501
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33502
|
+
margin-left: 8px;
|
|
33503
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33355
33504
|
}
|
|
33356
|
-
|
|
33357
|
-
color:
|
|
33505
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33506
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33358
33507
|
}
|
|
33359
|
-
|
|
33360
|
-
color: #
|
|
33508
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33509
|
+
background-color: #0080ff;
|
|
33361
33510
|
}
|
|
33362
|
-
|
|
33363
|
-
color: rgba(
|
|
33511
|
+
.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 {
|
|
33512
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33364
33513
|
}
|
|
33365
|
-
|
|
33366
|
-
color:
|
|
33514
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33515
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33367
33516
|
}
|
|
33368
|
-
|
|
33369
|
-
color: #
|
|
33517
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33518
|
+
background-color: #f0483e;
|
|
33370
33519
|
}
|
|
33371
|
-
|
|
33372
|
-
color: rgba(
|
|
33520
|
+
.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 {
|
|
33521
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33373
33522
|
}
|
|
33374
|
-
|
|
33375
|
-
.
|
|
33376
|
-
padding: 0 12px 14px 12px;
|
|
33523
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33524
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33377
33525
|
}
|
|
33378
|
-
|
|
33379
|
-
|
|
33380
|
-
color: #2d3a56;
|
|
33381
|
-
padding: 7px 12px;
|
|
33382
|
-
display: flex;
|
|
33383
|
-
justify-content: space-between;
|
|
33384
|
-
align-items: center;
|
|
33526
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33527
|
+
background-color: #fea008;
|
|
33385
33528
|
}
|
|
33386
|
-
.
|
|
33387
|
-
|
|
33529
|
+
.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 {
|
|
33530
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33388
33531
|
}
|
|
33389
|
-
.
|
|
33390
|
-
|
|
33391
|
-
color: #00122e;
|
|
33532
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33533
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33392
33534
|
}
|
|
33393
|
-
.
|
|
33394
|
-
color: #
|
|
33395
|
-
font-weight: 600;
|
|
33535
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33536
|
+
background-color: #00ba5d;
|
|
33396
33537
|
}
|
|
33397
|
-
.
|
|
33398
|
-
|
|
33538
|
+
.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 {
|
|
33539
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33399
33540
|
}
|
|
33400
|
-
.
|
|
33401
|
-
|
|
33402
|
-
line-height: 18px;
|
|
33541
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33542
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33403
33543
|
}
|
|
33404
|
-
.
|
|
33405
|
-
|
|
33406
|
-
align-items: center;
|
|
33407
|
-
user-select: none;
|
|
33408
|
-
flex-grow: 1;
|
|
33409
|
-
font-size: 12px;
|
|
33410
|
-
line-height: 18px;
|
|
33411
|
-
color: #2d3a56;
|
|
33412
|
-
font-weight: 700;
|
|
33544
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33545
|
+
background-color: #6b7d99;
|
|
33413
33546
|
}
|
|
33414
|
-
.
|
|
33415
|
-
|
|
33416
|
-
margin-right: 2px;
|
|
33547
|
+
.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 {
|
|
33548
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33417
33549
|
}
|
|
33418
33550
|
|
|
33419
|
-
.
|
|
33420
|
-
|
|
33421
|
-
|
|
33422
|
-
|
|
33551
|
+
.E_satwmqm {
|
|
33552
|
+
width: 8px;
|
|
33553
|
+
height: 8px;
|
|
33554
|
+
border-radius: 50%;
|
|
33555
|
+
display: inline-block;
|
|
33423
33556
|
}
|
|
33424
|
-
|
|
33425
|
-
|
|
33426
|
-
|
|
33427
|
-
align-items: center;
|
|
33428
|
-
top: 0;
|
|
33557
|
+
|
|
33558
|
+
.E_sjob3jg {
|
|
33559
|
+
--item-min-width: 60px;
|
|
33429
33560
|
}
|
|
33430
|
-
.
|
|
33431
|
-
|
|
33561
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33562
|
+
display: none !important;
|
|
33432
33563
|
}
|
|
33433
|
-
.
|
|
33434
|
-
|
|
33564
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33565
|
+
flex-shrink: 0 !important;
|
|
33435
33566
|
}
|
|
33436
|
-
.
|
|
33437
|
-
|
|
33567
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33568
|
+
color: #0080ff;
|
|
33438
33569
|
}
|
|
33439
|
-
.
|
|
33440
|
-
|
|
33570
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33571
|
+
color: #0080ff;
|
|
33572
|
+
font-weight: normal;
|
|
33441
33573
|
}
|
|
33442
|
-
.
|
|
33443
|
-
|
|
33574
|
+
.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 {
|
|
33575
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33444
33576
|
}
|
|
33445
|
-
.
|
|
33446
|
-
|
|
33447
|
-
height: 2px;
|
|
33448
|
-
width: 10px;
|
|
33449
|
-
border-radius: 2px;
|
|
33577
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33578
|
+
color: #00122e;
|
|
33450
33579
|
}
|
|
33451
|
-
.
|
|
33452
|
-
|
|
33580
|
+
.E_sjob3jg .step-item-text {
|
|
33581
|
+
display: inline-block;
|
|
33453
33582
|
}
|
|
33454
|
-
.
|
|
33455
|
-
|
|
33456
|
-
|
|
33583
|
+
.E_sjob3jg .step-item-title {
|
|
33584
|
+
overflow: hidden;
|
|
33585
|
+
white-space: nowrap;
|
|
33586
|
+
text-overflow: ellipsis;
|
|
33457
33587
|
}
|
|
33458
|
-
|
|
33459
|
-
|
|
33588
|
+
|
|
33589
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33590
|
+
min-width: var(--item-min-width);
|
|
33460
33591
|
}
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33592
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33593
|
+
cursor: not-allowed !important;
|
|
33463
33594
|
}
|
|
33464
|
-
.
|
|
33595
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33596
|
+
flex-direction: row;
|
|
33597
|
+
justify-content: stretch;
|
|
33598
|
+
}
|
|
33599
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33465
33600
|
padding: 0;
|
|
33601
|
+
margin-right: 4px;
|
|
33602
|
+
flex: 1;
|
|
33603
|
+
overflow: visible;
|
|
33466
33604
|
}
|
|
33467
|
-
.
|
|
33468
|
-
|
|
33469
|
-
|
|
33470
|
-
color: #2d3a56;
|
|
33605
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33606
|
+
width: 100%;
|
|
33607
|
+
min-height: unset;
|
|
33471
33608
|
}
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33474
|
-
|
|
33609
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33610
|
+
height: 26px;
|
|
33611
|
+
line-height: 26px;
|
|
33612
|
+
width: 100%;
|
|
33613
|
+
padding: 0;
|
|
33614
|
+
font-size: 12px;
|
|
33475
33615
|
}
|
|
33476
|
-
.
|
|
33477
|
-
margin-
|
|
33616
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33617
|
+
margin-right: 10px;
|
|
33478
33618
|
}
|
|
33479
|
-
.
|
|
33480
|
-
|
|
33619
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33620
|
+
display: none;
|
|
33481
33621
|
}
|
|
33482
|
-
|
|
33483
|
-
|
|
33484
|
-
|
|
33622
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33623
|
+
padding-left: 8px;
|
|
33624
|
+
padding-right: 4px;
|
|
33625
|
+
border-radius: 4px 0 0 4px;
|
|
33485
33626
|
}
|
|
33486
|
-
|
|
33487
|
-
|
|
33488
|
-
border-radius: 8px;
|
|
33489
|
-
background-color: white;
|
|
33627
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33628
|
+
margin-right: 0;
|
|
33490
33629
|
}
|
|
33491
|
-
.
|
|
33630
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33631
|
+
padding-right: 8px;
|
|
33632
|
+
padding-left: 12px;
|
|
33633
|
+
border-radius: 0 4px 4px 0;
|
|
33634
|
+
}
|
|
33635
|
+
.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 {
|
|
33636
|
+
content: "";
|
|
33637
|
+
width: 0;
|
|
33638
|
+
height: 0;
|
|
33639
|
+
border: 13px solid transparent;
|
|
33640
|
+
position: absolute;
|
|
33641
|
+
top: 0;
|
|
33642
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33643
|
+
z-index: 2;
|
|
33644
|
+
position: relative;
|
|
33645
|
+
top: -50%;
|
|
33646
|
+
right: -100%;
|
|
33647
|
+
}
|
|
33648
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33649
|
+
padding: 0 4px 0 12px;
|
|
33650
|
+
}
|
|
33651
|
+
.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 {
|
|
33652
|
+
content: "";
|
|
33653
|
+
width: 0;
|
|
33654
|
+
height: 0;
|
|
33655
|
+
border: 13px solid transparent;
|
|
33656
|
+
position: absolute;
|
|
33657
|
+
top: 0;
|
|
33658
|
+
border-left: 8px solid #fff;
|
|
33659
|
+
left: 0;
|
|
33660
|
+
}
|
|
33661
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33662
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33663
|
+
}
|
|
33664
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33665
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33666
|
+
}
|
|
33667
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33668
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33669
|
+
}
|
|
33670
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33492
33671
|
cursor: pointer;
|
|
33672
|
+
min-width: var(--item-min-width);
|
|
33493
33673
|
}
|
|
33494
|
-
.
|
|
33495
|
-
|
|
33496
|
-
|
|
33497
|
-
|
|
33674
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33675
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33676
|
+
min-width: var(--item-min-width);
|
|
33677
|
+
}
|
|
33678
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33679
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33680
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33681
|
+
}
|
|
33682
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33683
|
+
padding: 0;
|
|
33498
33684
|
}
|
|
33499
33685
|
|
|
33500
|
-
.
|
|
33501
|
-
width:
|
|
33502
|
-
|
|
33686
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33687
|
+
width: 192px;
|
|
33688
|
+
row-gap: 2px;
|
|
33689
|
+
}
|
|
33690
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33691
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33692
|
+
}
|
|
33693
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33694
|
+
color: #00122e !important;
|
|
33695
|
+
}
|
|
33696
|
+
.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 {
|
|
33697
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33698
|
+
}
|
|
33699
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33700
|
+
padding: 0 8px;
|
|
33701
|
+
border-radius: 4px;
|
|
33702
|
+
height: 32px;
|
|
33503
33703
|
display: flex;
|
|
33504
33704
|
align-items: center;
|
|
33505
|
-
justify-content: center;
|
|
33506
|
-
position: relative;
|
|
33507
|
-
opacity: 0.2;
|
|
33508
33705
|
}
|
|
33509
|
-
|
|
33510
|
-
|
|
33511
|
-
|
|
33512
|
-
width: 5px;
|
|
33513
|
-
height: 48px;
|
|
33514
|
-
left: 9.33px;
|
|
33515
|
-
top: 40.5px;
|
|
33516
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33517
|
-
border-radius: 5px;
|
|
33518
|
-
transform: rotate(-128deg);
|
|
33519
|
-
transform-origin: top left;
|
|
33520
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33706
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33707
|
+
min-height: auto;
|
|
33708
|
+
white-space: nowrap;
|
|
33521
33709
|
}
|
|
33522
|
-
|
|
33523
|
-
|
|
33524
|
-
|
|
33525
|
-
width:
|
|
33526
|
-
|
|
33527
|
-
|
|
33528
|
-
|
|
33529
|
-
background:
|
|
33530
|
-
border-radius: 5px;
|
|
33531
|
-
transform: rotate(-8deg);
|
|
33532
|
-
transform-origin: top left;
|
|
33533
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33710
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33711
|
+
font-size: 13px;
|
|
33712
|
+
line-height: 20px;
|
|
33713
|
+
max-width: 100%;
|
|
33714
|
+
padding-right: 0;
|
|
33715
|
+
}
|
|
33716
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33717
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33534
33718
|
}
|
|
33535
33719
|
|
|
33536
|
-
.
|
|
33537
|
-
|
|
33538
|
-
|
|
33539
|
-
|
|
33540
|
-
|
|
33541
|
-
|
|
33542
|
-
|
|
33543
|
-
|
|
33544
|
-
|
|
33545
|
-
|
|
33546
|
-
|
|
33720
|
+
.E_h6l1tj4 {
|
|
33721
|
+
width: 100%;
|
|
33722
|
+
display: inline-flex;
|
|
33723
|
+
align-items: center;
|
|
33724
|
+
justify-content: center;
|
|
33725
|
+
column-gap: 4px;
|
|
33726
|
+
}
|
|
33727
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33728
|
+
display: inline-flex;
|
|
33729
|
+
align-items: center;
|
|
33730
|
+
width: 18px;
|
|
33731
|
+
height: 18px;
|
|
33732
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33733
|
+
justify-content: center;
|
|
33547
33734
|
}
|
|
33548
33735
|
|
|
33549
|
-
.
|
|
33550
|
-
|
|
33736
|
+
.E_v18frne8 {
|
|
33737
|
+
width: 100%;
|
|
33738
|
+
display: flex;
|
|
33739
|
+
align-items: center;
|
|
33740
|
+
justify-content: center;
|
|
33741
|
+
column-gap: 6px;
|
|
33742
|
+
font-size: 13px;
|
|
33551
33743
|
}
|
|
33552
|
-
.
|
|
33553
|
-
|
|
33554
|
-
|
|
33555
|
-
|
|
33744
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33745
|
+
display: inline-flex;
|
|
33746
|
+
align-items: center;
|
|
33747
|
+
min-width: 20px;
|
|
33748
|
+
min-height: 20px;
|
|
33749
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33750
|
+
justify-content: center;
|
|
33556
33751
|
}
|
|
33557
33752
|
|
|
33558
33753
|
.E_t1dtlqs1 {
|
|
@@ -33751,6 +33946,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33751
33946
|
margin-right: 8px;
|
|
33752
33947
|
}
|
|
33753
33948
|
|
|
33949
|
+
.E_i1g85yz3 {
|
|
33950
|
+
margin-right: 4px;
|
|
33951
|
+
height: 16px;
|
|
33952
|
+
}
|
|
33953
|
+
|
|
33754
33954
|
.E_slr2ynn {
|
|
33755
33955
|
padding: 0 8px;
|
|
33756
33956
|
height: 18px;
|
|
@@ -33780,213 +33980,13 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33780
33980
|
white-space: normal;
|
|
33781
33981
|
}
|
|
33782
33982
|
|
|
33783
|
-
.
|
|
33784
|
-
|
|
33785
|
-
height: 16px;
|
|
33983
|
+
.E_t13ef470 {
|
|
33984
|
+
height: 100%;
|
|
33786
33985
|
}
|
|
33787
|
-
|
|
33788
|
-
|
|
33789
|
-
|
|
33790
|
-
|
|
33791
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33792
|
-
display: none !important;
|
|
33793
|
-
}
|
|
33794
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33795
|
-
flex-shrink: 0 !important;
|
|
33796
|
-
}
|
|
33797
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33798
|
-
color: #0080ff;
|
|
33799
|
-
}
|
|
33800
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33801
|
-
color: #0080ff;
|
|
33802
|
-
font-weight: normal;
|
|
33803
|
-
}
|
|
33804
|
-
.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 {
|
|
33805
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33806
|
-
}
|
|
33807
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33808
|
-
color: #00122e;
|
|
33809
|
-
}
|
|
33810
|
-
.E_sjob3jg .step-item-text {
|
|
33811
|
-
display: inline-block;
|
|
33812
|
-
}
|
|
33813
|
-
.E_sjob3jg .step-item-title {
|
|
33814
|
-
overflow: hidden;
|
|
33815
|
-
white-space: nowrap;
|
|
33816
|
-
text-overflow: ellipsis;
|
|
33817
|
-
}
|
|
33818
|
-
|
|
33819
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
33820
|
-
min-width: var(--item-min-width);
|
|
33821
|
-
}
|
|
33822
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33823
|
-
cursor: not-allowed !important;
|
|
33824
|
-
}
|
|
33825
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33826
|
-
flex-direction: row;
|
|
33827
|
-
justify-content: stretch;
|
|
33828
|
-
}
|
|
33829
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33830
|
-
padding: 0;
|
|
33831
|
-
margin-right: 4px;
|
|
33832
|
-
flex: 1;
|
|
33833
|
-
overflow: visible;
|
|
33834
|
-
}
|
|
33835
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33836
|
-
width: 100%;
|
|
33837
|
-
min-height: unset;
|
|
33838
|
-
}
|
|
33839
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33840
|
-
height: 26px;
|
|
33841
|
-
line-height: 26px;
|
|
33842
|
-
width: 100%;
|
|
33843
|
-
padding: 0;
|
|
33844
|
-
font-size: 12px;
|
|
33845
|
-
}
|
|
33846
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33847
|
-
margin-right: 10px;
|
|
33848
|
-
}
|
|
33849
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33850
|
-
display: none;
|
|
33851
|
-
}
|
|
33852
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33853
|
-
padding-left: 8px;
|
|
33854
|
-
padding-right: 4px;
|
|
33855
|
-
border-radius: 4px 0 0 4px;
|
|
33856
|
-
}
|
|
33857
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33858
|
-
margin-right: 0;
|
|
33859
|
-
}
|
|
33860
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33861
|
-
padding-right: 8px;
|
|
33862
|
-
padding-left: 12px;
|
|
33863
|
-
border-radius: 0 4px 4px 0;
|
|
33864
|
-
}
|
|
33865
|
-
.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 {
|
|
33866
|
-
content: "";
|
|
33867
|
-
width: 0;
|
|
33868
|
-
height: 0;
|
|
33869
|
-
border: 13px solid transparent;
|
|
33870
|
-
position: absolute;
|
|
33871
|
-
top: 0;
|
|
33872
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33873
|
-
z-index: 2;
|
|
33874
|
-
position: relative;
|
|
33875
|
-
top: -50%;
|
|
33876
|
-
right: -100%;
|
|
33877
|
-
}
|
|
33878
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33879
|
-
padding: 0 4px 0 12px;
|
|
33880
|
-
}
|
|
33881
|
-
.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 {
|
|
33882
|
-
content: "";
|
|
33883
|
-
width: 0;
|
|
33884
|
-
height: 0;
|
|
33885
|
-
border: 13px solid transparent;
|
|
33886
|
-
position: absolute;
|
|
33887
|
-
top: 0;
|
|
33888
|
-
border-left: 8px solid #fff;
|
|
33889
|
-
left: 0;
|
|
33890
|
-
}
|
|
33891
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33892
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33893
|
-
}
|
|
33894
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33895
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33896
|
-
}
|
|
33897
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33898
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33899
|
-
}
|
|
33900
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33901
|
-
cursor: pointer;
|
|
33902
|
-
min-width: var(--item-min-width);
|
|
33903
|
-
}
|
|
33904
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33905
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33906
|
-
min-width: var(--item-min-width);
|
|
33907
|
-
}
|
|
33908
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33909
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33910
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33911
|
-
}
|
|
33912
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33913
|
-
padding: 0;
|
|
33914
|
-
}
|
|
33915
|
-
|
|
33916
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33917
|
-
width: 192px;
|
|
33918
|
-
row-gap: 2px;
|
|
33919
|
-
}
|
|
33920
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33921
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33922
|
-
}
|
|
33923
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33924
|
-
color: #00122e !important;
|
|
33925
|
-
}
|
|
33926
|
-
.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 {
|
|
33927
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33928
|
-
}
|
|
33929
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33930
|
-
padding: 0 8px;
|
|
33931
|
-
border-radius: 4px;
|
|
33932
|
-
height: 32px;
|
|
33933
|
-
display: flex;
|
|
33934
|
-
align-items: center;
|
|
33935
|
-
}
|
|
33936
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33937
|
-
min-height: auto;
|
|
33938
|
-
white-space: nowrap;
|
|
33939
|
-
}
|
|
33940
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33941
|
-
font-size: 13px;
|
|
33942
|
-
line-height: 20px;
|
|
33943
|
-
max-width: 100%;
|
|
33944
|
-
padding-right: 0;
|
|
33945
|
-
}
|
|
33946
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33947
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33948
|
-
}
|
|
33949
|
-
|
|
33950
|
-
.E_h6l1tj4 {
|
|
33951
|
-
width: 100%;
|
|
33952
|
-
display: inline-flex;
|
|
33953
|
-
align-items: center;
|
|
33954
|
-
justify-content: center;
|
|
33955
|
-
column-gap: 4px;
|
|
33956
|
-
}
|
|
33957
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
33958
|
-
display: inline-flex;
|
|
33959
|
-
align-items: center;
|
|
33960
|
-
width: 18px;
|
|
33961
|
-
height: 18px;
|
|
33962
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33963
|
-
justify-content: center;
|
|
33964
|
-
}
|
|
33965
|
-
|
|
33966
|
-
.E_v18frne8 {
|
|
33967
|
-
width: 100%;
|
|
33968
|
-
display: flex;
|
|
33969
|
-
align-items: center;
|
|
33970
|
-
justify-content: center;
|
|
33971
|
-
column-gap: 6px;
|
|
33972
|
-
font-size: 13px;
|
|
33973
|
-
}
|
|
33974
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
33975
|
-
display: inline-flex;
|
|
33976
|
-
align-items: center;
|
|
33977
|
-
min-width: 20px;
|
|
33978
|
-
min-height: 20px;
|
|
33979
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33980
|
-
justify-content: center;
|
|
33981
|
-
}
|
|
33982
|
-
|
|
33983
|
-
.E_t13ef470 {
|
|
33984
|
-
height: 100%;
|
|
33985
|
-
}
|
|
33986
|
-
.E_t13ef470 .table-loading-item {
|
|
33987
|
-
padding: 12px 4px;
|
|
33988
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33989
|
-
display: flex;
|
|
33986
|
+
.E_t13ef470 .table-loading-item {
|
|
33987
|
+
padding: 12px 4px;
|
|
33988
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33989
|
+
display: flex;
|
|
33990
33990
|
}
|
|
33991
33991
|
.E_t13ef470 .table-loading-item > * {
|
|
33992
33992
|
height: 16px;
|
|
@@ -34500,6 +34500,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34500
34500
|
background-color: #E07F00;
|
|
34501
34501
|
}
|
|
34502
34502
|
|
|
34503
|
+
.E_b1jaupqb {
|
|
34504
|
+
color: #F0483E;
|
|
34505
|
+
}
|
|
34506
|
+
|
|
34503
34507
|
.E_t59qhqp {
|
|
34504
34508
|
padding: 0px;
|
|
34505
34509
|
padding-top: 5px;
|
|
@@ -34548,10 +34552,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34548
34552
|
color: #00122E;
|
|
34549
34553
|
}
|
|
34550
34554
|
|
|
34551
|
-
.E_b1jaupqb {
|
|
34552
|
-
color: #F0483E;
|
|
34553
|
-
}
|
|
34554
|
-
|
|
34555
34555
|
.E_icab5o7 {
|
|
34556
34556
|
--modal-to-viewport-margin: 10px;
|
|
34557
34557
|
--modal-body-padding-bottom: 40px;
|
|
@@ -34736,6 +34736,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34736
34736
|
font-weight: bold;
|
|
34737
34737
|
}
|
|
34738
34738
|
|
|
34739
|
+
.E_s20iney.skeleton-box {
|
|
34740
|
+
display: flex;
|
|
34741
|
+
align-items: center;
|
|
34742
|
+
justify-content: center;
|
|
34743
|
+
position: relative;
|
|
34744
|
+
border-radius: 2px;
|
|
34745
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34746
|
+
overflow: hidden;
|
|
34747
|
+
}
|
|
34748
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34749
|
+
width: 200%;
|
|
34750
|
+
height: 200%;
|
|
34751
|
+
transform: rotate(15deg);
|
|
34752
|
+
position: absolute;
|
|
34753
|
+
top: -50%;
|
|
34754
|
+
flex-shrink: 0;
|
|
34755
|
+
opacity: 0.8;
|
|
34756
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34757
|
+
animation: shimmer 1100ms infinite;
|
|
34758
|
+
}
|
|
34759
|
+
@keyframes shimmer {
|
|
34760
|
+
from {
|
|
34761
|
+
left: -120%;
|
|
34762
|
+
}
|
|
34763
|
+
to {
|
|
34764
|
+
left: 100%;
|
|
34765
|
+
}
|
|
34766
|
+
}
|
|
34767
|
+
|
|
34739
34768
|
.E_dxyv8bv {
|
|
34740
34769
|
--footer-height: 80px;
|
|
34741
34770
|
--modal-content-width: 492px;
|
|
@@ -34864,38 +34893,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34864
34893
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
34865
34894
|
}
|
|
34866
34895
|
|
|
34867
|
-
.
|
|
34896
|
+
.E_sqv6dmy {
|
|
34868
34897
|
display: flex;
|
|
34869
|
-
|
|
34870
|
-
justify-content: center;
|
|
34871
|
-
position: relative;
|
|
34872
|
-
border-radius: 2px;
|
|
34873
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34874
|
-
overflow: hidden;
|
|
34875
|
-
}
|
|
34876
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34877
|
-
width: 200%;
|
|
34878
|
-
height: 200%;
|
|
34879
|
-
transform: rotate(15deg);
|
|
34880
|
-
position: absolute;
|
|
34881
|
-
top: -50%;
|
|
34882
|
-
flex-shrink: 0;
|
|
34883
|
-
opacity: 0.8;
|
|
34884
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34885
|
-
animation: shimmer 1100ms infinite;
|
|
34886
|
-
}
|
|
34887
|
-
@keyframes shimmer {
|
|
34888
|
-
from {
|
|
34889
|
-
left: -120%;
|
|
34890
|
-
}
|
|
34891
|
-
to {
|
|
34892
|
-
left: 100%;
|
|
34893
|
-
}
|
|
34894
|
-
}
|
|
34895
|
-
|
|
34896
|
-
.E_sqv6dmy {
|
|
34897
|
-
display: flex;
|
|
34898
|
-
justify-content: flex-end;
|
|
34898
|
+
justify-content: flex-end;
|
|
34899
34899
|
}
|
|
34900
34900
|
|
|
34901
34901
|
.E_p1rm8wzb {
|
|
@@ -35054,6 +35054,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35054
35054
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35055
35055
|
}
|
|
35056
35056
|
|
|
35057
|
+
span.E_tqjc4ui {
|
|
35058
|
+
margin: 0 2px;
|
|
35059
|
+
}
|
|
35060
|
+
|
|
35057
35061
|
.E_s1ebs0ra {
|
|
35058
35062
|
display: flex;
|
|
35059
35063
|
align-items: center;
|
|
@@ -35115,54 +35119,144 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35115
35119
|
background: #fff;
|
|
35116
35120
|
}
|
|
35117
35121
|
|
|
35118
|
-
.
|
|
35119
|
-
|
|
35120
|
-
width: 100%;
|
|
35122
|
+
.E_c1up1pdz {
|
|
35123
|
+
width: 648px;
|
|
35121
35124
|
}
|
|
35122
|
-
.
|
|
35123
|
-
|
|
35125
|
+
.E_c1up1pdz.active {
|
|
35126
|
+
border-color: #0080ff;
|
|
35124
35127
|
}
|
|
35125
|
-
|
|
35126
|
-
.
|
|
35127
|
-
padding: 4px;
|
|
35128
|
+
.E_c1up1pdz.active > header {
|
|
35129
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35128
35130
|
}
|
|
35129
|
-
.
|
|
35130
|
-
|
|
35131
|
+
.E_c1up1pdz .expand {
|
|
35132
|
+
padding: 12px;
|
|
35133
|
+
}
|
|
35134
|
+
.E_c1up1pdz .field-item {
|
|
35135
|
+
display: flex;
|
|
35136
|
+
padding: 10px 0;
|
|
35137
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35138
|
+
}
|
|
35139
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35140
|
+
border-bottom: none;
|
|
35141
|
+
padding-bottom: 0;
|
|
35142
|
+
}
|
|
35143
|
+
.E_c1up1pdz .field-item label {
|
|
35144
|
+
line-height: 32px;
|
|
35145
|
+
width: 100px;
|
|
35146
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35147
|
+
}
|
|
35148
|
+
.E_c1up1pdz .help {
|
|
35149
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35150
|
+
margin-top: 5px;
|
|
35151
|
+
}
|
|
35152
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35153
|
+
.E_c1up1pdz .ant-picker {
|
|
35154
|
+
width: 128px;
|
|
35131
35155
|
}
|
|
35132
35156
|
|
|
35133
|
-
.
|
|
35157
|
+
.E_c156wh19 {
|
|
35134
35158
|
display: flex;
|
|
35159
|
+
align-items: center;
|
|
35135
35160
|
justify-content: space-between;
|
|
35161
|
+
word-break: keep-all;
|
|
35162
|
+
}
|
|
35163
|
+
.E_c156wh19 .title {
|
|
35164
|
+
margin: 0 16px 0 8px;
|
|
35165
|
+
}
|
|
35166
|
+
.E_c156wh19 .retain {
|
|
35167
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35168
|
+
}
|
|
35169
|
+
.E_c156wh19 div.left {
|
|
35170
|
+
flex: 1;
|
|
35171
|
+
display: flex;
|
|
35172
|
+
overflow: hidden;
|
|
35136
35173
|
align-items: center;
|
|
35137
|
-
|
|
35138
|
-
line-height: 24px;
|
|
35139
|
-
color: #cccccc;
|
|
35174
|
+
justify-content: flex-start;
|
|
35140
35175
|
white-space: nowrap;
|
|
35141
35176
|
}
|
|
35142
|
-
.
|
|
35143
|
-
|
|
35177
|
+
.E_c156wh19 div.left .title {
|
|
35178
|
+
max-width: 100%;
|
|
35179
|
+
overflow: hidden;
|
|
35180
|
+
text-overflow: ellipsis;
|
|
35144
35181
|
}
|
|
35145
|
-
|
|
35146
|
-
|
|
35147
|
-
|
|
35148
|
-
|
|
35182
|
+
.E_c156wh19 div.right {
|
|
35183
|
+
display: flex;
|
|
35184
|
+
align-items: center;
|
|
35185
|
+
}
|
|
35186
|
+
.E_c156wh19 .reverse {
|
|
35187
|
+
display: flex;
|
|
35188
|
+
flex-direction: row-reverse;
|
|
35189
|
+
align-items: center;
|
|
35190
|
+
}
|
|
35191
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35192
|
+
margin-left: 8px;
|
|
35193
|
+
}
|
|
35194
|
+
.E_c156wh19 .close {
|
|
35195
|
+
padding-left: 14px;
|
|
35196
|
+
margin-left: 14px;
|
|
35197
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35198
|
+
cursor: pointer;
|
|
35149
35199
|
}
|
|
35150
35200
|
|
|
35151
|
-
.
|
|
35152
|
-
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35158
|
-
|
|
35159
|
-
|
|
35201
|
+
.E_m126spxy {
|
|
35202
|
+
padding-bottom: 4px;
|
|
35203
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35204
|
+
}
|
|
35205
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35206
|
+
padding: 1px 10px;
|
|
35207
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35208
|
+
border-radius: 4px;
|
|
35209
|
+
}
|
|
35210
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35211
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35212
|
+
color: #0096ff;
|
|
35160
35213
|
}
|
|
35161
35214
|
|
|
35162
|
-
.
|
|
35163
|
-
|
|
35164
|
-
|
|
35165
|
-
|
|
35215
|
+
.E_wpbf4pq {
|
|
35216
|
+
padding: 10px 0;
|
|
35217
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35218
|
+
}
|
|
35219
|
+
.E_wpbf4pq .ant-input,
|
|
35220
|
+
.E_wpbf4pq .ant-picker {
|
|
35221
|
+
width: 80px;
|
|
35222
|
+
margin: 0 9px;
|
|
35223
|
+
text-align: center;
|
|
35224
|
+
}
|
|
35225
|
+
.E_wpbf4pq .options {
|
|
35226
|
+
padding: 12px 0 12px 16px;
|
|
35227
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35228
|
+
margin: 5px 0 5px 8px;
|
|
35229
|
+
}
|
|
35230
|
+
.E_wpbf4pq .week-day-option,
|
|
35231
|
+
.E_wpbf4pq .month-day-option {
|
|
35232
|
+
background: #f5f7fa;
|
|
35233
|
+
box-sizing: border-box;
|
|
35234
|
+
border-radius: 16px;
|
|
35235
|
+
margin-right: 8px;
|
|
35236
|
+
}
|
|
35237
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35238
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35239
|
+
color: inherit;
|
|
35240
|
+
border-color: #d9d9d9;
|
|
35241
|
+
}
|
|
35242
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35243
|
+
background-color: #0096ff;
|
|
35244
|
+
border-color: #0096ff;
|
|
35245
|
+
color: #fff;
|
|
35246
|
+
}
|
|
35247
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35248
|
+
width: 110px;
|
|
35249
|
+
margin-top: 4px;
|
|
35250
|
+
}
|
|
35251
|
+
.E_wpbf4pq .month-day-option {
|
|
35252
|
+
width: 32px;
|
|
35253
|
+
padding: 0;
|
|
35254
|
+
margin-bottom: 8px;
|
|
35255
|
+
}
|
|
35256
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35257
|
+
background-color: #0096ff;
|
|
35258
|
+
border-color: #0096ff;
|
|
35259
|
+
color: #fff;
|
|
35166
35260
|
}
|
|
35167
35261
|
|
|
35168
35262
|
.E_n12mqh7z {
|
|
@@ -35184,20 +35278,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35184
35278
|
overflow: auto;
|
|
35185
35279
|
}
|
|
35186
35280
|
|
|
35187
|
-
.E_gmyahx3 {
|
|
35188
|
-
cursor: pointer;
|
|
35189
|
-
}
|
|
35190
|
-
.E_gmyahx3 .link-text {
|
|
35191
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35192
|
-
}
|
|
35193
|
-
.E_gmyahx3:hover .link-text {
|
|
35194
|
-
color: #0080ff;
|
|
35195
|
-
}
|
|
35196
|
-
|
|
35197
|
-
span.E_tqjc4ui {
|
|
35198
|
-
margin: 0 2px;
|
|
35199
|
-
}
|
|
35200
|
-
|
|
35201
35281
|
.E_clm1wy1 {
|
|
35202
35282
|
width: 192px;
|
|
35203
35283
|
height: 246px;
|
|
@@ -35299,56 +35379,6 @@ span.E_tqjc4ui {
|
|
|
35299
35379
|
margin-right: 8px;
|
|
35300
35380
|
}
|
|
35301
35381
|
|
|
35302
|
-
.E_wg1tsps {
|
|
35303
|
-
display: flex;
|
|
35304
|
-
align-items: center;
|
|
35305
|
-
justify-content: flex-end;
|
|
35306
|
-
}
|
|
35307
|
-
|
|
35308
|
-
.E_b1ctd5xy {
|
|
35309
|
-
display: flex;
|
|
35310
|
-
align-items: center;
|
|
35311
|
-
width: calc(100% - 40px);
|
|
35312
|
-
}
|
|
35313
|
-
.E_b1ctd5xy .chart {
|
|
35314
|
-
display: inline-block;
|
|
35315
|
-
width: 100%;
|
|
35316
|
-
}
|
|
35317
|
-
|
|
35318
|
-
.E_u1p8acpn {
|
|
35319
|
-
min-width: 40px;
|
|
35320
|
-
}
|
|
35321
|
-
.E_u1p8acpn .unit {
|
|
35322
|
-
color: #00122e !important;
|
|
35323
|
-
}
|
|
35324
|
-
|
|
35325
|
-
.E_ou7iq30 {
|
|
35326
|
-
overflow: hidden;
|
|
35327
|
-
text-overflow: ellipsis;
|
|
35328
|
-
}
|
|
35329
|
-
|
|
35330
|
-
.E_s1tui002 {
|
|
35331
|
-
white-space: nowrap;
|
|
35332
|
-
}
|
|
35333
|
-
|
|
35334
|
-
.E_mxrc2zg {
|
|
35335
|
-
display: -webkit-box;
|
|
35336
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35337
|
-
-webkit-box-orient: vertical;
|
|
35338
|
-
word-break: break-all;
|
|
35339
|
-
}
|
|
35340
|
-
|
|
35341
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35342
|
-
display: none;
|
|
35343
|
-
}
|
|
35344
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35345
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35346
|
-
border-radius: 4px;
|
|
35347
|
-
}
|
|
35348
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35349
|
-
visibility: hidden;
|
|
35350
|
-
}
|
|
35351
|
-
|
|
35352
35382
|
.E_t1sqg15u {
|
|
35353
35383
|
background: white;
|
|
35354
35384
|
}
|
|
@@ -35439,257 +35469,114 @@ span.E_tqjc4ui {
|
|
|
35439
35469
|
padding-right: 12px;
|
|
35440
35470
|
}
|
|
35441
35471
|
|
|
35442
|
-
.
|
|
35443
|
-
|
|
35444
|
-
}
|
|
35445
|
-
.E_c1up1pdz.active {
|
|
35446
|
-
border-color: #0080ff;
|
|
35447
|
-
}
|
|
35448
|
-
.E_c1up1pdz.active > header {
|
|
35449
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35472
|
+
.E_gmyahx3 {
|
|
35473
|
+
cursor: pointer;
|
|
35450
35474
|
}
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35475
|
+
.E_gmyahx3 .link-text {
|
|
35476
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35453
35477
|
}
|
|
35454
|
-
.
|
|
35455
|
-
|
|
35456
|
-
padding: 10px 0;
|
|
35457
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35478
|
+
.E_gmyahx3:hover .link-text {
|
|
35479
|
+
color: #0080ff;
|
|
35458
35480
|
}
|
|
35459
|
-
|
|
35460
|
-
|
|
35461
|
-
|
|
35481
|
+
|
|
35482
|
+
.E_c18bcrac {
|
|
35483
|
+
display: inline-block;
|
|
35484
|
+
width: 100%;
|
|
35462
35485
|
}
|
|
35463
|
-
.
|
|
35464
|
-
|
|
35465
|
-
width: 100px;
|
|
35466
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35486
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35487
|
+
margin-left: 4px;
|
|
35467
35488
|
}
|
|
35468
|
-
|
|
35469
|
-
|
|
35470
|
-
|
|
35489
|
+
|
|
35490
|
+
.E_cro7kg2 {
|
|
35491
|
+
padding: 4px;
|
|
35471
35492
|
}
|
|
35472
|
-
.
|
|
35473
|
-
|
|
35474
|
-
width: 128px;
|
|
35493
|
+
.E_cro7kg2 .unit {
|
|
35494
|
+
color: white;
|
|
35475
35495
|
}
|
|
35476
35496
|
|
|
35477
|
-
.
|
|
35497
|
+
.E_c14wcxf0 {
|
|
35478
35498
|
display: flex;
|
|
35479
|
-
align-items: center;
|
|
35480
35499
|
justify-content: space-between;
|
|
35481
|
-
word-break: keep-all;
|
|
35482
|
-
}
|
|
35483
|
-
.E_c156wh19 .title {
|
|
35484
|
-
margin: 0 16px 0 8px;
|
|
35485
|
-
}
|
|
35486
|
-
.E_c156wh19 .retain {
|
|
35487
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35488
|
-
}
|
|
35489
|
-
.E_c156wh19 div.left {
|
|
35490
|
-
flex: 1;
|
|
35491
|
-
display: flex;
|
|
35492
|
-
overflow: hidden;
|
|
35493
35500
|
align-items: center;
|
|
35494
|
-
|
|
35501
|
+
font-size: 13px;
|
|
35502
|
+
line-height: 24px;
|
|
35503
|
+
color: #cccccc;
|
|
35495
35504
|
white-space: nowrap;
|
|
35496
35505
|
}
|
|
35497
|
-
.
|
|
35498
|
-
|
|
35499
|
-
overflow: hidden;
|
|
35500
|
-
text-overflow: ellipsis;
|
|
35501
|
-
}
|
|
35502
|
-
.E_c156wh19 div.right {
|
|
35503
|
-
display: flex;
|
|
35504
|
-
align-items: center;
|
|
35505
|
-
}
|
|
35506
|
-
.E_c156wh19 .reverse {
|
|
35507
|
-
display: flex;
|
|
35508
|
-
flex-direction: row-reverse;
|
|
35509
|
-
align-items: center;
|
|
35510
|
-
}
|
|
35511
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
35512
|
-
margin-left: 8px;
|
|
35513
|
-
}
|
|
35514
|
-
.E_c156wh19 .close {
|
|
35515
|
-
padding-left: 14px;
|
|
35516
|
-
margin-left: 14px;
|
|
35517
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35518
|
-
cursor: pointer;
|
|
35506
|
+
.E_c14wcxf0 label {
|
|
35507
|
+
margin-right: 32px;
|
|
35519
35508
|
}
|
|
35520
35509
|
|
|
35521
|
-
.
|
|
35522
|
-
|
|
35523
|
-
|
|
35524
|
-
}
|
|
35525
|
-
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35526
|
-
padding: 1px 10px;
|
|
35527
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35528
|
-
border-radius: 4px;
|
|
35529
|
-
}
|
|
35530
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35531
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35532
|
-
color: #0096ff;
|
|
35510
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35511
|
+
font-weight: bold;
|
|
35512
|
+
color: white;
|
|
35533
35513
|
}
|
|
35534
35514
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35540
|
-
|
|
35541
|
-
|
|
35542
|
-
|
|
35543
|
-
|
|
35544
|
-
}
|
|
35545
|
-
.E_wpbf4pq .options {
|
|
35546
|
-
padding: 12px 0 12px 16px;
|
|
35547
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35548
|
-
margin: 5px 0 5px 8px;
|
|
35549
|
-
}
|
|
35550
|
-
.E_wpbf4pq .week-day-option,
|
|
35551
|
-
.E_wpbf4pq .month-day-option {
|
|
35552
|
-
background: #f5f7fa;
|
|
35553
|
-
box-sizing: border-box;
|
|
35554
|
-
border-radius: 16px;
|
|
35555
|
-
margin-right: 8px;
|
|
35556
|
-
}
|
|
35557
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35558
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35559
|
-
color: inherit;
|
|
35560
|
-
border-color: #d9d9d9;
|
|
35561
|
-
}
|
|
35562
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35563
|
-
background-color: #0096ff;
|
|
35564
|
-
border-color: #0096ff;
|
|
35565
|
-
color: #fff;
|
|
35566
|
-
}
|
|
35567
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35568
|
-
width: 110px;
|
|
35569
|
-
margin-top: 4px;
|
|
35570
|
-
}
|
|
35571
|
-
.E_wpbf4pq .month-day-option {
|
|
35572
|
-
width: 32px;
|
|
35573
|
-
padding: 0;
|
|
35574
|
-
margin-bottom: 8px;
|
|
35575
|
-
}
|
|
35576
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35577
|
-
background-color: #0096ff;
|
|
35578
|
-
border-color: #0096ff;
|
|
35579
|
-
color: #fff;
|
|
35515
|
+
.E_s11212zy {
|
|
35516
|
+
width: 8px;
|
|
35517
|
+
height: 8px;
|
|
35518
|
+
border-radius: 2px;
|
|
35519
|
+
display: inline-block;
|
|
35520
|
+
background: var(--s11212zy-0);
|
|
35521
|
+
border: 1px solid #fff;
|
|
35522
|
+
box-sizing: content-box;
|
|
35523
|
+
margin-right: 6px;
|
|
35580
35524
|
}
|
|
35581
35525
|
|
|
35582
|
-
.
|
|
35583
|
-
|
|
35584
|
-
|
|
35585
|
-
|
|
35586
|
-
}
|
|
35587
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35588
|
-
display: flex;
|
|
35589
|
-
flex-direction: column;
|
|
35590
|
-
justify-content: space-between;
|
|
35526
|
+
.E_p1lyky6c > :first-child {
|
|
35527
|
+
font-weight: bold;
|
|
35528
|
+
color: white;
|
|
35529
|
+
margin-right: 4px;
|
|
35591
35530
|
}
|
|
35592
|
-
|
|
35531
|
+
|
|
35532
|
+
.E_wg1tsps {
|
|
35593
35533
|
display: flex;
|
|
35534
|
+
align-items: center;
|
|
35535
|
+
justify-content: flex-end;
|
|
35594
35536
|
}
|
|
35595
|
-
|
|
35596
|
-
|
|
35597
|
-
}
|
|
35598
|
-
.E_s1at6qmn .ant-menu a {
|
|
35599
|
-
color: #00122e;
|
|
35600
|
-
width: 180px;
|
|
35601
|
-
overflow: hidden;
|
|
35602
|
-
text-overflow: ellipsis;
|
|
35603
|
-
}
|
|
35604
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35605
|
-
margin-bottom: 24px;
|
|
35606
|
-
}
|
|
35607
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35608
|
-
margin: 0;
|
|
35609
|
-
}
|
|
35610
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35611
|
-
font-size: 12px;
|
|
35612
|
-
padding: 0 8px 4px;
|
|
35613
|
-
line-height: 18px;
|
|
35614
|
-
}
|
|
35615
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35616
|
-
padding: 0;
|
|
35617
|
-
}
|
|
35618
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35619
|
-
padding-bottom: 24px;
|
|
35620
|
-
}
|
|
35621
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35622
|
-
margin-bottom: 24px;
|
|
35623
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35624
|
-
}
|
|
35625
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35626
|
-
transition: none;
|
|
35537
|
+
|
|
35538
|
+
.E_b1ctd5xy {
|
|
35627
35539
|
display: flex;
|
|
35628
35540
|
align-items: center;
|
|
35629
|
-
|
|
35630
|
-
line-height: 22px;
|
|
35631
|
-
padding: 0 8px;
|
|
35632
|
-
}
|
|
35633
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35634
|
-
margin-right: 12px;
|
|
35635
|
-
}
|
|
35636
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35637
|
-
margin: 0;
|
|
35638
|
-
margin-bottom: 2px;
|
|
35541
|
+
width: calc(100% - 40px);
|
|
35639
35542
|
}
|
|
35640
|
-
.
|
|
35641
|
-
|
|
35642
|
-
|
|
35643
|
-
border-radius: 6px;
|
|
35644
|
-
color: #fff;
|
|
35543
|
+
.E_b1ctd5xy .chart {
|
|
35544
|
+
display: inline-block;
|
|
35545
|
+
width: 100%;
|
|
35645
35546
|
}
|
|
35646
|
-
|
|
35647
|
-
|
|
35547
|
+
|
|
35548
|
+
.E_u1p8acpn {
|
|
35549
|
+
min-width: 40px;
|
|
35648
35550
|
}
|
|
35649
|
-
.
|
|
35650
|
-
|
|
35651
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35652
|
-
border-radius: 6px;
|
|
35551
|
+
.E_u1p8acpn .unit {
|
|
35552
|
+
color: #00122e !important;
|
|
35653
35553
|
}
|
|
35654
35554
|
|
|
35655
|
-
.
|
|
35656
|
-
white-space: nowrap;
|
|
35657
|
-
transition: all 0s;
|
|
35658
|
-
}
|
|
35659
|
-
.E_s1wu0lms.shrink {
|
|
35660
|
-
transition: all 0s;
|
|
35555
|
+
.E_ou7iq30 {
|
|
35661
35556
|
overflow: hidden;
|
|
35662
|
-
|
|
35663
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35664
|
-
visibility: hidden;
|
|
35665
|
-
}
|
|
35666
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35667
|
-
width: 36px;
|
|
35668
|
-
padding: 0 6px;
|
|
35557
|
+
text-overflow: ellipsis;
|
|
35669
35558
|
}
|
|
35670
35559
|
|
|
35671
|
-
.
|
|
35672
|
-
|
|
35673
|
-
place-items: center;
|
|
35674
|
-
width: 100% !important;
|
|
35560
|
+
.E_s1tui002 {
|
|
35561
|
+
white-space: nowrap;
|
|
35675
35562
|
}
|
|
35676
|
-
|
|
35677
|
-
|
|
35678
|
-
|
|
35563
|
+
|
|
35564
|
+
.E_mxrc2zg {
|
|
35565
|
+
display: -webkit-box;
|
|
35566
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35567
|
+
-webkit-box-orient: vertical;
|
|
35568
|
+
word-break: break-all;
|
|
35679
35569
|
}
|
|
35680
|
-
|
|
35681
|
-
|
|
35682
|
-
|
|
35570
|
+
|
|
35571
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35572
|
+
display: none;
|
|
35683
35573
|
}
|
|
35684
|
-
.
|
|
35685
|
-
|
|
35574
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35575
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35576
|
+
border-radius: 4px;
|
|
35686
35577
|
}
|
|
35687
|
-
.
|
|
35688
|
-
|
|
35689
|
-
overflow: hidden;
|
|
35690
|
-
white-space: nowrap;
|
|
35691
|
-
text-overflow: ellipsis;
|
|
35692
|
-
text-align: left;
|
|
35578
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35579
|
+
visibility: hidden;
|
|
35693
35580
|
}
|
|
35694
35581
|
|
|
35695
35582
|
.E_skwah65 {
|
|
@@ -35924,67 +35811,117 @@ span.E_tqjc4ui {
|
|
|
35924
35811
|
color: rgba(44, 56, 82, 0.75);
|
|
35925
35812
|
}
|
|
35926
35813
|
|
|
35927
|
-
.
|
|
35928
|
-
|
|
35814
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35815
|
+
background: #edf0f7;
|
|
35816
|
+
padding: 32px 8px;
|
|
35817
|
+
overflow: auto;
|
|
35929
35818
|
}
|
|
35930
|
-
|
|
35931
|
-
.E_k1h3cl5q {
|
|
35819
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35932
35820
|
display: flex;
|
|
35933
35821
|
flex-direction: column;
|
|
35934
|
-
|
|
35822
|
+
justify-content: space-between;
|
|
35935
35823
|
}
|
|
35936
|
-
|
|
35937
|
-
|
|
35938
|
-
color: #00122e;
|
|
35939
|
-
font-size: 32px !important;
|
|
35940
|
-
margin-bottom: 16px;
|
|
35824
|
+
.E_s1at6qmn footer {
|
|
35825
|
+
display: flex;
|
|
35941
35826
|
}
|
|
35942
|
-
|
|
35943
|
-
|
|
35944
|
-
|
|
35827
|
+
.E_s1at6qmn .ant-menu {
|
|
35828
|
+
background: #edf0f7;
|
|
35829
|
+
}
|
|
35830
|
+
.E_s1at6qmn .ant-menu a {
|
|
35945
35831
|
color: #00122e;
|
|
35832
|
+
width: 180px;
|
|
35833
|
+
overflow: hidden;
|
|
35834
|
+
text-overflow: ellipsis;
|
|
35946
35835
|
}
|
|
35947
|
-
|
|
35948
|
-
|
|
35949
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35950
|
-
min-height: 0;
|
|
35951
|
-
flex: 1;
|
|
35952
|
-
padding: 16px;
|
|
35953
|
-
background-color: #2d3a56;
|
|
35954
|
-
color: #fff;
|
|
35955
|
-
overflow: auto;
|
|
35956
|
-
max-width: 100%;
|
|
35957
|
-
min-height: 0;
|
|
35958
|
-
border-radius: 8px;
|
|
35959
|
-
white-space: pre-wrap;
|
|
35836
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35837
|
+
margin-bottom: 24px;
|
|
35960
35838
|
}
|
|
35961
|
-
|
|
35962
|
-
|
|
35963
|
-
width: 100%;
|
|
35964
|
-
display: flex;
|
|
35965
|
-
justify-content: space-between;
|
|
35966
|
-
padding: 0 128px;
|
|
35839
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35840
|
+
margin: 0;
|
|
35967
35841
|
}
|
|
35968
|
-
|
|
35969
|
-
|
|
35842
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35843
|
+
font-size: 12px;
|
|
35844
|
+
padding: 0 8px 4px;
|
|
35845
|
+
line-height: 18px;
|
|
35846
|
+
}
|
|
35847
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35848
|
+
padding: 0;
|
|
35849
|
+
}
|
|
35850
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35851
|
+
padding-bottom: 24px;
|
|
35852
|
+
}
|
|
35853
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35854
|
+
margin-bottom: 24px;
|
|
35855
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35856
|
+
}
|
|
35857
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35858
|
+
transition: none;
|
|
35970
35859
|
display: flex;
|
|
35971
|
-
flex-direction: column;
|
|
35972
|
-
justify-content: center;
|
|
35973
35860
|
align-items: center;
|
|
35974
|
-
height:
|
|
35861
|
+
height: 32px;
|
|
35862
|
+
line-height: 22px;
|
|
35863
|
+
padding: 0 8px;
|
|
35864
|
+
}
|
|
35865
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35866
|
+
margin-right: 12px;
|
|
35867
|
+
}
|
|
35868
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35869
|
+
margin: 0;
|
|
35870
|
+
margin-bottom: 2px;
|
|
35871
|
+
}
|
|
35872
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35873
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35874
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35875
|
+
border-radius: 6px;
|
|
35876
|
+
color: #fff;
|
|
35877
|
+
}
|
|
35878
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35879
|
+
color: #fff;
|
|
35880
|
+
}
|
|
35881
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35882
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35883
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35884
|
+
border-radius: 6px;
|
|
35975
35885
|
}
|
|
35976
35886
|
|
|
35977
|
-
.
|
|
35887
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35888
|
+
white-space: nowrap;
|
|
35889
|
+
transition: all 0s;
|
|
35890
|
+
}
|
|
35891
|
+
.E_s1wu0lms.shrink {
|
|
35892
|
+
transition: all 0s;
|
|
35893
|
+
overflow: hidden;
|
|
35894
|
+
}
|
|
35895
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35896
|
+
visibility: hidden;
|
|
35897
|
+
}
|
|
35898
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35899
|
+
width: 36px;
|
|
35900
|
+
padding: 0 6px;
|
|
35901
|
+
}
|
|
35902
|
+
|
|
35903
|
+
.E_n1ugzfva {
|
|
35978
35904
|
display: flex;
|
|
35979
|
-
|
|
35980
|
-
|
|
35905
|
+
place-items: center;
|
|
35906
|
+
width: 100% !important;
|
|
35981
35907
|
}
|
|
35982
|
-
.
|
|
35983
|
-
|
|
35984
|
-
|
|
35985
|
-
|
|
35986
|
-
|
|
35987
|
-
|
|
35908
|
+
.E_n1ugzfva[disabled] {
|
|
35909
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35910
|
+
opacity: 1 !important;
|
|
35911
|
+
}
|
|
35912
|
+
.E_n1ugzfva.ant-btn {
|
|
35913
|
+
width: 100%;
|
|
35914
|
+
color: #00122e;
|
|
35915
|
+
}
|
|
35916
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35917
|
+
margin-right: 12px;
|
|
35918
|
+
}
|
|
35919
|
+
.E_n1ugzfva .link-title {
|
|
35920
|
+
flex: 1;
|
|
35921
|
+
overflow: hidden;
|
|
35922
|
+
white-space: nowrap;
|
|
35923
|
+
text-overflow: ellipsis;
|
|
35924
|
+
text-align: left;
|
|
35988
35925
|
}
|
|
35989
35926
|
|
|
35990
35927
|
.E_i5w779o {
|
|
@@ -36028,6 +35965,12 @@ span.E_tqjc4ui {
|
|
|
36028
35965
|
color: rgba(0, 21, 64, 0.3);
|
|
36029
35966
|
}
|
|
36030
35967
|
|
|
35968
|
+
.E_h1ol2wl7 {
|
|
35969
|
+
font-weight: bold;
|
|
35970
|
+
background-color: unset;
|
|
35971
|
+
padding: unset;
|
|
35972
|
+
}
|
|
35973
|
+
|
|
36031
35974
|
.E_cyms3br {
|
|
36032
35975
|
background: #fff;
|
|
36033
35976
|
width: 100%;
|
|
@@ -36089,19 +36032,67 @@ span.E_tqjc4ui {
|
|
|
36089
36032
|
justify-content: center;
|
|
36090
36033
|
}
|
|
36091
36034
|
|
|
36092
|
-
.
|
|
36093
|
-
|
|
36094
|
-
background-color: unset;
|
|
36095
|
-
padding: unset;
|
|
36035
|
+
.E_kr6am0s .ant-modal-body {
|
|
36036
|
+
padding: 60px 128px;
|
|
36096
36037
|
}
|
|
36097
36038
|
|
|
36098
|
-
.
|
|
36039
|
+
.E_k1h3cl5q {
|
|
36040
|
+
display: flex;
|
|
36041
|
+
flex-direction: column;
|
|
36042
|
+
height: 100%;
|
|
36043
|
+
}
|
|
36044
|
+
|
|
36045
|
+
.E_k1a6j97w {
|
|
36099
36046
|
color: #00122e;
|
|
36047
|
+
font-size: 32px !important;
|
|
36048
|
+
margin-bottom: 16px;
|
|
36100
36049
|
}
|
|
36101
36050
|
|
|
36102
|
-
.
|
|
36103
|
-
margin-
|
|
36104
|
-
color:
|
|
36051
|
+
.E_k1uim1fg {
|
|
36052
|
+
margin-bottom: 32px;
|
|
36053
|
+
color: #00122e;
|
|
36054
|
+
}
|
|
36055
|
+
|
|
36056
|
+
.E_kobelzt {
|
|
36057
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36058
|
+
min-height: 0;
|
|
36059
|
+
flex: 1;
|
|
36060
|
+
padding: 16px;
|
|
36061
|
+
background-color: #2d3a56;
|
|
36062
|
+
color: #fff;
|
|
36063
|
+
overflow: auto;
|
|
36064
|
+
max-width: 100%;
|
|
36065
|
+
min-height: 0;
|
|
36066
|
+
border-radius: 8px;
|
|
36067
|
+
white-space: pre-wrap;
|
|
36068
|
+
}
|
|
36069
|
+
|
|
36070
|
+
.E_kxzv3id {
|
|
36071
|
+
width: 100%;
|
|
36072
|
+
display: flex;
|
|
36073
|
+
justify-content: space-between;
|
|
36074
|
+
padding: 0 128px;
|
|
36075
|
+
}
|
|
36076
|
+
|
|
36077
|
+
.E_eld9lt {
|
|
36078
|
+
display: flex;
|
|
36079
|
+
flex-direction: column;
|
|
36080
|
+
justify-content: center;
|
|
36081
|
+
align-items: center;
|
|
36082
|
+
height: 100%;
|
|
36083
|
+
}
|
|
36084
|
+
|
|
36085
|
+
.E_e1505fqc {
|
|
36086
|
+
display: flex;
|
|
36087
|
+
flex-direction: column;
|
|
36088
|
+
align-items: center;
|
|
36089
|
+
}
|
|
36090
|
+
.E_e1505fqc .title {
|
|
36091
|
+
margin-bottom: 8px;
|
|
36092
|
+
background-clip: text;
|
|
36093
|
+
-webkit-background-clip: text;
|
|
36094
|
+
-webkit-text-fill-color: transparent;
|
|
36095
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36105
36096
|
}
|
|
36106
36097
|
|
|
36107
36098
|
.E_c14ouk5o {
|
|
@@ -36199,6 +36190,15 @@ span.E_tqjc4ui {
|
|
|
36199
36190
|
margin: 16px 0;
|
|
36200
36191
|
}
|
|
36201
36192
|
|
|
36193
|
+
.E_cevhqx7 {
|
|
36194
|
+
color: #00122e;
|
|
36195
|
+
}
|
|
36196
|
+
|
|
36197
|
+
.E_snbqlt4 {
|
|
36198
|
+
margin-top: 8px;
|
|
36199
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36200
|
+
}
|
|
36201
|
+
|
|
36202
36202
|
.E_c1kchka8 {
|
|
36203
36203
|
height: 100%;
|
|
36204
36204
|
width: 100%;
|