@cloudtower/eagle 0.34.10 → 0.34.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Progress/progress.widgets.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1461 -1460
- package/dist/esm/core/Progress/progress.widgets.js +2 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1935 -1935
- package/dist/style.css +1461 -1460
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,17 +29713,71 @@ body {
|
|
|
29713
29713
|
padding: 8px 12px;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
-
.
|
|
29717
|
-
|
|
29716
|
+
.E_c1uzzomf {
|
|
29717
|
+
margin-bottom: 16px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_c1uzzomf .card-title {
|
|
29720
|
+
font-size: 16px;
|
|
29718
29721
|
color: rgba(44, 56, 82, 0.6);
|
|
29719
|
-
font-
|
|
29722
|
+
font-weight: 700;
|
|
29723
|
+
line-height: 32px;
|
|
29720
29724
|
}
|
|
29721
|
-
.
|
|
29722
|
-
padding
|
|
29725
|
+
.E_c1uzzomf .card-body {
|
|
29726
|
+
padding: 24px;
|
|
29727
|
+
border-radius: 8px;
|
|
29728
|
+
background: #fff;
|
|
29723
29729
|
}
|
|
29724
|
-
.
|
|
29725
|
-
|
|
29726
|
-
|
|
29730
|
+
.E_c1uzzomf .empty {
|
|
29731
|
+
font-weight: 700;
|
|
29732
|
+
font-size: 14px;
|
|
29733
|
+
line-height: 22px;
|
|
29734
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29735
|
+
text-align: center;
|
|
29736
|
+
}
|
|
29737
|
+
|
|
29738
|
+
.E_berrcjl {
|
|
29739
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29740
|
+
margin-bottom: 4px;
|
|
29741
|
+
}
|
|
29742
|
+
.E_berrcjl .breadcrumb-link {
|
|
29743
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29744
|
+
cursor: pointer;
|
|
29745
|
+
transition: color 160ms ease;
|
|
29746
|
+
}
|
|
29747
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29748
|
+
color: #0080ff;
|
|
29749
|
+
}
|
|
29750
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29751
|
+
color: #005ed1;
|
|
29752
|
+
}
|
|
29753
|
+
|
|
29754
|
+
.E_b1nip9bk {
|
|
29755
|
+
padding: 4px 11px;
|
|
29756
|
+
}
|
|
29757
|
+
|
|
29758
|
+
.E_bqamoqe {
|
|
29759
|
+
white-space: nowrap;
|
|
29760
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29761
|
+
}
|
|
29762
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29763
|
+
--color: #0080ff;
|
|
29764
|
+
}
|
|
29765
|
+
.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] {
|
|
29766
|
+
--color: #0080ff;
|
|
29767
|
+
}
|
|
29768
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29769
|
+
margin-left: 1px;
|
|
29770
|
+
}
|
|
29771
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29772
|
+
border-top-right-radius: 0;
|
|
29773
|
+
border-bottom-right-radius: 0;
|
|
29774
|
+
}
|
|
29775
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29776
|
+
border-top-left-radius: 0;
|
|
29777
|
+
border-bottom-left-radius: 0;
|
|
29778
|
+
}
|
|
29779
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29780
|
+
border-radius: unset;
|
|
29727
29781
|
}
|
|
29728
29782
|
|
|
29729
29783
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29983,71 +30037,27 @@ body {
|
|
|
29983
30037
|
justify-content: center;
|
|
29984
30038
|
}
|
|
29985
30039
|
|
|
29986
|
-
.
|
|
29987
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29988
|
-
margin-bottom: 4px;
|
|
29989
|
-
}
|
|
29990
|
-
.E_berrcjl .breadcrumb-link {
|
|
29991
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29992
|
-
cursor: pointer;
|
|
29993
|
-
transition: color 160ms ease;
|
|
29994
|
-
}
|
|
29995
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29996
|
-
color: #0080ff;
|
|
29997
|
-
}
|
|
29998
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29999
|
-
color: #005ed1;
|
|
30000
|
-
}
|
|
30001
|
-
|
|
30002
|
-
.E_c1uzzomf {
|
|
30003
|
-
margin-bottom: 16px;
|
|
30004
|
-
}
|
|
30005
|
-
.E_c1uzzomf .card-title {
|
|
30006
|
-
font-size: 16px;
|
|
30007
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30008
|
-
font-weight: 700;
|
|
30009
|
-
line-height: 32px;
|
|
30010
|
-
}
|
|
30011
|
-
.E_c1uzzomf .card-body {
|
|
30012
|
-
padding: 24px;
|
|
30040
|
+
.E_c1yyuluq {
|
|
30013
30041
|
border-radius: 8px;
|
|
30014
|
-
background: #fff;
|
|
30015
30042
|
}
|
|
30016
|
-
.
|
|
30017
|
-
|
|
30018
|
-
font-size: 14px;
|
|
30019
|
-
line-height: 22px;
|
|
30020
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30021
|
-
text-align: center;
|
|
30043
|
+
.E_c1yyuluq .ant-card-body {
|
|
30044
|
+
padding: 20px 24px 24px 24px;
|
|
30022
30045
|
}
|
|
30023
30046
|
|
|
30024
|
-
.
|
|
30025
|
-
|
|
30047
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30048
|
+
line-height: 18px;
|
|
30026
30049
|
}
|
|
30027
30050
|
|
|
30028
|
-
.
|
|
30029
|
-
|
|
30030
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30031
|
-
}
|
|
30032
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30033
|
-
--color: #0080ff;
|
|
30034
|
-
}
|
|
30035
|
-
.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] {
|
|
30036
|
-
--color: #0080ff;
|
|
30037
|
-
}
|
|
30038
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30039
|
-
margin-left: 1px;
|
|
30040
|
-
}
|
|
30041
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30042
|
-
border-top-right-radius: 0;
|
|
30043
|
-
border-bottom-right-radius: 0;
|
|
30051
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30052
|
+
display: flex;
|
|
30044
30053
|
}
|
|
30045
|
-
.
|
|
30046
|
-
border-
|
|
30047
|
-
border-
|
|
30054
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30055
|
+
border-bottom-left-radius: 5px;
|
|
30056
|
+
border-top-left-radius: 5px;
|
|
30048
30057
|
}
|
|
30049
|
-
.
|
|
30050
|
-
border-radius:
|
|
30058
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30059
|
+
border-bottom-right-radius: 5px;
|
|
30060
|
+
border-top-right-radius: 5px;
|
|
30051
30061
|
}
|
|
30052
30062
|
|
|
30053
30063
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30072,11 +30082,61 @@ body {
|
|
|
30072
30082
|
cursor: default;
|
|
30073
30083
|
}
|
|
30074
30084
|
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30085
|
+
.E_phljevk {
|
|
30086
|
+
display: flex;
|
|
30087
|
+
justify-content: space-between;
|
|
30088
|
+
align-items: center;
|
|
30089
|
+
padding: 10px 0;
|
|
30090
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30091
|
+
font-size: 12px;
|
|
30092
|
+
line-height: 24px;
|
|
30077
30093
|
}
|
|
30078
|
-
.
|
|
30079
|
-
padding:
|
|
30094
|
+
.E_phljevk .pagination-left {
|
|
30095
|
+
padding: 2px 8px;
|
|
30096
|
+
}
|
|
30097
|
+
.E_phljevk .dropdown-trigger {
|
|
30098
|
+
display: flex;
|
|
30099
|
+
align-items: center;
|
|
30100
|
+
border-radius: 6px;
|
|
30101
|
+
cursor: pointer;
|
|
30102
|
+
transition: all 0.3s ease;
|
|
30103
|
+
}
|
|
30104
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30105
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30106
|
+
color: #0080ff;
|
|
30107
|
+
}
|
|
30108
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30109
|
+
margin-left: 4px;
|
|
30110
|
+
}
|
|
30111
|
+
.E_phljevk .pagination-right {
|
|
30112
|
+
display: flex;
|
|
30113
|
+
align-items: center;
|
|
30114
|
+
color: #0080ff;
|
|
30115
|
+
font-weight: bold;
|
|
30116
|
+
}
|
|
30117
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30118
|
+
margin-left: 4px;
|
|
30119
|
+
}
|
|
30120
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30121
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30122
|
+
padding: 0 8px;
|
|
30123
|
+
}
|
|
30124
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30125
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30126
|
+
color: #0080ff;
|
|
30127
|
+
}
|
|
30128
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30129
|
+
transform: rotate(180deg);
|
|
30130
|
+
}
|
|
30131
|
+
|
|
30132
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30133
|
+
max-height: calc(100vh - 128px);
|
|
30134
|
+
overflow-y: auto;
|
|
30135
|
+
}
|
|
30136
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30137
|
+
padding: 4px 20px;
|
|
30138
|
+
font-size: 12px;
|
|
30139
|
+
line-height: 18px;
|
|
30080
30140
|
}
|
|
30081
30141
|
|
|
30082
30142
|
.E_d1bw7c5z {
|
|
@@ -30162,22 +30222,6 @@ body {
|
|
|
30162
30222
|
width: 102px;
|
|
30163
30223
|
}
|
|
30164
30224
|
|
|
30165
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30166
|
-
display: flex;
|
|
30167
|
-
}
|
|
30168
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30169
|
-
border-bottom-left-radius: 5px;
|
|
30170
|
-
border-top-left-radius: 5px;
|
|
30171
|
-
}
|
|
30172
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30173
|
-
border-bottom-right-radius: 5px;
|
|
30174
|
-
border-top-right-radius: 5px;
|
|
30175
|
-
}
|
|
30176
|
-
|
|
30177
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30178
|
-
line-height: 18px;
|
|
30179
|
-
}
|
|
30180
|
-
|
|
30181
30225
|
.E_rapgekc.ant-radio-wrapper {
|
|
30182
30226
|
display: inline-flex;
|
|
30183
30227
|
align-items: baseline;
|
|
@@ -30324,78 +30368,24 @@ body {
|
|
|
30324
30368
|
width: 36px;
|
|
30325
30369
|
}
|
|
30326
30370
|
|
|
30327
|
-
.
|
|
30328
|
-
|
|
30329
|
-
width: 56px !important;
|
|
30330
|
-
margin-right: 4px;
|
|
30331
|
-
}
|
|
30332
|
-
|
|
30333
|
-
.E_c1wk4q29 {
|
|
30334
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30335
|
-
}
|
|
30336
|
-
|
|
30337
|
-
.E_phljevk {
|
|
30338
|
-
display: flex;
|
|
30339
|
-
justify-content: space-between;
|
|
30340
|
-
align-items: center;
|
|
30341
|
-
padding: 10px 0;
|
|
30371
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30372
|
+
padding: 4px 8px 0 8px;
|
|
30342
30373
|
color: rgba(44, 56, 82, 0.6);
|
|
30343
30374
|
font-size: 12px;
|
|
30344
|
-
line-height: 24px;
|
|
30345
30375
|
}
|
|
30346
|
-
.
|
|
30347
|
-
padding:
|
|
30376
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30377
|
+
padding-bottom: 6px;
|
|
30348
30378
|
}
|
|
30349
|
-
.
|
|
30350
|
-
|
|
30351
|
-
|
|
30352
|
-
border-radius: 6px;
|
|
30353
|
-
cursor: pointer;
|
|
30354
|
-
transition: all 0.3s ease;
|
|
30379
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30380
|
+
padding-top: 4px;
|
|
30381
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30355
30382
|
}
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
|
|
30383
|
+
|
|
30384
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30385
|
+
margin-right: 8px;
|
|
30359
30386
|
}
|
|
30360
|
-
.
|
|
30361
|
-
margin-left:
|
|
30362
|
-
}
|
|
30363
|
-
.E_phljevk .pagination-right {
|
|
30364
|
-
display: flex;
|
|
30365
|
-
align-items: center;
|
|
30366
|
-
color: #0080ff;
|
|
30367
|
-
font-weight: bold;
|
|
30368
|
-
}
|
|
30369
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30370
|
-
margin-left: 4px;
|
|
30371
|
-
}
|
|
30372
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30373
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30374
|
-
padding: 0 8px;
|
|
30375
|
-
}
|
|
30376
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30377
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30378
|
-
color: #0080ff;
|
|
30379
|
-
}
|
|
30380
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30381
|
-
transform: rotate(180deg);
|
|
30382
|
-
}
|
|
30383
|
-
|
|
30384
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30385
|
-
max-height: calc(100vh - 128px);
|
|
30386
|
-
overflow-y: auto;
|
|
30387
|
-
}
|
|
30388
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30389
|
-
padding: 4px 20px;
|
|
30390
|
-
font-size: 12px;
|
|
30391
|
-
line-height: 18px;
|
|
30392
|
-
}
|
|
30393
|
-
|
|
30394
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30395
|
-
margin-right: 8px;
|
|
30396
|
-
}
|
|
30397
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30398
|
-
margin-left: 8px;
|
|
30387
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30388
|
+
margin-left: 8px;
|
|
30399
30389
|
}
|
|
30400
30390
|
|
|
30401
30391
|
.E_cc368xp {
|
|
@@ -30417,6 +30407,10 @@ body {
|
|
|
30417
30407
|
cursor: not-allowed;
|
|
30418
30408
|
}
|
|
30419
30409
|
|
|
30410
|
+
.E_tju3gfj .date {
|
|
30411
|
+
margin-right: 4px;
|
|
30412
|
+
}
|
|
30413
|
+
|
|
30420
30414
|
.E_c1bus5hc {
|
|
30421
30415
|
--color: white;
|
|
30422
30416
|
height: 14px;
|
|
@@ -30512,6 +30506,92 @@ body {
|
|
|
30512
30506
|
margin-left: 5px;
|
|
30513
30507
|
}
|
|
30514
30508
|
|
|
30509
|
+
.E_s1sck0th {
|
|
30510
|
+
padding: 0 8px;
|
|
30511
|
+
border-radius: 4px;
|
|
30512
|
+
}
|
|
30513
|
+
|
|
30514
|
+
.E_m855nr1 {
|
|
30515
|
+
padding: 2px 8px;
|
|
30516
|
+
border-radius: 3px;
|
|
30517
|
+
}
|
|
30518
|
+
|
|
30519
|
+
.E_l1270xpg {
|
|
30520
|
+
padding: 3px 8px;
|
|
30521
|
+
border-radius: 2px;
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.E_t14rextb.ant-tag:hover {
|
|
30525
|
+
opacity: unset;
|
|
30526
|
+
}
|
|
30527
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30528
|
+
margin: 0;
|
|
30529
|
+
margin-right: 8px;
|
|
30530
|
+
display: inline-flex;
|
|
30531
|
+
align-items: center;
|
|
30532
|
+
border: none;
|
|
30533
|
+
}
|
|
30534
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30535
|
+
width: 16px;
|
|
30536
|
+
height: 16px;
|
|
30537
|
+
color: inherit;
|
|
30538
|
+
margin-left: 4px;
|
|
30539
|
+
opacity: 0.6;
|
|
30540
|
+
display: inline-flex;
|
|
30541
|
+
}
|
|
30542
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30543
|
+
opacity: 1;
|
|
30544
|
+
}
|
|
30545
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30546
|
+
color: #0080ff;
|
|
30547
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30548
|
+
}
|
|
30549
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30550
|
+
color: #f0483e;
|
|
30551
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30552
|
+
}
|
|
30553
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30554
|
+
color: #e07f00;
|
|
30555
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30556
|
+
}
|
|
30557
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30558
|
+
color: #008f4c;
|
|
30559
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30560
|
+
}
|
|
30561
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30562
|
+
color: #1d326c;
|
|
30563
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30564
|
+
}
|
|
30565
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30566
|
+
color: #7E41FF;
|
|
30567
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30568
|
+
}
|
|
30569
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30570
|
+
color: #fff;
|
|
30571
|
+
}
|
|
30572
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30573
|
+
background-color: #f0483e;
|
|
30574
|
+
}
|
|
30575
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30576
|
+
background-color: #fea008;
|
|
30577
|
+
}
|
|
30578
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30579
|
+
background-color: #00ba5d;
|
|
30580
|
+
}
|
|
30581
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30582
|
+
background-color: #0080ff;
|
|
30583
|
+
}
|
|
30584
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30585
|
+
background-color: #6b7d99;
|
|
30586
|
+
}
|
|
30587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30588
|
+
background-color: #7E41FF;
|
|
30589
|
+
}
|
|
30590
|
+
|
|
30591
|
+
.E_iq1gosr {
|
|
30592
|
+
display: inline-block;
|
|
30593
|
+
}
|
|
30594
|
+
|
|
30515
30595
|
.E_s1dni7lo {
|
|
30516
30596
|
width: 430px !important;
|
|
30517
30597
|
}
|
|
@@ -30593,94 +30673,14 @@ body {
|
|
|
30593
30673
|
opacity: 0;
|
|
30594
30674
|
}
|
|
30595
30675
|
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30598
|
-
|
|
30599
|
-
|
|
30600
|
-
.E_tju3gfj .date {
|
|
30676
|
+
.E_ivqqkzv {
|
|
30677
|
+
height: 24px;
|
|
30678
|
+
width: 56px !important;
|
|
30601
30679
|
margin-right: 4px;
|
|
30602
30680
|
}
|
|
30603
30681
|
|
|
30604
|
-
.
|
|
30605
|
-
|
|
30606
|
-
border-radius: 4px;
|
|
30607
|
-
}
|
|
30608
|
-
|
|
30609
|
-
.E_m855nr1 {
|
|
30610
|
-
padding: 2px 8px;
|
|
30611
|
-
border-radius: 3px;
|
|
30612
|
-
}
|
|
30613
|
-
|
|
30614
|
-
.E_l1270xpg {
|
|
30615
|
-
padding: 3px 8px;
|
|
30616
|
-
border-radius: 2px;
|
|
30617
|
-
}
|
|
30618
|
-
|
|
30619
|
-
.E_t14rextb.ant-tag:hover {
|
|
30620
|
-
opacity: unset;
|
|
30621
|
-
}
|
|
30622
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30623
|
-
margin: 0;
|
|
30624
|
-
margin-right: 8px;
|
|
30625
|
-
display: inline-flex;
|
|
30626
|
-
align-items: center;
|
|
30627
|
-
border: none;
|
|
30628
|
-
}
|
|
30629
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30630
|
-
width: 16px;
|
|
30631
|
-
height: 16px;
|
|
30632
|
-
color: inherit;
|
|
30633
|
-
margin-left: 4px;
|
|
30634
|
-
opacity: 0.6;
|
|
30635
|
-
display: inline-flex;
|
|
30636
|
-
}
|
|
30637
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30638
|
-
opacity: 1;
|
|
30639
|
-
}
|
|
30640
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30641
|
-
color: #0080ff;
|
|
30642
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30643
|
-
}
|
|
30644
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30645
|
-
color: #f0483e;
|
|
30646
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30647
|
-
}
|
|
30648
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30649
|
-
color: #e07f00;
|
|
30650
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30651
|
-
}
|
|
30652
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30653
|
-
color: #008f4c;
|
|
30654
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30655
|
-
}
|
|
30656
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30657
|
-
color: #1d326c;
|
|
30658
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30659
|
-
}
|
|
30660
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30661
|
-
color: #7E41FF;
|
|
30662
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30663
|
-
}
|
|
30664
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30665
|
-
color: #fff;
|
|
30666
|
-
}
|
|
30667
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30668
|
-
background-color: #f0483e;
|
|
30669
|
-
}
|
|
30670
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30671
|
-
background-color: #fea008;
|
|
30672
|
-
}
|
|
30673
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30674
|
-
background-color: #00ba5d;
|
|
30675
|
-
}
|
|
30676
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30677
|
-
background-color: #0080ff;
|
|
30678
|
-
}
|
|
30679
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30680
|
-
background-color: #6b7d99;
|
|
30681
|
-
}
|
|
30682
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30683
|
-
background-color: #7E41FF;
|
|
30682
|
+
.E_c1wk4q29 {
|
|
30683
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30684
30684
|
}
|
|
30685
30685
|
|
|
30686
30686
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
@@ -30694,39 +30694,6 @@ body {
|
|
|
30694
30694
|
visibility: hidden;
|
|
30695
30695
|
}
|
|
30696
30696
|
|
|
30697
|
-
.E_fzh9mnb {
|
|
30698
|
-
width: 100%;
|
|
30699
|
-
height: 100%;
|
|
30700
|
-
min-height: 124px;
|
|
30701
|
-
display: flex;
|
|
30702
|
-
flex-direction: column;
|
|
30703
|
-
justify-content: center;
|
|
30704
|
-
align-items: center;
|
|
30705
|
-
}
|
|
30706
|
-
.E_fzh9mnb .error-text {
|
|
30707
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30708
|
-
margin-bottom: 16px;
|
|
30709
|
-
font-size: 18px;
|
|
30710
|
-
}
|
|
30711
|
-
|
|
30712
|
-
.E_iouxfgt {
|
|
30713
|
-
display: inline-flex;
|
|
30714
|
-
align-items: center;
|
|
30715
|
-
}
|
|
30716
|
-
.E_iouxfgt .icon-inner {
|
|
30717
|
-
display: inline-flex;
|
|
30718
|
-
align-items: center;
|
|
30719
|
-
justify-content: center;
|
|
30720
|
-
}
|
|
30721
|
-
.E_iouxfgt .icon-inner + span,
|
|
30722
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30723
|
-
margin-left: 4px;
|
|
30724
|
-
}
|
|
30725
|
-
.E_iouxfgt.is-rotate img,
|
|
30726
|
-
.E_iouxfgt.is-rotate svg {
|
|
30727
|
-
animation: rotate 680ms linear infinite;
|
|
30728
|
-
}
|
|
30729
|
-
|
|
30730
30697
|
.E_f7pxqmh {
|
|
30731
30698
|
width: 100%;
|
|
30732
30699
|
margin-bottom: 0 !important;
|
|
@@ -30761,13 +30728,83 @@ body {
|
|
|
30761
30728
|
min-height: 0px;
|
|
30762
30729
|
}
|
|
30763
30730
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30770
|
-
|
|
30731
|
+
.E_fzh9mnb {
|
|
30732
|
+
width: 100%;
|
|
30733
|
+
height: 100%;
|
|
30734
|
+
min-height: 124px;
|
|
30735
|
+
display: flex;
|
|
30736
|
+
flex-direction: column;
|
|
30737
|
+
justify-content: center;
|
|
30738
|
+
align-items: center;
|
|
30739
|
+
}
|
|
30740
|
+
.E_fzh9mnb .error-text {
|
|
30741
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30742
|
+
margin-bottom: 16px;
|
|
30743
|
+
font-size: 18px;
|
|
30744
|
+
}
|
|
30745
|
+
|
|
30746
|
+
.E_i1inqkme {
|
|
30747
|
+
height: 18px;
|
|
30748
|
+
line-height: 18px;
|
|
30749
|
+
padding: 0 4px;
|
|
30750
|
+
border-radius: 4px;
|
|
30751
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30752
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30753
|
+
display: flex;
|
|
30754
|
+
align-items: center;
|
|
30755
|
+
white-space: nowrap;
|
|
30756
|
+
margin-right: 4px;
|
|
30757
|
+
}
|
|
30758
|
+
|
|
30759
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30760
|
+
display: var(--a1wfy30z-0);
|
|
30761
|
+
}
|
|
30762
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30763
|
+
padding: 4px 11px;
|
|
30764
|
+
display: inline-flex;
|
|
30765
|
+
line-height: 1.5715;
|
|
30766
|
+
height: inherit;
|
|
30767
|
+
}
|
|
30768
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30769
|
+
content: var(--a1wfy30z-1);
|
|
30770
|
+
display: var(--a1wfy30z-2);
|
|
30771
|
+
flex: none;
|
|
30772
|
+
align-items: center;
|
|
30773
|
+
margin-left: 4px;
|
|
30774
|
+
}
|
|
30775
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30776
|
+
content: var(--a1wfy30z-3);
|
|
30777
|
+
display: var(--a1wfy30z-4);
|
|
30778
|
+
flex: none;
|
|
30779
|
+
align-items: center;
|
|
30780
|
+
margin-right: 4px;
|
|
30781
|
+
cursor: auto;
|
|
30782
|
+
}
|
|
30783
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30784
|
+
padding: 0;
|
|
30785
|
+
margin: 0;
|
|
30786
|
+
height: auto;
|
|
30787
|
+
font-size: inherit;
|
|
30788
|
+
}
|
|
30789
|
+
|
|
30790
|
+
.E_iouxfgt {
|
|
30791
|
+
display: inline-flex;
|
|
30792
|
+
align-items: center;
|
|
30793
|
+
}
|
|
30794
|
+
.E_iouxfgt .icon-inner {
|
|
30795
|
+
display: inline-flex;
|
|
30796
|
+
align-items: center;
|
|
30797
|
+
justify-content: center;
|
|
30798
|
+
}
|
|
30799
|
+
.E_iouxfgt .icon-inner + span,
|
|
30800
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30801
|
+
margin-left: 4px;
|
|
30802
|
+
}
|
|
30803
|
+
.E_iouxfgt.is-rotate img,
|
|
30804
|
+
.E_iouxfgt.is-rotate svg {
|
|
30805
|
+
animation: rotate 680ms linear infinite;
|
|
30806
|
+
}
|
|
30807
|
+
|
|
30771
30808
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30772
30809
|
display: var(--ai7qkf2-0);
|
|
30773
30810
|
}
|
|
@@ -30828,48 +30865,11 @@ body {
|
|
|
30828
30865
|
padding: 2px 8px;
|
|
30829
30866
|
}
|
|
30830
30867
|
|
|
30831
|
-
.
|
|
30832
|
-
|
|
30833
|
-
}
|
|
30834
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30835
|
-
padding: 4px 11px;
|
|
30836
|
-
display: inline-flex;
|
|
30837
|
-
line-height: 1.5715;
|
|
30838
|
-
height: inherit;
|
|
30839
|
-
}
|
|
30840
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30841
|
-
content: var(--a1wfy30z-1);
|
|
30842
|
-
display: var(--a1wfy30z-2);
|
|
30843
|
-
flex: none;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
margin-left: 4px;
|
|
30846
|
-
}
|
|
30847
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30848
|
-
content: var(--a1wfy30z-3);
|
|
30849
|
-
display: var(--a1wfy30z-4);
|
|
30850
|
-
flex: none;
|
|
30851
|
-
align-items: center;
|
|
30852
|
-
margin-right: 4px;
|
|
30853
|
-
cursor: auto;
|
|
30854
|
-
}
|
|
30855
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30856
|
-
padding: 0;
|
|
30857
|
-
margin: 0;
|
|
30858
|
-
height: auto;
|
|
30859
|
-
font-size: inherit;
|
|
30868
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30869
|
+
margin-left: 8px;
|
|
30860
30870
|
}
|
|
30861
|
-
|
|
30862
|
-
|
|
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;
|
|
30871
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30872
|
+
padding: 2px 7px 2px 12px;
|
|
30873
30873
|
}
|
|
30874
30874
|
|
|
30875
30875
|
.E_owd0kml {
|
|
@@ -30881,40 +30881,6 @@ body {
|
|
|
30881
30881
|
position: absolute;
|
|
30882
30882
|
}
|
|
30883
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;
|
|
30916
|
-
}
|
|
30917
|
-
|
|
30918
30884
|
.E_dsnbhzf {
|
|
30919
30885
|
font-family: Inter;
|
|
30920
30886
|
font-style: normal;
|
|
@@ -31390,6 +31356,36 @@ body {
|
|
|
31390
31356
|
line-height: 12px;
|
|
31391
31357
|
}
|
|
31392
31358
|
|
|
31359
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31360
|
+
display: inline-flex;
|
|
31361
|
+
align-items: center;
|
|
31362
|
+
justify-content: center;
|
|
31363
|
+
color: #fff;
|
|
31364
|
+
font-weight: bold;
|
|
31365
|
+
font-size: 12px;
|
|
31366
|
+
width: 24px;
|
|
31367
|
+
height: 24px;
|
|
31368
|
+
border-radius: 50%;
|
|
31369
|
+
background: var(--a1b5xrg3-0);
|
|
31370
|
+
}
|
|
31371
|
+
.E_a1b5xrg3.btn-item {
|
|
31372
|
+
transition: all 160ms ease;
|
|
31373
|
+
cursor: pointer;
|
|
31374
|
+
width: 56px;
|
|
31375
|
+
height: 40px;
|
|
31376
|
+
display: inline-flex;
|
|
31377
|
+
align-items: center;
|
|
31378
|
+
justify-content: center;
|
|
31379
|
+
border-radius: 6px;
|
|
31380
|
+
}
|
|
31381
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31382
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31383
|
+
}
|
|
31384
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31385
|
+
transform: translateY(2px);
|
|
31386
|
+
transition: all 320ms ease;
|
|
31387
|
+
}
|
|
31388
|
+
|
|
31393
31389
|
.E_cnujxq2 {
|
|
31394
31390
|
display: flex;
|
|
31395
31391
|
flex-direction: column;
|
|
@@ -31911,7 +31907,7 @@ textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
|
31911
31907
|
height: 40px;
|
|
31912
31908
|
}
|
|
31913
31909
|
|
|
31914
|
-
.E_k1ci6977
|
|
31910
|
+
.E_k1ci6977.input-tags {
|
|
31915
31911
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31916
31912
|
border-radius: 4px;
|
|
31917
31913
|
}
|
|
@@ -32080,6 +32076,67 @@ input.E_rf8rlle.ant-input {
|
|
|
32080
32076
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32081
32077
|
}
|
|
32082
32078
|
|
|
32079
|
+
.E_m196gn1d {
|
|
32080
|
+
min-width: 1280px;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32084
|
+
border-radius: 6px;
|
|
32085
|
+
}
|
|
32086
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32087
|
+
width: 100%;
|
|
32088
|
+
color: #2d3a56;
|
|
32089
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32090
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32091
|
+
font-size: 13px;
|
|
32092
|
+
}
|
|
32093
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32094
|
+
height: 30px;
|
|
32095
|
+
}
|
|
32096
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32097
|
+
height: 38px;
|
|
32098
|
+
font-size: 13px;
|
|
32099
|
+
}
|
|
32100
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32101
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32102
|
+
transition: 160ms ease;
|
|
32103
|
+
}
|
|
32104
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32105
|
+
color: #0080ff;
|
|
32106
|
+
}
|
|
32107
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32108
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32109
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32110
|
+
}
|
|
32111
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32112
|
+
color: #0080ff;
|
|
32113
|
+
}
|
|
32114
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32115
|
+
border-color: #0080ff;
|
|
32116
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32117
|
+
}
|
|
32118
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32119
|
+
transform: rotate(180deg);
|
|
32120
|
+
}
|
|
32121
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32122
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32123
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32124
|
+
cursor: "not-allowed";
|
|
32125
|
+
}
|
|
32126
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32127
|
+
border-color: #f0483e !important;
|
|
32128
|
+
}
|
|
32129
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32130
|
+
color: #1d326c;
|
|
32131
|
+
}
|
|
32132
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32133
|
+
border-color: #0080ff;
|
|
32134
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32135
|
+
}
|
|
32136
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32137
|
+
transform: rotate(180deg);
|
|
32138
|
+
}
|
|
32139
|
+
|
|
32083
32140
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32084
32141
|
opacity: 1;
|
|
32085
32142
|
}
|
|
@@ -32232,67 +32289,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32232
32289
|
flex-shrink: 0;
|
|
32233
32290
|
}
|
|
32234
32291
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
width: 100%;
|
|
32240
|
-
color: #2d3a56;
|
|
32241
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32243
|
-
font-size: 13px;
|
|
32244
|
-
}
|
|
32245
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
-
height: 30px;
|
|
32247
|
-
}
|
|
32248
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
-
height: 38px;
|
|
32250
|
-
font-size: 13px;
|
|
32251
|
-
}
|
|
32252
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
-
transition: 160ms ease;
|
|
32255
|
-
}
|
|
32256
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
-
color: #0080ff;
|
|
32258
|
-
}
|
|
32259
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32260
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32262
|
-
}
|
|
32263
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32264
|
-
color: #0080ff;
|
|
32265
|
-
}
|
|
32266
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32267
|
-
border-color: #0080ff;
|
|
32268
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32269
|
-
}
|
|
32270
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
-
transform: rotate(180deg);
|
|
32272
|
-
}
|
|
32273
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
-
cursor: "not-allowed";
|
|
32277
|
-
}
|
|
32278
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
-
border-color: #f0483e !important;
|
|
32280
|
-
}
|
|
32281
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32282
|
-
color: #1d326c;
|
|
32283
|
-
}
|
|
32284
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32285
|
-
border-color: #0080ff;
|
|
32286
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32287
|
-
}
|
|
32288
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32289
|
-
transform: rotate(180deg);
|
|
32290
|
-
}
|
|
32291
|
-
|
|
32292
|
-
.E_w1dxz879 {
|
|
32293
|
-
display: flex;
|
|
32294
|
-
flex-direction: column;
|
|
32295
|
-
gap: 6px;
|
|
32292
|
+
.E_w1dxz879 {
|
|
32293
|
+
display: flex;
|
|
32294
|
+
flex-direction: column;
|
|
32295
|
+
gap: 6px;
|
|
32296
32296
|
}
|
|
32297
32297
|
.E_w1dxz879 .ellipsis-tooltip {
|
|
32298
32298
|
max-height: var(--w1dxz879-0);
|
|
@@ -32619,41 +32619,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32619
32619
|
height: 32px;
|
|
32620
32620
|
}
|
|
32621
32621
|
|
|
32622
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32623
|
-
margin-right: 2px;
|
|
32624
|
-
}
|
|
32625
|
-
|
|
32626
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32627
|
-
padding-left: 8px;
|
|
32628
|
-
padding-right: 8px;
|
|
32629
|
-
font-size: 12px;
|
|
32630
|
-
}
|
|
32631
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32632
|
-
border-radius: 4px;
|
|
32633
|
-
}
|
|
32634
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32635
|
-
border-radius: 4px;
|
|
32636
|
-
}
|
|
32637
|
-
|
|
32638
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32639
|
-
padding-left: 12px;
|
|
32640
|
-
padding-right: 12px;
|
|
32641
|
-
}
|
|
32642
|
-
|
|
32643
|
-
.E_ckld275 {
|
|
32644
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32645
|
-
}
|
|
32646
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32647
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32648
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32649
|
-
}
|
|
32650
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32651
|
-
background-color: transparent;
|
|
32652
|
-
}
|
|
32653
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32654
|
-
background-color: transparent;
|
|
32655
|
-
}
|
|
32656
|
-
|
|
32657
32622
|
.E_h12yihis {
|
|
32658
32623
|
height: 50px;
|
|
32659
32624
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32874,56 +32839,43 @@ input.E_rf8rlle.ant-input {
|
|
|
32874
32839
|
position: static;
|
|
32875
32840
|
}
|
|
32876
32841
|
|
|
32877
|
-
|
|
32878
|
-
|
|
32879
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32880
|
-
font-size: 12px;
|
|
32881
|
-
line-height: 18px;
|
|
32882
|
-
height: 18px;
|
|
32842
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32843
|
+
margin-right: 2px;
|
|
32883
32844
|
}
|
|
32884
32845
|
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32888
|
-
|
|
32889
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32890
|
-
margin-right: 4px;
|
|
32891
|
-
}
|
|
32892
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32893
|
-
margin-left: 4px;
|
|
32894
|
-
}
|
|
32895
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32896
|
-
color: #009DFF;
|
|
32897
|
-
}
|
|
32898
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32899
|
-
color: #005ED1;
|
|
32900
|
-
}
|
|
32901
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32902
|
-
color: #0080FF;
|
|
32846
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32847
|
+
padding-left: 8px;
|
|
32848
|
+
padding-right: 8px;
|
|
32849
|
+
font-size: 12px;
|
|
32903
32850
|
}
|
|
32904
|
-
|
|
32905
|
-
|
|
32851
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32852
|
+
border-radius: 4px;
|
|
32906
32853
|
}
|
|
32907
|
-
|
|
32908
|
-
|
|
32854
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32855
|
+
border-radius: 4px;
|
|
32909
32856
|
}
|
|
32910
|
-
|
|
32911
|
-
|
|
32857
|
+
|
|
32858
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32859
|
+
padding-left: 12px;
|
|
32860
|
+
padding-right: 12px;
|
|
32912
32861
|
}
|
|
32913
|
-
|
|
32914
|
-
|
|
32862
|
+
|
|
32863
|
+
.E_ckld275 {
|
|
32864
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32915
32865
|
}
|
|
32916
|
-
|
|
32917
|
-
color: rgba(
|
|
32866
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32867
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32868
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32918
32869
|
}
|
|
32919
|
-
|
|
32920
|
-
color:
|
|
32870
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32871
|
+
background-color: transparent;
|
|
32921
32872
|
}
|
|
32922
|
-
|
|
32923
|
-
color:
|
|
32873
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32874
|
+
background-color: transparent;
|
|
32924
32875
|
}
|
|
32925
|
-
|
|
32926
|
-
|
|
32876
|
+
|
|
32877
|
+
.E_c1yd35n {
|
|
32878
|
+
padding: 0 12px 14px 12px;
|
|
32927
32879
|
}
|
|
32928
32880
|
|
|
32929
32881
|
.E_c1kghdax {
|
|
@@ -32966,10 +32918,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32966
32918
|
margin-right: 2px;
|
|
32967
32919
|
}
|
|
32968
32920
|
|
|
32969
|
-
.E_c1yd35n {
|
|
32970
|
-
padding: 0 12px 14px 12px;
|
|
32971
|
-
}
|
|
32972
|
-
|
|
32973
32921
|
.E_ckui4s7 {
|
|
32974
32922
|
color: #2d3a56;
|
|
32975
32923
|
line-height: 22px;
|
|
@@ -33034,6 +32982,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33034
32982
|
margin-left: 24px;
|
|
33035
32983
|
}
|
|
33036
32984
|
|
|
32985
|
+
.E_lht19u8 {
|
|
32986
|
+
width: 64px;
|
|
32987
|
+
height: 64px;
|
|
32988
|
+
display: flex;
|
|
32989
|
+
align-items: center;
|
|
32990
|
+
justify-content: center;
|
|
32991
|
+
position: relative;
|
|
32992
|
+
opacity: 0.2;
|
|
32993
|
+
}
|
|
32994
|
+
|
|
32995
|
+
.E_lk3gkp4 {
|
|
32996
|
+
position: absolute;
|
|
32997
|
+
width: 5px;
|
|
32998
|
+
height: 48px;
|
|
32999
|
+
left: 9.33px;
|
|
33000
|
+
top: 40.5px;
|
|
33001
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33002
|
+
border-radius: 5px;
|
|
33003
|
+
transform: rotate(-128deg);
|
|
33004
|
+
transform-origin: top left;
|
|
33005
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33006
|
+
}
|
|
33007
|
+
|
|
33008
|
+
.E_ll4n94n {
|
|
33009
|
+
position: absolute;
|
|
33010
|
+
width: 5px;
|
|
33011
|
+
height: 48px;
|
|
33012
|
+
left: 40.8px;
|
|
33013
|
+
top: 8.4px;
|
|
33014
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33015
|
+
border-radius: 5px;
|
|
33016
|
+
transform: rotate(-8deg);
|
|
33017
|
+
transform-origin: top left;
|
|
33018
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33019
|
+
}
|
|
33020
|
+
|
|
33021
|
+
.E_l17lbdo6 {
|
|
33022
|
+
position: absolute;
|
|
33023
|
+
width: 5px;
|
|
33024
|
+
height: 48px;
|
|
33025
|
+
left: 52.9px;
|
|
33026
|
+
top: 51.8px;
|
|
33027
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33028
|
+
border-radius: 5px;
|
|
33029
|
+
transform: rotate(112deg);
|
|
33030
|
+
transform-origin: top left;
|
|
33031
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33032
|
+
}
|
|
33033
|
+
|
|
33034
|
+
.E_w7ob4th.outside-tag {
|
|
33035
|
+
padding-left: 0;
|
|
33036
|
+
}
|
|
33037
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33038
|
+
border-radius: 4px 0 0 4px;
|
|
33039
|
+
padding-right: 4px;
|
|
33040
|
+
margin-right: 4px;
|
|
33041
|
+
}
|
|
33042
|
+
|
|
33037
33043
|
.E_b14q2gmw {
|
|
33038
33044
|
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);
|
|
33039
33045
|
}
|
|
@@ -33051,29 +33057,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33051
33057
|
transform: translateY(-4px);
|
|
33052
33058
|
}
|
|
33053
33059
|
|
|
33054
|
-
.
|
|
33055
|
-
|
|
33056
|
-
|
|
33057
|
-
|
|
33058
|
-
height:
|
|
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;
|
|
33059
33066
|
}
|
|
33060
|
-
|
|
33061
|
-
|
|
33067
|
+
|
|
33068
|
+
button.E_l48ei06 {
|
|
33069
|
+
color: #0080FF;
|
|
33070
|
+
height: unset;
|
|
33062
33071
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33072
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33073
|
+
margin-right: 4px;
|
|
33065
33074
|
}
|
|
33066
|
-
.
|
|
33067
|
-
|
|
33075
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33076
|
+
margin-left: 4px;
|
|
33068
33077
|
}
|
|
33069
|
-
.
|
|
33070
|
-
|
|
33078
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33079
|
+
color: #009DFF;
|
|
33071
33080
|
}
|
|
33072
|
-
.
|
|
33073
|
-
|
|
33074
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33081
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33082
|
+
color: #005ED1;
|
|
33075
33083
|
}
|
|
33076
|
-
.
|
|
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_sddwhm6 {
|
|
33113
|
+
margin: 0;
|
|
33114
|
+
border-radius: 20px;
|
|
33115
|
+
padding: 2px 10px;
|
|
33116
|
+
height: 22px;
|
|
33117
|
+
}
|
|
33118
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33119
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33120
|
+
}
|
|
33121
|
+
.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 {
|
|
33122
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33123
|
+
}
|
|
33124
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33125
|
+
color: #00122e;
|
|
33126
|
+
}
|
|
33127
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33128
|
+
margin-right: 6px;
|
|
33129
|
+
}
|
|
33130
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33131
|
+
margin-left: 8px;
|
|
33132
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33133
|
+
}
|
|
33134
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33077
33135
|
background-color: rgba(0, 136, 255, 0.1);
|
|
33078
33136
|
}
|
|
33079
33137
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
@@ -33497,112 +33555,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33497
33555
|
background: #fff;
|
|
33498
33556
|
}
|
|
33499
33557
|
|
|
33500
|
-
.E_lht19u8 {
|
|
33501
|
-
width: 64px;
|
|
33502
|
-
height: 64px;
|
|
33503
|
-
display: flex;
|
|
33504
|
-
align-items: center;
|
|
33505
|
-
justify-content: center;
|
|
33506
|
-
position: relative;
|
|
33507
|
-
opacity: 0.2;
|
|
33508
|
-
}
|
|
33509
|
-
|
|
33510
|
-
.E_lk3gkp4 {
|
|
33511
|
-
position: absolute;
|
|
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;
|
|
33521
|
-
}
|
|
33522
|
-
|
|
33523
|
-
.E_ll4n94n {
|
|
33524
|
-
position: absolute;
|
|
33525
|
-
width: 5px;
|
|
33526
|
-
height: 48px;
|
|
33527
|
-
left: 40.8px;
|
|
33528
|
-
top: 8.4px;
|
|
33529
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33530
|
-
border-radius: 5px;
|
|
33531
|
-
transform: rotate(-8deg);
|
|
33532
|
-
transform-origin: top left;
|
|
33533
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33534
|
-
}
|
|
33535
|
-
|
|
33536
|
-
.E_l17lbdo6 {
|
|
33537
|
-
position: absolute;
|
|
33538
|
-
width: 5px;
|
|
33539
|
-
height: 48px;
|
|
33540
|
-
left: 52.9px;
|
|
33541
|
-
top: 51.8px;
|
|
33542
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33543
|
-
border-radius: 5px;
|
|
33544
|
-
transform: rotate(112deg);
|
|
33545
|
-
transform-origin: top left;
|
|
33546
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33547
|
-
}
|
|
33548
|
-
|
|
33549
|
-
.E_w7ob4th.outside-tag {
|
|
33550
|
-
padding-left: 0;
|
|
33551
|
-
}
|
|
33552
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
33553
|
-
border-radius: 4px 0 0 4px;
|
|
33554
|
-
padding-right: 4px;
|
|
33555
|
-
margin-right: 4px;
|
|
33556
|
-
}
|
|
33557
|
-
|
|
33558
|
-
.E_r77hffu {
|
|
33559
|
-
display: flex;
|
|
33560
|
-
align-items: center;
|
|
33561
|
-
justify-content: space-between;
|
|
33562
|
-
column-gap: 6px;
|
|
33563
|
-
}
|
|
33564
|
-
|
|
33565
|
-
.E_p1cmxsf7 {
|
|
33566
|
-
display: flex;
|
|
33567
|
-
flex-direction: column;
|
|
33568
|
-
justify-content: center;
|
|
33569
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33570
|
-
}
|
|
33571
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33572
|
-
font-size: 0;
|
|
33573
|
-
margin-bottom: unset;
|
|
33574
|
-
margin-inline-end: unset;
|
|
33575
|
-
}
|
|
33576
|
-
|
|
33577
|
-
.E_slr2ynn {
|
|
33578
|
-
padding: 0 8px;
|
|
33579
|
-
height: 18px;
|
|
33580
|
-
}
|
|
33581
|
-
|
|
33582
|
-
.E_m140wbb6 {
|
|
33583
|
-
padding: 2px 8px;
|
|
33584
|
-
height: 24px;
|
|
33585
|
-
}
|
|
33586
|
-
|
|
33587
|
-
.E_t1fozc1i {
|
|
33588
|
-
margin: 0;
|
|
33589
|
-
}
|
|
33590
|
-
|
|
33591
|
-
.E_i1vxv4ln {
|
|
33592
|
-
margin-right: 4px;
|
|
33593
|
-
height: 16px;
|
|
33594
|
-
}
|
|
33595
|
-
|
|
33596
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33597
|
-
font-weight: 700;
|
|
33598
|
-
color: #00122e;
|
|
33599
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33600
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33601
|
-
word-break: break-all;
|
|
33602
|
-
display: inline;
|
|
33603
|
-
white-space: normal;
|
|
33604
|
-
}
|
|
33605
|
-
|
|
33606
33558
|
.E_l1ucdodl {
|
|
33607
33559
|
margin: 0;
|
|
33608
33560
|
border-radius: 20px;
|
|
@@ -33671,231 +33623,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33671
33623
|
flex: 1;
|
|
33672
33624
|
}
|
|
33673
33625
|
|
|
33674
|
-
.
|
|
33675
|
-
|
|
33676
|
-
|
|
33626
|
+
.E_slr2ynn {
|
|
33627
|
+
padding: 0 8px;
|
|
33628
|
+
height: 18px;
|
|
33677
33629
|
}
|
|
33678
33630
|
|
|
33679
|
-
.
|
|
33680
|
-
|
|
33681
|
-
|
|
33682
|
-
height: 32px;
|
|
33683
|
-
margin-bottom: 0;
|
|
33684
|
-
}
|
|
33685
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33686
|
-
color: #0080ff;
|
|
33687
|
-
}
|
|
33688
|
-
.E_s1ese5oy.warning {
|
|
33689
|
-
color: #ffa500;
|
|
33690
|
-
}
|
|
33691
|
-
.E_s1ese5oy.success {
|
|
33692
|
-
color: #00ba5d;
|
|
33631
|
+
.E_m140wbb6 {
|
|
33632
|
+
padding: 2px 8px;
|
|
33633
|
+
height: 24px;
|
|
33693
33634
|
}
|
|
33694
|
-
|
|
33695
|
-
|
|
33635
|
+
|
|
33636
|
+
.E_t1fozc1i {
|
|
33637
|
+
margin: 0;
|
|
33696
33638
|
}
|
|
33697
|
-
|
|
33698
|
-
|
|
33639
|
+
|
|
33640
|
+
.E_i1vxv4ln {
|
|
33641
|
+
margin-right: 4px;
|
|
33642
|
+
height: 16px;
|
|
33699
33643
|
}
|
|
33700
33644
|
|
|
33701
|
-
.
|
|
33702
|
-
|
|
33645
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33646
|
+
font-weight: 700;
|
|
33703
33647
|
color: #00122e;
|
|
33648
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33649
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33650
|
+
word-break: break-all;
|
|
33651
|
+
display: inline;
|
|
33652
|
+
white-space: normal;
|
|
33704
33653
|
}
|
|
33705
33654
|
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33708
|
-
|
|
33655
|
+
.E_i1g85yz3 {
|
|
33656
|
+
margin-right: 4px;
|
|
33657
|
+
height: 16px;
|
|
33709
33658
|
}
|
|
33710
33659
|
|
|
33711
|
-
.
|
|
33712
|
-
|
|
33713
|
-
flex: 1;
|
|
33714
|
-
position: relative;
|
|
33715
|
-
top: -7px;
|
|
33660
|
+
.E_sjob3jg {
|
|
33661
|
+
--item-min-width: 60px;
|
|
33716
33662
|
}
|
|
33717
|
-
.
|
|
33718
|
-
|
|
33719
|
-
overflow: hidden;
|
|
33720
|
-
text-overflow: ellipsis;
|
|
33721
|
-
white-space: nowrap;
|
|
33663
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33664
|
+
display: none !important;
|
|
33722
33665
|
}
|
|
33723
|
-
|
|
33724
|
-
|
|
33725
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33726
|
-
border-radius: 8px;
|
|
33727
|
-
overflow: auto;
|
|
33666
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33667
|
+
flex-shrink: 0 !important;
|
|
33728
33668
|
}
|
|
33729
|
-
.
|
|
33730
|
-
|
|
33669
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33670
|
+
color: #0080ff;
|
|
33731
33671
|
}
|
|
33732
|
-
.
|
|
33733
|
-
|
|
33672
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33673
|
+
color: #0080ff;
|
|
33674
|
+
font-weight: normal;
|
|
33734
33675
|
}
|
|
33735
|
-
.
|
|
33736
|
-
position: sticky;
|
|
33737
|
-
top: 0;
|
|
33738
|
-
z-index: 2;
|
|
33739
|
-
display: flex;
|
|
33740
|
-
padding: 8px;
|
|
33741
|
-
flex-wrap: nowrap;
|
|
33742
|
-
justify-content: flex-start;
|
|
33743
|
-
background: #f2f5fa;
|
|
33744
|
-
font-size: 14px;
|
|
33676
|
+
.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 {
|
|
33745
33677
|
color: rgba(44, 56, 82, 0.6);
|
|
33746
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33747
33678
|
}
|
|
33748
|
-
.
|
|
33749
|
-
|
|
33679
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33680
|
+
color: #00122e;
|
|
33750
33681
|
}
|
|
33751
|
-
.
|
|
33752
|
-
|
|
33753
|
-
}
|
|
33754
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33755
|
-
display: flex;
|
|
33756
|
-
justify-content: flex-start;
|
|
33757
|
-
align-items: flex-start;
|
|
33758
|
-
flex-wrap: wrap;
|
|
33759
|
-
padding: 8px;
|
|
33760
|
-
border: none;
|
|
33761
|
-
}
|
|
33762
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33763
|
-
flex-basis: 100%;
|
|
33764
|
-
margin: 12px 0 0;
|
|
33765
|
-
order: 99;
|
|
33766
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33767
|
-
}
|
|
33768
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33769
|
-
color: #f0483e;
|
|
33770
|
-
flex-basis: 100%;
|
|
33771
|
-
order: 98;
|
|
33772
|
-
margin: 12px 0 0;
|
|
33773
|
-
}
|
|
33774
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33775
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33776
|
-
}
|
|
33777
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33778
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33779
|
-
}
|
|
33780
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33781
|
-
flex: 1 0 0;
|
|
33782
|
-
overflow: hidden;
|
|
33783
|
-
}
|
|
33784
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33785
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33786
|
-
margin: 0;
|
|
33787
|
-
}
|
|
33788
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33789
|
-
text-align: center;
|
|
33790
|
-
}
|
|
33791
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
33792
|
-
text-align: center;
|
|
33793
|
-
}
|
|
33794
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33795
|
-
text-align: left;
|
|
33796
|
-
}
|
|
33797
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
33798
|
-
text-align: left;
|
|
33799
|
-
}
|
|
33800
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33801
|
-
text-align: right;
|
|
33802
|
-
}
|
|
33803
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
33804
|
-
text-align: right;
|
|
33805
|
-
}
|
|
33806
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33807
|
-
margin-right: 8px;
|
|
33808
|
-
}
|
|
33809
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33810
|
-
padding: 4px;
|
|
33811
|
-
width: 24px;
|
|
33812
|
-
height: 24px;
|
|
33813
|
-
overflow: hidden;
|
|
33814
|
-
}
|
|
33815
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33816
|
-
padding: 0;
|
|
33817
|
-
}
|
|
33818
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33819
|
-
cursor: not-allowed;
|
|
33820
|
-
opacity: 0.5;
|
|
33821
|
-
}
|
|
33822
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33823
|
-
margin: 0;
|
|
33824
|
-
}
|
|
33825
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33826
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33827
|
-
border-radius: 5px;
|
|
33828
|
-
font-size: 12px;
|
|
33829
|
-
}
|
|
33830
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33831
|
-
font-size: inherit;
|
|
33832
|
-
}
|
|
33833
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33834
|
-
min-height: 24px;
|
|
33835
|
-
font-size: 12px;
|
|
33836
|
-
position: relative;
|
|
33837
|
-
}
|
|
33838
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33839
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33840
|
-
}
|
|
33841
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33842
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33843
|
-
}
|
|
33844
|
-
|
|
33845
|
-
.E_a138syjm {
|
|
33846
|
-
display: flex;
|
|
33847
|
-
align-items: center;
|
|
33848
|
-
margin-top: 8px;
|
|
33849
|
-
gap: 8px;
|
|
33850
|
-
}
|
|
33851
|
-
.E_a138syjm button.ant-btn {
|
|
33852
|
-
padding: 2px 8px;
|
|
33853
|
-
height: 24px;
|
|
33854
|
-
}
|
|
33855
|
-
.E_a138syjm > span.maximum-desc {
|
|
33856
|
-
display: none;
|
|
33857
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33858
|
-
}
|
|
33859
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33860
|
-
display: inline;
|
|
33861
|
-
}
|
|
33862
|
-
|
|
33863
|
-
.E_d77i8u0 {
|
|
33864
|
-
width: 24px;
|
|
33865
|
-
height: 24px;
|
|
33866
|
-
padding: 4px;
|
|
33867
|
-
margin-right: 8px;
|
|
33868
|
-
}
|
|
33869
|
-
|
|
33870
|
-
.E_i1g85yz3 {
|
|
33871
|
-
margin-right: 4px;
|
|
33872
|
-
height: 16px;
|
|
33873
|
-
}
|
|
33874
|
-
|
|
33875
|
-
.E_sjob3jg {
|
|
33876
|
-
--item-min-width: 60px;
|
|
33877
|
-
}
|
|
33878
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33879
|
-
display: none !important;
|
|
33880
|
-
}
|
|
33881
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33882
|
-
flex-shrink: 0 !important;
|
|
33883
|
-
}
|
|
33884
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33885
|
-
color: #0080ff;
|
|
33886
|
-
}
|
|
33887
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33888
|
-
color: #0080ff;
|
|
33889
|
-
font-weight: normal;
|
|
33890
|
-
}
|
|
33891
|
-
.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 {
|
|
33892
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33893
|
-
}
|
|
33894
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33895
|
-
color: #00122e;
|
|
33896
|
-
}
|
|
33897
|
-
.E_sjob3jg .step-item-text {
|
|
33898
|
-
display: inline-block;
|
|
33682
|
+
.E_sjob3jg .step-item-text {
|
|
33683
|
+
display: inline-block;
|
|
33899
33684
|
}
|
|
33900
33685
|
.E_sjob3jg .step-item-title {
|
|
33901
33686
|
overflow: hidden;
|
|
@@ -34067,86 +33852,301 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34067
33852
|
justify-content: center;
|
|
34068
33853
|
}
|
|
34069
33854
|
|
|
34070
|
-
.
|
|
34071
|
-
|
|
34072
|
-
|
|
34073
|
-
.E_t13ef470 .table-loading-item {
|
|
34074
|
-
padding: 12px 4px;
|
|
34075
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34076
|
-
display: flex;
|
|
33855
|
+
.E_t1dtlqs1 {
|
|
33856
|
+
margin-bottom: 4px;
|
|
33857
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34077
33858
|
}
|
|
34078
|
-
|
|
34079
|
-
|
|
34080
|
-
|
|
34081
|
-
|
|
34082
|
-
|
|
33859
|
+
|
|
33860
|
+
.E_s1ese5oy {
|
|
33861
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33862
|
+
line-height: 32px;
|
|
33863
|
+
height: 32px;
|
|
33864
|
+
margin-bottom: 0;
|
|
34083
33865
|
}
|
|
34084
|
-
.
|
|
34085
|
-
|
|
33866
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33867
|
+
color: #0080ff;
|
|
34086
33868
|
}
|
|
34087
|
-
.
|
|
34088
|
-
|
|
33869
|
+
.E_s1ese5oy.warning {
|
|
33870
|
+
color: #ffa500;
|
|
34089
33871
|
}
|
|
34090
|
-
.
|
|
34091
|
-
|
|
33872
|
+
.E_s1ese5oy.success {
|
|
33873
|
+
color: #00ba5d;
|
|
34092
33874
|
}
|
|
34093
|
-
.
|
|
34094
|
-
|
|
33875
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33876
|
+
color: #f0483e;
|
|
34095
33877
|
}
|
|
34096
|
-
.
|
|
34097
|
-
|
|
33878
|
+
.E_s1ese5oy.normal {
|
|
33879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34098
33880
|
}
|
|
34099
33881
|
|
|
34100
|
-
.
|
|
34101
|
-
|
|
34102
|
-
|
|
34103
|
-
display: flex;
|
|
34104
|
-
align-items: center;
|
|
34105
|
-
justify-content: center;
|
|
34106
|
-
flex-direction: column;
|
|
34107
|
-
height: 100%;
|
|
33882
|
+
.E_b1ibis43 {
|
|
33883
|
+
margin-bottom: 0;
|
|
33884
|
+
color: #00122e;
|
|
34108
33885
|
}
|
|
34109
|
-
|
|
34110
|
-
|
|
34111
|
-
|
|
33886
|
+
|
|
33887
|
+
.E_b11xxjd2 {
|
|
33888
|
+
line-height: 32px;
|
|
33889
|
+
margin-right: 6px;
|
|
34112
33890
|
}
|
|
34113
33891
|
|
|
34114
|
-
.
|
|
34115
|
-
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
|
|
33892
|
+
.E_bsub5bw.with-description {
|
|
33893
|
+
height: 24px;
|
|
33894
|
+
flex: 1;
|
|
33895
|
+
position: relative;
|
|
33896
|
+
top: -7px;
|
|
34119
33897
|
}
|
|
34120
|
-
.
|
|
33898
|
+
.E_bsub5bw p {
|
|
34121
33899
|
width: 100%;
|
|
34122
|
-
|
|
34123
|
-
|
|
34124
|
-
|
|
34125
|
-
}
|
|
34126
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
34127
|
-
display: flex;
|
|
34128
|
-
font-size: 12px;
|
|
34129
|
-
align-items: center;
|
|
33900
|
+
overflow: hidden;
|
|
33901
|
+
text-overflow: ellipsis;
|
|
33902
|
+
white-space: nowrap;
|
|
34130
33903
|
}
|
|
34131
|
-
|
|
34132
|
-
|
|
33904
|
+
|
|
33905
|
+
.E_tmoyoag {
|
|
33906
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33907
|
+
border-radius: 8px;
|
|
33908
|
+
overflow: auto;
|
|
34133
33909
|
}
|
|
34134
|
-
.
|
|
34135
|
-
|
|
33910
|
+
.E_tmoyoag .ant-list {
|
|
33911
|
+
position: relative;
|
|
34136
33912
|
}
|
|
34137
|
-
.
|
|
34138
|
-
|
|
34139
|
-
cursor: pointer;
|
|
33913
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33914
|
+
border-bottom: none;
|
|
34140
33915
|
}
|
|
34141
|
-
.
|
|
34142
|
-
|
|
34143
|
-
|
|
33916
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33917
|
+
position: sticky;
|
|
33918
|
+
top: 0;
|
|
33919
|
+
z-index: 2;
|
|
34144
33920
|
display: flex;
|
|
34145
|
-
|
|
34146
|
-
|
|
34147
|
-
|
|
34148
|
-
|
|
34149
|
-
|
|
33921
|
+
padding: 8px;
|
|
33922
|
+
flex-wrap: nowrap;
|
|
33923
|
+
justify-content: flex-start;
|
|
33924
|
+
background: #f2f5fa;
|
|
33925
|
+
font-size: 14px;
|
|
33926
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33927
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33928
|
+
}
|
|
33929
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33930
|
+
align-items: inherit;
|
|
33931
|
+
}
|
|
33932
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33933
|
+
margin-bottom: 0;
|
|
33934
|
+
}
|
|
33935
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33936
|
+
display: flex;
|
|
33937
|
+
justify-content: flex-start;
|
|
33938
|
+
align-items: flex-start;
|
|
33939
|
+
flex-wrap: wrap;
|
|
33940
|
+
padding: 8px;
|
|
33941
|
+
border: none;
|
|
33942
|
+
}
|
|
33943
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33944
|
+
flex-basis: 100%;
|
|
33945
|
+
margin: 12px 0 0;
|
|
33946
|
+
order: 99;
|
|
33947
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33948
|
+
}
|
|
33949
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33950
|
+
color: #f0483e;
|
|
33951
|
+
flex-basis: 100%;
|
|
33952
|
+
order: 98;
|
|
33953
|
+
margin: 12px 0 0;
|
|
33954
|
+
}
|
|
33955
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33956
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33957
|
+
}
|
|
33958
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33959
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33960
|
+
}
|
|
33961
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33962
|
+
flex: 1 0 0;
|
|
33963
|
+
overflow: hidden;
|
|
33964
|
+
}
|
|
33965
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33967
|
+
margin: 0;
|
|
33968
|
+
}
|
|
33969
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33970
|
+
text-align: center;
|
|
33971
|
+
}
|
|
33972
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
33973
|
+
text-align: center;
|
|
33974
|
+
}
|
|
33975
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33976
|
+
text-align: left;
|
|
33977
|
+
}
|
|
33978
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
33979
|
+
text-align: left;
|
|
33980
|
+
}
|
|
33981
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33982
|
+
text-align: right;
|
|
33983
|
+
}
|
|
33984
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
33985
|
+
text-align: right;
|
|
33986
|
+
}
|
|
33987
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33988
|
+
margin-right: 8px;
|
|
33989
|
+
}
|
|
33990
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33991
|
+
padding: 4px;
|
|
33992
|
+
width: 24px;
|
|
33993
|
+
height: 24px;
|
|
33994
|
+
overflow: hidden;
|
|
33995
|
+
}
|
|
33996
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33997
|
+
padding: 0;
|
|
33998
|
+
}
|
|
33999
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34000
|
+
cursor: not-allowed;
|
|
34001
|
+
opacity: 0.5;
|
|
34002
|
+
}
|
|
34003
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34004
|
+
margin: 0;
|
|
34005
|
+
}
|
|
34006
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34007
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34008
|
+
border-radius: 5px;
|
|
34009
|
+
font-size: 12px;
|
|
34010
|
+
}
|
|
34011
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34012
|
+
font-size: inherit;
|
|
34013
|
+
}
|
|
34014
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34015
|
+
min-height: 24px;
|
|
34016
|
+
font-size: 12px;
|
|
34017
|
+
position: relative;
|
|
34018
|
+
}
|
|
34019
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34020
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34021
|
+
}
|
|
34022
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34023
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34024
|
+
}
|
|
34025
|
+
|
|
34026
|
+
.E_a138syjm {
|
|
34027
|
+
display: flex;
|
|
34028
|
+
align-items: center;
|
|
34029
|
+
margin-top: 8px;
|
|
34030
|
+
gap: 8px;
|
|
34031
|
+
}
|
|
34032
|
+
.E_a138syjm button.ant-btn {
|
|
34033
|
+
padding: 2px 8px;
|
|
34034
|
+
height: 24px;
|
|
34035
|
+
}
|
|
34036
|
+
.E_a138syjm > span.maximum-desc {
|
|
34037
|
+
display: none;
|
|
34038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34039
|
+
}
|
|
34040
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34041
|
+
display: inline;
|
|
34042
|
+
}
|
|
34043
|
+
|
|
34044
|
+
.E_d77i8u0 {
|
|
34045
|
+
width: 24px;
|
|
34046
|
+
height: 24px;
|
|
34047
|
+
padding: 4px;
|
|
34048
|
+
margin-right: 8px;
|
|
34049
|
+
}
|
|
34050
|
+
|
|
34051
|
+
.E_r77hffu {
|
|
34052
|
+
display: flex;
|
|
34053
|
+
align-items: center;
|
|
34054
|
+
justify-content: space-between;
|
|
34055
|
+
column-gap: 6px;
|
|
34056
|
+
}
|
|
34057
|
+
|
|
34058
|
+
.E_p1cmxsf7 {
|
|
34059
|
+
display: flex;
|
|
34060
|
+
flex-direction: column;
|
|
34061
|
+
justify-content: center;
|
|
34062
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34063
|
+
}
|
|
34064
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34065
|
+
font-size: 0;
|
|
34066
|
+
margin-bottom: unset;
|
|
34067
|
+
margin-inline-end: unset;
|
|
34068
|
+
}
|
|
34069
|
+
|
|
34070
|
+
.E_t13ef470 {
|
|
34071
|
+
height: 100%;
|
|
34072
|
+
}
|
|
34073
|
+
.E_t13ef470 .table-loading-item {
|
|
34074
|
+
padding: 12px 4px;
|
|
34075
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34076
|
+
display: flex;
|
|
34077
|
+
}
|
|
34078
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34079
|
+
height: 16px;
|
|
34080
|
+
margin: 4px;
|
|
34081
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34082
|
+
border-radius: 2px;
|
|
34083
|
+
}
|
|
34084
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34085
|
+
width: 16px;
|
|
34086
|
+
}
|
|
34087
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34088
|
+
flex: 1;
|
|
34089
|
+
}
|
|
34090
|
+
.E_t13ef470 :nth-child(1) {
|
|
34091
|
+
padding: 8px 4px;
|
|
34092
|
+
}
|
|
34093
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34094
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34095
|
+
}
|
|
34096
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34097
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34098
|
+
}
|
|
34099
|
+
|
|
34100
|
+
.E_m11nzl2x {
|
|
34101
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34102
|
+
text-align: center;
|
|
34103
|
+
display: flex;
|
|
34104
|
+
align-items: center;
|
|
34105
|
+
justify-content: center;
|
|
34106
|
+
flex-direction: column;
|
|
34107
|
+
height: 100%;
|
|
34108
|
+
}
|
|
34109
|
+
.E_m11nzl2x .link {
|
|
34110
|
+
color: #0080ff;
|
|
34111
|
+
cursor: pointer;
|
|
34112
|
+
}
|
|
34113
|
+
|
|
34114
|
+
.E_mn7joto {
|
|
34115
|
+
width: 100%;
|
|
34116
|
+
height: 100%;
|
|
34117
|
+
display: flex;
|
|
34118
|
+
flex-direction: column;
|
|
34119
|
+
}
|
|
34120
|
+
.E_mn7joto .name-toolbar {
|
|
34121
|
+
width: 100%;
|
|
34122
|
+
display: flex;
|
|
34123
|
+
line-height: 30px;
|
|
34124
|
+
justify-content: space-between;
|
|
34125
|
+
}
|
|
34126
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34127
|
+
display: flex;
|
|
34128
|
+
font-size: 12px;
|
|
34129
|
+
align-items: center;
|
|
34130
|
+
}
|
|
34131
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34132
|
+
color: #a3b4cc;
|
|
34133
|
+
}
|
|
34134
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34135
|
+
margin-left: 10px;
|
|
34136
|
+
}
|
|
34137
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34138
|
+
margin-left: 10px;
|
|
34139
|
+
cursor: pointer;
|
|
34140
|
+
}
|
|
34141
|
+
.E_mn7joto .content {
|
|
34142
|
+
flex: 1;
|
|
34143
|
+
width: 100%;
|
|
34144
|
+
display: flex;
|
|
34145
|
+
justify-content: center;
|
|
34146
|
+
align-items: center;
|
|
34147
|
+
}
|
|
34148
|
+
.E_mn7joto .single-content {
|
|
34149
|
+
height: 65px;
|
|
34150
34150
|
}
|
|
34151
34151
|
|
|
34152
34152
|
.E_l1bifhon {
|
|
@@ -34473,28 +34473,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34473
34473
|
margin-left: 8px;
|
|
34474
34474
|
}
|
|
34475
34475
|
|
|
34476
|
-
.E_t1gvlxt5 {
|
|
34477
|
-
min-width: 0;
|
|
34478
|
-
flex: 1;
|
|
34479
|
-
}
|
|
34480
|
-
.E_t1gvlxt5 .tag {
|
|
34481
|
-
flex: 0 0 auto;
|
|
34482
|
-
}
|
|
34483
|
-
.E_t1gvlxt5 .progress-title {
|
|
34484
|
-
flex: 2;
|
|
34485
|
-
max-width: fit-content;
|
|
34486
|
-
}
|
|
34487
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34488
|
-
flex: 1;
|
|
34489
|
-
max-width: fit-content;
|
|
34490
|
-
}
|
|
34491
|
-
|
|
34492
|
-
.E_a1ji6r68 {
|
|
34493
|
-
display: flex;
|
|
34494
|
-
align-items: center;
|
|
34495
|
-
column-gap: var(--a1ji6r68-0);
|
|
34496
|
-
}
|
|
34497
|
-
|
|
34498
34476
|
.E_bpgac8u {
|
|
34499
34477
|
color: #FFFFFF;
|
|
34500
34478
|
display: flex;
|
|
@@ -34522,10 +34500,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34522
34500
|
background-color: #E07F00;
|
|
34523
34501
|
}
|
|
34524
34502
|
|
|
34525
|
-
.E_b1jaupqb {
|
|
34526
|
-
color: #F0483E;
|
|
34527
|
-
}
|
|
34528
|
-
|
|
34529
34503
|
.E_t59qhqp {
|
|
34530
34504
|
padding: 0px;
|
|
34531
34505
|
padding-top: 5px;
|
|
@@ -34574,7 +34548,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34574
34548
|
color: #00122E;
|
|
34575
34549
|
}
|
|
34576
34550
|
|
|
34577
|
-
.
|
|
34551
|
+
.E_b1jaupqb {
|
|
34552
|
+
color: #F0483E;
|
|
34553
|
+
}
|
|
34554
|
+
|
|
34555
|
+
.E_icab5o7 {
|
|
34578
34556
|
--modal-to-viewport-margin: 10px;
|
|
34579
34557
|
--modal-body-padding-bottom: 40px;
|
|
34580
34558
|
--modal-footer-height: 124px;
|
|
@@ -34758,6 +34736,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34758
34736
|
font-weight: bold;
|
|
34759
34737
|
}
|
|
34760
34738
|
|
|
34739
|
+
.E_sqv6dmy {
|
|
34740
|
+
display: flex;
|
|
34741
|
+
justify-content: flex-end;
|
|
34742
|
+
}
|
|
34743
|
+
|
|
34744
|
+
.E_p1rm8wzb {
|
|
34745
|
+
margin-right: 8px;
|
|
34746
|
+
}
|
|
34747
|
+
|
|
34748
|
+
.E_sd7qcf4 {
|
|
34749
|
+
height: 100%;
|
|
34750
|
+
width: 100%;
|
|
34751
|
+
overflow: auto;
|
|
34752
|
+
}
|
|
34753
|
+
|
|
34754
|
+
.E_r1fxc9gq.right {
|
|
34755
|
+
overflow: auto;
|
|
34756
|
+
padding-right: 2px;
|
|
34757
|
+
width: 200px;
|
|
34758
|
+
height: fit-content;
|
|
34759
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34760
|
+
scrollbar-gutter: stable;
|
|
34761
|
+
}
|
|
34762
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34763
|
+
width: 6px;
|
|
34764
|
+
}
|
|
34765
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34766
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34767
|
+
}
|
|
34768
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34769
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34770
|
+
border-radius: 8px;
|
|
34771
|
+
}
|
|
34772
|
+
|
|
34761
34773
|
.E_s20iney.skeleton-box {
|
|
34762
34774
|
display: flex;
|
|
34763
34775
|
align-items: center;
|
|
@@ -34915,40 +34927,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34915
34927
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
34916
34928
|
}
|
|
34917
34929
|
|
|
34918
|
-
.E_sqv6dmy {
|
|
34919
|
-
display: flex;
|
|
34920
|
-
justify-content: flex-end;
|
|
34921
|
-
}
|
|
34922
|
-
|
|
34923
|
-
.E_p1rm8wzb {
|
|
34924
|
-
margin-right: 8px;
|
|
34925
|
-
}
|
|
34926
|
-
|
|
34927
|
-
.E_sd7qcf4 {
|
|
34928
|
-
height: 100%;
|
|
34929
|
-
width: 100%;
|
|
34930
|
-
overflow: auto;
|
|
34931
|
-
}
|
|
34932
|
-
|
|
34933
|
-
.E_r1fxc9gq.right {
|
|
34934
|
-
overflow: auto;
|
|
34935
|
-
padding-right: 2px;
|
|
34936
|
-
width: 200px;
|
|
34937
|
-
height: fit-content;
|
|
34938
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34939
|
-
scrollbar-gutter: stable;
|
|
34940
|
-
}
|
|
34941
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34942
|
-
width: 6px;
|
|
34943
|
-
}
|
|
34944
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34945
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34946
|
-
}
|
|
34947
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34948
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34949
|
-
border-radius: 8px;
|
|
34950
|
-
}
|
|
34951
|
-
|
|
34952
34930
|
.E_t1g36k2w {
|
|
34953
34931
|
overflow: hidden;
|
|
34954
34932
|
height: 100%;
|
|
@@ -34978,8 +34956,27 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34978
34956
|
background: rgba(225, 230, 241, 0.6);
|
|
34979
34957
|
}
|
|
34980
34958
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34959
|
+
.E_t1gvlxt5 {
|
|
34960
|
+
min-width: 0;
|
|
34961
|
+
flex: 1;
|
|
34962
|
+
}
|
|
34963
|
+
.E_t1gvlxt5 .tag {
|
|
34964
|
+
flex: 0 0 auto;
|
|
34965
|
+
}
|
|
34966
|
+
.E_t1gvlxt5 .progress-title {
|
|
34967
|
+
flex: 2;
|
|
34968
|
+
max-width: fit-content;
|
|
34969
|
+
color: #00122E;
|
|
34970
|
+
}
|
|
34971
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34972
|
+
flex: 1;
|
|
34973
|
+
max-width: fit-content;
|
|
34974
|
+
}
|
|
34975
|
+
|
|
34976
|
+
.E_a1ji6r68 {
|
|
34977
|
+
display: flex;
|
|
34978
|
+
align-items: center;
|
|
34979
|
+
column-gap: var(--a1ji6r68-0);
|
|
34983
34980
|
}
|
|
34984
34981
|
|
|
34985
34982
|
.E_f16blduf.ant-form-item {
|
|
@@ -35001,6 +34998,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35001
34998
|
display: block;
|
|
35002
34999
|
}
|
|
35003
35000
|
|
|
35001
|
+
.E_t1616y1o {
|
|
35002
|
+
color: #fff;
|
|
35003
|
+
}
|
|
35004
|
+
|
|
35004
35005
|
.E_a9y3flr {
|
|
35005
35006
|
margin-left: 8px;
|
|
35006
35007
|
}
|
|
@@ -35010,18 +35011,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35010
35011
|
color: #00122e;
|
|
35011
35012
|
}
|
|
35012
35013
|
|
|
35013
|
-
.E_i14c7jc8 {
|
|
35014
|
-
color: var(--i14c7jc8-0);
|
|
35015
|
-
}
|
|
35016
|
-
|
|
35017
|
-
.E_i1ibuolf {
|
|
35018
|
-
display: flex;
|
|
35019
|
-
align-items: center;
|
|
35020
|
-
column-gap: 4px;
|
|
35021
|
-
font-size: 12px;
|
|
35022
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35023
|
-
}
|
|
35024
|
-
|
|
35025
35014
|
.E_d1u4ndxc {
|
|
35026
35015
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35027
35016
|
font-size: 12px;
|
|
@@ -35053,110 +35042,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35053
35042
|
}
|
|
35054
35043
|
}
|
|
35055
35044
|
|
|
35056
|
-
.
|
|
35057
|
-
|
|
35058
|
-
height: 246px;
|
|
35059
|
-
border-radius: 4px;
|
|
35060
|
-
}
|
|
35061
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35062
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35063
|
-
width: 100%;
|
|
35064
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35065
|
-
border-top: none;
|
|
35066
|
-
}
|
|
35067
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35068
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35069
|
-
padding: 0 16px;
|
|
35070
|
-
}
|
|
35071
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35072
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35073
|
-
width: 100%;
|
|
35074
|
-
height: 180px;
|
|
35075
|
-
border-spacing: 0;
|
|
35076
|
-
}
|
|
35077
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35078
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35079
|
-
margin-bottom: 8px;
|
|
35080
|
-
}
|
|
35081
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35082
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35083
|
-
width: 22px;
|
|
35084
|
-
}
|
|
35085
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35086
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35087
|
-
padding: 0;
|
|
35088
|
-
}
|
|
35089
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35090
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35091
|
-
opacity: 0.4;
|
|
35092
|
-
}
|
|
35093
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35094
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35095
|
-
opacity: 1;
|
|
35096
|
-
}
|
|
35097
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35098
|
-
color: #3e4652;
|
|
35099
|
-
}
|
|
35100
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35101
|
-
pointer-events: none;
|
|
35102
|
-
}
|
|
35103
|
-
|
|
35104
|
-
.E_t1tsm00v {
|
|
35105
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35106
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35107
|
-
backdrop-filter: blur(10px);
|
|
35108
|
-
padding: 7px 10px;
|
|
35045
|
+
.E_i14c7jc8 {
|
|
35046
|
+
color: var(--i14c7jc8-0);
|
|
35109
35047
|
}
|
|
35110
35048
|
|
|
35111
|
-
.
|
|
35112
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35049
|
+
.E_i1ibuolf {
|
|
35113
35050
|
display: flex;
|
|
35114
|
-
justify-content: space-between;
|
|
35115
35051
|
align-items: center;
|
|
35116
|
-
|
|
35117
|
-
|
|
35118
|
-
|
|
35119
|
-
cursor: pointer;
|
|
35120
|
-
}
|
|
35121
|
-
.E_c167wnad .anticon:hover {
|
|
35122
|
-
color: #0096ff;
|
|
35123
|
-
}
|
|
35124
|
-
|
|
35125
|
-
.E_cxhf7dh {
|
|
35126
|
-
text-align: center;
|
|
35127
|
-
}
|
|
35128
|
-
.E_cxhf7dh .dots {
|
|
35129
|
-
display: flex;
|
|
35130
|
-
justify-content: center;
|
|
35131
|
-
}
|
|
35132
|
-
.E_cxhf7dh .dot {
|
|
35133
|
-
display: inline-block;
|
|
35134
|
-
width: 2px;
|
|
35135
|
-
height: 2px;
|
|
35136
|
-
border-radius: 1px;
|
|
35137
|
-
background: #0096ff;
|
|
35138
|
-
}
|
|
35139
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35140
|
-
margin-right: 2px;
|
|
35141
|
-
}
|
|
35142
|
-
.E_cxhf7dh .bar {
|
|
35143
|
-
width: 9px;
|
|
35144
|
-
height: 2px;
|
|
35145
|
-
background: #0096ff;
|
|
35146
|
-
border-radius: 2px;
|
|
35147
|
-
}
|
|
35148
|
-
|
|
35149
|
-
.E_skwah65 {
|
|
35150
|
-
height: 8px;
|
|
35151
|
-
box-sizing: border-box;
|
|
35152
|
-
border-radius: 2px;
|
|
35153
|
-
background: #f5f7fa;
|
|
35154
|
-
display: flex;
|
|
35155
|
-
width: 100%;
|
|
35156
|
-
overflow: hidden;
|
|
35157
|
-
}
|
|
35158
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35159
|
-
margin-left: 1px;
|
|
35052
|
+
column-gap: 4px;
|
|
35053
|
+
font-size: 12px;
|
|
35054
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35160
35055
|
}
|
|
35161
35056
|
|
|
35162
35057
|
.E_s1ebs0ra {
|
|
@@ -35270,26 +35165,119 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35270
35165
|
margin-right: 4px;
|
|
35271
35166
|
}
|
|
35272
35167
|
|
|
35273
|
-
.
|
|
35274
|
-
width:
|
|
35168
|
+
.E_clm1wy1 {
|
|
35169
|
+
width: 192px;
|
|
35170
|
+
height: 246px;
|
|
35171
|
+
border-radius: 4px;
|
|
35275
35172
|
}
|
|
35276
|
-
.
|
|
35277
|
-
|
|
35173
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35174
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35175
|
+
width: 100%;
|
|
35176
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35177
|
+
border-top: none;
|
|
35278
35178
|
}
|
|
35279
|
-
.
|
|
35280
|
-
|
|
35179
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35180
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35181
|
+
padding: 0 16px;
|
|
35281
35182
|
}
|
|
35282
|
-
.
|
|
35283
|
-
|
|
35183
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35184
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35185
|
+
width: 100%;
|
|
35186
|
+
height: 180px;
|
|
35187
|
+
border-spacing: 0;
|
|
35284
35188
|
}
|
|
35285
|
-
.
|
|
35286
|
-
|
|
35287
|
-
|
|
35288
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35189
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35190
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35191
|
+
margin-bottom: 8px;
|
|
35289
35192
|
}
|
|
35290
|
-
.
|
|
35291
|
-
|
|
35292
|
-
|
|
35193
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35194
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35195
|
+
width: 22px;
|
|
35196
|
+
}
|
|
35197
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35198
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35199
|
+
padding: 0;
|
|
35200
|
+
}
|
|
35201
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35202
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35203
|
+
opacity: 0.4;
|
|
35204
|
+
}
|
|
35205
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35206
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35207
|
+
opacity: 1;
|
|
35208
|
+
}
|
|
35209
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35210
|
+
color: #3e4652;
|
|
35211
|
+
}
|
|
35212
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35213
|
+
pointer-events: none;
|
|
35214
|
+
}
|
|
35215
|
+
|
|
35216
|
+
.E_t1tsm00v {
|
|
35217
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35218
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35219
|
+
backdrop-filter: blur(10px);
|
|
35220
|
+
padding: 7px 10px;
|
|
35221
|
+
}
|
|
35222
|
+
|
|
35223
|
+
.E_c167wnad {
|
|
35224
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35225
|
+
display: flex;
|
|
35226
|
+
justify-content: space-between;
|
|
35227
|
+
align-items: center;
|
|
35228
|
+
padding: 8px 16px;
|
|
35229
|
+
}
|
|
35230
|
+
.E_c167wnad .anticon {
|
|
35231
|
+
cursor: pointer;
|
|
35232
|
+
}
|
|
35233
|
+
.E_c167wnad .anticon:hover {
|
|
35234
|
+
color: #0096ff;
|
|
35235
|
+
}
|
|
35236
|
+
|
|
35237
|
+
.E_cxhf7dh {
|
|
35238
|
+
text-align: center;
|
|
35239
|
+
}
|
|
35240
|
+
.E_cxhf7dh .dots {
|
|
35241
|
+
display: flex;
|
|
35242
|
+
justify-content: center;
|
|
35243
|
+
}
|
|
35244
|
+
.E_cxhf7dh .dot {
|
|
35245
|
+
display: inline-block;
|
|
35246
|
+
width: 2px;
|
|
35247
|
+
height: 2px;
|
|
35248
|
+
border-radius: 1px;
|
|
35249
|
+
background: #0096ff;
|
|
35250
|
+
}
|
|
35251
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35252
|
+
margin-right: 2px;
|
|
35253
|
+
}
|
|
35254
|
+
.E_cxhf7dh .bar {
|
|
35255
|
+
width: 9px;
|
|
35256
|
+
height: 2px;
|
|
35257
|
+
background: #0096ff;
|
|
35258
|
+
border-radius: 2px;
|
|
35259
|
+
}
|
|
35260
|
+
|
|
35261
|
+
.E_c1up1pdz {
|
|
35262
|
+
width: 648px;
|
|
35263
|
+
}
|
|
35264
|
+
.E_c1up1pdz.active {
|
|
35265
|
+
border-color: #0080ff;
|
|
35266
|
+
}
|
|
35267
|
+
.E_c1up1pdz.active > header {
|
|
35268
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35269
|
+
}
|
|
35270
|
+
.E_c1up1pdz .expand {
|
|
35271
|
+
padding: 12px;
|
|
35272
|
+
}
|
|
35273
|
+
.E_c1up1pdz .field-item {
|
|
35274
|
+
display: flex;
|
|
35275
|
+
padding: 10px 0;
|
|
35276
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35277
|
+
}
|
|
35278
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35279
|
+
border-bottom: none;
|
|
35280
|
+
padding-bottom: 0;
|
|
35293
35281
|
}
|
|
35294
35282
|
.E_c1up1pdz .field-item label {
|
|
35295
35283
|
line-height: 32px;
|
|
@@ -35410,6 +35398,29 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35410
35398
|
color: #fff;
|
|
35411
35399
|
}
|
|
35412
35400
|
|
|
35401
|
+
.E_n12mqh7z {
|
|
35402
|
+
display: flex;
|
|
35403
|
+
align-items: center;
|
|
35404
|
+
font-size: 12px;
|
|
35405
|
+
line-height: 18px;
|
|
35406
|
+
}
|
|
35407
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35408
|
+
margin-bottom: 4px;
|
|
35409
|
+
}
|
|
35410
|
+
|
|
35411
|
+
.E_tf5bynu {
|
|
35412
|
+
margin: 0 3px;
|
|
35413
|
+
}
|
|
35414
|
+
|
|
35415
|
+
.E_tcckoz1 {
|
|
35416
|
+
max-height: 400px;
|
|
35417
|
+
overflow: auto;
|
|
35418
|
+
}
|
|
35419
|
+
|
|
35420
|
+
span.E_tqjc4ui {
|
|
35421
|
+
margin: 0 2px;
|
|
35422
|
+
}
|
|
35423
|
+
|
|
35413
35424
|
.E_gmyahx3 {
|
|
35414
35425
|
cursor: pointer;
|
|
35415
35426
|
}
|
|
@@ -35420,8 +35431,102 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35420
35431
|
color: #0080ff;
|
|
35421
35432
|
}
|
|
35422
35433
|
|
|
35423
|
-
|
|
35424
|
-
|
|
35434
|
+
.E_t1sqg15u {
|
|
35435
|
+
background: white;
|
|
35436
|
+
}
|
|
35437
|
+
.E_t1sqg15u.inline .table-row {
|
|
35438
|
+
flex-direction: column;
|
|
35439
|
+
}
|
|
35440
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35441
|
+
padding: 0 16px 7px 0;
|
|
35442
|
+
}
|
|
35443
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35444
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35445
|
+
}
|
|
35446
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35447
|
+
border-top: none !important;
|
|
35448
|
+
}
|
|
35449
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35450
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35451
|
+
}
|
|
35452
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35453
|
+
padding-bottom: 0;
|
|
35454
|
+
}
|
|
35455
|
+
.E_t1sqg15u.align-right .content {
|
|
35456
|
+
text-align: right;
|
|
35457
|
+
}
|
|
35458
|
+
.E_t1sqg15u .uuid-row {
|
|
35459
|
+
display: flex;
|
|
35460
|
+
justify-content: space-between;
|
|
35461
|
+
}
|
|
35462
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35463
|
+
white-space: nowrap;
|
|
35464
|
+
overflow: hidden;
|
|
35465
|
+
text-overflow: ellipsis;
|
|
35466
|
+
}
|
|
35467
|
+
|
|
35468
|
+
.E_t4zczcp {
|
|
35469
|
+
display: flex;
|
|
35470
|
+
justify-content: space-between;
|
|
35471
|
+
align-items: center;
|
|
35472
|
+
padding: 8px;
|
|
35473
|
+
min-height: 32px;
|
|
35474
|
+
}
|
|
35475
|
+
.E_t4zczcp .table-title {
|
|
35476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35477
|
+
font-weight: 600;
|
|
35478
|
+
font-size: 12px;
|
|
35479
|
+
line-height: 8px;
|
|
35480
|
+
}
|
|
35481
|
+
.E_t4zczcp .edit-icon {
|
|
35482
|
+
font-size: 16px;
|
|
35483
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35484
|
+
cursor: pointer;
|
|
35485
|
+
}
|
|
35486
|
+
|
|
35487
|
+
.E_t1s7goww {
|
|
35488
|
+
font-size: 12px;
|
|
35489
|
+
line-height: 18px;
|
|
35490
|
+
}
|
|
35491
|
+
|
|
35492
|
+
.E_t93e4cf {
|
|
35493
|
+
display: flex;
|
|
35494
|
+
padding: 8px 0;
|
|
35495
|
+
color: #2d3a56;
|
|
35496
|
+
}
|
|
35497
|
+
.E_t93e4cf .hidden {
|
|
35498
|
+
display: none;
|
|
35499
|
+
}
|
|
35500
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35501
|
+
height: auto;
|
|
35502
|
+
}
|
|
35503
|
+
.E_t93e4cf .content {
|
|
35504
|
+
overflow: hidden;
|
|
35505
|
+
overflow-x: auto;
|
|
35506
|
+
width: 100%;
|
|
35507
|
+
white-space: pre-wrap;
|
|
35508
|
+
}
|
|
35509
|
+
.E_t93e4cf .content .ant-btn {
|
|
35510
|
+
white-space: pre-wrap;
|
|
35511
|
+
text-align: left;
|
|
35512
|
+
}
|
|
35513
|
+
.E_t93e4cf .content .unit-chart {
|
|
35514
|
+
justify-content: flex-start;
|
|
35515
|
+
}
|
|
35516
|
+
|
|
35517
|
+
.E_rhz2uv5 {
|
|
35518
|
+
width: var(--rhz2uv5-0);
|
|
35519
|
+
flex-shrink: 0;
|
|
35520
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35521
|
+
padding-right: 12px;
|
|
35522
|
+
}
|
|
35523
|
+
|
|
35524
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35525
|
+
display: flex;
|
|
35526
|
+
align-items: center;
|
|
35527
|
+
}
|
|
35528
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35529
|
+
margin-right: 8px;
|
|
35425
35530
|
}
|
|
35426
35531
|
|
|
35427
35532
|
.E_wg1tsps {
|
|
@@ -35447,6 +35552,46 @@ span.E_tqjc4ui {
|
|
|
35447
35552
|
color: #00122e !important;
|
|
35448
35553
|
}
|
|
35449
35554
|
|
|
35555
|
+
.E_ou7iq30 {
|
|
35556
|
+
overflow: hidden;
|
|
35557
|
+
text-overflow: ellipsis;
|
|
35558
|
+
}
|
|
35559
|
+
|
|
35560
|
+
.E_s1tui002 {
|
|
35561
|
+
white-space: nowrap;
|
|
35562
|
+
}
|
|
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;
|
|
35569
|
+
}
|
|
35570
|
+
|
|
35571
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35572
|
+
display: none;
|
|
35573
|
+
}
|
|
35574
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35575
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35576
|
+
border-radius: 4px;
|
|
35577
|
+
}
|
|
35578
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35579
|
+
visibility: hidden;
|
|
35580
|
+
}
|
|
35581
|
+
|
|
35582
|
+
.E_skwah65 {
|
|
35583
|
+
height: 8px;
|
|
35584
|
+
box-sizing: border-box;
|
|
35585
|
+
border-radius: 2px;
|
|
35586
|
+
background: #f5f7fa;
|
|
35587
|
+
display: flex;
|
|
35588
|
+
width: 100%;
|
|
35589
|
+
overflow: hidden;
|
|
35590
|
+
}
|
|
35591
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35592
|
+
margin-left: 1px;
|
|
35593
|
+
}
|
|
35594
|
+
|
|
35450
35595
|
.E_u15heuvq.content {
|
|
35451
35596
|
cursor: default !important;
|
|
35452
35597
|
}
|
|
@@ -35463,12 +35608,117 @@ span.E_tqjc4ui {
|
|
|
35463
35608
|
color: rgba(44, 56, 82, 0.75);
|
|
35464
35609
|
}
|
|
35465
35610
|
|
|
35466
|
-
.
|
|
35611
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35612
|
+
background: #edf0f7;
|
|
35613
|
+
padding: 32px 8px;
|
|
35614
|
+
overflow: auto;
|
|
35615
|
+
}
|
|
35616
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35467
35617
|
display: flex;
|
|
35468
|
-
|
|
35618
|
+
flex-direction: column;
|
|
35619
|
+
justify-content: space-between;
|
|
35469
35620
|
}
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35621
|
+
.E_s1at6qmn footer {
|
|
35622
|
+
display: flex;
|
|
35623
|
+
}
|
|
35624
|
+
.E_s1at6qmn .ant-menu {
|
|
35625
|
+
background: #edf0f7;
|
|
35626
|
+
}
|
|
35627
|
+
.E_s1at6qmn .ant-menu a {
|
|
35628
|
+
color: #00122e;
|
|
35629
|
+
width: 180px;
|
|
35630
|
+
overflow: hidden;
|
|
35631
|
+
text-overflow: ellipsis;
|
|
35632
|
+
}
|
|
35633
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35634
|
+
margin-bottom: 24px;
|
|
35635
|
+
}
|
|
35636
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35637
|
+
margin: 0;
|
|
35638
|
+
}
|
|
35639
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35640
|
+
font-size: 12px;
|
|
35641
|
+
padding: 0 8px 4px;
|
|
35642
|
+
line-height: 18px;
|
|
35643
|
+
}
|
|
35644
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35645
|
+
padding: 0;
|
|
35646
|
+
}
|
|
35647
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35648
|
+
padding-bottom: 24px;
|
|
35649
|
+
}
|
|
35650
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35651
|
+
margin-bottom: 24px;
|
|
35652
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35653
|
+
}
|
|
35654
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35655
|
+
transition: none;
|
|
35656
|
+
display: flex;
|
|
35657
|
+
align-items: center;
|
|
35658
|
+
height: 32px;
|
|
35659
|
+
line-height: 22px;
|
|
35660
|
+
padding: 0 8px;
|
|
35661
|
+
}
|
|
35662
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35663
|
+
margin-right: 12px;
|
|
35664
|
+
}
|
|
35665
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35666
|
+
margin: 0;
|
|
35667
|
+
margin-bottom: 2px;
|
|
35668
|
+
}
|
|
35669
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35670
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35671
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35672
|
+
border-radius: 6px;
|
|
35673
|
+
color: #fff;
|
|
35674
|
+
}
|
|
35675
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35676
|
+
color: #fff;
|
|
35677
|
+
}
|
|
35678
|
+
.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 {
|
|
35679
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35680
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35681
|
+
border-radius: 6px;
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35684
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35685
|
+
white-space: nowrap;
|
|
35686
|
+
transition: all 0s;
|
|
35687
|
+
}
|
|
35688
|
+
.E_s1wu0lms.shrink {
|
|
35689
|
+
transition: all 0s;
|
|
35690
|
+
overflow: hidden;
|
|
35691
|
+
}
|
|
35692
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35693
|
+
visibility: hidden;
|
|
35694
|
+
}
|
|
35695
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35696
|
+
width: 36px;
|
|
35697
|
+
padding: 0 6px;
|
|
35698
|
+
}
|
|
35699
|
+
|
|
35700
|
+
.E_n1ugzfva {
|
|
35701
|
+
display: flex;
|
|
35702
|
+
place-items: center;
|
|
35703
|
+
width: 100% !important;
|
|
35704
|
+
}
|
|
35705
|
+
.E_n1ugzfva[disabled] {
|
|
35706
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35707
|
+
opacity: 1 !important;
|
|
35708
|
+
}
|
|
35709
|
+
.E_n1ugzfva.ant-btn {
|
|
35710
|
+
width: 100%;
|
|
35711
|
+
color: #00122e;
|
|
35712
|
+
}
|
|
35713
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35714
|
+
margin-right: 12px;
|
|
35715
|
+
}
|
|
35716
|
+
.E_n1ugzfva .link-title {
|
|
35717
|
+
flex: 1;
|
|
35718
|
+
overflow: hidden;
|
|
35719
|
+
white-space: nowrap;
|
|
35720
|
+
text-overflow: ellipsis;
|
|
35721
|
+
text-align: left;
|
|
35472
35722
|
}
|
|
35473
35723
|
|
|
35474
35724
|
.E_t160l1cm {
|
|
@@ -35655,272 +35905,23 @@ span.E_tqjc4ui {
|
|
|
35655
35905
|
margin: 0;
|
|
35656
35906
|
height: 32px;
|
|
35657
35907
|
line-height: 32px;
|
|
35658
|
-
font-size: 13px;
|
|
35659
|
-
padding: 0 10px;
|
|
35660
|
-
display: block;
|
|
35661
|
-
overflow: hidden;
|
|
35662
|
-
text-overflow: ellipsis;
|
|
35663
|
-
white-space: nowrap;
|
|
35664
|
-
}
|
|
35665
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35666
|
-
content: " ";
|
|
35667
|
-
height: 1px;
|
|
35668
|
-
width: calc(100% + 10px);
|
|
35669
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35670
|
-
display: block;
|
|
35671
|
-
}
|
|
35672
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35673
|
-
color: #0080ff;
|
|
35674
|
-
background: transparent;
|
|
35675
|
-
}
|
|
35676
|
-
|
|
35677
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35678
|
-
background: #edf0f7;
|
|
35679
|
-
padding: 32px 8px;
|
|
35680
|
-
overflow: auto;
|
|
35681
|
-
}
|
|
35682
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35683
|
-
display: flex;
|
|
35684
|
-
flex-direction: column;
|
|
35685
|
-
justify-content: space-between;
|
|
35686
|
-
}
|
|
35687
|
-
.E_s1at6qmn footer {
|
|
35688
|
-
display: flex;
|
|
35689
|
-
}
|
|
35690
|
-
.E_s1at6qmn .ant-menu {
|
|
35691
|
-
background: #edf0f7;
|
|
35692
|
-
}
|
|
35693
|
-
.E_s1at6qmn .ant-menu a {
|
|
35694
|
-
color: #00122e;
|
|
35695
|
-
width: 180px;
|
|
35696
|
-
overflow: hidden;
|
|
35697
|
-
text-overflow: ellipsis;
|
|
35698
|
-
}
|
|
35699
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35700
|
-
margin-bottom: 24px;
|
|
35701
|
-
}
|
|
35702
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35703
|
-
margin: 0;
|
|
35704
|
-
}
|
|
35705
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35706
|
-
font-size: 12px;
|
|
35707
|
-
padding: 0 8px 4px;
|
|
35708
|
-
line-height: 18px;
|
|
35709
|
-
}
|
|
35710
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35711
|
-
padding: 0;
|
|
35712
|
-
}
|
|
35713
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35714
|
-
padding-bottom: 24px;
|
|
35715
|
-
}
|
|
35716
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35717
|
-
margin-bottom: 24px;
|
|
35718
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35719
|
-
}
|
|
35720
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35721
|
-
transition: none;
|
|
35722
|
-
display: flex;
|
|
35723
|
-
align-items: center;
|
|
35724
|
-
height: 32px;
|
|
35725
|
-
line-height: 22px;
|
|
35726
|
-
padding: 0 8px;
|
|
35727
|
-
}
|
|
35728
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35729
|
-
margin-right: 12px;
|
|
35730
|
-
}
|
|
35731
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35732
|
-
margin: 0;
|
|
35733
|
-
margin-bottom: 2px;
|
|
35734
|
-
}
|
|
35735
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35736
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35737
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35738
|
-
border-radius: 6px;
|
|
35739
|
-
color: #fff;
|
|
35740
|
-
}
|
|
35741
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35742
|
-
color: #fff;
|
|
35743
|
-
}
|
|
35744
|
-
.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 {
|
|
35745
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35746
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35747
|
-
border-radius: 6px;
|
|
35748
|
-
}
|
|
35749
|
-
|
|
35750
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35751
|
-
white-space: nowrap;
|
|
35752
|
-
transition: all 0s;
|
|
35753
|
-
}
|
|
35754
|
-
.E_s1wu0lms.shrink {
|
|
35755
|
-
transition: all 0s;
|
|
35756
|
-
overflow: hidden;
|
|
35757
|
-
}
|
|
35758
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35759
|
-
visibility: hidden;
|
|
35760
|
-
}
|
|
35761
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35762
|
-
width: 36px;
|
|
35763
|
-
padding: 0 6px;
|
|
35764
|
-
}
|
|
35765
|
-
|
|
35766
|
-
.E_n1ugzfva {
|
|
35767
|
-
display: flex;
|
|
35768
|
-
place-items: center;
|
|
35769
|
-
width: 100% !important;
|
|
35770
|
-
}
|
|
35771
|
-
.E_n1ugzfva[disabled] {
|
|
35772
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35773
|
-
opacity: 1 !important;
|
|
35774
|
-
}
|
|
35775
|
-
.E_n1ugzfva.ant-btn {
|
|
35776
|
-
width: 100%;
|
|
35777
|
-
color: #00122e;
|
|
35778
|
-
}
|
|
35779
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35780
|
-
margin-right: 12px;
|
|
35781
|
-
}
|
|
35782
|
-
.E_n1ugzfva .link-title {
|
|
35783
|
-
flex: 1;
|
|
35784
|
-
overflow: hidden;
|
|
35785
|
-
white-space: nowrap;
|
|
35786
|
-
text-overflow: ellipsis;
|
|
35787
|
-
text-align: left;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
.E_t1sqg15u {
|
|
35791
|
-
background: white;
|
|
35792
|
-
}
|
|
35793
|
-
.E_t1sqg15u.inline .table-row {
|
|
35794
|
-
flex-direction: column;
|
|
35795
|
-
}
|
|
35796
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35797
|
-
padding: 0 16px 7px 0;
|
|
35798
|
-
}
|
|
35799
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35800
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35801
|
-
}
|
|
35802
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35803
|
-
border-top: none !important;
|
|
35804
|
-
}
|
|
35805
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35806
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35807
|
-
}
|
|
35808
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35809
|
-
padding-bottom: 0;
|
|
35810
|
-
}
|
|
35811
|
-
.E_t1sqg15u.align-right .content {
|
|
35812
|
-
text-align: right;
|
|
35813
|
-
}
|
|
35814
|
-
.E_t1sqg15u .uuid-row {
|
|
35815
|
-
display: flex;
|
|
35816
|
-
justify-content: space-between;
|
|
35817
|
-
}
|
|
35818
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35819
|
-
white-space: nowrap;
|
|
35820
|
-
overflow: hidden;
|
|
35821
|
-
text-overflow: ellipsis;
|
|
35822
|
-
}
|
|
35823
|
-
|
|
35824
|
-
.E_t4zczcp {
|
|
35825
|
-
display: flex;
|
|
35826
|
-
justify-content: space-between;
|
|
35827
|
-
align-items: center;
|
|
35828
|
-
padding: 8px;
|
|
35829
|
-
min-height: 32px;
|
|
35830
|
-
}
|
|
35831
|
-
.E_t4zczcp .table-title {
|
|
35832
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35833
|
-
font-weight: 600;
|
|
35834
|
-
font-size: 12px;
|
|
35835
|
-
line-height: 8px;
|
|
35836
|
-
}
|
|
35837
|
-
.E_t4zczcp .edit-icon {
|
|
35838
|
-
font-size: 16px;
|
|
35839
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35840
|
-
cursor: pointer;
|
|
35841
|
-
}
|
|
35842
|
-
|
|
35843
|
-
.E_t1s7goww {
|
|
35844
|
-
font-size: 12px;
|
|
35845
|
-
line-height: 18px;
|
|
35846
|
-
}
|
|
35847
|
-
|
|
35848
|
-
.E_t93e4cf {
|
|
35849
|
-
display: flex;
|
|
35850
|
-
padding: 8px 0;
|
|
35851
|
-
color: #2d3a56;
|
|
35852
|
-
}
|
|
35853
|
-
.E_t93e4cf .hidden {
|
|
35854
|
-
display: none;
|
|
35855
|
-
}
|
|
35856
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35857
|
-
height: auto;
|
|
35858
|
-
}
|
|
35859
|
-
.E_t93e4cf .content {
|
|
35860
|
-
overflow: hidden;
|
|
35861
|
-
overflow-x: auto;
|
|
35862
|
-
width: 100%;
|
|
35863
|
-
white-space: pre-wrap;
|
|
35864
|
-
}
|
|
35865
|
-
.E_t93e4cf .content .ant-btn {
|
|
35866
|
-
white-space: pre-wrap;
|
|
35867
|
-
text-align: left;
|
|
35868
|
-
}
|
|
35869
|
-
.E_t93e4cf .content .unit-chart {
|
|
35870
|
-
justify-content: flex-start;
|
|
35871
|
-
}
|
|
35872
|
-
|
|
35873
|
-
.E_rhz2uv5 {
|
|
35874
|
-
width: var(--rhz2uv5-0);
|
|
35875
|
-
flex-shrink: 0;
|
|
35876
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35877
|
-
padding-right: 12px;
|
|
35878
|
-
}
|
|
35879
|
-
|
|
35880
|
-
.E_ou7iq30 {
|
|
35881
|
-
overflow: hidden;
|
|
35882
|
-
text-overflow: ellipsis;
|
|
35883
|
-
}
|
|
35884
|
-
|
|
35885
|
-
.E_s1tui002 {
|
|
35886
|
-
white-space: nowrap;
|
|
35887
|
-
}
|
|
35888
|
-
|
|
35889
|
-
.E_mxrc2zg {
|
|
35890
|
-
display: -webkit-box;
|
|
35891
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35892
|
-
-webkit-box-orient: vertical;
|
|
35893
|
-
word-break: break-all;
|
|
35894
|
-
}
|
|
35895
|
-
|
|
35896
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35897
|
-
display: none;
|
|
35898
|
-
}
|
|
35899
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35900
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35901
|
-
border-radius: 4px;
|
|
35902
|
-
}
|
|
35903
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35904
|
-
visibility: hidden;
|
|
35905
|
-
}
|
|
35906
|
-
|
|
35907
|
-
.E_n12mqh7z {
|
|
35908
|
-
display: flex;
|
|
35909
|
-
align-items: center;
|
|
35910
|
-
font-size: 12px;
|
|
35911
|
-
line-height: 18px;
|
|
35912
|
-
}
|
|
35913
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35914
|
-
margin-bottom: 4px;
|
|
35908
|
+
font-size: 13px;
|
|
35909
|
+
padding: 0 10px;
|
|
35910
|
+
display: block;
|
|
35911
|
+
overflow: hidden;
|
|
35912
|
+
text-overflow: ellipsis;
|
|
35913
|
+
white-space: nowrap;
|
|
35915
35914
|
}
|
|
35916
|
-
|
|
35917
|
-
|
|
35918
|
-
|
|
35915
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35916
|
+
content: " ";
|
|
35917
|
+
height: 1px;
|
|
35918
|
+
width: calc(100% + 10px);
|
|
35919
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35920
|
+
display: block;
|
|
35919
35921
|
}
|
|
35920
|
-
|
|
35921
|
-
|
|
35922
|
-
|
|
35923
|
-
overflow: auto;
|
|
35922
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35923
|
+
color: #0080ff;
|
|
35924
|
+
background: transparent;
|
|
35924
35925
|
}
|
|
35925
35926
|
|
|
35926
35927
|
.E_cyms3br {
|
|
@@ -35984,53 +35985,6 @@ span.E_tqjc4ui {
|
|
|
35984
35985
|
justify-content: center;
|
|
35985
35986
|
}
|
|
35986
35987
|
|
|
35987
|
-
.E_h1ol2wl7 {
|
|
35988
|
-
font-weight: bold;
|
|
35989
|
-
background-color: unset;
|
|
35990
|
-
padding: unset;
|
|
35991
|
-
}
|
|
35992
|
-
|
|
35993
|
-
.E_i5w779o {
|
|
35994
|
-
padding: 8px 0;
|
|
35995
|
-
}
|
|
35996
|
-
.E_i5w779o .col-label {
|
|
35997
|
-
flex-shrink: unset;
|
|
35998
|
-
}
|
|
35999
|
-
.E_i5w779o .col-label * {
|
|
36000
|
-
line-height: 18px;
|
|
36001
|
-
}
|
|
36002
|
-
.E_i5w779o .col-content {
|
|
36003
|
-
flex: 1 1 0;
|
|
36004
|
-
display: flex;
|
|
36005
|
-
align-items: center;
|
|
36006
|
-
}
|
|
36007
|
-
.E_i5w779o .col-content * {
|
|
36008
|
-
line-height: 18px;
|
|
36009
|
-
}
|
|
36010
|
-
|
|
36011
|
-
.E_l18dja44 {
|
|
36012
|
-
padding: 6px 0;
|
|
36013
|
-
}
|
|
36014
|
-
.E_l18dja44 .col-label * {
|
|
36015
|
-
font-size: 13px;
|
|
36016
|
-
line-height: 20px;
|
|
36017
|
-
}
|
|
36018
|
-
.E_l18dja44 .col-content * {
|
|
36019
|
-
font-size: 14px;
|
|
36020
|
-
line-height: 20px;
|
|
36021
|
-
}
|
|
36022
|
-
|
|
36023
|
-
.E_c8c2hys {
|
|
36024
|
-
display: flex;
|
|
36025
|
-
justify-content: space-between;
|
|
36026
|
-
flex: 1;
|
|
36027
|
-
min-width: 0;
|
|
36028
|
-
}
|
|
36029
|
-
|
|
36030
|
-
.E_n4m6c4d {
|
|
36031
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36032
|
-
}
|
|
36033
|
-
|
|
36034
35988
|
.E_kr6am0s .ant-modal-body {
|
|
36035
35989
|
padding: 60px 128px;
|
|
36036
35990
|
}
|
|
@@ -36094,28 +36048,99 @@ span.E_tqjc4ui {
|
|
|
36094
36048
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36095
36049
|
}
|
|
36096
36050
|
|
|
36097
|
-
.
|
|
36098
|
-
|
|
36099
|
-
|
|
36100
|
-
|
|
36101
|
-
|
|
36102
|
-
|
|
36051
|
+
.E_h1ol2wl7 {
|
|
36052
|
+
font-weight: bold;
|
|
36053
|
+
background-color: unset;
|
|
36054
|
+
padding: unset;
|
|
36055
|
+
}
|
|
36056
|
+
|
|
36057
|
+
.E_i5w779o {
|
|
36058
|
+
padding: 8px 0;
|
|
36059
|
+
}
|
|
36060
|
+
.E_i5w779o .col-label {
|
|
36061
|
+
flex-shrink: unset;
|
|
36062
|
+
}
|
|
36063
|
+
.E_i5w779o .col-label * {
|
|
36064
|
+
line-height: 18px;
|
|
36065
|
+
}
|
|
36066
|
+
.E_i5w779o .col-content {
|
|
36067
|
+
flex: 1 1 0;
|
|
36103
36068
|
display: flex;
|
|
36104
36069
|
align-items: center;
|
|
36105
|
-
justify-content: center;
|
|
36106
|
-
position: relative;
|
|
36107
|
-
opacity: 0.6;
|
|
36108
36070
|
}
|
|
36109
|
-
.
|
|
36110
|
-
|
|
36071
|
+
.E_i5w779o .col-content * {
|
|
36072
|
+
line-height: 18px;
|
|
36111
36073
|
}
|
|
36112
|
-
|
|
36113
|
-
|
|
36114
|
-
|
|
36115
|
-
|
|
36116
|
-
|
|
36117
|
-
|
|
36118
|
-
|
|
36074
|
+
|
|
36075
|
+
.E_l18dja44 {
|
|
36076
|
+
padding: 6px 0;
|
|
36077
|
+
}
|
|
36078
|
+
.E_l18dja44 .col-label * {
|
|
36079
|
+
font-size: 13px;
|
|
36080
|
+
line-height: 20px;
|
|
36081
|
+
}
|
|
36082
|
+
.E_l18dja44 .col-content * {
|
|
36083
|
+
font-size: 14px;
|
|
36084
|
+
line-height: 20px;
|
|
36085
|
+
}
|
|
36086
|
+
|
|
36087
|
+
.E_c8c2hys {
|
|
36088
|
+
display: flex;
|
|
36089
|
+
justify-content: space-between;
|
|
36090
|
+
flex: 1;
|
|
36091
|
+
min-width: 0;
|
|
36092
|
+
}
|
|
36093
|
+
|
|
36094
|
+
.E_n4m6c4d {
|
|
36095
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36096
|
+
}
|
|
36097
|
+
|
|
36098
|
+
.E_c1ss4prm {
|
|
36099
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36100
|
+
}
|
|
36101
|
+
.E_c1ss4prm li {
|
|
36102
|
+
margin-bottom: 4px;
|
|
36103
|
+
}
|
|
36104
|
+
.E_c1ss4prm li:last-child {
|
|
36105
|
+
margin-bottom: 0;
|
|
36106
|
+
}
|
|
36107
|
+
|
|
36108
|
+
.E_ms3tlei {
|
|
36109
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36110
|
+
padding: 8px;
|
|
36111
|
+
border-radius: 6px;
|
|
36112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36113
|
+
}
|
|
36114
|
+
.E_ms3tlei .icon-wrapper {
|
|
36115
|
+
margin-top: 1px;
|
|
36116
|
+
margin-right: 4px;
|
|
36117
|
+
}
|
|
36118
|
+
.E_ms3tlei li {
|
|
36119
|
+
margin-bottom: 4px;
|
|
36120
|
+
display: flex;
|
|
36121
|
+
align-items: flex-start;
|
|
36122
|
+
}
|
|
36123
|
+
.E_ms3tlei li:last-child {
|
|
36124
|
+
margin-bottom: 0;
|
|
36125
|
+
}
|
|
36126
|
+
|
|
36127
|
+
.E_du44iy7 {
|
|
36128
|
+
margin-bottom: 4px;
|
|
36129
|
+
}
|
|
36130
|
+
|
|
36131
|
+
.E_p1qmhanr {
|
|
36132
|
+
margin-bottom: 8px;
|
|
36133
|
+
}
|
|
36134
|
+
|
|
36135
|
+
.E_srje1h0 {
|
|
36136
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36137
|
+
margin-bottom: 8px;
|
|
36138
|
+
}
|
|
36139
|
+
|
|
36140
|
+
.E_di3zi7v {
|
|
36141
|
+
height: 1px;
|
|
36142
|
+
background: #e4e9f2;
|
|
36143
|
+
margin: 16px 0;
|
|
36119
36144
|
}
|
|
36120
36145
|
|
|
36121
36146
|
.E_c14ouk5o {
|
|
@@ -36162,6 +36187,15 @@ span.E_tqjc4ui {
|
|
|
36162
36187
|
height: auto;
|
|
36163
36188
|
}
|
|
36164
36189
|
|
|
36190
|
+
.E_cevhqx7 {
|
|
36191
|
+
color: #00122e;
|
|
36192
|
+
}
|
|
36193
|
+
|
|
36194
|
+
.E_snbqlt4 {
|
|
36195
|
+
margin-top: 8px;
|
|
36196
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36197
|
+
}
|
|
36198
|
+
|
|
36165
36199
|
.E_c1kchka8 {
|
|
36166
36200
|
height: 100%;
|
|
36167
36201
|
width: 100%;
|
|
@@ -36654,59 +36688,26 @@ span.E_tqjc4ui {
|
|
|
36654
36688
|
padding: 0;
|
|
36655
36689
|
}
|
|
36656
36690
|
|
|
36657
|
-
.
|
|
36658
|
-
|
|
36659
|
-
|
|
36660
|
-
|
|
36661
|
-
|
|
36662
|
-
|
|
36663
|
-
.E_c1ss4prm li:last-child {
|
|
36664
|
-
margin-bottom: 0;
|
|
36665
|
-
}
|
|
36666
|
-
|
|
36667
|
-
.E_ms3tlei {
|
|
36668
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36669
|
-
padding: 8px;
|
|
36670
|
-
border-radius: 6px;
|
|
36671
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36672
|
-
}
|
|
36673
|
-
.E_ms3tlei .icon-wrapper {
|
|
36674
|
-
margin-top: 1px;
|
|
36675
|
-
margin-right: 4px;
|
|
36676
|
-
}
|
|
36677
|
-
.E_ms3tlei li {
|
|
36678
|
-
margin-bottom: 4px;
|
|
36691
|
+
.E_l12xdkhl {
|
|
36692
|
+
width: 64px;
|
|
36693
|
+
height: 64px;
|
|
36694
|
+
max-width: 64px;
|
|
36695
|
+
max-height: 64px;
|
|
36696
|
+
overflow: hidden;
|
|
36679
36697
|
display: flex;
|
|
36680
|
-
align-items:
|
|
36681
|
-
|
|
36682
|
-
|
|
36683
|
-
|
|
36684
|
-
}
|
|
36685
|
-
|
|
36686
|
-
.E_du44iy7 {
|
|
36687
|
-
margin-bottom: 4px;
|
|
36688
|
-
}
|
|
36689
|
-
|
|
36690
|
-
.E_p1qmhanr {
|
|
36691
|
-
margin-bottom: 8px;
|
|
36692
|
-
}
|
|
36693
|
-
|
|
36694
|
-
.E_srje1h0 {
|
|
36695
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36696
|
-
margin-bottom: 8px;
|
|
36697
|
-
}
|
|
36698
|
-
|
|
36699
|
-
.E_di3zi7v {
|
|
36700
|
-
height: 1px;
|
|
36701
|
-
background: #e4e9f2;
|
|
36702
|
-
margin: 16px 0;
|
|
36698
|
+
align-items: center;
|
|
36699
|
+
justify-content: center;
|
|
36700
|
+
position: relative;
|
|
36701
|
+
opacity: 0.6;
|
|
36703
36702
|
}
|
|
36704
|
-
|
|
36705
|
-
.
|
|
36706
|
-
color: #00122e;
|
|
36703
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36704
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36707
36705
|
}
|
|
36708
|
-
|
|
36709
|
-
|
|
36710
|
-
|
|
36711
|
-
|
|
36706
|
+
@keyframes rotate {
|
|
36707
|
+
from {
|
|
36708
|
+
transform: rotate(0deg);
|
|
36709
|
+
}
|
|
36710
|
+
to {
|
|
36711
|
+
transform: rotate(360deg);
|
|
36712
|
+
}
|
|
36712
36713
|
}
|