@cloudtower/eagle 0.35.5 → 0.35.6
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/MediumDialog/MediumDialog.js +1 -1
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +16 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1266 -1266
- package/dist/esm/core/MediumDialog/MediumDialog.js +1 -1
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +16 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1692 -1690
- package/dist/src/coreX/Dialogs/RejectDialog/RejectDialog.type.d.ts +5 -1
- package/dist/stories/docs/coreX/Dialogs/RejectDialog.stories.d.ts +3 -1
- package/dist/style.css +1266 -1266
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,26 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_c18gxmrl {
|
|
29677
|
-
border: 1px solid #d8deeb;
|
|
29678
|
-
border-radius: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29681
|
-
margin-top: 8px;
|
|
29682
|
-
}
|
|
29683
|
-
.E_c18gxmrl:hover {
|
|
29684
|
-
border-color: #0080ff;
|
|
29685
|
-
}
|
|
29686
|
-
.E_c18gxmrl:hover > header {
|
|
29687
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29688
|
-
}
|
|
29689
|
-
.E_c18gxmrl.active header {
|
|
29690
|
-
border-bottom: 1px solid #d8deeb;
|
|
29691
|
-
}
|
|
29692
|
-
.E_c18gxmrl > header {
|
|
29693
|
-
padding: 8px 12px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
29676
|
.E_m74vjol {
|
|
29697
29677
|
display: flex;
|
|
29698
29678
|
justify-content: space-between;
|
|
@@ -29713,6 +29693,26 @@ body {
|
|
|
29713
29693
|
flex: 1;
|
|
29714
29694
|
}
|
|
29715
29695
|
|
|
29696
|
+
.E_c18gxmrl {
|
|
29697
|
+
border: 1px solid #d8deeb;
|
|
29698
|
+
border-radius: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29701
|
+
margin-top: 8px;
|
|
29702
|
+
}
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
.E_c18gxmrl.active header {
|
|
29710
|
+
border-bottom: 1px solid #d8deeb;
|
|
29711
|
+
}
|
|
29712
|
+
.E_c18gxmrl > header {
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
29716
|
.E_berrcjl {
|
|
29717
29717
|
color: rgba(10, 37, 85, 0.6);
|
|
29718
29718
|
margin-bottom: 4px;
|
|
@@ -29729,70 +29729,6 @@ body {
|
|
|
29729
29729
|
color: #005ed1;
|
|
29730
29730
|
}
|
|
29731
29731
|
|
|
29732
|
-
.E_b1nip9bk {
|
|
29733
|
-
padding: 4px 11px;
|
|
29734
|
-
}
|
|
29735
|
-
|
|
29736
|
-
.E_bqamoqe {
|
|
29737
|
-
white-space: nowrap;
|
|
29738
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29739
|
-
}
|
|
29740
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
-
--color: #0080ff;
|
|
29742
|
-
}
|
|
29743
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29744
|
-
--color: #0080ff;
|
|
29745
|
-
}
|
|
29746
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
-
margin-left: 1px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
-
border-top-right-radius: 0;
|
|
29751
|
-
border-bottom-right-radius: 0;
|
|
29752
|
-
}
|
|
29753
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
-
border-top-left-radius: 0;
|
|
29755
|
-
border-bottom-left-radius: 0;
|
|
29756
|
-
}
|
|
29757
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
-
border-radius: unset;
|
|
29759
|
-
}
|
|
29760
|
-
|
|
29761
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29762
|
-
padding: 4px 8px 0 8px;
|
|
29763
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29764
|
-
font-size: 12px;
|
|
29765
|
-
}
|
|
29766
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
-
padding-bottom: 6px;
|
|
29768
|
-
}
|
|
29769
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29770
|
-
padding-top: 4px;
|
|
29771
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29772
|
-
}
|
|
29773
|
-
|
|
29774
|
-
.E_c1uzzomf {
|
|
29775
|
-
margin-bottom: 16px;
|
|
29776
|
-
}
|
|
29777
|
-
.E_c1uzzomf .card-title {
|
|
29778
|
-
font-size: 16px;
|
|
29779
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29780
|
-
font-weight: 700;
|
|
29781
|
-
line-height: 32px;
|
|
29782
|
-
}
|
|
29783
|
-
.E_c1uzzomf .card-body {
|
|
29784
|
-
padding: 24px;
|
|
29785
|
-
border-radius: 8px;
|
|
29786
|
-
background: #fff;
|
|
29787
|
-
}
|
|
29788
|
-
.E_c1uzzomf .empty {
|
|
29789
|
-
font-weight: 700;
|
|
29790
|
-
font-size: 14px;
|
|
29791
|
-
line-height: 22px;
|
|
29792
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29793
|
-
text-align: center;
|
|
29794
|
-
}
|
|
29795
|
-
|
|
29796
29732
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29797
29733
|
justify-content: center;
|
|
29798
29734
|
}
|
|
@@ -30050,6 +29986,70 @@ body {
|
|
|
30050
29986
|
justify-content: center;
|
|
30051
29987
|
}
|
|
30052
29988
|
|
|
29989
|
+
.E_b1nip9bk {
|
|
29990
|
+
padding: 4px 11px;
|
|
29991
|
+
}
|
|
29992
|
+
|
|
29993
|
+
.E_bqamoqe {
|
|
29994
|
+
white-space: nowrap;
|
|
29995
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29996
|
+
}
|
|
29997
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29998
|
+
--color: #0080ff;
|
|
29999
|
+
}
|
|
30000
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30001
|
+
--color: #0080ff;
|
|
30002
|
+
}
|
|
30003
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30004
|
+
margin-left: 1px;
|
|
30005
|
+
}
|
|
30006
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30007
|
+
border-top-right-radius: 0;
|
|
30008
|
+
border-bottom-right-radius: 0;
|
|
30009
|
+
}
|
|
30010
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30011
|
+
border-top-left-radius: 0;
|
|
30012
|
+
border-bottom-left-radius: 0;
|
|
30013
|
+
}
|
|
30014
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30015
|
+
border-radius: unset;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30019
|
+
padding: 4px 8px 0 8px;
|
|
30020
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30021
|
+
font-size: 12px;
|
|
30022
|
+
}
|
|
30023
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30024
|
+
padding-bottom: 6px;
|
|
30025
|
+
}
|
|
30026
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30027
|
+
padding-top: 4px;
|
|
30028
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30029
|
+
}
|
|
30030
|
+
|
|
30031
|
+
.E_c1uzzomf {
|
|
30032
|
+
margin-bottom: 16px;
|
|
30033
|
+
}
|
|
30034
|
+
.E_c1uzzomf .card-title {
|
|
30035
|
+
font-size: 16px;
|
|
30036
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30037
|
+
font-weight: 700;
|
|
30038
|
+
line-height: 32px;
|
|
30039
|
+
}
|
|
30040
|
+
.E_c1uzzomf .card-body {
|
|
30041
|
+
padding: 24px;
|
|
30042
|
+
border-radius: 8px;
|
|
30043
|
+
background: #fff;
|
|
30044
|
+
}
|
|
30045
|
+
.E_c1uzzomf .empty {
|
|
30046
|
+
font-weight: 700;
|
|
30047
|
+
font-size: 14px;
|
|
30048
|
+
line-height: 22px;
|
|
30049
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30050
|
+
text-align: center;
|
|
30051
|
+
}
|
|
30052
|
+
|
|
30053
30053
|
.E_d1bw7c5z {
|
|
30054
30054
|
position: relative;
|
|
30055
30055
|
max-width: 388px;
|
|
@@ -30148,89 +30148,6 @@ body {
|
|
|
30148
30148
|
font-size: 18px;
|
|
30149
30149
|
}
|
|
30150
30150
|
|
|
30151
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30152
|
-
display: flex;
|
|
30153
|
-
}
|
|
30154
|
-
.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 {
|
|
30155
|
-
border-bottom-left-radius: 5px;
|
|
30156
|
-
border-top-left-radius: 5px;
|
|
30157
|
-
}
|
|
30158
|
-
.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 {
|
|
30159
|
-
border-bottom-right-radius: 5px;
|
|
30160
|
-
border-top-right-radius: 5px;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30164
|
-
display: var(--ai7qkf2-0);
|
|
30165
|
-
}
|
|
30166
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30167
|
-
display: inline-flex;
|
|
30168
|
-
line-height: 1.5715;
|
|
30169
|
-
height: 100%;
|
|
30170
|
-
width: 100%;
|
|
30171
|
-
}
|
|
30172
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30173
|
-
content: var(--ai7qkf2-1);
|
|
30174
|
-
display: var(--ai7qkf2-2);
|
|
30175
|
-
flex: none;
|
|
30176
|
-
align-items: center;
|
|
30177
|
-
margin-left: 4px;
|
|
30178
|
-
padding: 5px 12px 5px 0;
|
|
30179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30180
|
-
}
|
|
30181
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30182
|
-
content: var(--ai7qkf2-3);
|
|
30183
|
-
display: var(--ai7qkf2-4);
|
|
30184
|
-
flex: none;
|
|
30185
|
-
align-items: center;
|
|
30186
|
-
margin-right: 4px;
|
|
30187
|
-
cursor: auto;
|
|
30188
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30189
|
-
}
|
|
30190
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30191
|
-
border-radius: 0;
|
|
30192
|
-
}
|
|
30193
|
-
.E_ai7qkf2.ant-input-number {
|
|
30194
|
-
width: 100%;
|
|
30195
|
-
border-radius: 6px;
|
|
30196
|
-
}
|
|
30197
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30198
|
-
border-color: #0096ff;
|
|
30199
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30200
|
-
z-index: 1;
|
|
30201
|
-
}
|
|
30202
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30203
|
-
border-color: #e75a3a;
|
|
30204
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30205
|
-
}
|
|
30206
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
30207
|
-
height: 30px;
|
|
30208
|
-
border: 1px;
|
|
30209
|
-
padding: 5px 12px;
|
|
30210
|
-
font-size: inherit;
|
|
30211
|
-
}
|
|
30212
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30213
|
-
height: 38px;
|
|
30214
|
-
border: 1px;
|
|
30215
|
-
padding: 8px 16px;
|
|
30216
|
-
}
|
|
30217
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30218
|
-
height: 22px;
|
|
30219
|
-
border: 1px;
|
|
30220
|
-
padding: 2px 8px;
|
|
30221
|
-
}
|
|
30222
|
-
|
|
30223
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30224
|
-
margin-left: 8px;
|
|
30225
|
-
}
|
|
30226
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30227
|
-
padding: 2px 7px 2px 12px;
|
|
30228
|
-
}
|
|
30229
|
-
|
|
30230
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30231
|
-
line-height: 18px;
|
|
30232
|
-
}
|
|
30233
|
-
|
|
30234
30151
|
.E_f7pxqmh {
|
|
30235
30152
|
width: 100%;
|
|
30236
30153
|
margin-bottom: 0 !important;
|
|
@@ -30265,19 +30182,6 @@ body {
|
|
|
30265
30182
|
min-height: 0px;
|
|
30266
30183
|
}
|
|
30267
30184
|
|
|
30268
|
-
.E_i1inqkme {
|
|
30269
|
-
height: 18px;
|
|
30270
|
-
line-height: 18px;
|
|
30271
|
-
padding: 0 4px;
|
|
30272
|
-
border-radius: 4px;
|
|
30273
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30274
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30275
|
-
display: flex;
|
|
30276
|
-
align-items: center;
|
|
30277
|
-
white-space: nowrap;
|
|
30278
|
-
margin-right: 4px;
|
|
30279
|
-
}
|
|
30280
|
-
|
|
30281
30185
|
.E_iouxfgt {
|
|
30282
30186
|
display: inline-flex;
|
|
30283
30187
|
align-items: center;
|
|
@@ -30296,6 +30200,42 @@ body {
|
|
|
30296
30200
|
animation: rotate 680ms linear infinite;
|
|
30297
30201
|
}
|
|
30298
30202
|
|
|
30203
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30204
|
+
margin-left: 8px;
|
|
30205
|
+
}
|
|
30206
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30207
|
+
padding: 2px 7px 2px 12px;
|
|
30208
|
+
}
|
|
30209
|
+
|
|
30210
|
+
.E_i1inqkme {
|
|
30211
|
+
height: 18px;
|
|
30212
|
+
line-height: 18px;
|
|
30213
|
+
padding: 0 4px;
|
|
30214
|
+
border-radius: 4px;
|
|
30215
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30216
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30217
|
+
display: flex;
|
|
30218
|
+
align-items: center;
|
|
30219
|
+
white-space: nowrap;
|
|
30220
|
+
margin-right: 4px;
|
|
30221
|
+
}
|
|
30222
|
+
|
|
30223
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30224
|
+
display: flex;
|
|
30225
|
+
}
|
|
30226
|
+
.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 {
|
|
30227
|
+
border-bottom-left-radius: 5px;
|
|
30228
|
+
border-top-left-radius: 5px;
|
|
30229
|
+
}
|
|
30230
|
+
.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 {
|
|
30231
|
+
border-bottom-right-radius: 5px;
|
|
30232
|
+
border-top-right-radius: 5px;
|
|
30233
|
+
}
|
|
30234
|
+
|
|
30235
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30236
|
+
line-height: 18px;
|
|
30237
|
+
}
|
|
30238
|
+
|
|
30299
30239
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30300
30240
|
display: var(--a1wfy30z-0);
|
|
30301
30241
|
}
|
|
@@ -30327,6 +30267,66 @@ body {
|
|
|
30327
30267
|
font-size: inherit;
|
|
30328
30268
|
}
|
|
30329
30269
|
|
|
30270
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30271
|
+
display: var(--ai7qkf2-0);
|
|
30272
|
+
}
|
|
30273
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30274
|
+
display: inline-flex;
|
|
30275
|
+
line-height: 1.5715;
|
|
30276
|
+
height: 100%;
|
|
30277
|
+
width: 100%;
|
|
30278
|
+
}
|
|
30279
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30280
|
+
content: var(--ai7qkf2-1);
|
|
30281
|
+
display: var(--ai7qkf2-2);
|
|
30282
|
+
flex: none;
|
|
30283
|
+
align-items: center;
|
|
30284
|
+
margin-left: 4px;
|
|
30285
|
+
padding: 5px 12px 5px 0;
|
|
30286
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30287
|
+
}
|
|
30288
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30289
|
+
content: var(--ai7qkf2-3);
|
|
30290
|
+
display: var(--ai7qkf2-4);
|
|
30291
|
+
flex: none;
|
|
30292
|
+
align-items: center;
|
|
30293
|
+
margin-right: 4px;
|
|
30294
|
+
cursor: auto;
|
|
30295
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30296
|
+
}
|
|
30297
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30298
|
+
border-radius: 0;
|
|
30299
|
+
}
|
|
30300
|
+
.E_ai7qkf2.ant-input-number {
|
|
30301
|
+
width: 100%;
|
|
30302
|
+
border-radius: 6px;
|
|
30303
|
+
}
|
|
30304
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30305
|
+
border-color: #0096ff;
|
|
30306
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30307
|
+
z-index: 1;
|
|
30308
|
+
}
|
|
30309
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30310
|
+
border-color: #e75a3a;
|
|
30311
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30312
|
+
}
|
|
30313
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30314
|
+
height: 30px;
|
|
30315
|
+
border: 1px;
|
|
30316
|
+
padding: 5px 12px;
|
|
30317
|
+
font-size: inherit;
|
|
30318
|
+
}
|
|
30319
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30320
|
+
height: 38px;
|
|
30321
|
+
border: 1px;
|
|
30322
|
+
padding: 8px 16px;
|
|
30323
|
+
}
|
|
30324
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30325
|
+
height: 22px;
|
|
30326
|
+
border: 1px;
|
|
30327
|
+
padding: 2px 8px;
|
|
30328
|
+
}
|
|
30329
|
+
|
|
30330
30330
|
.E_owd0kml {
|
|
30331
30331
|
display: inline-block;
|
|
30332
30332
|
}
|
|
@@ -30492,32 +30492,6 @@ body {
|
|
|
30492
30492
|
color: rgba(44, 56, 82, 0.6);
|
|
30493
30493
|
}
|
|
30494
30494
|
|
|
30495
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30496
|
-
margin-right: 8px;
|
|
30497
|
-
}
|
|
30498
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30499
|
-
margin-left: 8px;
|
|
30500
|
-
}
|
|
30501
|
-
|
|
30502
|
-
.E_cc368xp {
|
|
30503
|
-
color: #00122e;
|
|
30504
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30505
|
-
margin-right: 8px;
|
|
30506
|
-
padding-right: 8px;
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
|
-
.E_i11o6xqj {
|
|
30510
|
-
display: flex;
|
|
30511
|
-
gap: 4px;
|
|
30512
|
-
}
|
|
30513
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30514
|
-
cursor: pointer;
|
|
30515
|
-
}
|
|
30516
|
-
|
|
30517
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30518
|
-
cursor: not-allowed;
|
|
30519
|
-
}
|
|
30520
|
-
|
|
30521
30495
|
.E_phljevk {
|
|
30522
30496
|
display: flex;
|
|
30523
30497
|
justify-content: space-between;
|
|
@@ -30575,6 +30549,72 @@ body {
|
|
|
30575
30549
|
line-height: 18px;
|
|
30576
30550
|
}
|
|
30577
30551
|
|
|
30552
|
+
.E_c1bus5hc {
|
|
30553
|
+
--color: white;
|
|
30554
|
+
height: 14px;
|
|
30555
|
+
width: 14px;
|
|
30556
|
+
border-radius: 50%;
|
|
30557
|
+
flex-shrink: 0;
|
|
30558
|
+
display: flex;
|
|
30559
|
+
align-items: center;
|
|
30560
|
+
justify-content: center;
|
|
30561
|
+
border: 1px solid var(--color);
|
|
30562
|
+
}
|
|
30563
|
+
.E_c1bus5hc .circle-inner {
|
|
30564
|
+
position: relative;
|
|
30565
|
+
height: 10px;
|
|
30566
|
+
width: 10px;
|
|
30567
|
+
border-radius: 50%;
|
|
30568
|
+
overflow: hidden;
|
|
30569
|
+
}
|
|
30570
|
+
.E_c1bus5hc .circle-content {
|
|
30571
|
+
position: absolute;
|
|
30572
|
+
height: 100%;
|
|
30573
|
+
width: 100%;
|
|
30574
|
+
left: 0;
|
|
30575
|
+
top: 0;
|
|
30576
|
+
border-radius: 50%;
|
|
30577
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30578
|
+
transform: rotate(180deg);
|
|
30579
|
+
}
|
|
30580
|
+
.E_c1bus5hc .circle-child {
|
|
30581
|
+
position: absolute;
|
|
30582
|
+
height: 100%;
|
|
30583
|
+
width: 100%;
|
|
30584
|
+
left: 0;
|
|
30585
|
+
top: 0;
|
|
30586
|
+
margin-left: 50%;
|
|
30587
|
+
transform-origin: left;
|
|
30588
|
+
background: white;
|
|
30589
|
+
transform: rotate(0deg);
|
|
30590
|
+
}
|
|
30591
|
+
|
|
30592
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30593
|
+
margin-right: 8px;
|
|
30594
|
+
}
|
|
30595
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30596
|
+
margin-left: 8px;
|
|
30597
|
+
}
|
|
30598
|
+
|
|
30599
|
+
.E_cc368xp {
|
|
30600
|
+
color: #00122e;
|
|
30601
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30602
|
+
margin-right: 8px;
|
|
30603
|
+
padding-right: 8px;
|
|
30604
|
+
}
|
|
30605
|
+
|
|
30606
|
+
.E_i11o6xqj {
|
|
30607
|
+
display: flex;
|
|
30608
|
+
gap: 4px;
|
|
30609
|
+
}
|
|
30610
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30611
|
+
cursor: pointer;
|
|
30612
|
+
}
|
|
30613
|
+
|
|
30614
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30615
|
+
cursor: not-allowed;
|
|
30616
|
+
}
|
|
30617
|
+
|
|
30578
30618
|
.E_s1dizucg.ant-switch {
|
|
30579
30619
|
min-width: 40px;
|
|
30580
30620
|
height: 24px;
|
|
@@ -30630,155 +30670,29 @@ body {
|
|
|
30630
30670
|
margin-left: 5px;
|
|
30631
30671
|
}
|
|
30632
30672
|
|
|
30633
|
-
.
|
|
30634
|
-
--color: white;
|
|
30635
|
-
height: 14px;
|
|
30636
|
-
width: 14px;
|
|
30637
|
-
border-radius: 50%;
|
|
30638
|
-
flex-shrink: 0;
|
|
30673
|
+
.E_cnujxq2 {
|
|
30639
30674
|
display: flex;
|
|
30640
|
-
|
|
30641
|
-
justify-content: center;
|
|
30642
|
-
border: 1px solid var(--color);
|
|
30643
|
-
}
|
|
30644
|
-
.E_c1bus5hc .circle-inner {
|
|
30645
|
-
position: relative;
|
|
30646
|
-
height: 10px;
|
|
30647
|
-
width: 10px;
|
|
30648
|
-
border-radius: 50%;
|
|
30649
|
-
overflow: hidden;
|
|
30675
|
+
flex-direction: column;
|
|
30650
30676
|
}
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30677
|
+
|
|
30678
|
+
.E_m7s48ia {
|
|
30679
|
+
max-width: 1120px;
|
|
30654
30680
|
width: 100%;
|
|
30655
|
-
|
|
30656
|
-
top: 0;
|
|
30657
|
-
border-radius: 50%;
|
|
30658
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30659
|
-
transform: rotate(180deg);
|
|
30660
|
-
}
|
|
30661
|
-
.E_c1bus5hc .circle-child {
|
|
30662
|
-
position: absolute;
|
|
30681
|
+
margin: 0 auto;
|
|
30663
30682
|
height: 100%;
|
|
30664
|
-
width: 100%;
|
|
30665
|
-
left: 0;
|
|
30666
|
-
top: 0;
|
|
30667
|
-
margin-left: 50%;
|
|
30668
|
-
transform-origin: left;
|
|
30669
|
-
background: white;
|
|
30670
|
-
transform: rotate(0deg);
|
|
30671
30683
|
}
|
|
30672
30684
|
|
|
30673
|
-
.
|
|
30674
|
-
|
|
30685
|
+
.E_wt5zbg6 {
|
|
30686
|
+
max-width: 1120px;
|
|
30687
|
+
width: 100%;
|
|
30688
|
+
margin: 0 auto;
|
|
30689
|
+
display: flex;
|
|
30675
30690
|
}
|
|
30676
|
-
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
.E_m855nr1 {
|
|
30683
|
-
padding: 2px 8px;
|
|
30684
|
-
border-radius: 3px;
|
|
30685
|
-
}
|
|
30686
|
-
|
|
30687
|
-
.E_l1270xpg {
|
|
30688
|
-
padding: 3px 8px;
|
|
30689
|
-
border-radius: 2px;
|
|
30690
|
-
}
|
|
30691
|
-
|
|
30692
|
-
.E_t14rextb.ant-tag:hover {
|
|
30693
|
-
opacity: unset;
|
|
30694
|
-
}
|
|
30695
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30696
|
-
margin: 0;
|
|
30697
|
-
margin-right: 8px;
|
|
30698
|
-
display: inline-flex;
|
|
30699
|
-
align-items: center;
|
|
30700
|
-
border: none;
|
|
30701
|
-
}
|
|
30702
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30703
|
-
width: 16px;
|
|
30704
|
-
height: 16px;
|
|
30705
|
-
color: inherit;
|
|
30706
|
-
margin-left: 4px;
|
|
30707
|
-
opacity: 0.6;
|
|
30708
|
-
display: inline-flex;
|
|
30709
|
-
}
|
|
30710
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30711
|
-
opacity: 1;
|
|
30712
|
-
}
|
|
30713
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30714
|
-
color: #0080ff;
|
|
30715
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30716
|
-
}
|
|
30717
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30718
|
-
color: #f0483e;
|
|
30719
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30720
|
-
}
|
|
30721
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30722
|
-
color: #e07f00;
|
|
30723
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30724
|
-
}
|
|
30725
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30726
|
-
color: #008f4c;
|
|
30727
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30728
|
-
}
|
|
30729
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30730
|
-
color: #1d326c;
|
|
30731
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30732
|
-
}
|
|
30733
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30734
|
-
color: #7E41FF;
|
|
30735
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30736
|
-
}
|
|
30737
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30738
|
-
color: #fff;
|
|
30739
|
-
}
|
|
30740
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30741
|
-
background-color: #f0483e;
|
|
30742
|
-
}
|
|
30743
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30744
|
-
background-color: #fea008;
|
|
30745
|
-
}
|
|
30746
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30747
|
-
background-color: #00ba5d;
|
|
30748
|
-
}
|
|
30749
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30750
|
-
background-color: #0080ff;
|
|
30751
|
-
}
|
|
30752
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30753
|
-
background-color: #6b7d99;
|
|
30754
|
-
}
|
|
30755
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30756
|
-
background-color: #7E41FF;
|
|
30757
|
-
}
|
|
30758
|
-
|
|
30759
|
-
.E_cnujxq2 {
|
|
30760
|
-
display: flex;
|
|
30761
|
-
flex-direction: column;
|
|
30762
|
-
}
|
|
30763
|
-
|
|
30764
|
-
.E_m7s48ia {
|
|
30765
|
-
max-width: 1120px;
|
|
30766
|
-
width: 100%;
|
|
30767
|
-
margin: 0 auto;
|
|
30768
|
-
height: 100%;
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.E_wt5zbg6 {
|
|
30772
|
-
max-width: 1120px;
|
|
30773
|
-
width: 100%;
|
|
30774
|
-
margin: 0 auto;
|
|
30775
|
-
display: flex;
|
|
30776
|
-
}
|
|
30777
|
-
.E_wt5zbg6 .left,
|
|
30778
|
-
.E_wt5zbg6 .right {
|
|
30779
|
-
flex-grow: 0;
|
|
30780
|
-
flex-shrink: 0;
|
|
30781
|
-
flex-basis: 21%;
|
|
30691
|
+
.E_wt5zbg6 .left,
|
|
30692
|
+
.E_wt5zbg6 .right {
|
|
30693
|
+
flex-grow: 0;
|
|
30694
|
+
flex-shrink: 0;
|
|
30695
|
+
flex-basis: 21%;
|
|
30782
30696
|
}
|
|
30783
30697
|
.E_wt5zbg6 .left {
|
|
30784
30698
|
display: flex;
|
|
@@ -31446,6 +31360,59 @@ input.E_rf8rlle.ant-input {
|
|
|
31446
31360
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31447
31361
|
}
|
|
31448
31362
|
|
|
31363
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31364
|
+
display: inline-flex;
|
|
31365
|
+
align-items: center;
|
|
31366
|
+
justify-content: center;
|
|
31367
|
+
color: #fff;
|
|
31368
|
+
font-weight: bold;
|
|
31369
|
+
font-size: 12px;
|
|
31370
|
+
width: 24px;
|
|
31371
|
+
height: 24px;
|
|
31372
|
+
border-radius: 50%;
|
|
31373
|
+
background: var(--a1b5xrg3-0);
|
|
31374
|
+
}
|
|
31375
|
+
.E_a1b5xrg3.btn-item {
|
|
31376
|
+
transition: all 160ms ease;
|
|
31377
|
+
cursor: pointer;
|
|
31378
|
+
width: 56px;
|
|
31379
|
+
height: 40px;
|
|
31380
|
+
display: inline-flex;
|
|
31381
|
+
align-items: center;
|
|
31382
|
+
justify-content: center;
|
|
31383
|
+
border-radius: 6px;
|
|
31384
|
+
}
|
|
31385
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31386
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31387
|
+
}
|
|
31388
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31389
|
+
transform: translateY(2px);
|
|
31390
|
+
transition: all 320ms ease;
|
|
31391
|
+
}
|
|
31392
|
+
|
|
31393
|
+
.E_iq1gosr {
|
|
31394
|
+
display: inline-block;
|
|
31395
|
+
}
|
|
31396
|
+
|
|
31397
|
+
.E_tju3gfj .date {
|
|
31398
|
+
margin-right: 4px;
|
|
31399
|
+
}
|
|
31400
|
+
|
|
31401
|
+
.E_m196gn1d {
|
|
31402
|
+
min-width: 1280px;
|
|
31403
|
+
}
|
|
31404
|
+
|
|
31405
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31406
|
+
display: none;
|
|
31407
|
+
}
|
|
31408
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31409
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31410
|
+
border-radius: 4px;
|
|
31411
|
+
}
|
|
31412
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31413
|
+
visibility: hidden;
|
|
31414
|
+
}
|
|
31415
|
+
|
|
31449
31416
|
.E_s1dni7lo {
|
|
31450
31417
|
width: 430px !important;
|
|
31451
31418
|
}
|
|
@@ -31527,10 +31494,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31527
31494
|
opacity: 0;
|
|
31528
31495
|
}
|
|
31529
31496
|
|
|
31530
|
-
.E_iq1gosr {
|
|
31531
|
-
display: inline-block;
|
|
31532
|
-
}
|
|
31533
|
-
|
|
31534
31497
|
.E_dsnbhzf {
|
|
31535
31498
|
font-family: Inter;
|
|
31536
31499
|
font-style: normal;
|
|
@@ -32006,22 +31969,86 @@ input.E_rf8rlle.ant-input {
|
|
|
32006
31969
|
line-height: 12px;
|
|
32007
31970
|
}
|
|
32008
31971
|
|
|
32009
|
-
.
|
|
32010
|
-
|
|
32011
|
-
}
|
|
32012
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32013
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31972
|
+
.E_s1sck0th {
|
|
31973
|
+
padding: 0 8px;
|
|
32014
31974
|
border-radius: 4px;
|
|
32015
31975
|
}
|
|
32016
|
-
|
|
32017
|
-
|
|
31976
|
+
|
|
31977
|
+
.E_m855nr1 {
|
|
31978
|
+
padding: 2px 8px;
|
|
31979
|
+
border-radius: 3px;
|
|
32018
31980
|
}
|
|
32019
31981
|
|
|
32020
|
-
.
|
|
32021
|
-
|
|
31982
|
+
.E_l1270xpg {
|
|
31983
|
+
padding: 3px 8px;
|
|
31984
|
+
border-radius: 2px;
|
|
32022
31985
|
}
|
|
32023
|
-
|
|
32024
|
-
|
|
31986
|
+
|
|
31987
|
+
.E_t14rextb.ant-tag:hover {
|
|
31988
|
+
opacity: unset;
|
|
31989
|
+
}
|
|
31990
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31991
|
+
margin: 0;
|
|
31992
|
+
margin-right: 8px;
|
|
31993
|
+
display: inline-flex;
|
|
31994
|
+
align-items: center;
|
|
31995
|
+
border: none;
|
|
31996
|
+
}
|
|
31997
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31998
|
+
width: 16px;
|
|
31999
|
+
height: 16px;
|
|
32000
|
+
color: inherit;
|
|
32001
|
+
margin-left: 4px;
|
|
32002
|
+
opacity: 0.6;
|
|
32003
|
+
display: inline-flex;
|
|
32004
|
+
}
|
|
32005
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32006
|
+
opacity: 1;
|
|
32007
|
+
}
|
|
32008
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32009
|
+
color: #0080ff;
|
|
32010
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32011
|
+
}
|
|
32012
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32013
|
+
color: #f0483e;
|
|
32014
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32015
|
+
}
|
|
32016
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32017
|
+
color: #e07f00;
|
|
32018
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32019
|
+
}
|
|
32020
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32021
|
+
color: #008f4c;
|
|
32022
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32023
|
+
}
|
|
32024
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32025
|
+
color: #1d326c;
|
|
32026
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32027
|
+
}
|
|
32028
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32029
|
+
color: #7E41FF;
|
|
32030
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32031
|
+
}
|
|
32032
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32033
|
+
color: #fff;
|
|
32034
|
+
}
|
|
32035
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32036
|
+
background-color: #f0483e;
|
|
32037
|
+
}
|
|
32038
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32039
|
+
background-color: #fea008;
|
|
32040
|
+
}
|
|
32041
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32042
|
+
background-color: #00ba5d;
|
|
32043
|
+
}
|
|
32044
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32045
|
+
background-color: #0080ff;
|
|
32046
|
+
}
|
|
32047
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32048
|
+
background-color: #6b7d99;
|
|
32049
|
+
}
|
|
32050
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32051
|
+
background-color: #7E41FF;
|
|
32025
32052
|
}
|
|
32026
32053
|
|
|
32027
32054
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -32046,46 +32073,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32046
32073
|
cursor: default;
|
|
32047
32074
|
}
|
|
32048
32075
|
|
|
32049
|
-
.
|
|
32050
|
-
|
|
32076
|
+
.E_c1yyuluq {
|
|
32077
|
+
border-radius: 8px;
|
|
32078
|
+
}
|
|
32079
|
+
.E_c1yyuluq .ant-card-body {
|
|
32080
|
+
padding: 20px 24px 24px 24px;
|
|
32051
32081
|
}
|
|
32052
32082
|
|
|
32053
|
-
.
|
|
32054
|
-
|
|
32055
|
-
|
|
32056
|
-
|
|
32057
|
-
|
|
32058
|
-
|
|
32059
|
-
font-size: 12px;
|
|
32060
|
-
width: 24px;
|
|
32061
|
-
height: 24px;
|
|
32062
|
-
border-radius: 50%;
|
|
32063
|
-
background: var(--a1b5xrg3-0);
|
|
32064
|
-
}
|
|
32065
|
-
.E_a1b5xrg3.btn-item {
|
|
32066
|
-
transition: all 160ms ease;
|
|
32067
|
-
cursor: pointer;
|
|
32068
|
-
width: 56px;
|
|
32069
|
-
height: 40px;
|
|
32070
|
-
display: inline-flex;
|
|
32071
|
-
align-items: center;
|
|
32072
|
-
justify-content: center;
|
|
32073
|
-
border-radius: 6px;
|
|
32074
|
-
}
|
|
32075
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32076
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32077
|
-
}
|
|
32078
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32079
|
-
transform: translateY(2px);
|
|
32080
|
-
transition: all 320ms ease;
|
|
32081
|
-
}
|
|
32082
|
-
|
|
32083
|
-
.E_b1lj76ty {
|
|
32084
|
-
width: 100%;
|
|
32085
|
-
height: 100%;
|
|
32086
|
-
margin: 0 auto;
|
|
32087
|
-
display: flex;
|
|
32088
|
-
flex-direction: column;
|
|
32083
|
+
.E_b1lj76ty {
|
|
32084
|
+
width: 100%;
|
|
32085
|
+
height: 100%;
|
|
32086
|
+
margin: 0 auto;
|
|
32087
|
+
display: flex;
|
|
32088
|
+
flex-direction: column;
|
|
32089
32089
|
align-items: center;
|
|
32090
32090
|
justify-content: center;
|
|
32091
32091
|
color: rgba(0, 21, 64, 0.3);
|
|
@@ -32130,6 +32130,51 @@ input.E_rf8rlle.ant-input {
|
|
|
32130
32130
|
fill: blue;
|
|
32131
32131
|
}
|
|
32132
32132
|
|
|
32133
|
+
.E_ryby9ds {
|
|
32134
|
+
display: flex;
|
|
32135
|
+
align-items: center;
|
|
32136
|
+
}
|
|
32137
|
+
.E_ryby9ds .order {
|
|
32138
|
+
height: 24px;
|
|
32139
|
+
width: 24px;
|
|
32140
|
+
border-radius: 20px;
|
|
32141
|
+
color: #0080ff;
|
|
32142
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32143
|
+
display: flex;
|
|
32144
|
+
align-items: center;
|
|
32145
|
+
justify-content: center;
|
|
32146
|
+
margin-right: 6px;
|
|
32147
|
+
}
|
|
32148
|
+
|
|
32149
|
+
.E_m5foqp8.medium {
|
|
32150
|
+
--footer-height: 96px;
|
|
32151
|
+
--modal-content-width: 720px;
|
|
32152
|
+
--modal-content-min-height: 200px;
|
|
32153
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32154
|
+
--modal-content-padding-top: 24px;
|
|
32155
|
+
--modal-content-padding-bottom: 32px;
|
|
32156
|
+
--modal-content-padding-x: 60px;
|
|
32157
|
+
--modal-footer-padding: 0 60px;
|
|
32158
|
+
}
|
|
32159
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32160
|
+
height: calc(100vh - 80px);
|
|
32161
|
+
width: calc(100vw - 160px);
|
|
32162
|
+
}
|
|
32163
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32164
|
+
width: 100%;
|
|
32165
|
+
height: 100%;
|
|
32166
|
+
max-width: unset;
|
|
32167
|
+
max-height: unset;
|
|
32168
|
+
display: flex;
|
|
32169
|
+
flex-direction: column;
|
|
32170
|
+
}
|
|
32171
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32172
|
+
flex: 1;
|
|
32173
|
+
}
|
|
32174
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32175
|
+
height: 32px;
|
|
32176
|
+
}
|
|
32177
|
+
|
|
32133
32178
|
.E_hrhfj7c {
|
|
32134
32179
|
display: none;
|
|
32135
32180
|
}
|
|
@@ -32349,22 +32394,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32349
32394
|
font-size: 14px;
|
|
32350
32395
|
}
|
|
32351
32396
|
|
|
32352
|
-
.E_ryby9ds {
|
|
32353
|
-
display: flex;
|
|
32354
|
-
align-items: center;
|
|
32355
|
-
}
|
|
32356
|
-
.E_ryby9ds .order {
|
|
32357
|
-
height: 24px;
|
|
32358
|
-
width: 24px;
|
|
32359
|
-
border-radius: 20px;
|
|
32360
|
-
color: #0080ff;
|
|
32361
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32362
|
-
display: flex;
|
|
32363
|
-
align-items: center;
|
|
32364
|
-
justify-content: center;
|
|
32365
|
-
margin-right: 6px;
|
|
32366
|
-
}
|
|
32367
|
-
|
|
32368
32397
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32369
32398
|
border-radius: 6px;
|
|
32370
32399
|
}
|
|
@@ -32422,35 +32451,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32422
32451
|
transform: rotate(180deg);
|
|
32423
32452
|
}
|
|
32424
32453
|
|
|
32425
|
-
.E_m5foqp8 {
|
|
32426
|
-
--footer-height: 96px;
|
|
32427
|
-
--modal-content-width: 720px;
|
|
32428
|
-
--modal-content-min-height: 200px;
|
|
32429
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32430
|
-
--modal-content-padding-top: 24px;
|
|
32431
|
-
--modal-content-padding-bottom: 32px;
|
|
32432
|
-
--modal-content-padding-x: 60px;
|
|
32433
|
-
--modal-footer-padding: 0 60px;
|
|
32434
|
-
}
|
|
32435
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
32436
|
-
height: calc(100vh - 80px);
|
|
32437
|
-
width: calc(100vw - 160px);
|
|
32438
|
-
}
|
|
32439
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32440
|
-
width: 100%;
|
|
32441
|
-
height: 100%;
|
|
32442
|
-
max-width: unset;
|
|
32443
|
-
max-height: unset;
|
|
32444
|
-
display: flex;
|
|
32445
|
-
flex-direction: column;
|
|
32446
|
-
}
|
|
32447
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32448
|
-
flex: 1;
|
|
32449
|
-
}
|
|
32450
|
-
.E_m5foqp8 .initializing-title {
|
|
32451
|
-
height: 32px;
|
|
32452
|
-
}
|
|
32453
|
-
|
|
32454
32454
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32455
32455
|
opacity: 1;
|
|
32456
32456
|
}
|
|
@@ -32603,6 +32603,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32603
32603
|
flex-shrink: 0;
|
|
32604
32604
|
}
|
|
32605
32605
|
|
|
32606
|
+
.E_ckaaqep {
|
|
32607
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32608
|
+
content: "";
|
|
32609
|
+
height: 100%;
|
|
32610
|
+
margin: 0 6px;
|
|
32611
|
+
width: 1px;
|
|
32612
|
+
}
|
|
32613
|
+
|
|
32606
32614
|
.E_w1dxz879 {
|
|
32607
32615
|
display: flex;
|
|
32608
32616
|
flex-direction: column;
|
|
@@ -32838,14 +32846,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32838
32846
|
position: static;
|
|
32839
32847
|
}
|
|
32840
32848
|
|
|
32841
|
-
.E_ckaaqep {
|
|
32842
|
-
background: rgba(172, 186, 211, 0.6);
|
|
32843
|
-
content: "";
|
|
32844
|
-
height: 100%;
|
|
32845
|
-
margin: 0 6px;
|
|
32846
|
-
width: 1px;
|
|
32847
|
-
}
|
|
32848
|
-
|
|
32849
32849
|
.E_r77hffu {
|
|
32850
32850
|
display: flex;
|
|
32851
32851
|
align-items: center;
|
|
@@ -33079,67 +33079,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33079
33079
|
opacity: 0.5;
|
|
33080
33080
|
}
|
|
33081
33081
|
|
|
33082
|
-
.E_b14q2gmw {
|
|
33083
|
-
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);
|
|
33084
|
-
}
|
|
33085
|
-
|
|
33086
|
-
.E_c1eym6el {
|
|
33087
|
-
border-radius: 8px;
|
|
33088
|
-
background-color: white;
|
|
33089
|
-
}
|
|
33090
|
-
.E_c1eym6el.hoverable {
|
|
33091
|
-
cursor: pointer;
|
|
33092
|
-
}
|
|
33093
|
-
.E_c1eym6el.hoverable:hover {
|
|
33094
|
-
transition: all 200ms ease;
|
|
33095
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33096
|
-
transform: translateY(-4px);
|
|
33097
|
-
}
|
|
33098
|
-
|
|
33099
|
-
.E_c1kghdax {
|
|
33100
|
-
color: #2d3a56;
|
|
33101
|
-
padding: 7px 12px;
|
|
33102
|
-
display: flex;
|
|
33103
|
-
justify-content: space-between;
|
|
33104
|
-
align-items: center;
|
|
33105
|
-
}
|
|
33106
|
-
.E_c1kghdax.has-arrow {
|
|
33107
|
-
padding-left: 10px;
|
|
33108
|
-
}
|
|
33109
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33110
|
-
cursor: pointer;
|
|
33111
|
-
color: #00122e;
|
|
33112
|
-
}
|
|
33113
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33114
|
-
color: #2d3a56;
|
|
33115
|
-
font-weight: 600;
|
|
33116
|
-
}
|
|
33117
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33118
|
-
transform: rotate(90deg);
|
|
33119
|
-
}
|
|
33120
|
-
.E_c1kghdax .sub-info {
|
|
33121
|
-
font-size: 12px;
|
|
33122
|
-
line-height: 18px;
|
|
33123
|
-
}
|
|
33124
|
-
.E_c1kghdax .title-wrapper {
|
|
33125
|
-
display: flex;
|
|
33126
|
-
align-items: center;
|
|
33127
|
-
user-select: none;
|
|
33128
|
-
flex-grow: 1;
|
|
33129
|
-
font-size: 12px;
|
|
33130
|
-
line-height: 18px;
|
|
33131
|
-
color: #2d3a56;
|
|
33132
|
-
font-weight: 700;
|
|
33133
|
-
}
|
|
33134
|
-
.E_c1kghdax .collapse-arrow {
|
|
33135
|
-
transition: all 50ms ease-out 0ms;
|
|
33136
|
-
margin-right: 2px;
|
|
33137
|
-
}
|
|
33138
|
-
|
|
33139
|
-
.E_c1yd35n {
|
|
33140
|
-
padding: 0 12px 14px 12px;
|
|
33141
|
-
}
|
|
33142
|
-
|
|
33143
33082
|
.E_ckui4s7 {
|
|
33144
33083
|
color: #2d3a56;
|
|
33145
33084
|
line-height: 22px;
|
|
@@ -33204,6 +33143,46 @@ input.E_rf8rlle.ant-input {
|
|
|
33204
33143
|
margin-left: 24px;
|
|
33205
33144
|
}
|
|
33206
33145
|
|
|
33146
|
+
.E_c1kghdax {
|
|
33147
|
+
color: #2d3a56;
|
|
33148
|
+
padding: 7px 12px;
|
|
33149
|
+
display: flex;
|
|
33150
|
+
justify-content: space-between;
|
|
33151
|
+
align-items: center;
|
|
33152
|
+
}
|
|
33153
|
+
.E_c1kghdax.has-arrow {
|
|
33154
|
+
padding-left: 10px;
|
|
33155
|
+
}
|
|
33156
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33157
|
+
cursor: pointer;
|
|
33158
|
+
color: #00122e;
|
|
33159
|
+
}
|
|
33160
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33161
|
+
color: #2d3a56;
|
|
33162
|
+
font-weight: 600;
|
|
33163
|
+
}
|
|
33164
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33165
|
+
transform: rotate(90deg);
|
|
33166
|
+
}
|
|
33167
|
+
.E_c1kghdax .sub-info {
|
|
33168
|
+
font-size: 12px;
|
|
33169
|
+
line-height: 18px;
|
|
33170
|
+
}
|
|
33171
|
+
.E_c1kghdax .title-wrapper {
|
|
33172
|
+
display: flex;
|
|
33173
|
+
align-items: center;
|
|
33174
|
+
user-select: none;
|
|
33175
|
+
flex-grow: 1;
|
|
33176
|
+
font-size: 12px;
|
|
33177
|
+
line-height: 18px;
|
|
33178
|
+
color: #2d3a56;
|
|
33179
|
+
font-weight: 700;
|
|
33180
|
+
}
|
|
33181
|
+
.E_c1kghdax .collapse-arrow {
|
|
33182
|
+
transition: all 50ms ease-out 0ms;
|
|
33183
|
+
margin-right: 2px;
|
|
33184
|
+
}
|
|
33185
|
+
|
|
33207
33186
|
.E_t1tbywr9 {
|
|
33208
33187
|
width: 100%;
|
|
33209
33188
|
flex: 1;
|
|
@@ -33365,6 +33344,27 @@ input.E_rf8rlle.ant-input {
|
|
|
33365
33344
|
height: 16px;
|
|
33366
33345
|
}
|
|
33367
33346
|
|
|
33347
|
+
.E_b14q2gmw {
|
|
33348
|
+
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);
|
|
33349
|
+
}
|
|
33350
|
+
|
|
33351
|
+
.E_c1eym6el {
|
|
33352
|
+
border-radius: 8px;
|
|
33353
|
+
background-color: white;
|
|
33354
|
+
}
|
|
33355
|
+
.E_c1eym6el.hoverable {
|
|
33356
|
+
cursor: pointer;
|
|
33357
|
+
}
|
|
33358
|
+
.E_c1eym6el.hoverable:hover {
|
|
33359
|
+
transition: all 200ms ease;
|
|
33360
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33361
|
+
transform: translateY(-4px);
|
|
33362
|
+
}
|
|
33363
|
+
|
|
33364
|
+
.E_c1yd35n {
|
|
33365
|
+
padding: 0 12px 14px 12px;
|
|
33366
|
+
}
|
|
33367
|
+
|
|
33368
33368
|
button.E_l48ei06.ant-btn,
|
|
33369
33369
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33370
33370
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33417,74 +33417,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33417
33417
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33418
33418
|
}
|
|
33419
33419
|
|
|
33420
|
-
.E_l1ucdodl {
|
|
33421
|
-
margin: 0;
|
|
33422
|
-
border-radius: 20px;
|
|
33423
|
-
padding: 2px 10px;
|
|
33424
|
-
height: 22px;
|
|
33425
|
-
display: flex;
|
|
33426
|
-
align-items: center;
|
|
33427
|
-
}
|
|
33428
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33429
|
-
color: #FFFFFF;
|
|
33430
|
-
}
|
|
33431
|
-
.E_l1ucdodl.tag-hover {
|
|
33432
|
-
cursor: pointer;
|
|
33433
|
-
}
|
|
33434
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33435
|
-
color: #00122e;
|
|
33436
|
-
}
|
|
33437
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33438
|
-
margin-right: 6px;
|
|
33439
|
-
}
|
|
33440
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33441
|
-
margin-left: 8px;
|
|
33442
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33443
|
-
}
|
|
33444
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33445
|
-
color: #FFFFFF;
|
|
33446
|
-
}
|
|
33447
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33448
|
-
background-color: #0080ff;
|
|
33449
|
-
}
|
|
33450
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33451
|
-
background-color: #f0483e;
|
|
33452
|
-
}
|
|
33453
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33454
|
-
background-color: #fea008;
|
|
33455
|
-
}
|
|
33456
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33457
|
-
background-color: #00ba5d;
|
|
33458
|
-
}
|
|
33459
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33460
|
-
background-color: #6b7d99;
|
|
33461
|
-
}
|
|
33462
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33463
|
-
background-color: #7E41FF;
|
|
33464
|
-
}
|
|
33465
|
-
|
|
33466
|
-
.E_s1qj66nc {
|
|
33467
|
-
width: 8px;
|
|
33468
|
-
height: 8px;
|
|
33469
|
-
border-radius: 50%;
|
|
33470
|
-
display: inline-block;
|
|
33471
|
-
}
|
|
33472
|
-
|
|
33473
|
-
.E_s5x1boq {
|
|
33474
|
-
width: 8px;
|
|
33475
|
-
height: 8px;
|
|
33476
|
-
border-radius: 2px;
|
|
33477
|
-
display: inline-block;
|
|
33478
|
-
}
|
|
33479
|
-
|
|
33480
|
-
.E_c1xm185 {
|
|
33481
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33482
|
-
}
|
|
33483
|
-
|
|
33484
|
-
.E_c1x5l5qc {
|
|
33485
|
-
flex: 1;
|
|
33486
|
-
}
|
|
33487
|
-
|
|
33488
33420
|
.E_tc97u5y {
|
|
33489
33421
|
height: 100%;
|
|
33490
33422
|
}
|
|
@@ -33856,6 +33788,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33856
33788
|
background: #fff;
|
|
33857
33789
|
}
|
|
33858
33790
|
|
|
33791
|
+
.E_l1ucdodl {
|
|
33792
|
+
margin: 0;
|
|
33793
|
+
border-radius: 20px;
|
|
33794
|
+
padding: 2px 10px;
|
|
33795
|
+
height: 22px;
|
|
33796
|
+
display: flex;
|
|
33797
|
+
align-items: center;
|
|
33798
|
+
}
|
|
33799
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33800
|
+
color: #FFFFFF;
|
|
33801
|
+
}
|
|
33802
|
+
.E_l1ucdodl.tag-hover {
|
|
33803
|
+
cursor: pointer;
|
|
33804
|
+
}
|
|
33805
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33806
|
+
color: #00122e;
|
|
33807
|
+
}
|
|
33808
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33809
|
+
margin-right: 6px;
|
|
33810
|
+
}
|
|
33811
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33812
|
+
margin-left: 8px;
|
|
33813
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33814
|
+
}
|
|
33815
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33816
|
+
color: #FFFFFF;
|
|
33817
|
+
}
|
|
33818
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33819
|
+
background-color: #0080ff;
|
|
33820
|
+
}
|
|
33821
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33822
|
+
background-color: #f0483e;
|
|
33823
|
+
}
|
|
33824
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33825
|
+
background-color: #fea008;
|
|
33826
|
+
}
|
|
33827
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33828
|
+
background-color: #00ba5d;
|
|
33829
|
+
}
|
|
33830
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33831
|
+
background-color: #6b7d99;
|
|
33832
|
+
}
|
|
33833
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33834
|
+
background-color: #7E41FF;
|
|
33835
|
+
}
|
|
33836
|
+
|
|
33837
|
+
.E_s1qj66nc {
|
|
33838
|
+
width: 8px;
|
|
33839
|
+
height: 8px;
|
|
33840
|
+
border-radius: 50%;
|
|
33841
|
+
display: inline-block;
|
|
33842
|
+
}
|
|
33843
|
+
|
|
33844
|
+
.E_s5x1boq {
|
|
33845
|
+
width: 8px;
|
|
33846
|
+
height: 8px;
|
|
33847
|
+
border-radius: 2px;
|
|
33848
|
+
display: inline-block;
|
|
33849
|
+
}
|
|
33850
|
+
|
|
33851
|
+
.E_c1xm185 {
|
|
33852
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33853
|
+
}
|
|
33854
|
+
|
|
33855
|
+
.E_c1x5l5qc {
|
|
33856
|
+
flex: 1;
|
|
33857
|
+
}
|
|
33858
|
+
|
|
33859
33859
|
.E_sddwhm6 {
|
|
33860
33860
|
margin: 0;
|
|
33861
33861
|
border-radius: 20px;
|
|
@@ -33931,6 +33931,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33931
33931
|
display: inline-block;
|
|
33932
33932
|
}
|
|
33933
33933
|
|
|
33934
|
+
.E_lht19u8 {
|
|
33935
|
+
width: 64px;
|
|
33936
|
+
height: 64px;
|
|
33937
|
+
display: flex;
|
|
33938
|
+
align-items: center;
|
|
33939
|
+
justify-content: center;
|
|
33940
|
+
position: relative;
|
|
33941
|
+
opacity: 0.2;
|
|
33942
|
+
}
|
|
33943
|
+
|
|
33944
|
+
.E_lk3gkp4 {
|
|
33945
|
+
position: absolute;
|
|
33946
|
+
width: 5px;
|
|
33947
|
+
height: 48px;
|
|
33948
|
+
left: 9.33px;
|
|
33949
|
+
top: 40.5px;
|
|
33950
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33951
|
+
border-radius: 5px;
|
|
33952
|
+
transform: rotate(-128deg);
|
|
33953
|
+
transform-origin: top left;
|
|
33954
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33955
|
+
}
|
|
33956
|
+
|
|
33957
|
+
.E_ll4n94n {
|
|
33958
|
+
position: absolute;
|
|
33959
|
+
width: 5px;
|
|
33960
|
+
height: 48px;
|
|
33961
|
+
left: 40.8px;
|
|
33962
|
+
top: 8.4px;
|
|
33963
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33964
|
+
border-radius: 5px;
|
|
33965
|
+
transform: rotate(-8deg);
|
|
33966
|
+
transform-origin: top left;
|
|
33967
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33968
|
+
}
|
|
33969
|
+
|
|
33970
|
+
.E_l17lbdo6 {
|
|
33971
|
+
position: absolute;
|
|
33972
|
+
width: 5px;
|
|
33973
|
+
height: 48px;
|
|
33974
|
+
left: 52.9px;
|
|
33975
|
+
top: 51.8px;
|
|
33976
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33977
|
+
border-radius: 5px;
|
|
33978
|
+
transform: rotate(112deg);
|
|
33979
|
+
transform-origin: top left;
|
|
33980
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33981
|
+
}
|
|
33982
|
+
|
|
33934
33983
|
.E_m11nzl2x {
|
|
33935
33984
|
color: rgba(44, 56, 82, 0.6);
|
|
33936
33985
|
text-align: center;
|
|
@@ -34307,53 +34356,13 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34307
34356
|
margin-left: 8px;
|
|
34308
34357
|
}
|
|
34309
34358
|
|
|
34310
|
-
.
|
|
34311
|
-
|
|
34312
|
-
height: 64px;
|
|
34313
|
-
display: flex;
|
|
34314
|
-
align-items: center;
|
|
34315
|
-
justify-content: center;
|
|
34316
|
-
position: relative;
|
|
34317
|
-
opacity: 0.2;
|
|
34318
|
-
}
|
|
34319
|
-
|
|
34320
|
-
.E_lk3gkp4 {
|
|
34321
|
-
position: absolute;
|
|
34322
|
-
width: 5px;
|
|
34323
|
-
height: 48px;
|
|
34324
|
-
left: 9.33px;
|
|
34325
|
-
top: 40.5px;
|
|
34326
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34327
|
-
border-radius: 5px;
|
|
34328
|
-
transform: rotate(-128deg);
|
|
34329
|
-
transform-origin: top left;
|
|
34330
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34331
|
-
}
|
|
34332
|
-
|
|
34333
|
-
.E_ll4n94n {
|
|
34334
|
-
position: absolute;
|
|
34335
|
-
width: 5px;
|
|
34336
|
-
height: 48px;
|
|
34337
|
-
left: 40.8px;
|
|
34338
|
-
top: 8.4px;
|
|
34339
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34340
|
-
border-radius: 5px;
|
|
34341
|
-
transform: rotate(-8deg);
|
|
34342
|
-
transform-origin: top left;
|
|
34343
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34359
|
+
.E_w7ob4th.outside-tag {
|
|
34360
|
+
padding-left: 0;
|
|
34344
34361
|
}
|
|
34345
|
-
|
|
34346
|
-
|
|
34347
|
-
|
|
34348
|
-
|
|
34349
|
-
height: 48px;
|
|
34350
|
-
left: 52.9px;
|
|
34351
|
-
top: 51.8px;
|
|
34352
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34353
|
-
border-radius: 5px;
|
|
34354
|
-
transform: rotate(112deg);
|
|
34355
|
-
transform-origin: top left;
|
|
34356
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34362
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34363
|
+
border-radius: 4px 0 0 4px;
|
|
34364
|
+
padding-right: 4px;
|
|
34365
|
+
margin-right: 4px;
|
|
34357
34366
|
}
|
|
34358
34367
|
|
|
34359
34368
|
.E_sjob3jg {
|
|
@@ -34551,18 +34560,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34551
34560
|
justify-content: center;
|
|
34552
34561
|
}
|
|
34553
34562
|
|
|
34554
|
-
.
|
|
34555
|
-
|
|
34556
|
-
|
|
34563
|
+
.E_bpgac8u {
|
|
34564
|
+
color: #FFFFFF;
|
|
34565
|
+
display: flex;
|
|
34566
|
+
gap: 8px;
|
|
34567
|
+
padding: 8px 0;
|
|
34568
|
+
display: flex;
|
|
34569
|
+
justify-content: center;
|
|
34570
|
+
white-space: pre-wrap;
|
|
34571
|
+
align-items: center;
|
|
34572
|
+
}
|
|
34573
|
+
.E_bpgac8u .dashed-btn {
|
|
34574
|
+
border-bottom: 1px solid white;
|
|
34575
|
+
cursor: pointer;
|
|
34557
34576
|
}
|
|
34558
34577
|
|
|
34559
|
-
.
|
|
34560
|
-
|
|
34561
|
-
height: 18px;
|
|
34578
|
+
.E_envn4g3 {
|
|
34579
|
+
background: #F0483E;
|
|
34562
34580
|
}
|
|
34563
34581
|
|
|
34564
|
-
.
|
|
34565
|
-
|
|
34582
|
+
.E_i12w18eu {
|
|
34583
|
+
background: #0080FF;
|
|
34584
|
+
}
|
|
34585
|
+
|
|
34586
|
+
.E_wujsnt4 {
|
|
34587
|
+
background-color: #E07F00;
|
|
34588
|
+
}
|
|
34589
|
+
|
|
34590
|
+
.E_slr2ynn {
|
|
34591
|
+
padding: 0 8px;
|
|
34592
|
+
height: 18px;
|
|
34593
|
+
}
|
|
34594
|
+
|
|
34595
|
+
.E_m140wbb6 {
|
|
34596
|
+
padding: 2px 8px;
|
|
34566
34597
|
height: 24px;
|
|
34567
34598
|
}
|
|
34568
34599
|
|
|
@@ -34585,15 +34616,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34585
34616
|
white-space: normal;
|
|
34586
34617
|
}
|
|
34587
34618
|
|
|
34588
|
-
.E_w7ob4th.outside-tag {
|
|
34589
|
-
padding-left: 0;
|
|
34590
|
-
}
|
|
34591
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34592
|
-
border-radius: 4px 0 0 4px;
|
|
34593
|
-
padding-right: 4px;
|
|
34594
|
-
margin-right: 4px;
|
|
34595
|
-
}
|
|
34596
|
-
|
|
34597
34619
|
.E_t1dtlqs1 {
|
|
34598
34620
|
margin-bottom: 4px;
|
|
34599
34621
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34790,6 +34812,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34790
34812
|
margin-right: 8px;
|
|
34791
34813
|
}
|
|
34792
34814
|
|
|
34815
|
+
.E_i1g85yz3 {
|
|
34816
|
+
margin-right: 4px;
|
|
34817
|
+
height: 16px;
|
|
34818
|
+
}
|
|
34819
|
+
|
|
34793
34820
|
.E_t13ef470 {
|
|
34794
34821
|
height: 100%;
|
|
34795
34822
|
}
|
|
@@ -34820,35 +34847,56 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34820
34847
|
background: rgba(163, 180, 204, 0.18);
|
|
34821
34848
|
}
|
|
34822
34849
|
|
|
34823
|
-
.
|
|
34824
|
-
color: #
|
|
34825
|
-
display: flex;
|
|
34826
|
-
gap: 8px;
|
|
34827
|
-
padding: 8px 0;
|
|
34828
|
-
display: flex;
|
|
34829
|
-
justify-content: center;
|
|
34830
|
-
white-space: pre-wrap;
|
|
34831
|
-
align-items: center;
|
|
34850
|
+
.E_b1jaupqb {
|
|
34851
|
+
color: #F0483E;
|
|
34832
34852
|
}
|
|
34833
|
-
|
|
34834
|
-
|
|
34835
|
-
|
|
34853
|
+
|
|
34854
|
+
.E_t59qhqp {
|
|
34855
|
+
padding: 0px;
|
|
34856
|
+
padding-top: 5px;
|
|
34857
|
+
padding-left: 5px;
|
|
34858
|
+
}
|
|
34859
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34860
|
+
margin-bottom: 16px;
|
|
34861
|
+
padding-bottom: 0px;
|
|
34862
|
+
}
|
|
34863
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34864
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34865
|
+
margin-bottom: 0;
|
|
34866
|
+
}
|
|
34867
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34868
|
+
margin-bottom: 12px;
|
|
34869
|
+
}
|
|
34870
|
+
.E_t59qhqp .info-action {
|
|
34871
|
+
align-self: baseline;
|
|
34836
34872
|
}
|
|
34837
34873
|
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34874
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34875
|
+
margin-left: 18px;
|
|
34876
|
+
}
|
|
34877
|
+
.E_t2e44lg .item-time {
|
|
34878
|
+
display: flex;
|
|
34879
|
+
flex-direction: column;
|
|
34880
|
+
gap: 4px;
|
|
34881
|
+
margin-top: 4px;
|
|
34882
|
+
}
|
|
34883
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34884
|
+
padding-bottom: 0;
|
|
34840
34885
|
}
|
|
34841
34886
|
|
|
34842
|
-
.
|
|
34843
|
-
|
|
34887
|
+
.E_e14ua30y {
|
|
34888
|
+
display: flex;
|
|
34889
|
+
flex-direction: column;
|
|
34890
|
+
align-items: center;
|
|
34891
|
+
justify-content: center;
|
|
34844
34892
|
}
|
|
34845
34893
|
|
|
34846
|
-
.
|
|
34847
|
-
|
|
34894
|
+
.E_s1ikqzph {
|
|
34895
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34848
34896
|
}
|
|
34849
34897
|
|
|
34850
|
-
.
|
|
34851
|
-
color: #
|
|
34898
|
+
.E_i15astnl {
|
|
34899
|
+
color: #00122E;
|
|
34852
34900
|
}
|
|
34853
34901
|
|
|
34854
34902
|
.E_icab5o7 {
|
|
@@ -35048,83 +35096,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35048
35096
|
font-weight: bold;
|
|
35049
35097
|
}
|
|
35050
35098
|
|
|
35051
|
-
.E_t59qhqp {
|
|
35052
|
-
padding: 0px;
|
|
35053
|
-
padding-top: 5px;
|
|
35054
|
-
padding-left: 5px;
|
|
35055
|
-
}
|
|
35056
|
-
.E_t59qhqp .ant-timeline-item {
|
|
35057
|
-
margin-bottom: 16px;
|
|
35058
|
-
padding-bottom: 0px;
|
|
35059
|
-
}
|
|
35060
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
35061
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35062
|
-
margin-bottom: 0;
|
|
35063
|
-
}
|
|
35064
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
35065
|
-
margin-bottom: 12px;
|
|
35066
|
-
}
|
|
35067
|
-
.E_t59qhqp .info-action {
|
|
35068
|
-
align-self: baseline;
|
|
35069
|
-
}
|
|
35070
|
-
|
|
35071
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
35072
|
-
margin-left: 18px;
|
|
35073
|
-
}
|
|
35074
|
-
.E_t2e44lg .item-time {
|
|
35075
|
-
display: flex;
|
|
35076
|
-
flex-direction: column;
|
|
35077
|
-
gap: 4px;
|
|
35078
|
-
margin-top: 4px;
|
|
35079
|
-
}
|
|
35080
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
35081
|
-
padding-bottom: 0;
|
|
35082
|
-
}
|
|
35083
|
-
|
|
35084
|
-
.E_e14ua30y {
|
|
35085
|
-
display: flex;
|
|
35086
|
-
flex-direction: column;
|
|
35087
|
-
align-items: center;
|
|
35088
|
-
justify-content: center;
|
|
35089
|
-
}
|
|
35090
|
-
|
|
35091
|
-
.E_s1ikqzph {
|
|
35092
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_i15astnl {
|
|
35096
|
-
color: #00122E;
|
|
35097
|
-
}
|
|
35098
|
-
|
|
35099
|
-
.E_s20iney.skeleton-box {
|
|
35100
|
-
display: flex;
|
|
35101
|
-
align-items: center;
|
|
35102
|
-
justify-content: center;
|
|
35103
|
-
position: relative;
|
|
35104
|
-
border-radius: 2px;
|
|
35105
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35106
|
-
overflow: hidden;
|
|
35107
|
-
}
|
|
35108
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35109
|
-
width: 200%;
|
|
35110
|
-
height: 200%;
|
|
35111
|
-
transform: rotate(15deg);
|
|
35112
|
-
position: absolute;
|
|
35113
|
-
top: -50%;
|
|
35114
|
-
flex-shrink: 0;
|
|
35115
|
-
opacity: 0.8;
|
|
35116
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35117
|
-
animation: shimmer 1100ms infinite;
|
|
35118
|
-
}
|
|
35119
|
-
@keyframes shimmer {
|
|
35120
|
-
from {
|
|
35121
|
-
left: -120%;
|
|
35122
|
-
}
|
|
35123
|
-
to {
|
|
35124
|
-
left: 100%;
|
|
35125
|
-
}
|
|
35126
|
-
}
|
|
35127
|
-
|
|
35128
35099
|
.E_dxyv8bv {
|
|
35129
35100
|
--footer-height: 80px;
|
|
35130
35101
|
--modal-content-width: 492px;
|
|
@@ -35262,6 +35233,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35262
35233
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35263
35234
|
}
|
|
35264
35235
|
|
|
35236
|
+
.E_s20iney.skeleton-box {
|
|
35237
|
+
display: flex;
|
|
35238
|
+
align-items: center;
|
|
35239
|
+
justify-content: center;
|
|
35240
|
+
position: relative;
|
|
35241
|
+
border-radius: 2px;
|
|
35242
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35243
|
+
overflow: hidden;
|
|
35244
|
+
}
|
|
35245
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35246
|
+
width: 200%;
|
|
35247
|
+
height: 200%;
|
|
35248
|
+
transform: rotate(15deg);
|
|
35249
|
+
position: absolute;
|
|
35250
|
+
top: -50%;
|
|
35251
|
+
flex-shrink: 0;
|
|
35252
|
+
opacity: 0.8;
|
|
35253
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35254
|
+
animation: shimmer 1100ms infinite;
|
|
35255
|
+
}
|
|
35256
|
+
@keyframes shimmer {
|
|
35257
|
+
from {
|
|
35258
|
+
left: -120%;
|
|
35259
|
+
}
|
|
35260
|
+
to {
|
|
35261
|
+
left: 100%;
|
|
35262
|
+
}
|
|
35263
|
+
}
|
|
35264
|
+
|
|
35265
35265
|
.E_sqv6dmy {
|
|
35266
35266
|
display: flex;
|
|
35267
35267
|
justify-content: flex-end;
|
|
@@ -35352,6 +35352,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35352
35352
|
color: #fff;
|
|
35353
35353
|
}
|
|
35354
35354
|
|
|
35355
|
+
.E_a9y3flr {
|
|
35356
|
+
margin-left: 8px;
|
|
35357
|
+
}
|
|
35358
|
+
|
|
35359
|
+
.E_a1njc627 {
|
|
35360
|
+
font-size: 12px;
|
|
35361
|
+
color: #00122e;
|
|
35362
|
+
}
|
|
35363
|
+
|
|
35355
35364
|
.E_f16blduf.ant-form-item {
|
|
35356
35365
|
margin-bottom: 0;
|
|
35357
35366
|
}
|
|
@@ -35371,15 +35380,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35371
35380
|
display: block;
|
|
35372
35381
|
}
|
|
35373
35382
|
|
|
35374
|
-
.E_a9y3flr {
|
|
35375
|
-
margin-left: 8px;
|
|
35376
|
-
}
|
|
35377
|
-
|
|
35378
|
-
.E_a1njc627 {
|
|
35379
|
-
font-size: 12px;
|
|
35380
|
-
color: #00122e;
|
|
35381
|
-
}
|
|
35382
|
-
|
|
35383
35383
|
.E_d1u4ndxc {
|
|
35384
35384
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35385
35385
|
font-size: 12px;
|
|
@@ -35423,32 +35423,112 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35423
35423
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35424
35424
|
}
|
|
35425
35425
|
|
|
35426
|
-
.
|
|
35427
|
-
|
|
35428
|
-
|
|
35429
|
-
border-radius:
|
|
35430
|
-
|
|
35431
|
-
|
|
35432
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35426
|
+
.E_skwah65 {
|
|
35427
|
+
height: 8px;
|
|
35428
|
+
box-sizing: border-box;
|
|
35429
|
+
border-radius: 2px;
|
|
35430
|
+
background: #f5f7fa;
|
|
35431
|
+
display: flex;
|
|
35433
35432
|
width: 100%;
|
|
35434
|
-
|
|
35435
|
-
border-top: none;
|
|
35436
|
-
}
|
|
35437
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35438
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35439
|
-
padding: 0 16px;
|
|
35433
|
+
overflow: hidden;
|
|
35440
35434
|
}
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35443
|
-
width: 100%;
|
|
35444
|
-
height: 180px;
|
|
35445
|
-
border-spacing: 0;
|
|
35435
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35436
|
+
margin-left: 1px;
|
|
35446
35437
|
}
|
|
35447
|
-
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35438
|
+
|
|
35439
|
+
.E_s1ebs0ra {
|
|
35440
|
+
display: flex;
|
|
35441
|
+
align-items: center;
|
|
35442
|
+
justify-content: space-between;
|
|
35443
|
+
background: #edf0f7;
|
|
35444
|
+
padding: 8px 12px;
|
|
35445
|
+
position: sticky;
|
|
35446
|
+
top: 0;
|
|
35447
|
+
z-index: 1;
|
|
35448
|
+
margin-bottom: -52px;
|
|
35450
35449
|
}
|
|
35451
|
-
.
|
|
35450
|
+
.E_s1ebs0ra .select-total {
|
|
35451
|
+
display: flex;
|
|
35452
|
+
align-items: center;
|
|
35453
|
+
font-weight: 700;
|
|
35454
|
+
flex-shrink: 0;
|
|
35455
|
+
}
|
|
35456
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35457
|
+
cursor: pointer;
|
|
35458
|
+
margin-left: 8px;
|
|
35459
|
+
width: 32px;
|
|
35460
|
+
height: 32px;
|
|
35461
|
+
border-radius: 50%;
|
|
35462
|
+
justify-content: center;
|
|
35463
|
+
}
|
|
35464
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35465
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35466
|
+
}
|
|
35467
|
+
.E_s1ebs0ra .action-group {
|
|
35468
|
+
flex: 1;
|
|
35469
|
+
margin-left: 88px;
|
|
35470
|
+
white-space: nowrap;
|
|
35471
|
+
text-align: right;
|
|
35472
|
+
position: relative;
|
|
35473
|
+
padding: 4px 0;
|
|
35474
|
+
margin-top: -4px;
|
|
35475
|
+
overflow: hidden;
|
|
35476
|
+
}
|
|
35477
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35478
|
+
transform: translateY(-4px);
|
|
35479
|
+
}
|
|
35480
|
+
.E_s1ebs0ra .action-group button {
|
|
35481
|
+
border: none;
|
|
35482
|
+
}
|
|
35483
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35484
|
+
margin-right: 8px;
|
|
35485
|
+
}
|
|
35486
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35487
|
+
margin-right: 4px;
|
|
35488
|
+
}
|
|
35489
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35490
|
+
cursor: pointer;
|
|
35491
|
+
width: 32px;
|
|
35492
|
+
height: 32px;
|
|
35493
|
+
justify-content: center;
|
|
35494
|
+
border-radius: 50%;
|
|
35495
|
+
}
|
|
35496
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35497
|
+
background: #fff;
|
|
35498
|
+
}
|
|
35499
|
+
|
|
35500
|
+
.E_mzzncgx {
|
|
35501
|
+
display: inline-flex;
|
|
35502
|
+
align-items: center;
|
|
35503
|
+
gap: 4px;
|
|
35504
|
+
}
|
|
35505
|
+
|
|
35506
|
+
.E_clm1wy1 {
|
|
35507
|
+
width: 192px;
|
|
35508
|
+
height: 246px;
|
|
35509
|
+
border-radius: 4px;
|
|
35510
|
+
}
|
|
35511
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35512
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35513
|
+
width: 100%;
|
|
35514
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35515
|
+
border-top: none;
|
|
35516
|
+
}
|
|
35517
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35518
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35519
|
+
padding: 0 16px;
|
|
35520
|
+
}
|
|
35521
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35522
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35523
|
+
width: 100%;
|
|
35524
|
+
height: 180px;
|
|
35525
|
+
border-spacing: 0;
|
|
35526
|
+
}
|
|
35527
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35528
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35529
|
+
margin-bottom: 8px;
|
|
35530
|
+
}
|
|
35531
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35452
35532
|
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35453
35533
|
width: 22px;
|
|
35454
35534
|
}
|
|
@@ -35566,73 +35646,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35566
35646
|
margin-right: 4px;
|
|
35567
35647
|
}
|
|
35568
35648
|
|
|
35569
|
-
.E_s1ebs0ra {
|
|
35570
|
-
display: flex;
|
|
35571
|
-
align-items: center;
|
|
35572
|
-
justify-content: space-between;
|
|
35573
|
-
background: #edf0f7;
|
|
35574
|
-
padding: 8px 12px;
|
|
35575
|
-
position: sticky;
|
|
35576
|
-
top: 0;
|
|
35577
|
-
z-index: 1;
|
|
35578
|
-
margin-bottom: -52px;
|
|
35579
|
-
}
|
|
35580
|
-
.E_s1ebs0ra .select-total {
|
|
35581
|
-
display: flex;
|
|
35582
|
-
align-items: center;
|
|
35583
|
-
font-weight: 700;
|
|
35584
|
-
flex-shrink: 0;
|
|
35585
|
-
}
|
|
35586
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35587
|
-
cursor: pointer;
|
|
35588
|
-
margin-left: 8px;
|
|
35589
|
-
width: 32px;
|
|
35590
|
-
height: 32px;
|
|
35591
|
-
border-radius: 50%;
|
|
35592
|
-
justify-content: center;
|
|
35593
|
-
}
|
|
35594
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35595
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35596
|
-
}
|
|
35597
|
-
.E_s1ebs0ra .action-group {
|
|
35598
|
-
flex: 1;
|
|
35599
|
-
margin-left: 88px;
|
|
35600
|
-
white-space: nowrap;
|
|
35601
|
-
text-align: right;
|
|
35602
|
-
position: relative;
|
|
35603
|
-
padding: 4px 0;
|
|
35604
|
-
margin-top: -4px;
|
|
35605
|
-
overflow: hidden;
|
|
35606
|
-
}
|
|
35607
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35608
|
-
transform: translateY(-4px);
|
|
35609
|
-
}
|
|
35610
|
-
.E_s1ebs0ra .action-group button {
|
|
35611
|
-
border: none;
|
|
35612
|
-
}
|
|
35613
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35614
|
-
margin-right: 8px;
|
|
35615
|
-
}
|
|
35616
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35617
|
-
margin-right: 4px;
|
|
35618
|
-
}
|
|
35619
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35620
|
-
cursor: pointer;
|
|
35621
|
-
width: 32px;
|
|
35622
|
-
height: 32px;
|
|
35623
|
-
justify-content: center;
|
|
35624
|
-
border-radius: 50%;
|
|
35625
|
-
}
|
|
35626
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35627
|
-
background: #fff;
|
|
35628
|
-
}
|
|
35629
|
-
|
|
35630
|
-
.E_mzzncgx {
|
|
35631
|
-
display: inline-flex;
|
|
35632
|
-
align-items: center;
|
|
35633
|
-
gap: 4px;
|
|
35634
|
-
}
|
|
35635
|
-
|
|
35636
35649
|
.E_c1up1pdz {
|
|
35637
35650
|
width: 648px;
|
|
35638
35651
|
}
|
|
@@ -35783,10 +35796,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35783
35796
|
color: #0080ff;
|
|
35784
35797
|
}
|
|
35785
35798
|
|
|
35786
|
-
span.E_tqjc4ui {
|
|
35787
|
-
margin: 0 2px;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
35799
|
.E_n12mqh7z {
|
|
35791
35800
|
display: flex;
|
|
35792
35801
|
align-items: center;
|
|
@@ -35806,358 +35815,72 @@ span.E_tqjc4ui {
|
|
|
35806
35815
|
overflow: auto;
|
|
35807
35816
|
}
|
|
35808
35817
|
|
|
35809
|
-
.
|
|
35810
|
-
|
|
35811
|
-
text-overflow: ellipsis;
|
|
35818
|
+
span.E_tqjc4ui {
|
|
35819
|
+
margin: 0 2px;
|
|
35812
35820
|
}
|
|
35813
35821
|
|
|
35814
|
-
.
|
|
35815
|
-
|
|
35822
|
+
.E_t160l1cm {
|
|
35823
|
+
display: flex;
|
|
35824
|
+
flex-direction: column;
|
|
35825
|
+
flex: 1;
|
|
35826
|
+
/* FIXME:(yanzhen) do this better */
|
|
35816
35827
|
}
|
|
35817
|
-
|
|
35818
|
-
|
|
35819
|
-
display:
|
|
35820
|
-
-
|
|
35821
|
-
-webkit-box-orient: vertical;
|
|
35822
|
-
word-break: break-all;
|
|
35828
|
+
.E_t160l1cm .tab-bar {
|
|
35829
|
+
flex-shrink: 0;
|
|
35830
|
+
display: flex;
|
|
35831
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
35823
35832
|
}
|
|
35824
|
-
|
|
35825
|
-
|
|
35826
|
-
display: none;
|
|
35833
|
+
.E_t160l1cm .tab-content {
|
|
35834
|
+
height: 100%;
|
|
35827
35835
|
}
|
|
35828
|
-
.
|
|
35829
|
-
|
|
35830
|
-
|
|
35836
|
+
.E_t160l1cm .tab-menu-item {
|
|
35837
|
+
margin-right: 2px;
|
|
35838
|
+
padding: 1px 12px;
|
|
35839
|
+
line-height: 24px;
|
|
35840
|
+
height: 24px;
|
|
35841
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35842
|
+
border-radius: 4px 4px 0 0;
|
|
35843
|
+
cursor: pointer;
|
|
35844
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35831
35845
|
}
|
|
35832
|
-
.
|
|
35833
|
-
|
|
35846
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
35847
|
+
padding-left: 0;
|
|
35834
35848
|
}
|
|
35835
|
-
|
|
35836
|
-
|
|
35837
|
-
background: white;
|
|
35849
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35850
|
+
padding-left: 12px;
|
|
35838
35851
|
}
|
|
35839
|
-
.
|
|
35840
|
-
|
|
35852
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
35853
|
+
color: #0080ff;
|
|
35854
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35841
35855
|
}
|
|
35842
|
-
.
|
|
35843
|
-
|
|
35856
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
35857
|
+
fill: #0080ff;
|
|
35844
35858
|
}
|
|
35845
|
-
.
|
|
35846
|
-
|
|
35859
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
35860
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35847
35861
|
}
|
|
35848
|
-
.
|
|
35849
|
-
|
|
35862
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
35863
|
+
color: #0080ff;
|
|
35864
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35850
35865
|
}
|
|
35851
|
-
.
|
|
35852
|
-
|
|
35866
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
35867
|
+
background: rgba(192, 203, 224, 0.6);
|
|
35853
35868
|
}
|
|
35854
|
-
.
|
|
35855
|
-
|
|
35869
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
35870
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35856
35871
|
}
|
|
35857
|
-
.
|
|
35858
|
-
|
|
35872
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
35873
|
+
fill: #0080ff;
|
|
35859
35874
|
}
|
|
35860
|
-
.
|
|
35861
|
-
|
|
35862
|
-
|
|
35875
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
35876
|
+
color: #0080ff;
|
|
35877
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35863
35878
|
}
|
|
35864
|
-
.
|
|
35865
|
-
|
|
35866
|
-
overflow: hidden;
|
|
35867
|
-
text-overflow: ellipsis;
|
|
35879
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
35880
|
+
background: rgba(0, 128, 255, 0.16);
|
|
35868
35881
|
}
|
|
35869
|
-
|
|
35870
|
-
|
|
35871
|
-
display: flex;
|
|
35872
|
-
justify-content: space-between;
|
|
35873
|
-
align-items: center;
|
|
35874
|
-
padding: 8px;
|
|
35875
|
-
min-height: 32px;
|
|
35876
|
-
}
|
|
35877
|
-
.E_t4zczcp .table-title {
|
|
35878
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35879
|
-
font-weight: 600;
|
|
35880
|
-
font-size: 12px;
|
|
35881
|
-
line-height: 8px;
|
|
35882
|
-
}
|
|
35883
|
-
.E_t4zczcp .edit-icon {
|
|
35884
|
-
font-size: 16px;
|
|
35885
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35886
|
-
cursor: pointer;
|
|
35887
|
-
}
|
|
35888
|
-
|
|
35889
|
-
.E_t1s7goww {
|
|
35890
|
-
font-size: 12px;
|
|
35891
|
-
line-height: 18px;
|
|
35892
|
-
}
|
|
35893
|
-
|
|
35894
|
-
.E_t93e4cf {
|
|
35895
|
-
display: flex;
|
|
35896
|
-
padding: 8px 0;
|
|
35897
|
-
color: #2d3a56;
|
|
35898
|
-
}
|
|
35899
|
-
.E_t93e4cf .hidden {
|
|
35900
|
-
display: none;
|
|
35901
|
-
}
|
|
35902
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35903
|
-
height: auto;
|
|
35904
|
-
}
|
|
35905
|
-
.E_t93e4cf .content {
|
|
35906
|
-
overflow: hidden;
|
|
35907
|
-
overflow-x: auto;
|
|
35908
|
-
width: 100%;
|
|
35909
|
-
white-space: pre-wrap;
|
|
35910
|
-
}
|
|
35911
|
-
.E_t93e4cf .content .ant-btn {
|
|
35912
|
-
white-space: pre-wrap;
|
|
35913
|
-
text-align: left;
|
|
35914
|
-
}
|
|
35915
|
-
.E_t93e4cf .content .unit-chart {
|
|
35916
|
-
justify-content: flex-start;
|
|
35917
|
-
}
|
|
35918
|
-
|
|
35919
|
-
.E_rhz2uv5 {
|
|
35920
|
-
width: var(--rhz2uv5-0);
|
|
35921
|
-
flex-shrink: 0;
|
|
35922
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35923
|
-
padding-right: 12px;
|
|
35924
|
-
}
|
|
35925
|
-
|
|
35926
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
35927
|
-
display: flex;
|
|
35928
|
-
align-items: center;
|
|
35929
|
-
}
|
|
35930
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35931
|
-
margin-right: 8px;
|
|
35932
|
-
}
|
|
35933
|
-
|
|
35934
|
-
.E_skwah65 {
|
|
35935
|
-
height: 8px;
|
|
35936
|
-
box-sizing: border-box;
|
|
35937
|
-
border-radius: 2px;
|
|
35938
|
-
background: #f5f7fa;
|
|
35939
|
-
display: flex;
|
|
35940
|
-
width: 100%;
|
|
35941
|
-
overflow: hidden;
|
|
35942
|
-
}
|
|
35943
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35944
|
-
margin-left: 1px;
|
|
35945
|
-
}
|
|
35946
|
-
|
|
35947
|
-
.E_wg1tsps {
|
|
35948
|
-
display: flex;
|
|
35949
|
-
align-items: center;
|
|
35950
|
-
justify-content: flex-end;
|
|
35951
|
-
}
|
|
35952
|
-
|
|
35953
|
-
.E_b1ctd5xy {
|
|
35954
|
-
display: flex;
|
|
35955
|
-
align-items: center;
|
|
35956
|
-
width: calc(100% - 40px);
|
|
35957
|
-
}
|
|
35958
|
-
.E_b1ctd5xy .chart {
|
|
35959
|
-
display: inline-block;
|
|
35960
|
-
width: 100%;
|
|
35961
|
-
}
|
|
35962
|
-
|
|
35963
|
-
.E_u1p8acpn {
|
|
35964
|
-
min-width: 40px;
|
|
35965
|
-
}
|
|
35966
|
-
.E_u1p8acpn .unit {
|
|
35967
|
-
color: #00122e !important;
|
|
35968
|
-
}
|
|
35969
|
-
|
|
35970
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35971
|
-
background: #edf0f7;
|
|
35972
|
-
padding: 32px 8px;
|
|
35973
|
-
overflow: auto;
|
|
35974
|
-
}
|
|
35975
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35976
|
-
display: flex;
|
|
35977
|
-
flex-direction: column;
|
|
35978
|
-
justify-content: space-between;
|
|
35979
|
-
}
|
|
35980
|
-
.E_s1at6qmn footer {
|
|
35981
|
-
display: flex;
|
|
35982
|
-
}
|
|
35983
|
-
.E_s1at6qmn .ant-menu {
|
|
35984
|
-
background: #edf0f7;
|
|
35985
|
-
}
|
|
35986
|
-
.E_s1at6qmn .ant-menu a {
|
|
35987
|
-
color: #00122e;
|
|
35988
|
-
width: 180px;
|
|
35989
|
-
overflow: hidden;
|
|
35990
|
-
text-overflow: ellipsis;
|
|
35991
|
-
}
|
|
35992
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35993
|
-
margin-bottom: 24px;
|
|
35994
|
-
}
|
|
35995
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35996
|
-
margin: 0;
|
|
35997
|
-
}
|
|
35998
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35999
|
-
font-size: 12px;
|
|
36000
|
-
padding: 0 8px 4px;
|
|
36001
|
-
line-height: 18px;
|
|
36002
|
-
}
|
|
36003
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36004
|
-
padding: 0;
|
|
36005
|
-
}
|
|
36006
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36007
|
-
padding-bottom: 24px;
|
|
36008
|
-
}
|
|
36009
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36010
|
-
margin-bottom: 24px;
|
|
36011
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36012
|
-
}
|
|
36013
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36014
|
-
transition: none;
|
|
36015
|
-
display: flex;
|
|
36016
|
-
align-items: center;
|
|
36017
|
-
height: 32px;
|
|
36018
|
-
line-height: 22px;
|
|
36019
|
-
padding: 0 8px;
|
|
36020
|
-
}
|
|
36021
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36022
|
-
margin-right: 12px;
|
|
36023
|
-
}
|
|
36024
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36025
|
-
margin: 0;
|
|
36026
|
-
margin-bottom: 2px;
|
|
36027
|
-
}
|
|
36028
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36029
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36030
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36031
|
-
border-radius: 6px;
|
|
36032
|
-
color: #fff;
|
|
36033
|
-
}
|
|
36034
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36035
|
-
color: #fff;
|
|
36036
|
-
}
|
|
36037
|
-
.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 {
|
|
36038
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36039
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36040
|
-
border-radius: 6px;
|
|
36041
|
-
}
|
|
36042
|
-
|
|
36043
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36044
|
-
white-space: nowrap;
|
|
36045
|
-
transition: all 0s;
|
|
36046
|
-
}
|
|
36047
|
-
.E_s1wu0lms.shrink {
|
|
36048
|
-
transition: all 0s;
|
|
36049
|
-
overflow: hidden;
|
|
36050
|
-
}
|
|
36051
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36052
|
-
visibility: hidden;
|
|
36053
|
-
}
|
|
36054
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36055
|
-
width: 36px;
|
|
36056
|
-
padding: 0 6px;
|
|
36057
|
-
}
|
|
36058
|
-
|
|
36059
|
-
.E_n1ugzfva {
|
|
36060
|
-
display: flex;
|
|
36061
|
-
place-items: center;
|
|
36062
|
-
width: 100% !important;
|
|
36063
|
-
}
|
|
36064
|
-
.E_n1ugzfva[disabled] {
|
|
36065
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
36066
|
-
opacity: 1 !important;
|
|
36067
|
-
}
|
|
36068
|
-
.E_n1ugzfva.ant-btn {
|
|
36069
|
-
width: 100%;
|
|
36070
|
-
color: #00122e;
|
|
36071
|
-
}
|
|
36072
|
-
.E_n1ugzfva .icon-wrapper {
|
|
36073
|
-
margin-right: 12px;
|
|
36074
|
-
}
|
|
36075
|
-
.E_n1ugzfva .link-title {
|
|
36076
|
-
flex: 1;
|
|
36077
|
-
overflow: hidden;
|
|
36078
|
-
white-space: nowrap;
|
|
36079
|
-
text-overflow: ellipsis;
|
|
36080
|
-
text-align: left;
|
|
36081
|
-
}
|
|
36082
|
-
|
|
36083
|
-
.E_u15heuvq.content {
|
|
36084
|
-
cursor: default !important;
|
|
36085
|
-
}
|
|
36086
|
-
.E_u15heuvq.content.link {
|
|
36087
|
-
cursor: pointer !important;
|
|
36088
|
-
}
|
|
36089
|
-
.E_u15heuvq.content.link:hover {
|
|
36090
|
-
color: #0080ff;
|
|
36091
|
-
}
|
|
36092
|
-
.E_u15heuvq.content.black {
|
|
36093
|
-
color: #00122e;
|
|
36094
|
-
}
|
|
36095
|
-
.E_u15heuvq.content.gray {
|
|
36096
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36097
|
-
}
|
|
36098
|
-
|
|
36099
|
-
.E_t160l1cm {
|
|
36100
|
-
display: flex;
|
|
36101
|
-
flex-direction: column;
|
|
36102
|
-
flex: 1;
|
|
36103
|
-
/* FIXME:(yanzhen) do this better */
|
|
36104
|
-
}
|
|
36105
|
-
.E_t160l1cm .tab-bar {
|
|
36106
|
-
flex-shrink: 0;
|
|
36107
|
-
display: flex;
|
|
36108
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
36109
|
-
}
|
|
36110
|
-
.E_t160l1cm .tab-content {
|
|
36111
|
-
height: 100%;
|
|
36112
|
-
}
|
|
36113
|
-
.E_t160l1cm .tab-menu-item {
|
|
36114
|
-
margin-right: 2px;
|
|
36115
|
-
padding: 1px 12px;
|
|
36116
|
-
line-height: 24px;
|
|
36117
|
-
height: 24px;
|
|
36118
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36119
|
-
border-radius: 4px 4px 0 0;
|
|
36120
|
-
cursor: pointer;
|
|
36121
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
36122
|
-
}
|
|
36123
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
36124
|
-
padding-left: 0;
|
|
36125
|
-
}
|
|
36126
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
36127
|
-
padding-left: 12px;
|
|
36128
|
-
}
|
|
36129
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
36130
|
-
color: #0080ff;
|
|
36131
|
-
background: rgba(211, 218, 235, 0.6);
|
|
36132
|
-
}
|
|
36133
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
36134
|
-
fill: #0080ff;
|
|
36135
|
-
}
|
|
36136
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
36137
|
-
background: rgba(192, 203, 224, 0.6);
|
|
36138
|
-
}
|
|
36139
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
36140
|
-
color: #0080ff;
|
|
36141
|
-
background: rgba(211, 218, 235, 0.6);
|
|
36142
|
-
}
|
|
36143
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
36144
|
-
background: rgba(192, 203, 224, 0.6);
|
|
36145
|
-
}
|
|
36146
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
36147
|
-
background: rgba(0, 128, 255, 0.16);
|
|
36148
|
-
}
|
|
36149
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
36150
|
-
fill: #0080ff;
|
|
36151
|
-
}
|
|
36152
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
36153
|
-
color: #0080ff;
|
|
36154
|
-
background: rgba(0, 128, 255, 0.1);
|
|
36155
|
-
}
|
|
36156
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
36157
|
-
background: rgba(0, 128, 255, 0.16);
|
|
36158
|
-
}
|
|
36159
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
36160
|
-
fill: #1d326c;
|
|
35882
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
35883
|
+
fill: #1d326c;
|
|
36161
35884
|
}
|
|
36162
35885
|
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
36163
35886
|
margin-left: 8px;
|
|
@@ -36285,59 +36008,295 @@ span.E_tqjc4ui {
|
|
|
36285
36008
|
display: block;
|
|
36286
36009
|
overflow: hidden;
|
|
36287
36010
|
text-overflow: ellipsis;
|
|
36288
|
-
white-space: nowrap;
|
|
36011
|
+
white-space: nowrap;
|
|
36012
|
+
}
|
|
36013
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
36014
|
+
content: " ";
|
|
36015
|
+
height: 1px;
|
|
36016
|
+
width: calc(100% + 10px);
|
|
36017
|
+
background: rgba(172, 186, 211, 0.6);
|
|
36018
|
+
display: block;
|
|
36019
|
+
}
|
|
36020
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
36021
|
+
color: #0080ff;
|
|
36022
|
+
background: transparent;
|
|
36023
|
+
}
|
|
36024
|
+
|
|
36025
|
+
.E_wg1tsps {
|
|
36026
|
+
display: flex;
|
|
36027
|
+
align-items: center;
|
|
36028
|
+
justify-content: flex-end;
|
|
36029
|
+
}
|
|
36030
|
+
|
|
36031
|
+
.E_b1ctd5xy {
|
|
36032
|
+
display: flex;
|
|
36033
|
+
align-items: center;
|
|
36034
|
+
width: calc(100% - 40px);
|
|
36035
|
+
}
|
|
36036
|
+
.E_b1ctd5xy .chart {
|
|
36037
|
+
display: inline-block;
|
|
36038
|
+
width: 100%;
|
|
36039
|
+
}
|
|
36040
|
+
|
|
36041
|
+
.E_u1p8acpn {
|
|
36042
|
+
min-width: 40px;
|
|
36043
|
+
}
|
|
36044
|
+
.E_u1p8acpn .unit {
|
|
36045
|
+
color: #00122e !important;
|
|
36046
|
+
}
|
|
36047
|
+
|
|
36048
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36049
|
+
display: flex;
|
|
36050
|
+
align-items: center;
|
|
36051
|
+
}
|
|
36052
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36053
|
+
margin-right: 8px;
|
|
36054
|
+
}
|
|
36055
|
+
|
|
36056
|
+
.E_t1sqg15u {
|
|
36057
|
+
background: white;
|
|
36058
|
+
}
|
|
36059
|
+
.E_t1sqg15u.inline .table-row {
|
|
36060
|
+
flex-direction: column;
|
|
36061
|
+
}
|
|
36062
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
36063
|
+
padding: 0 16px 7px 0;
|
|
36064
|
+
}
|
|
36065
|
+
.E_t1sqg15u.has-border .table-header {
|
|
36066
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36067
|
+
}
|
|
36068
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36069
|
+
border-top: none !important;
|
|
36070
|
+
}
|
|
36071
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36072
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36073
|
+
}
|
|
36074
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36075
|
+
padding-bottom: 0;
|
|
36076
|
+
}
|
|
36077
|
+
.E_t1sqg15u.align-right .content {
|
|
36078
|
+
text-align: right;
|
|
36079
|
+
}
|
|
36080
|
+
.E_t1sqg15u .uuid-row {
|
|
36081
|
+
display: flex;
|
|
36082
|
+
justify-content: space-between;
|
|
36083
|
+
}
|
|
36084
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36085
|
+
white-space: nowrap;
|
|
36086
|
+
overflow: hidden;
|
|
36087
|
+
text-overflow: ellipsis;
|
|
36088
|
+
}
|
|
36089
|
+
|
|
36090
|
+
.E_t4zczcp {
|
|
36091
|
+
display: flex;
|
|
36092
|
+
justify-content: space-between;
|
|
36093
|
+
align-items: center;
|
|
36094
|
+
padding: 8px;
|
|
36095
|
+
min-height: 32px;
|
|
36096
|
+
}
|
|
36097
|
+
.E_t4zczcp .table-title {
|
|
36098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36099
|
+
font-weight: 600;
|
|
36100
|
+
font-size: 12px;
|
|
36101
|
+
line-height: 8px;
|
|
36102
|
+
}
|
|
36103
|
+
.E_t4zczcp .edit-icon {
|
|
36104
|
+
font-size: 16px;
|
|
36105
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36106
|
+
cursor: pointer;
|
|
36107
|
+
}
|
|
36108
|
+
|
|
36109
|
+
.E_t1s7goww {
|
|
36110
|
+
font-size: 12px;
|
|
36111
|
+
line-height: 18px;
|
|
36112
|
+
}
|
|
36113
|
+
|
|
36114
|
+
.E_t93e4cf {
|
|
36115
|
+
display: flex;
|
|
36116
|
+
padding: 8px 0;
|
|
36117
|
+
color: #2d3a56;
|
|
36118
|
+
}
|
|
36119
|
+
.E_t93e4cf .hidden {
|
|
36120
|
+
display: none;
|
|
36121
|
+
}
|
|
36122
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36123
|
+
height: auto;
|
|
36124
|
+
}
|
|
36125
|
+
.E_t93e4cf .content {
|
|
36126
|
+
overflow: hidden;
|
|
36127
|
+
overflow-x: auto;
|
|
36128
|
+
width: 100%;
|
|
36129
|
+
white-space: pre-wrap;
|
|
36130
|
+
}
|
|
36131
|
+
.E_t93e4cf .content .ant-btn {
|
|
36132
|
+
white-space: pre-wrap;
|
|
36133
|
+
text-align: left;
|
|
36134
|
+
}
|
|
36135
|
+
.E_t93e4cf .content .unit-chart {
|
|
36136
|
+
justify-content: flex-start;
|
|
36137
|
+
}
|
|
36138
|
+
|
|
36139
|
+
.E_rhz2uv5 {
|
|
36140
|
+
width: var(--rhz2uv5-0);
|
|
36141
|
+
flex-shrink: 0;
|
|
36142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36143
|
+
padding-right: 12px;
|
|
36144
|
+
}
|
|
36145
|
+
|
|
36146
|
+
.E_u15heuvq.content {
|
|
36147
|
+
cursor: default !important;
|
|
36148
|
+
}
|
|
36149
|
+
.E_u15heuvq.content.link {
|
|
36150
|
+
cursor: pointer !important;
|
|
36151
|
+
}
|
|
36152
|
+
.E_u15heuvq.content.link:hover {
|
|
36153
|
+
color: #0080ff;
|
|
36154
|
+
}
|
|
36155
|
+
.E_u15heuvq.content.black {
|
|
36156
|
+
color: #00122e;
|
|
36157
|
+
}
|
|
36158
|
+
.E_u15heuvq.content.gray {
|
|
36159
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36160
|
+
}
|
|
36161
|
+
|
|
36162
|
+
.E_ou7iq30 {
|
|
36163
|
+
overflow: hidden;
|
|
36164
|
+
text-overflow: ellipsis;
|
|
36165
|
+
}
|
|
36166
|
+
|
|
36167
|
+
.E_s1tui002 {
|
|
36168
|
+
white-space: nowrap;
|
|
36169
|
+
}
|
|
36170
|
+
|
|
36171
|
+
.E_mxrc2zg {
|
|
36172
|
+
display: -webkit-box;
|
|
36173
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
36174
|
+
-webkit-box-orient: vertical;
|
|
36175
|
+
word-break: break-all;
|
|
36176
|
+
}
|
|
36177
|
+
|
|
36178
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
36179
|
+
display: none;
|
|
36180
|
+
}
|
|
36181
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
36182
|
+
background: rgba(23, 38, 64, 0.8);
|
|
36183
|
+
border-radius: 4px;
|
|
36184
|
+
}
|
|
36185
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
36186
|
+
visibility: hidden;
|
|
36187
|
+
}
|
|
36188
|
+
|
|
36189
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
36190
|
+
background: #edf0f7;
|
|
36191
|
+
padding: 32px 8px;
|
|
36192
|
+
overflow: auto;
|
|
36193
|
+
}
|
|
36194
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
36195
|
+
display: flex;
|
|
36196
|
+
flex-direction: column;
|
|
36197
|
+
justify-content: space-between;
|
|
36198
|
+
}
|
|
36199
|
+
.E_s1at6qmn footer {
|
|
36200
|
+
display: flex;
|
|
36201
|
+
}
|
|
36202
|
+
.E_s1at6qmn .ant-menu {
|
|
36203
|
+
background: #edf0f7;
|
|
36204
|
+
}
|
|
36205
|
+
.E_s1at6qmn .ant-menu a {
|
|
36206
|
+
color: #00122e;
|
|
36207
|
+
width: 180px;
|
|
36208
|
+
overflow: hidden;
|
|
36209
|
+
text-overflow: ellipsis;
|
|
36289
36210
|
}
|
|
36290
|
-
.
|
|
36291
|
-
|
|
36292
|
-
height: 1px;
|
|
36293
|
-
width: calc(100% + 10px);
|
|
36294
|
-
background: rgba(172, 186, 211, 0.6);
|
|
36295
|
-
display: block;
|
|
36211
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
36212
|
+
margin-bottom: 24px;
|
|
36296
36213
|
}
|
|
36297
|
-
.
|
|
36298
|
-
|
|
36299
|
-
background: transparent;
|
|
36214
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36215
|
+
margin: 0;
|
|
36300
36216
|
}
|
|
36301
|
-
|
|
36302
|
-
|
|
36303
|
-
padding: 8px
|
|
36217
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36218
|
+
font-size: 12px;
|
|
36219
|
+
padding: 0 8px 4px;
|
|
36220
|
+
line-height: 18px;
|
|
36304
36221
|
}
|
|
36305
|
-
.
|
|
36306
|
-
|
|
36222
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36223
|
+
padding: 0;
|
|
36307
36224
|
}
|
|
36308
|
-
.
|
|
36309
|
-
|
|
36225
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36226
|
+
padding-bottom: 24px;
|
|
36310
36227
|
}
|
|
36311
|
-
.
|
|
36312
|
-
|
|
36228
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36229
|
+
margin-bottom: 24px;
|
|
36230
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36231
|
+
}
|
|
36232
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36233
|
+
transition: none;
|
|
36313
36234
|
display: flex;
|
|
36314
36235
|
align-items: center;
|
|
36236
|
+
height: 32px;
|
|
36237
|
+
line-height: 22px;
|
|
36238
|
+
padding: 0 8px;
|
|
36315
36239
|
}
|
|
36316
|
-
.
|
|
36317
|
-
|
|
36240
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36241
|
+
margin-right: 12px;
|
|
36242
|
+
}
|
|
36243
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36244
|
+
margin: 0;
|
|
36245
|
+
margin-bottom: 2px;
|
|
36246
|
+
}
|
|
36247
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36248
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36249
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36250
|
+
border-radius: 6px;
|
|
36251
|
+
color: #fff;
|
|
36252
|
+
}
|
|
36253
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36254
|
+
color: #fff;
|
|
36255
|
+
}
|
|
36256
|
+
.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 {
|
|
36257
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36258
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36259
|
+
border-radius: 6px;
|
|
36318
36260
|
}
|
|
36319
36261
|
|
|
36320
|
-
.
|
|
36321
|
-
|
|
36262
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36263
|
+
white-space: nowrap;
|
|
36264
|
+
transition: all 0s;
|
|
36322
36265
|
}
|
|
36323
|
-
.
|
|
36324
|
-
|
|
36325
|
-
|
|
36266
|
+
.E_s1wu0lms.shrink {
|
|
36267
|
+
transition: all 0s;
|
|
36268
|
+
overflow: hidden;
|
|
36326
36269
|
}
|
|
36327
|
-
.
|
|
36328
|
-
|
|
36329
|
-
|
|
36270
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36271
|
+
visibility: hidden;
|
|
36272
|
+
}
|
|
36273
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36274
|
+
width: 36px;
|
|
36275
|
+
padding: 0 6px;
|
|
36330
36276
|
}
|
|
36331
36277
|
|
|
36332
|
-
.
|
|
36278
|
+
.E_n1ugzfva {
|
|
36333
36279
|
display: flex;
|
|
36334
|
-
|
|
36335
|
-
|
|
36336
|
-
min-width: 0;
|
|
36280
|
+
place-items: center;
|
|
36281
|
+
width: 100% !important;
|
|
36337
36282
|
}
|
|
36338
|
-
|
|
36339
|
-
.
|
|
36340
|
-
|
|
36283
|
+
.E_n1ugzfva[disabled] {
|
|
36284
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36285
|
+
opacity: 1 !important;
|
|
36286
|
+
}
|
|
36287
|
+
.E_n1ugzfva.ant-btn {
|
|
36288
|
+
width: 100%;
|
|
36289
|
+
color: #00122e;
|
|
36290
|
+
}
|
|
36291
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36292
|
+
margin-right: 12px;
|
|
36293
|
+
}
|
|
36294
|
+
.E_n1ugzfva .link-title {
|
|
36295
|
+
flex: 1;
|
|
36296
|
+
overflow: hidden;
|
|
36297
|
+
white-space: nowrap;
|
|
36298
|
+
text-overflow: ellipsis;
|
|
36299
|
+
text-align: left;
|
|
36341
36300
|
}
|
|
36342
36301
|
|
|
36343
36302
|
.E_cyms3br {
|
|
@@ -36415,6 +36374,53 @@ span.E_tqjc4ui {
|
|
|
36415
36374
|
justify-content: center;
|
|
36416
36375
|
}
|
|
36417
36376
|
|
|
36377
|
+
.E_h1ol2wl7 {
|
|
36378
|
+
font-weight: bold;
|
|
36379
|
+
background-color: unset;
|
|
36380
|
+
padding: unset;
|
|
36381
|
+
}
|
|
36382
|
+
|
|
36383
|
+
.E_i5w779o {
|
|
36384
|
+
padding: 8px 0;
|
|
36385
|
+
}
|
|
36386
|
+
.E_i5w779o .col-label {
|
|
36387
|
+
flex-shrink: unset;
|
|
36388
|
+
}
|
|
36389
|
+
.E_i5w779o .col-label * {
|
|
36390
|
+
line-height: 18px;
|
|
36391
|
+
}
|
|
36392
|
+
.E_i5w779o .col-content {
|
|
36393
|
+
flex: 1 1 0;
|
|
36394
|
+
display: flex;
|
|
36395
|
+
align-items: center;
|
|
36396
|
+
}
|
|
36397
|
+
.E_i5w779o .col-content * {
|
|
36398
|
+
line-height: 18px;
|
|
36399
|
+
}
|
|
36400
|
+
|
|
36401
|
+
.E_l18dja44 {
|
|
36402
|
+
padding: 6px 0;
|
|
36403
|
+
}
|
|
36404
|
+
.E_l18dja44 .col-label * {
|
|
36405
|
+
font-size: 13px;
|
|
36406
|
+
line-height: 20px;
|
|
36407
|
+
}
|
|
36408
|
+
.E_l18dja44 .col-content * {
|
|
36409
|
+
font-size: 14px;
|
|
36410
|
+
line-height: 20px;
|
|
36411
|
+
}
|
|
36412
|
+
|
|
36413
|
+
.E_c8c2hys {
|
|
36414
|
+
display: flex;
|
|
36415
|
+
justify-content: space-between;
|
|
36416
|
+
flex: 1;
|
|
36417
|
+
min-width: 0;
|
|
36418
|
+
}
|
|
36419
|
+
|
|
36420
|
+
.E_n4m6c4d {
|
|
36421
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36422
|
+
}
|
|
36423
|
+
|
|
36418
36424
|
.E_kr6am0s .ant-modal-body {
|
|
36419
36425
|
padding: 60px 128px;
|
|
36420
36426
|
}
|
|
@@ -36478,56 +36484,6 @@ span.E_tqjc4ui {
|
|
|
36478
36484
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36479
36485
|
}
|
|
36480
36486
|
|
|
36481
|
-
.E_h1ol2wl7 {
|
|
36482
|
-
font-weight: bold;
|
|
36483
|
-
background-color: unset;
|
|
36484
|
-
padding: unset;
|
|
36485
|
-
}
|
|
36486
|
-
|
|
36487
|
-
.E_c14ouk5o {
|
|
36488
|
-
width: 100%;
|
|
36489
|
-
height: 100%;
|
|
36490
|
-
display: flex;
|
|
36491
|
-
font-size: 12px;
|
|
36492
|
-
line-height: 18px;
|
|
36493
|
-
padding: 8px 0;
|
|
36494
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36495
|
-
}
|
|
36496
|
-
.E_c14ouk5o:last-of-type {
|
|
36497
|
-
box-shadow: none;
|
|
36498
|
-
padding-bottom: 0;
|
|
36499
|
-
}
|
|
36500
|
-
.E_c14ouk5o.collapsed {
|
|
36501
|
-
flex-direction: column;
|
|
36502
|
-
}
|
|
36503
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36504
|
-
display: flex;
|
|
36505
|
-
}
|
|
36506
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36507
|
-
flex: 1;
|
|
36508
|
-
display: flex;
|
|
36509
|
-
justify-content: space-between;
|
|
36510
|
-
}
|
|
36511
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36512
|
-
height: auto;
|
|
36513
|
-
}
|
|
36514
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36515
|
-
margin-left: 162px;
|
|
36516
|
-
}
|
|
36517
|
-
.E_c14ouk5o .col-label {
|
|
36518
|
-
width: 216px;
|
|
36519
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36520
|
-
margin-right: 12px;
|
|
36521
|
-
flex-shrink: 0;
|
|
36522
|
-
}
|
|
36523
|
-
.E_c14ouk5o .col-content {
|
|
36524
|
-
color: #2d3a56;
|
|
36525
|
-
/* make btn link in info row have the same height as normal text */
|
|
36526
|
-
}
|
|
36527
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36528
|
-
height: auto;
|
|
36529
|
-
}
|
|
36530
|
-
|
|
36531
36487
|
.E_c1kchka8 {
|
|
36532
36488
|
height: 100%;
|
|
36533
36489
|
width: 100%;
|
|
@@ -37020,6 +36976,50 @@ span.E_tqjc4ui {
|
|
|
37020
36976
|
padding: 0;
|
|
37021
36977
|
}
|
|
37022
36978
|
|
|
36979
|
+
.E_c14ouk5o {
|
|
36980
|
+
width: 100%;
|
|
36981
|
+
height: 100%;
|
|
36982
|
+
display: flex;
|
|
36983
|
+
font-size: 12px;
|
|
36984
|
+
line-height: 18px;
|
|
36985
|
+
padding: 8px 0;
|
|
36986
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36987
|
+
}
|
|
36988
|
+
.E_c14ouk5o:last-of-type {
|
|
36989
|
+
box-shadow: none;
|
|
36990
|
+
padding-bottom: 0;
|
|
36991
|
+
}
|
|
36992
|
+
.E_c14ouk5o.collapsed {
|
|
36993
|
+
flex-direction: column;
|
|
36994
|
+
}
|
|
36995
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36996
|
+
display: flex;
|
|
36997
|
+
}
|
|
36998
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36999
|
+
flex: 1;
|
|
37000
|
+
display: flex;
|
|
37001
|
+
justify-content: space-between;
|
|
37002
|
+
}
|
|
37003
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37004
|
+
height: auto;
|
|
37005
|
+
}
|
|
37006
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
37007
|
+
margin-left: 162px;
|
|
37008
|
+
}
|
|
37009
|
+
.E_c14ouk5o .col-label {
|
|
37010
|
+
width: 216px;
|
|
37011
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37012
|
+
margin-right: 12px;
|
|
37013
|
+
flex-shrink: 0;
|
|
37014
|
+
}
|
|
37015
|
+
.E_c14ouk5o .col-content {
|
|
37016
|
+
color: #2d3a56;
|
|
37017
|
+
/* make btn link in info row have the same height as normal text */
|
|
37018
|
+
}
|
|
37019
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37020
|
+
height: auto;
|
|
37021
|
+
}
|
|
37022
|
+
|
|
37023
37023
|
.E_c1ss4prm {
|
|
37024
37024
|
color: rgba(44, 56, 82, 0.6);
|
|
37025
37025
|
}
|