@cloudtower/eagle 490.0.2 → 490.0.4
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/TableForm/TableFormBodyCell.js +7 -15
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/cjs/core/TableForm/index.js +3 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1675 -1675
- package/dist/esm/core/TableForm/TableFormBodyCell.js +8 -16
- package/dist/esm/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/esm/core/TableForm/index.js +3 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +3379 -3379
- package/dist/src/core/TableForm/types.d.ts +2 -2
- package/dist/style.css +1675 -1675
- 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;
|
|
@@ -29758,6 +29758,41 @@ body {
|
|
|
29758
29758
|
border-radius: unset;
|
|
29759
29759
|
}
|
|
29760
29760
|
|
|
29761
|
+
.E_c1uzzomf {
|
|
29762
|
+
margin-bottom: 16px;
|
|
29763
|
+
}
|
|
29764
|
+
.E_c1uzzomf .card-title {
|
|
29765
|
+
font-size: 16px;
|
|
29766
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29767
|
+
font-weight: 700;
|
|
29768
|
+
line-height: 32px;
|
|
29769
|
+
}
|
|
29770
|
+
.E_c1uzzomf .card-body {
|
|
29771
|
+
padding: 24px;
|
|
29772
|
+
border-radius: 8px;
|
|
29773
|
+
background: #fff;
|
|
29774
|
+
}
|
|
29775
|
+
.E_c1uzzomf .empty {
|
|
29776
|
+
font-weight: 700;
|
|
29777
|
+
font-size: 14px;
|
|
29778
|
+
line-height: 22px;
|
|
29779
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29780
|
+
text-align: center;
|
|
29781
|
+
}
|
|
29782
|
+
|
|
29783
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29784
|
+
padding: 4px 8px 0 8px;
|
|
29785
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29786
|
+
font-size: 12px;
|
|
29787
|
+
}
|
|
29788
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29789
|
+
padding-bottom: 6px;
|
|
29790
|
+
}
|
|
29791
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29792
|
+
padding-top: 4px;
|
|
29793
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29794
|
+
}
|
|
29795
|
+
|
|
29761
29796
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29797
|
justify-content: center;
|
|
29763
29798
|
}
|
|
@@ -30021,40 +30056,6 @@ body {
|
|
|
30021
30056
|
justify-content: center;
|
|
30022
30057
|
}
|
|
30023
30058
|
|
|
30024
|
-
.E_c1uzzomf {
|
|
30025
|
-
margin-bottom: 16px;
|
|
30026
|
-
}
|
|
30027
|
-
.E_c1uzzomf .card-title {
|
|
30028
|
-
font-size: 16px;
|
|
30029
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30030
|
-
font-weight: 700;
|
|
30031
|
-
line-height: 32px;
|
|
30032
|
-
}
|
|
30033
|
-
.E_c1uzzomf .card-body {
|
|
30034
|
-
padding: 24px;
|
|
30035
|
-
border-radius: 8px;
|
|
30036
|
-
background: #fff;
|
|
30037
|
-
}
|
|
30038
|
-
.E_c1uzzomf .empty {
|
|
30039
|
-
font-weight: 700;
|
|
30040
|
-
font-size: 14px;
|
|
30041
|
-
line-height: 22px;
|
|
30042
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30043
|
-
text-align: center;
|
|
30044
|
-
}
|
|
30045
|
-
|
|
30046
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30047
|
-
display: flex;
|
|
30048
|
-
}
|
|
30049
|
-
.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 {
|
|
30050
|
-
border-bottom-left-radius: 5px;
|
|
30051
|
-
border-top-left-radius: 5px;
|
|
30052
|
-
}
|
|
30053
|
-
.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 {
|
|
30054
|
-
border-bottom-right-radius: 5px;
|
|
30055
|
-
border-top-right-radius: 5px;
|
|
30056
|
-
}
|
|
30057
|
-
|
|
30058
30059
|
.E_c1yyuluq {
|
|
30059
30060
|
border-radius: 8px;
|
|
30060
30061
|
}
|
|
@@ -30062,89 +30063,6 @@ body {
|
|
|
30062
30063
|
padding: 20px 24px 24px 24px;
|
|
30063
30064
|
}
|
|
30064
30065
|
|
|
30065
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30066
|
-
border: 0px;
|
|
30067
|
-
background-color: #fff;
|
|
30068
|
-
}
|
|
30069
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30070
|
-
padding-top: 0px;
|
|
30071
|
-
padding-bottom: 0px;
|
|
30072
|
-
padding-left: 0px !important;
|
|
30073
|
-
padding-right: 24px;
|
|
30074
|
-
}
|
|
30075
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30076
|
-
right: 0px;
|
|
30077
|
-
}
|
|
30078
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30079
|
-
padding: 0px;
|
|
30080
|
-
}
|
|
30081
|
-
|
|
30082
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30083
|
-
padding-right: 0px;
|
|
30084
|
-
cursor: default;
|
|
30085
|
-
}
|
|
30086
|
-
|
|
30087
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30088
|
-
line-height: 18px;
|
|
30089
|
-
}
|
|
30090
|
-
|
|
30091
|
-
.E_phljevk {
|
|
30092
|
-
display: flex;
|
|
30093
|
-
justify-content: space-between;
|
|
30094
|
-
align-items: center;
|
|
30095
|
-
padding: 10px 0;
|
|
30096
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30097
|
-
font-size: 12px;
|
|
30098
|
-
line-height: 24px;
|
|
30099
|
-
}
|
|
30100
|
-
.E_phljevk .pagination-left {
|
|
30101
|
-
padding: 2px 8px;
|
|
30102
|
-
}
|
|
30103
|
-
.E_phljevk .dropdown-trigger {
|
|
30104
|
-
display: flex;
|
|
30105
|
-
align-items: center;
|
|
30106
|
-
border-radius: 6px;
|
|
30107
|
-
cursor: pointer;
|
|
30108
|
-
transition: all 0.3s ease;
|
|
30109
|
-
}
|
|
30110
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30111
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30112
|
-
color: #0080ff;
|
|
30113
|
-
}
|
|
30114
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30115
|
-
margin-left: 4px;
|
|
30116
|
-
}
|
|
30117
|
-
.E_phljevk .pagination-right {
|
|
30118
|
-
display: flex;
|
|
30119
|
-
align-items: center;
|
|
30120
|
-
color: #0080ff;
|
|
30121
|
-
font-weight: bold;
|
|
30122
|
-
}
|
|
30123
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30124
|
-
margin-left: 4px;
|
|
30125
|
-
}
|
|
30126
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30127
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30128
|
-
padding: 0 8px;
|
|
30129
|
-
}
|
|
30130
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30131
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30132
|
-
color: #0080ff;
|
|
30133
|
-
}
|
|
30134
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30135
|
-
transform: rotate(180deg);
|
|
30136
|
-
}
|
|
30137
|
-
|
|
30138
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30139
|
-
max-height: calc(100vh - 128px);
|
|
30140
|
-
overflow-y: auto;
|
|
30141
|
-
}
|
|
30142
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30143
|
-
padding: 4px 20px;
|
|
30144
|
-
font-size: 12px;
|
|
30145
|
-
line-height: 18px;
|
|
30146
|
-
}
|
|
30147
|
-
|
|
30148
30066
|
.E_d1bw7c5z {
|
|
30149
30067
|
position: relative;
|
|
30150
30068
|
max-width: 388px;
|
|
@@ -30228,53 +30146,256 @@ body {
|
|
|
30228
30146
|
width: 102px;
|
|
30229
30147
|
}
|
|
30230
30148
|
|
|
30231
|
-
.
|
|
30232
|
-
|
|
30233
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30234
|
-
font-size: 12px;
|
|
30235
|
-
}
|
|
30236
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30237
|
-
padding-bottom: 6px;
|
|
30238
|
-
}
|
|
30239
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30240
|
-
padding-top: 4px;
|
|
30241
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30149
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30150
|
+
line-height: 18px;
|
|
30242
30151
|
}
|
|
30243
30152
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
white-space: pre-wrap;
|
|
30153
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30154
|
+
border: 0px;
|
|
30155
|
+
background-color: #fff;
|
|
30248
30156
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30251
|
-
|
|
30157
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30158
|
+
padding-top: 0px;
|
|
30159
|
+
padding-bottom: 0px;
|
|
30160
|
+
padding-left: 0px !important;
|
|
30161
|
+
padding-right: 24px;
|
|
30252
30162
|
}
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30163
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30164
|
+
right: 0px;
|
|
30255
30165
|
}
|
|
30256
|
-
.
|
|
30257
|
-
|
|
30166
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30167
|
+
padding: 0px;
|
|
30258
30168
|
}
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30169
|
+
|
|
30170
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30171
|
+
padding-right: 0px;
|
|
30172
|
+
cursor: default;
|
|
30262
30173
|
}
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
width: 6px;
|
|
30267
|
-
height: 6px;
|
|
30268
|
-
background: #fff;
|
|
30174
|
+
|
|
30175
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30176
|
+
display: flex;
|
|
30269
30177
|
}
|
|
30270
|
-
.
|
|
30271
|
-
|
|
30178
|
+
.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 {
|
|
30179
|
+
border-bottom-left-radius: 5px;
|
|
30180
|
+
border-top-left-radius: 5px;
|
|
30272
30181
|
}
|
|
30273
|
-
.
|
|
30274
|
-
border-
|
|
30275
|
-
|
|
30182
|
+
.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 {
|
|
30183
|
+
border-bottom-right-radius: 5px;
|
|
30184
|
+
border-top-right-radius: 5px;
|
|
30276
30185
|
}
|
|
30277
|
-
|
|
30186
|
+
|
|
30187
|
+
.E_s1dizucg.ant-switch {
|
|
30188
|
+
min-width: 40px;
|
|
30189
|
+
height: 24px;
|
|
30190
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30191
|
+
overflow: hidden;
|
|
30192
|
+
}
|
|
30193
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30194
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30195
|
+
}
|
|
30196
|
+
.E_s1dizucg.ant-switch-small {
|
|
30197
|
+
min-width: 26px;
|
|
30198
|
+
height: 16px;
|
|
30199
|
+
}
|
|
30200
|
+
.E_s1dizucg.ant-switch-large {
|
|
30201
|
+
min-width: 52px;
|
|
30202
|
+
height: 32px;
|
|
30203
|
+
}
|
|
30204
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30205
|
+
height: 20px;
|
|
30206
|
+
width: 20px;
|
|
30207
|
+
}
|
|
30208
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30209
|
+
border-radius: 10px;
|
|
30210
|
+
transition-delay: 120ms;
|
|
30211
|
+
}
|
|
30212
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30213
|
+
height: 14px;
|
|
30214
|
+
width: 14px;
|
|
30215
|
+
top: 1px;
|
|
30216
|
+
left: 1px;
|
|
30217
|
+
}
|
|
30218
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30219
|
+
height: 28px;
|
|
30220
|
+
width: 28px;
|
|
30221
|
+
}
|
|
30222
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30223
|
+
border-radius: 14px;
|
|
30224
|
+
}
|
|
30225
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30226
|
+
background-color: #00ba5d;
|
|
30227
|
+
}
|
|
30228
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30229
|
+
left: calc(100% - 20px - 2px);
|
|
30230
|
+
}
|
|
30231
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30232
|
+
left: calc(100% - 14px - 1px);
|
|
30233
|
+
}
|
|
30234
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30235
|
+
left: calc(100% - 28px - 2px);
|
|
30236
|
+
}
|
|
30237
|
+
|
|
30238
|
+
.E_c1up6e3y {
|
|
30239
|
+
margin-left: 5px;
|
|
30240
|
+
}
|
|
30241
|
+
|
|
30242
|
+
.E_c1bus5hc {
|
|
30243
|
+
--color: white;
|
|
30244
|
+
height: 14px;
|
|
30245
|
+
width: 14px;
|
|
30246
|
+
border-radius: 50%;
|
|
30247
|
+
flex-shrink: 0;
|
|
30248
|
+
display: flex;
|
|
30249
|
+
align-items: center;
|
|
30250
|
+
justify-content: center;
|
|
30251
|
+
border: 1px solid var(--color);
|
|
30252
|
+
}
|
|
30253
|
+
.E_c1bus5hc .circle-inner {
|
|
30254
|
+
position: relative;
|
|
30255
|
+
height: 10px;
|
|
30256
|
+
width: 10px;
|
|
30257
|
+
border-radius: 50%;
|
|
30258
|
+
overflow: hidden;
|
|
30259
|
+
}
|
|
30260
|
+
.E_c1bus5hc .circle-content {
|
|
30261
|
+
position: absolute;
|
|
30262
|
+
height: 100%;
|
|
30263
|
+
width: 100%;
|
|
30264
|
+
left: 0;
|
|
30265
|
+
top: 0;
|
|
30266
|
+
border-radius: 50%;
|
|
30267
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30268
|
+
transform: rotate(180deg);
|
|
30269
|
+
}
|
|
30270
|
+
.E_c1bus5hc .circle-child {
|
|
30271
|
+
position: absolute;
|
|
30272
|
+
height: 100%;
|
|
30273
|
+
width: 100%;
|
|
30274
|
+
left: 0;
|
|
30275
|
+
top: 0;
|
|
30276
|
+
margin-left: 50%;
|
|
30277
|
+
transform-origin: left;
|
|
30278
|
+
background: white;
|
|
30279
|
+
transform: rotate(0deg);
|
|
30280
|
+
}
|
|
30281
|
+
|
|
30282
|
+
.E_phljevk {
|
|
30283
|
+
display: flex;
|
|
30284
|
+
justify-content: space-between;
|
|
30285
|
+
align-items: center;
|
|
30286
|
+
padding: 10px 0;
|
|
30287
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30288
|
+
font-size: 12px;
|
|
30289
|
+
line-height: 24px;
|
|
30290
|
+
}
|
|
30291
|
+
.E_phljevk .pagination-left {
|
|
30292
|
+
padding: 2px 8px;
|
|
30293
|
+
}
|
|
30294
|
+
.E_phljevk .dropdown-trigger {
|
|
30295
|
+
display: flex;
|
|
30296
|
+
align-items: center;
|
|
30297
|
+
border-radius: 6px;
|
|
30298
|
+
cursor: pointer;
|
|
30299
|
+
transition: all 0.3s ease;
|
|
30300
|
+
}
|
|
30301
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30302
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30303
|
+
color: #0080ff;
|
|
30304
|
+
}
|
|
30305
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30306
|
+
margin-left: 4px;
|
|
30307
|
+
}
|
|
30308
|
+
.E_phljevk .pagination-right {
|
|
30309
|
+
display: flex;
|
|
30310
|
+
align-items: center;
|
|
30311
|
+
color: #0080ff;
|
|
30312
|
+
font-weight: bold;
|
|
30313
|
+
}
|
|
30314
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30315
|
+
margin-left: 4px;
|
|
30316
|
+
}
|
|
30317
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30318
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30319
|
+
padding: 0 8px;
|
|
30320
|
+
}
|
|
30321
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30322
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30323
|
+
color: #0080ff;
|
|
30324
|
+
}
|
|
30325
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30326
|
+
transform: rotate(180deg);
|
|
30327
|
+
}
|
|
30328
|
+
|
|
30329
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30330
|
+
max-height: calc(100vh - 128px);
|
|
30331
|
+
overflow-y: auto;
|
|
30332
|
+
}
|
|
30333
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30334
|
+
padding: 4px 20px;
|
|
30335
|
+
font-size: 12px;
|
|
30336
|
+
line-height: 18px;
|
|
30337
|
+
}
|
|
30338
|
+
|
|
30339
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30340
|
+
margin-right: 8px;
|
|
30341
|
+
}
|
|
30342
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30343
|
+
margin-left: 8px;
|
|
30344
|
+
}
|
|
30345
|
+
|
|
30346
|
+
.E_cc368xp {
|
|
30347
|
+
color: #00122e;
|
|
30348
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30349
|
+
margin-right: 8px;
|
|
30350
|
+
padding-right: 8px;
|
|
30351
|
+
}
|
|
30352
|
+
|
|
30353
|
+
.E_i11o6xqj {
|
|
30354
|
+
display: flex;
|
|
30355
|
+
gap: 4px;
|
|
30356
|
+
}
|
|
30357
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30358
|
+
cursor: pointer;
|
|
30359
|
+
}
|
|
30360
|
+
|
|
30361
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30362
|
+
cursor: not-allowed;
|
|
30363
|
+
}
|
|
30364
|
+
|
|
30365
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30366
|
+
display: inline-flex;
|
|
30367
|
+
align-items: baseline;
|
|
30368
|
+
white-space: pre-wrap;
|
|
30369
|
+
}
|
|
30370
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30371
|
+
position: relative;
|
|
30372
|
+
top: 3px;
|
|
30373
|
+
}
|
|
30374
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30375
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30376
|
+
}
|
|
30377
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30378
|
+
border-color: #0080ff;
|
|
30379
|
+
}
|
|
30380
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30381
|
+
border-color: #0080ff;
|
|
30382
|
+
background: #0080ff;
|
|
30383
|
+
}
|
|
30384
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30385
|
+
top: 4px;
|
|
30386
|
+
left: 4px;
|
|
30387
|
+
width: 6px;
|
|
30388
|
+
height: 6px;
|
|
30389
|
+
background: #fff;
|
|
30390
|
+
}
|
|
30391
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30392
|
+
opacity: 0.5;
|
|
30393
|
+
}
|
|
30394
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30395
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30396
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30397
|
+
}
|
|
30398
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30278
30399
|
background: #00122e;
|
|
30279
30400
|
}
|
|
30280
30401
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
@@ -30387,44 +30508,114 @@ body {
|
|
|
30387
30508
|
width: 36px;
|
|
30388
30509
|
}
|
|
30389
30510
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
margin-left: 8px;
|
|
30511
|
+
.E_ivqqkzv {
|
|
30512
|
+
height: 24px;
|
|
30513
|
+
width: 56px !important;
|
|
30514
|
+
margin-right: 4px;
|
|
30395
30515
|
}
|
|
30396
30516
|
|
|
30397
|
-
.
|
|
30398
|
-
color:
|
|
30399
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30400
|
-
margin-right: 8px;
|
|
30401
|
-
padding-right: 8px;
|
|
30517
|
+
.E_c1wk4q29 {
|
|
30518
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30402
30519
|
}
|
|
30403
30520
|
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30406
|
-
|
|
30407
|
-
}
|
|
30408
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30409
|
-
cursor: pointer;
|
|
30521
|
+
.E_s1sck0th {
|
|
30522
|
+
padding: 0 8px;
|
|
30523
|
+
border-radius: 4px;
|
|
30410
30524
|
}
|
|
30411
30525
|
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30526
|
+
.E_m855nr1 {
|
|
30527
|
+
padding: 2px 8px;
|
|
30528
|
+
border-radius: 3px;
|
|
30414
30529
|
}
|
|
30415
30530
|
|
|
30416
|
-
.
|
|
30417
|
-
|
|
30531
|
+
.E_l1270xpg {
|
|
30532
|
+
padding: 3px 8px;
|
|
30533
|
+
border-radius: 2px;
|
|
30418
30534
|
}
|
|
30419
30535
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30536
|
+
.E_t14rextb.ant-tag:hover {
|
|
30537
|
+
opacity: unset;
|
|
30538
|
+
}
|
|
30539
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30540
|
+
margin: 0;
|
|
30541
|
+
margin-right: 8px;
|
|
30542
|
+
display: inline-flex;
|
|
30543
|
+
align-items: center;
|
|
30544
|
+
border: none;
|
|
30545
|
+
}
|
|
30546
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30547
|
+
width: 16px;
|
|
30548
|
+
height: 16px;
|
|
30549
|
+
color: inherit;
|
|
30550
|
+
margin-left: 4px;
|
|
30551
|
+
opacity: 0.6;
|
|
30552
|
+
display: inline-flex;
|
|
30553
|
+
}
|
|
30554
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30555
|
+
opacity: 1;
|
|
30556
|
+
}
|
|
30557
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30558
|
+
color: #0080ff;
|
|
30559
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30560
|
+
}
|
|
30561
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30562
|
+
color: #f0483e;
|
|
30563
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30564
|
+
}
|
|
30565
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30566
|
+
color: #e07f00;
|
|
30567
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30568
|
+
}
|
|
30569
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30570
|
+
color: #008f4c;
|
|
30571
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30572
|
+
}
|
|
30573
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30574
|
+
color: #1d326c;
|
|
30575
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30576
|
+
}
|
|
30577
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30578
|
+
color: #7E41FF;
|
|
30579
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
30580
|
+
}
|
|
30581
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30582
|
+
color: #fff;
|
|
30583
|
+
}
|
|
30584
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30585
|
+
background-color: #f0483e;
|
|
30586
|
+
}
|
|
30587
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30588
|
+
background-color: #fea008;
|
|
30589
|
+
}
|
|
30590
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30591
|
+
background-color: #00ba5d;
|
|
30592
|
+
}
|
|
30593
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30594
|
+
background-color: #0080ff;
|
|
30595
|
+
}
|
|
30596
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30597
|
+
background-color: #6b7d99;
|
|
30598
|
+
}
|
|
30599
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30600
|
+
background-color: #7E41FF;
|
|
30601
|
+
}
|
|
30602
|
+
|
|
30603
|
+
.E_tju3gfj .date {
|
|
30604
|
+
margin-right: 4px;
|
|
30605
|
+
}
|
|
30606
|
+
|
|
30607
|
+
.E_s1dni7lo {
|
|
30608
|
+
width: 430px !important;
|
|
30609
|
+
}
|
|
30610
|
+
|
|
30611
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30612
|
+
padding: 8px 16px;
|
|
30613
|
+
line-height: 18px;
|
|
30614
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30615
|
+
height: 34px;
|
|
30616
|
+
min-height: 34px;
|
|
30617
|
+
box-sizing: border-box;
|
|
30618
|
+
margin-top: 8px;
|
|
30428
30619
|
}
|
|
30429
30620
|
|
|
30430
30621
|
.E_o1ugr09p {
|
|
@@ -30494,234 +30685,121 @@ body {
|
|
|
30494
30685
|
opacity: 0;
|
|
30495
30686
|
}
|
|
30496
30687
|
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
width: 56px !important;
|
|
30500
|
-
margin-right: 4px;
|
|
30688
|
+
.E_iq1gosr {
|
|
30689
|
+
display: inline-block;
|
|
30501
30690
|
}
|
|
30502
30691
|
|
|
30503
|
-
.
|
|
30504
|
-
|
|
30692
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30693
|
+
display: none;
|
|
30694
|
+
}
|
|
30695
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30696
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30697
|
+
border-radius: 4px;
|
|
30698
|
+
}
|
|
30699
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30700
|
+
visibility: hidden;
|
|
30505
30701
|
}
|
|
30506
30702
|
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
display: flex;
|
|
30703
|
+
.E_iouxfgt {
|
|
30704
|
+
display: inline-flex;
|
|
30705
|
+
align-items: center;
|
|
30706
|
+
}
|
|
30707
|
+
.E_iouxfgt .icon-inner {
|
|
30708
|
+
display: inline-flex;
|
|
30514
30709
|
align-items: center;
|
|
30515
30710
|
justify-content: center;
|
|
30516
|
-
border: 1px solid var(--color);
|
|
30517
30711
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
width: 10px;
|
|
30522
|
-
border-radius: 50%;
|
|
30523
|
-
overflow: hidden;
|
|
30712
|
+
.E_iouxfgt .icon-inner + span,
|
|
30713
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30714
|
+
margin-left: 4px;
|
|
30524
30715
|
}
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
width: 100%;
|
|
30529
|
-
left: 0;
|
|
30530
|
-
top: 0;
|
|
30531
|
-
border-radius: 50%;
|
|
30532
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30533
|
-
transform: rotate(180deg);
|
|
30716
|
+
.E_iouxfgt.is-rotate img,
|
|
30717
|
+
.E_iouxfgt.is-rotate svg {
|
|
30718
|
+
animation: rotate 680ms linear infinite;
|
|
30534
30719
|
}
|
|
30535
|
-
|
|
30536
|
-
|
|
30720
|
+
|
|
30721
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30722
|
+
display: var(--ai7qkf2-0);
|
|
30723
|
+
}
|
|
30724
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30725
|
+
display: inline-flex;
|
|
30726
|
+
line-height: 1.5715;
|
|
30537
30727
|
height: 100%;
|
|
30538
30728
|
width: 100%;
|
|
30539
|
-
left: 0;
|
|
30540
|
-
top: 0;
|
|
30541
|
-
margin-left: 50%;
|
|
30542
|
-
transform-origin: left;
|
|
30543
|
-
background: white;
|
|
30544
|
-
transform: rotate(0deg);
|
|
30545
|
-
}
|
|
30546
|
-
|
|
30547
|
-
.E_s1dizucg.ant-switch {
|
|
30548
|
-
min-width: 40px;
|
|
30549
|
-
height: 24px;
|
|
30550
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30551
|
-
overflow: hidden;
|
|
30552
30729
|
}
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30730
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30731
|
+
content: var(--ai7qkf2-1);
|
|
30732
|
+
display: var(--ai7qkf2-2);
|
|
30733
|
+
flex: none;
|
|
30734
|
+
align-items: center;
|
|
30735
|
+
margin-left: 4px;
|
|
30736
|
+
padding: 5px 12px 5px 0;
|
|
30737
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30555
30738
|
}
|
|
30556
|
-
.
|
|
30557
|
-
|
|
30558
|
-
|
|
30739
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30740
|
+
content: var(--ai7qkf2-3);
|
|
30741
|
+
display: var(--ai7qkf2-4);
|
|
30742
|
+
flex: none;
|
|
30743
|
+
align-items: center;
|
|
30744
|
+
margin-right: 4px;
|
|
30745
|
+
cursor: auto;
|
|
30746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30559
30747
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30562
|
-
height: 32px;
|
|
30748
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30749
|
+
border-radius: 0;
|
|
30563
30750
|
}
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
|
|
30751
|
+
.E_ai7qkf2.ant-input-number {
|
|
30752
|
+
width: 100%;
|
|
30753
|
+
border-radius: 6px;
|
|
30567
30754
|
}
|
|
30568
|
-
.
|
|
30569
|
-
border-
|
|
30570
|
-
|
|
30755
|
+
.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 {
|
|
30756
|
+
border-color: #0096ff;
|
|
30757
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30758
|
+
z-index: 1;
|
|
30571
30759
|
}
|
|
30572
|
-
.
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
top: 1px;
|
|
30576
|
-
left: 1px;
|
|
30760
|
+
.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 {
|
|
30761
|
+
border-color: #e75a3a;
|
|
30762
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30577
30763
|
}
|
|
30578
|
-
.
|
|
30579
|
-
height:
|
|
30580
|
-
|
|
30764
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30765
|
+
height: 30px;
|
|
30766
|
+
border: 1px;
|
|
30767
|
+
padding: 5px 12px;
|
|
30768
|
+
font-size: inherit;
|
|
30581
30769
|
}
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30770
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30771
|
+
height: 38px;
|
|
30772
|
+
border: 1px;
|
|
30773
|
+
padding: 8px 16px;
|
|
30584
30774
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30775
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30776
|
+
height: 22px;
|
|
30777
|
+
border: 1px;
|
|
30778
|
+
padding: 2px 8px;
|
|
30587
30779
|
}
|
|
30588
|
-
|
|
30589
|
-
|
|
30780
|
+
|
|
30781
|
+
.E_f7pxqmh {
|
|
30782
|
+
width: 100%;
|
|
30783
|
+
margin-bottom: 0 !important;
|
|
30784
|
+
flex-flow: nowrap !important;
|
|
30785
|
+
line-break: auto;
|
|
30590
30786
|
}
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30787
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30788
|
+
text-align: left !important;
|
|
30789
|
+
padding-bottom: 0 !important;
|
|
30593
30790
|
}
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30791
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30792
|
+
min-height: 32px;
|
|
30793
|
+
height: auto;
|
|
30794
|
+
font-size: 13px;
|
|
30795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30796
|
+
white-space: normal;
|
|
30596
30797
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30599
|
-
margin-left: 5px;
|
|
30798
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30799
|
+
border-color: #ff4d4f !important;
|
|
30600
30800
|
}
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
padding: 0 8px;
|
|
30604
|
-
border-radius: 4px;
|
|
30605
|
-
}
|
|
30606
|
-
|
|
30607
|
-
.E_m855nr1 {
|
|
30608
|
-
padding: 2px 8px;
|
|
30609
|
-
border-radius: 3px;
|
|
30610
|
-
}
|
|
30611
|
-
|
|
30612
|
-
.E_l1270xpg {
|
|
30613
|
-
padding: 3px 8px;
|
|
30614
|
-
border-radius: 2px;
|
|
30615
|
-
}
|
|
30616
|
-
|
|
30617
|
-
.E_t14rextb.ant-tag:hover {
|
|
30618
|
-
opacity: unset;
|
|
30619
|
-
}
|
|
30620
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30621
|
-
margin: 0;
|
|
30622
|
-
margin-right: 8px;
|
|
30623
|
-
display: inline-flex;
|
|
30624
|
-
align-items: center;
|
|
30625
|
-
border: none;
|
|
30626
|
-
}
|
|
30627
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30628
|
-
width: 16px;
|
|
30629
|
-
height: 16px;
|
|
30630
|
-
color: inherit;
|
|
30631
|
-
margin-left: 4px;
|
|
30632
|
-
opacity: 0.6;
|
|
30633
|
-
display: inline-flex;
|
|
30634
|
-
}
|
|
30635
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30636
|
-
opacity: 1;
|
|
30637
|
-
}
|
|
30638
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30639
|
-
color: #0080ff;
|
|
30640
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30641
|
-
}
|
|
30642
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30643
|
-
color: #f0483e;
|
|
30644
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30645
|
-
}
|
|
30646
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30647
|
-
color: #e07f00;
|
|
30648
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30649
|
-
}
|
|
30650
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30651
|
-
color: #008f4c;
|
|
30652
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30653
|
-
}
|
|
30654
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30655
|
-
color: #1d326c;
|
|
30656
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30657
|
-
}
|
|
30658
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30659
|
-
color: #7E41FF;
|
|
30660
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
30661
|
-
}
|
|
30662
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30663
|
-
color: #fff;
|
|
30664
|
-
}
|
|
30665
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30666
|
-
background-color: #f0483e;
|
|
30667
|
-
}
|
|
30668
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30669
|
-
background-color: #fea008;
|
|
30670
|
-
}
|
|
30671
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30672
|
-
background-color: #00ba5d;
|
|
30673
|
-
}
|
|
30674
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30675
|
-
background-color: #0080ff;
|
|
30676
|
-
}
|
|
30677
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30678
|
-
background-color: #6b7d99;
|
|
30679
|
-
}
|
|
30680
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30681
|
-
background-color: #7E41FF;
|
|
30682
|
-
}
|
|
30683
|
-
|
|
30684
|
-
.E_tju3gfj .date {
|
|
30685
|
-
margin-right: 4px;
|
|
30686
|
-
}
|
|
30687
|
-
|
|
30688
|
-
.E_iq1gosr {
|
|
30689
|
-
display: inline-block;
|
|
30690
|
-
}
|
|
30691
|
-
|
|
30692
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30693
|
-
display: none;
|
|
30694
|
-
}
|
|
30695
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30696
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30697
|
-
border-radius: 4px;
|
|
30698
|
-
}
|
|
30699
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30700
|
-
visibility: hidden;
|
|
30701
|
-
}
|
|
30702
|
-
|
|
30703
|
-
.E_f7pxqmh {
|
|
30704
|
-
width: 100%;
|
|
30705
|
-
margin-bottom: 0 !important;
|
|
30706
|
-
flex-flow: nowrap !important;
|
|
30707
|
-
line-break: auto;
|
|
30708
|
-
}
|
|
30709
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30710
|
-
text-align: left !important;
|
|
30711
|
-
padding-bottom: 0 !important;
|
|
30712
|
-
}
|
|
30713
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30714
|
-
min-height: 32px;
|
|
30715
|
-
height: auto;
|
|
30716
|
-
font-size: 13px;
|
|
30717
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30718
|
-
white-space: normal;
|
|
30719
|
-
}
|
|
30720
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30721
|
-
border-color: #ff4d4f !important;
|
|
30722
|
-
}
|
|
30723
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30724
|
-
border-color: #ff4d4f !important;
|
|
30801
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30802
|
+
border-color: #ff4d4f !important;
|
|
30725
30803
|
}
|
|
30726
30804
|
.E_f7pxqmh .ant-form-item-explain {
|
|
30727
30805
|
margin-top: 4px;
|
|
@@ -30734,37 +30812,17 @@ body {
|
|
|
30734
30812
|
min-height: 0px;
|
|
30735
30813
|
}
|
|
30736
30814
|
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
height:
|
|
30740
|
-
|
|
30815
|
+
.E_i1inqkme {
|
|
30816
|
+
height: 18px;
|
|
30817
|
+
line-height: 18px;
|
|
30818
|
+
padding: 0 4px;
|
|
30819
|
+
border-radius: 4px;
|
|
30820
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30821
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30741
30822
|
display: flex;
|
|
30742
|
-
flex-direction: column;
|
|
30743
|
-
justify-content: center;
|
|
30744
|
-
align-items: center;
|
|
30745
|
-
}
|
|
30746
|
-
.E_fzh9mnb .error-text {
|
|
30747
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30748
|
-
margin-bottom: 16px;
|
|
30749
|
-
font-size: 18px;
|
|
30750
|
-
}
|
|
30751
|
-
|
|
30752
|
-
.E_iouxfgt {
|
|
30753
|
-
display: inline-flex;
|
|
30754
|
-
align-items: center;
|
|
30755
|
-
}
|
|
30756
|
-
.E_iouxfgt .icon-inner {
|
|
30757
|
-
display: inline-flex;
|
|
30758
30823
|
align-items: center;
|
|
30759
|
-
|
|
30760
|
-
|
|
30761
|
-
.E_iouxfgt .icon-inner + span,
|
|
30762
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30763
|
-
margin-left: 4px;
|
|
30764
|
-
}
|
|
30765
|
-
.E_iouxfgt.is-rotate img,
|
|
30766
|
-
.E_iouxfgt.is-rotate svg {
|
|
30767
|
-
animation: rotate 680ms linear infinite;
|
|
30824
|
+
white-space: nowrap;
|
|
30825
|
+
margin-right: 4px;
|
|
30768
30826
|
}
|
|
30769
30827
|
|
|
30770
30828
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -30798,84 +30856,26 @@ body {
|
|
|
30798
30856
|
font-size: inherit;
|
|
30799
30857
|
}
|
|
30800
30858
|
|
|
30801
|
-
.
|
|
30802
|
-
|
|
30803
|
-
}
|
|
30804
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30805
|
-
display: inline-flex;
|
|
30806
|
-
line-height: 1.5715;
|
|
30807
|
-
height: 100%;
|
|
30808
|
-
width: 100%;
|
|
30809
|
-
}
|
|
30810
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30811
|
-
content: var(--ai7qkf2-1);
|
|
30812
|
-
display: var(--ai7qkf2-2);
|
|
30813
|
-
flex: none;
|
|
30814
|
-
align-items: center;
|
|
30815
|
-
margin-left: 4px;
|
|
30816
|
-
padding: 5px 12px 5px 0;
|
|
30817
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
-
}
|
|
30819
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30820
|
-
content: var(--ai7qkf2-3);
|
|
30821
|
-
display: var(--ai7qkf2-4);
|
|
30822
|
-
flex: none;
|
|
30823
|
-
align-items: center;
|
|
30824
|
-
margin-right: 4px;
|
|
30825
|
-
cursor: auto;
|
|
30826
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30827
|
-
}
|
|
30828
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30829
|
-
border-radius: 0;
|
|
30830
|
-
}
|
|
30831
|
-
.E_ai7qkf2.ant-input-number {
|
|
30832
|
-
width: 100%;
|
|
30833
|
-
border-radius: 6px;
|
|
30834
|
-
}
|
|
30835
|
-
.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 {
|
|
30836
|
-
border-color: #0096ff;
|
|
30837
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30838
|
-
z-index: 1;
|
|
30839
|
-
}
|
|
30840
|
-
.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 {
|
|
30841
|
-
border-color: #e75a3a;
|
|
30842
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30843
|
-
}
|
|
30844
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
30845
|
-
height: 30px;
|
|
30846
|
-
border: 1px;
|
|
30847
|
-
padding: 5px 12px;
|
|
30848
|
-
font-size: inherit;
|
|
30849
|
-
}
|
|
30850
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30851
|
-
height: 38px;
|
|
30852
|
-
border: 1px;
|
|
30853
|
-
padding: 8px 16px;
|
|
30859
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30860
|
+
margin-left: 8px;
|
|
30854
30861
|
}
|
|
30855
|
-
.
|
|
30856
|
-
|
|
30857
|
-
border: 1px;
|
|
30858
|
-
padding: 2px 8px;
|
|
30862
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30863
|
+
padding: 2px 7px 2px 12px;
|
|
30859
30864
|
}
|
|
30860
30865
|
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
border-radius: 4px;
|
|
30866
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30867
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30866
|
+
.E_fzh9mnb {
|
|
30867
|
+
width: 100%;
|
|
30868
|
+
height: 100%;
|
|
30869
|
+
min-height: 124px;
|
|
30868
30870
|
display: flex;
|
|
30871
|
+
flex-direction: column;
|
|
30872
|
+
justify-content: center;
|
|
30869
30873
|
align-items: center;
|
|
30870
|
-
white-space: nowrap;
|
|
30871
|
-
margin-right: 4px;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30875
|
-
margin-left: 8px;
|
|
30876
30874
|
}
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30875
|
+
.E_fzh9mnb .error-text {
|
|
30876
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30877
|
+
margin-bottom: 16px;
|
|
30878
|
+
font-size: 18px;
|
|
30879
30879
|
}
|
|
30880
30880
|
|
|
30881
30881
|
.E_owd0kml {
|
|
@@ -31362,18 +31362,52 @@ body {
|
|
|
31362
31362
|
line-height: 12px;
|
|
31363
31363
|
}
|
|
31364
31364
|
|
|
31365
|
-
.
|
|
31366
|
-
display: flex;
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
width:
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31365
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31366
|
+
display: inline-flex;
|
|
31367
|
+
align-items: center;
|
|
31368
|
+
justify-content: center;
|
|
31369
|
+
color: #fff;
|
|
31370
|
+
font-weight: bold;
|
|
31371
|
+
font-size: 12px;
|
|
31372
|
+
width: 24px;
|
|
31373
|
+
height: 24px;
|
|
31374
|
+
border-radius: 50%;
|
|
31375
|
+
background: var(--a1b5xrg3-0);
|
|
31376
|
+
}
|
|
31377
|
+
.E_a1b5xrg3.btn-item {
|
|
31378
|
+
transition: all 160ms ease;
|
|
31379
|
+
cursor: pointer;
|
|
31380
|
+
width: 56px;
|
|
31381
|
+
height: 40px;
|
|
31382
|
+
display: inline-flex;
|
|
31383
|
+
align-items: center;
|
|
31384
|
+
justify-content: center;
|
|
31385
|
+
border-radius: 6px;
|
|
31386
|
+
}
|
|
31387
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31388
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31389
|
+
}
|
|
31390
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31391
|
+
transform: translateY(2px);
|
|
31392
|
+
transition: all 320ms ease;
|
|
31393
|
+
}
|
|
31394
|
+
|
|
31395
|
+
.E_m196gn1d {
|
|
31396
|
+
min-width: 1280px;
|
|
31397
|
+
}
|
|
31398
|
+
|
|
31399
|
+
.E_cnujxq2 {
|
|
31400
|
+
display: flex;
|
|
31401
|
+
flex-direction: column;
|
|
31402
|
+
}
|
|
31403
|
+
|
|
31404
|
+
.E_m7s48ia {
|
|
31405
|
+
max-width: 1120px;
|
|
31406
|
+
width: 100%;
|
|
31407
|
+
margin: 0 auto;
|
|
31408
|
+
height: 100%;
|
|
31409
|
+
}
|
|
31410
|
+
|
|
31377
31411
|
.E_wt5zbg6 {
|
|
31378
31412
|
max-width: 1120px;
|
|
31379
31413
|
width: 100%;
|
|
@@ -32052,40 +32086,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32052
32086
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32053
32087
|
}
|
|
32054
32088
|
|
|
32055
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
32056
|
-
display: inline-flex;
|
|
32057
|
-
align-items: center;
|
|
32058
|
-
justify-content: center;
|
|
32059
|
-
color: #fff;
|
|
32060
|
-
font-weight: bold;
|
|
32061
|
-
font-size: 12px;
|
|
32062
|
-
width: 24px;
|
|
32063
|
-
height: 24px;
|
|
32064
|
-
border-radius: 50%;
|
|
32065
|
-
background: var(--a1b5xrg3-0);
|
|
32066
|
-
}
|
|
32067
|
-
.E_a1b5xrg3.btn-item {
|
|
32068
|
-
transition: all 160ms ease;
|
|
32069
|
-
cursor: pointer;
|
|
32070
|
-
width: 56px;
|
|
32071
|
-
height: 40px;
|
|
32072
|
-
display: inline-flex;
|
|
32073
|
-
align-items: center;
|
|
32074
|
-
justify-content: center;
|
|
32075
|
-
border-radius: 6px;
|
|
32076
|
-
}
|
|
32077
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
32078
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32079
|
-
}
|
|
32080
|
-
.E_a1b5xrg3.btn-item:active {
|
|
32081
|
-
transform: translateY(2px);
|
|
32082
|
-
transition: all 320ms ease;
|
|
32083
|
-
}
|
|
32084
|
-
|
|
32085
|
-
.E_m196gn1d {
|
|
32086
|
-
min-width: 1280px;
|
|
32087
|
-
}
|
|
32088
|
-
|
|
32089
32089
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32090
32090
|
border-radius: 6px;
|
|
32091
32091
|
}
|
|
@@ -32310,41 +32310,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32310
32310
|
opacity: 0.8;
|
|
32311
32311
|
}
|
|
32312
32312
|
|
|
32313
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32314
|
-
margin-right: 2px;
|
|
32315
|
-
}
|
|
32316
|
-
|
|
32317
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32318
|
-
padding-left: 8px;
|
|
32319
|
-
padding-right: 8px;
|
|
32320
|
-
font-size: 12px;
|
|
32321
|
-
}
|
|
32322
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32323
|
-
border-radius: 4px;
|
|
32324
|
-
}
|
|
32325
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32326
|
-
border-radius: 4px;
|
|
32327
|
-
}
|
|
32328
|
-
|
|
32329
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32330
|
-
padding-left: 12px;
|
|
32331
|
-
padding-right: 12px;
|
|
32332
|
-
}
|
|
32333
|
-
|
|
32334
|
-
.E_ckld275 {
|
|
32335
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32336
|
-
}
|
|
32337
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32338
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32339
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32340
|
-
}
|
|
32341
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32342
|
-
background-color: transparent;
|
|
32343
|
-
}
|
|
32344
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32345
|
-
background-color: transparent;
|
|
32346
|
-
}
|
|
32347
|
-
|
|
32348
32313
|
.E_suhck3k {
|
|
32349
32314
|
height: 24px;
|
|
32350
32315
|
width: 24px;
|
|
@@ -32411,6 +32376,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32411
32376
|
margin-top: 8px;
|
|
32412
32377
|
}
|
|
32413
32378
|
|
|
32379
|
+
.E_m5foqp8.medium {
|
|
32380
|
+
--footer-height: 96px;
|
|
32381
|
+
--modal-content-width: 720px;
|
|
32382
|
+
--modal-content-min-height: 200px;
|
|
32383
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32384
|
+
--modal-content-padding-top: 24px;
|
|
32385
|
+
--modal-content-padding-bottom: 32px;
|
|
32386
|
+
--modal-content-padding-x: 60px;
|
|
32387
|
+
--modal-footer-padding: 0 60px;
|
|
32388
|
+
}
|
|
32389
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32390
|
+
height: calc(100vh - 80px);
|
|
32391
|
+
width: calc(100vw - 160px);
|
|
32392
|
+
}
|
|
32393
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32394
|
+
width: 100%;
|
|
32395
|
+
height: 100%;
|
|
32396
|
+
max-width: unset;
|
|
32397
|
+
max-height: unset;
|
|
32398
|
+
display: flex;
|
|
32399
|
+
flex-direction: column;
|
|
32400
|
+
}
|
|
32401
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32402
|
+
flex: 1;
|
|
32403
|
+
}
|
|
32404
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32405
|
+
height: 32px;
|
|
32406
|
+
}
|
|
32407
|
+
|
|
32414
32408
|
.E_hrhfj7c {
|
|
32415
32409
|
display: none;
|
|
32416
32410
|
}
|
|
@@ -32631,33 +32625,39 @@ input.E_rf8rlle.ant-input {
|
|
|
32631
32625
|
font-size: 14px;
|
|
32632
32626
|
}
|
|
32633
32627
|
|
|
32634
|
-
.
|
|
32635
|
-
|
|
32636
|
-
--modal-content-width: 720px;
|
|
32637
|
-
--modal-content-min-height: 200px;
|
|
32638
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32639
|
-
--modal-content-padding-top: 24px;
|
|
32640
|
-
--modal-content-padding-bottom: 32px;
|
|
32641
|
-
--modal-content-padding-x: 60px;
|
|
32642
|
-
--modal-footer-padding: 0 60px;
|
|
32628
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32629
|
+
margin-right: 2px;
|
|
32643
32630
|
}
|
|
32644
|
-
|
|
32645
|
-
|
|
32646
|
-
|
|
32631
|
+
|
|
32632
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32633
|
+
padding-left: 8px;
|
|
32634
|
+
padding-right: 8px;
|
|
32635
|
+
font-size: 12px;
|
|
32647
32636
|
}
|
|
32648
|
-
.
|
|
32649
|
-
|
|
32650
|
-
height: 100%;
|
|
32651
|
-
max-width: unset;
|
|
32652
|
-
max-height: unset;
|
|
32653
|
-
display: flex;
|
|
32654
|
-
flex-direction: column;
|
|
32637
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32638
|
+
border-radius: 4px;
|
|
32655
32639
|
}
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32640
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32641
|
+
border-radius: 4px;
|
|
32658
32642
|
}
|
|
32659
|
-
|
|
32660
|
-
|
|
32643
|
+
|
|
32644
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32645
|
+
padding-left: 12px;
|
|
32646
|
+
padding-right: 12px;
|
|
32647
|
+
}
|
|
32648
|
+
|
|
32649
|
+
.E_ckld275 {
|
|
32650
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32651
|
+
}
|
|
32652
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32653
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32654
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32655
|
+
}
|
|
32656
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32657
|
+
background-color: transparent;
|
|
32658
|
+
}
|
|
32659
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32660
|
+
background-color: transparent;
|
|
32661
32661
|
}
|
|
32662
32662
|
|
|
32663
32663
|
.E_ckaaqep {
|
|
@@ -32668,6 +32668,58 @@ input.E_rf8rlle.ant-input {
|
|
|
32668
32668
|
width: 1px;
|
|
32669
32669
|
}
|
|
32670
32670
|
|
|
32671
|
+
button.E_l48ei06.ant-btn,
|
|
32672
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32673
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32674
|
+
font-size: 12px;
|
|
32675
|
+
line-height: 18px;
|
|
32676
|
+
height: 18px;
|
|
32677
|
+
}
|
|
32678
|
+
|
|
32679
|
+
button.E_l48ei06 {
|
|
32680
|
+
color: #0080FF;
|
|
32681
|
+
height: unset;
|
|
32682
|
+
}
|
|
32683
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
32684
|
+
margin-right: 4px;
|
|
32685
|
+
}
|
|
32686
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
32687
|
+
margin-left: 4px;
|
|
32688
|
+
}
|
|
32689
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32690
|
+
color: #009DFF;
|
|
32691
|
+
}
|
|
32692
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32693
|
+
color: #005ED1;
|
|
32694
|
+
}
|
|
32695
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32696
|
+
color: #0080FF;
|
|
32697
|
+
}
|
|
32698
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32699
|
+
color: #00122E;
|
|
32700
|
+
}
|
|
32701
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32702
|
+
color: #0080FF;
|
|
32703
|
+
}
|
|
32704
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32705
|
+
color: #005ED1;
|
|
32706
|
+
}
|
|
32707
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32708
|
+
color: #00122E;
|
|
32709
|
+
}
|
|
32710
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32711
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32712
|
+
}
|
|
32713
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32714
|
+
color: #0080FF;
|
|
32715
|
+
}
|
|
32716
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32717
|
+
color: #005ED1;
|
|
32718
|
+
}
|
|
32719
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32720
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32721
|
+
}
|
|
32722
|
+
|
|
32671
32723
|
.E_sddwhm6 {
|
|
32672
32724
|
margin: 0;
|
|
32673
32725
|
border-radius: 20px;
|
|
@@ -32743,56 +32795,224 @@ input.E_rf8rlle.ant-input {
|
|
|
32743
32795
|
display: inline-block;
|
|
32744
32796
|
}
|
|
32745
32797
|
|
|
32746
|
-
|
|
32747
|
-
|
|
32748
|
-
|
|
32749
|
-
|
|
32750
|
-
|
|
32751
|
-
|
|
32752
|
-
|
|
32753
|
-
|
|
32754
|
-
|
|
32755
|
-
|
|
32756
|
-
height: unset;
|
|
32798
|
+
.E_h12yihis {
|
|
32799
|
+
height: 50px;
|
|
32800
|
+
border-bottom: 2px solid #edf0f7;
|
|
32801
|
+
background: #fff;
|
|
32802
|
+
display: flex;
|
|
32803
|
+
justify-content: space-between;
|
|
32804
|
+
align-items: center;
|
|
32805
|
+
padding: 0 24px 0 14px;
|
|
32806
|
+
position: relative;
|
|
32807
|
+
z-index: 10;
|
|
32757
32808
|
}
|
|
32758
|
-
|
|
32759
|
-
|
|
32809
|
+
.E_h12yihis .left,
|
|
32810
|
+
.E_h12yihis .right,
|
|
32811
|
+
.E_h12yihis .center {
|
|
32812
|
+
display: flex;
|
|
32813
|
+
align-items: center;
|
|
32814
|
+
flex: 1;
|
|
32815
|
+
flex-shrink: 0;
|
|
32760
32816
|
}
|
|
32761
|
-
|
|
32817
|
+
.E_h12yihis .center {
|
|
32818
|
+
flex: 0.8;
|
|
32819
|
+
}
|
|
32820
|
+
.E_h12yihis .right {
|
|
32821
|
+
justify-content: flex-end;
|
|
32822
|
+
}
|
|
32823
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
32824
|
+
opacity: 1;
|
|
32825
|
+
}
|
|
32826
|
+
.E_h12yihis .right .btn-group {
|
|
32827
|
+
margin-left: 32px;
|
|
32828
|
+
position: relative;
|
|
32829
|
+
display: flex;
|
|
32830
|
+
align-items: center;
|
|
32831
|
+
}
|
|
32832
|
+
.E_h12yihis .right .btn-group:before {
|
|
32833
|
+
content: "";
|
|
32834
|
+
opacity: 0;
|
|
32835
|
+
height: 24px;
|
|
32836
|
+
width: 1px;
|
|
32837
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32838
|
+
position: absolute;
|
|
32839
|
+
left: -16px;
|
|
32840
|
+
top: 50%;
|
|
32841
|
+
transform: translateY(-50%);
|
|
32842
|
+
transition: opacity 160ms ease;
|
|
32843
|
+
}
|
|
32844
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
32845
|
+
transition: all 160ms ease;
|
|
32846
|
+
cursor: pointer;
|
|
32847
|
+
width: 56px;
|
|
32848
|
+
height: 40px;
|
|
32849
|
+
display: inline-flex;
|
|
32850
|
+
align-items: center;
|
|
32851
|
+
justify-content: center;
|
|
32852
|
+
border-radius: 6px;
|
|
32853
|
+
}
|
|
32854
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
32855
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32856
|
+
}
|
|
32857
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
32858
|
+
transform: translateY(2px);
|
|
32859
|
+
transition: all 320ms ease;
|
|
32860
|
+
}
|
|
32861
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
32762
32862
|
margin-left: 4px;
|
|
32763
32863
|
}
|
|
32764
|
-
|
|
32765
|
-
|
|
32864
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
32865
|
+
height: 48px;
|
|
32866
|
+
overflow: hidden;
|
|
32867
|
+
display: flex;
|
|
32868
|
+
align-items: center;
|
|
32869
|
+
padding: 0 4px;
|
|
32870
|
+
margin: 0 -4px;
|
|
32766
32871
|
}
|
|
32767
|
-
|
|
32768
|
-
|
|
32872
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
32873
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
32874
|
+
transform: translateY(0);
|
|
32769
32875
|
}
|
|
32770
|
-
|
|
32771
|
-
|
|
32876
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
32877
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32878
|
+
height: 48px;
|
|
32879
|
+
transform: translateY(100%);
|
|
32880
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
32881
|
+
display: inline-flex;
|
|
32882
|
+
align-items: center;
|
|
32772
32883
|
}
|
|
32773
|
-
|
|
32774
|
-
|
|
32884
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32885
|
+
margin-right: 10px;
|
|
32775
32886
|
}
|
|
32776
|
-
|
|
32777
|
-
|
|
32887
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
32888
|
+
width: 32px;
|
|
32889
|
+
height: 32px;
|
|
32890
|
+
border-radius: 6px;
|
|
32778
32891
|
}
|
|
32779
|
-
|
|
32780
|
-
|
|
32892
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
32893
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32781
32894
|
}
|
|
32782
|
-
|
|
32783
|
-
|
|
32895
|
+
.E_h12yihis .alert,
|
|
32896
|
+
.E_h12yihis .task {
|
|
32897
|
+
position: relative;
|
|
32784
32898
|
}
|
|
32785
|
-
|
|
32786
|
-
|
|
32899
|
+
.E_h12yihis .alert .alert-icon,
|
|
32900
|
+
.E_h12yihis .alert .task-icon,
|
|
32901
|
+
.E_h12yihis .task .alert-icon,
|
|
32902
|
+
.E_h12yihis .task .task-icon {
|
|
32903
|
+
width: 56px;
|
|
32904
|
+
height: 40px;
|
|
32905
|
+
justify-content: center;
|
|
32787
32906
|
}
|
|
32788
|
-
|
|
32789
|
-
|
|
32907
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
32908
|
+
.E_h12yihis .task .ant-badge-count {
|
|
32909
|
+
right: 16px;
|
|
32910
|
+
top: 10px;
|
|
32790
32911
|
}
|
|
32791
|
-
|
|
32792
|
-
|
|
32912
|
+
.E_h12yihis .logo {
|
|
32913
|
+
display: inline-flex;
|
|
32914
|
+
align-items: center;
|
|
32793
32915
|
}
|
|
32794
|
-
|
|
32795
|
-
|
|
32916
|
+
.E_h12yihis .left {
|
|
32917
|
+
position: relative;
|
|
32918
|
+
}
|
|
32919
|
+
.E_h12yihis .left .events-audit-title {
|
|
32920
|
+
font-size: 20px;
|
|
32921
|
+
line-height: 24px;
|
|
32922
|
+
font-weight: bold;
|
|
32923
|
+
color: #1d326c;
|
|
32924
|
+
margin: 0px 8px;
|
|
32925
|
+
}
|
|
32926
|
+
.E_h12yihis .left .global-search {
|
|
32927
|
+
margin-left: 6px;
|
|
32928
|
+
}
|
|
32929
|
+
.E_h12yihis.global-search-active {
|
|
32930
|
+
z-index: 11;
|
|
32931
|
+
}
|
|
32932
|
+
.E_h12yihis.global-search-active .left {
|
|
32933
|
+
flex: 1;
|
|
32934
|
+
margin-right: 32px;
|
|
32935
|
+
}
|
|
32936
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
32937
|
+
display: flex;
|
|
32938
|
+
flex: 1;
|
|
32939
|
+
}
|
|
32940
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
32941
|
+
border-color: #0080ff;
|
|
32942
|
+
width: 100%;
|
|
32943
|
+
}
|
|
32944
|
+
.E_h12yihis.global-search-active .center {
|
|
32945
|
+
display: none;
|
|
32946
|
+
}
|
|
32947
|
+
.E_h12yihis.global-search-active .right {
|
|
32948
|
+
flex: 0 1 auto;
|
|
32949
|
+
}
|
|
32950
|
+
.E_h12yihis .ant-badge-count {
|
|
32951
|
+
pointer-events: none;
|
|
32952
|
+
}
|
|
32953
|
+
|
|
32954
|
+
.E_ncaepor {
|
|
32955
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32956
|
+
position: relative;
|
|
32957
|
+
height: 48px;
|
|
32958
|
+
display: inline-flex;
|
|
32959
|
+
align-items: center;
|
|
32960
|
+
justify-content: center;
|
|
32961
|
+
overflow: hidden;
|
|
32962
|
+
}
|
|
32963
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
32964
|
+
content: "";
|
|
32965
|
+
width: 100%;
|
|
32966
|
+
height: 12px;
|
|
32967
|
+
position: absolute;
|
|
32968
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
32969
|
+
}
|
|
32970
|
+
.E_ncaepor:before {
|
|
32971
|
+
top: 0;
|
|
32972
|
+
}
|
|
32973
|
+
.E_ncaepor:after {
|
|
32974
|
+
bottom: 0;
|
|
32975
|
+
}
|
|
32976
|
+
.E_ncaepor > * {
|
|
32977
|
+
height: 48px;
|
|
32978
|
+
display: inline-flex;
|
|
32979
|
+
align-items: center;
|
|
32980
|
+
white-space: nowrap;
|
|
32981
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
32982
|
+
}
|
|
32983
|
+
.E_ncaepor .name-text {
|
|
32984
|
+
transform: translateY(0);
|
|
32985
|
+
opacity: 1;
|
|
32986
|
+
}
|
|
32987
|
+
.E_ncaepor .nav-info {
|
|
32988
|
+
transform: translateY(100%);
|
|
32989
|
+
opacity: 0;
|
|
32990
|
+
font-size: 18px;
|
|
32991
|
+
font-weight: 700;
|
|
32992
|
+
position: absolute;
|
|
32993
|
+
overflow: hidden;
|
|
32994
|
+
display: flex;
|
|
32995
|
+
justify-content: center;
|
|
32996
|
+
}
|
|
32997
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
32998
|
+
color: #1d326c;
|
|
32999
|
+
flex: 1;
|
|
33000
|
+
overflow: hidden;
|
|
33001
|
+
text-overflow: ellipsis;
|
|
33002
|
+
}
|
|
33003
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33004
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33005
|
+
margin-left: 8px;
|
|
33006
|
+
}
|
|
33007
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33008
|
+
transform: translateY(-100%);
|
|
33009
|
+
opacity: 0;
|
|
33010
|
+
position: absolute;
|
|
33011
|
+
}
|
|
33012
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33013
|
+
transform: translateY(0);
|
|
33014
|
+
opacity: 1;
|
|
33015
|
+
position: static;
|
|
32796
33016
|
}
|
|
32797
33017
|
|
|
32798
33018
|
.E_tc97u5y {
|
|
@@ -33139,425 +33359,99 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33139
33359
|
font-size: 20px;
|
|
33140
33360
|
color: rgba(10, 37, 85, 0.6);
|
|
33141
33361
|
}
|
|
33142
|
-
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33143
|
-
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33144
|
-
z-index: 10;
|
|
33145
|
-
}
|
|
33146
|
-
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33147
|
-
padding: 0 !important;
|
|
33148
|
-
position: relative;
|
|
33149
|
-
background: #fff;
|
|
33150
|
-
}
|
|
33151
|
-
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33152
|
-
height: 100%;
|
|
33153
|
-
display: flex;
|
|
33154
|
-
align-items: center;
|
|
33155
|
-
justify-content: flex-end;
|
|
33156
|
-
padding-right: 8px;
|
|
33157
|
-
}
|
|
33158
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33159
|
-
width: 24px;
|
|
33160
|
-
height: 24px;
|
|
33161
|
-
cursor: pointer;
|
|
33162
|
-
justify-content: center;
|
|
33163
|
-
border-radius: 4px;
|
|
33164
|
-
}
|
|
33165
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33166
|
-
background: #fff;
|
|
33167
|
-
}
|
|
33168
|
-
|
|
33169
|
-
.E_h12yihis {
|
|
33170
|
-
height: 50px;
|
|
33171
|
-
border-bottom: 2px solid #edf0f7;
|
|
33172
|
-
background: #fff;
|
|
33173
|
-
display: flex;
|
|
33174
|
-
justify-content: space-between;
|
|
33175
|
-
align-items: center;
|
|
33176
|
-
padding: 0 24px 0 14px;
|
|
33177
|
-
position: relative;
|
|
33178
|
-
z-index: 10;
|
|
33179
|
-
}
|
|
33180
|
-
.E_h12yihis .left,
|
|
33181
|
-
.E_h12yihis .right,
|
|
33182
|
-
.E_h12yihis .center {
|
|
33183
|
-
display: flex;
|
|
33184
|
-
align-items: center;
|
|
33185
|
-
flex: 1;
|
|
33186
|
-
flex-shrink: 0;
|
|
33187
|
-
}
|
|
33188
|
-
.E_h12yihis .center {
|
|
33189
|
-
flex: 0.8;
|
|
33190
|
-
}
|
|
33191
|
-
.E_h12yihis .right {
|
|
33192
|
-
justify-content: flex-end;
|
|
33193
|
-
}
|
|
33194
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33195
|
-
opacity: 1;
|
|
33196
|
-
}
|
|
33197
|
-
.E_h12yihis .right .btn-group {
|
|
33198
|
-
margin-left: 32px;
|
|
33199
|
-
position: relative;
|
|
33200
|
-
display: flex;
|
|
33201
|
-
align-items: center;
|
|
33202
|
-
}
|
|
33203
|
-
.E_h12yihis .right .btn-group:before {
|
|
33204
|
-
content: "";
|
|
33205
|
-
opacity: 0;
|
|
33206
|
-
height: 24px;
|
|
33207
|
-
width: 1px;
|
|
33208
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33209
|
-
position: absolute;
|
|
33210
|
-
left: -16px;
|
|
33211
|
-
top: 50%;
|
|
33212
|
-
transform: translateY(-50%);
|
|
33213
|
-
transition: opacity 160ms ease;
|
|
33214
|
-
}
|
|
33215
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
33216
|
-
transition: all 160ms ease;
|
|
33217
|
-
cursor: pointer;
|
|
33218
|
-
width: 56px;
|
|
33219
|
-
height: 40px;
|
|
33220
|
-
display: inline-flex;
|
|
33221
|
-
align-items: center;
|
|
33222
|
-
justify-content: center;
|
|
33223
|
-
border-radius: 6px;
|
|
33224
|
-
}
|
|
33225
|
-
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33226
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33227
|
-
}
|
|
33228
|
-
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33229
|
-
transform: translateY(2px);
|
|
33230
|
-
transition: all 320ms ease;
|
|
33231
|
-
}
|
|
33232
|
-
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33233
|
-
margin-left: 4px;
|
|
33234
|
-
}
|
|
33235
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
33236
|
-
height: 48px;
|
|
33237
|
-
overflow: hidden;
|
|
33238
|
-
display: flex;
|
|
33239
|
-
align-items: center;
|
|
33240
|
-
padding: 0 4px;
|
|
33241
|
-
margin: 0 -4px;
|
|
33242
|
-
}
|
|
33243
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33244
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33245
|
-
transform: translateY(0);
|
|
33246
|
-
}
|
|
33247
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33248
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33249
|
-
height: 48px;
|
|
33250
|
-
transform: translateY(100%);
|
|
33251
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33252
|
-
display: inline-flex;
|
|
33253
|
-
align-items: center;
|
|
33254
|
-
}
|
|
33255
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33256
|
-
margin-right: 10px;
|
|
33257
|
-
}
|
|
33258
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33259
|
-
width: 32px;
|
|
33260
|
-
height: 32px;
|
|
33261
|
-
border-radius: 6px;
|
|
33262
|
-
}
|
|
33263
|
-
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33264
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33265
|
-
}
|
|
33266
|
-
.E_h12yihis .alert,
|
|
33267
|
-
.E_h12yihis .task {
|
|
33268
|
-
position: relative;
|
|
33269
|
-
}
|
|
33270
|
-
.E_h12yihis .alert .alert-icon,
|
|
33271
|
-
.E_h12yihis .alert .task-icon,
|
|
33272
|
-
.E_h12yihis .task .alert-icon,
|
|
33273
|
-
.E_h12yihis .task .task-icon {
|
|
33274
|
-
width: 56px;
|
|
33275
|
-
height: 40px;
|
|
33276
|
-
justify-content: center;
|
|
33277
|
-
}
|
|
33278
|
-
.E_h12yihis .alert .ant-badge-count,
|
|
33279
|
-
.E_h12yihis .task .ant-badge-count {
|
|
33280
|
-
right: 16px;
|
|
33281
|
-
top: 10px;
|
|
33282
|
-
}
|
|
33283
|
-
.E_h12yihis .logo {
|
|
33284
|
-
display: inline-flex;
|
|
33285
|
-
align-items: center;
|
|
33286
|
-
}
|
|
33287
|
-
.E_h12yihis .left {
|
|
33288
|
-
position: relative;
|
|
33289
|
-
}
|
|
33290
|
-
.E_h12yihis .left .events-audit-title {
|
|
33291
|
-
font-size: 20px;
|
|
33292
|
-
line-height: 24px;
|
|
33293
|
-
font-weight: bold;
|
|
33294
|
-
color: #1d326c;
|
|
33295
|
-
margin: 0px 8px;
|
|
33296
|
-
}
|
|
33297
|
-
.E_h12yihis .left .global-search {
|
|
33298
|
-
margin-left: 6px;
|
|
33299
|
-
}
|
|
33300
|
-
.E_h12yihis.global-search-active {
|
|
33301
|
-
z-index: 11;
|
|
33302
|
-
}
|
|
33303
|
-
.E_h12yihis.global-search-active .left {
|
|
33304
|
-
flex: 1;
|
|
33305
|
-
margin-right: 32px;
|
|
33306
|
-
}
|
|
33307
|
-
.E_h12yihis.global-search-active .left .global-search {
|
|
33308
|
-
display: flex;
|
|
33309
|
-
flex: 1;
|
|
33310
|
-
}
|
|
33311
|
-
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33312
|
-
border-color: #0080ff;
|
|
33313
|
-
width: 100%;
|
|
33314
|
-
}
|
|
33315
|
-
.E_h12yihis.global-search-active .center {
|
|
33316
|
-
display: none;
|
|
33317
|
-
}
|
|
33318
|
-
.E_h12yihis.global-search-active .right {
|
|
33319
|
-
flex: 0 1 auto;
|
|
33320
|
-
}
|
|
33321
|
-
.E_h12yihis .ant-badge-count {
|
|
33322
|
-
pointer-events: none;
|
|
33323
|
-
}
|
|
33324
|
-
|
|
33325
|
-
.E_ncaepor {
|
|
33326
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33327
|
-
position: relative;
|
|
33328
|
-
height: 48px;
|
|
33329
|
-
display: inline-flex;
|
|
33330
|
-
align-items: center;
|
|
33331
|
-
justify-content: center;
|
|
33332
|
-
overflow: hidden;
|
|
33333
|
-
}
|
|
33334
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
33335
|
-
content: "";
|
|
33336
|
-
width: 100%;
|
|
33337
|
-
height: 12px;
|
|
33338
|
-
position: absolute;
|
|
33339
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33340
|
-
}
|
|
33341
|
-
.E_ncaepor:before {
|
|
33342
|
-
top: 0;
|
|
33343
|
-
}
|
|
33344
|
-
.E_ncaepor:after {
|
|
33345
|
-
bottom: 0;
|
|
33346
|
-
}
|
|
33347
|
-
.E_ncaepor > * {
|
|
33348
|
-
height: 48px;
|
|
33349
|
-
display: inline-flex;
|
|
33350
|
-
align-items: center;
|
|
33351
|
-
white-space: nowrap;
|
|
33352
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33353
|
-
}
|
|
33354
|
-
.E_ncaepor .name-text {
|
|
33355
|
-
transform: translateY(0);
|
|
33356
|
-
opacity: 1;
|
|
33357
|
-
}
|
|
33358
|
-
.E_ncaepor .nav-info {
|
|
33359
|
-
transform: translateY(100%);
|
|
33360
|
-
opacity: 0;
|
|
33361
|
-
font-size: 18px;
|
|
33362
|
-
font-weight: 700;
|
|
33363
|
-
position: absolute;
|
|
33364
|
-
overflow: hidden;
|
|
33365
|
-
display: flex;
|
|
33366
|
-
justify-content: center;
|
|
33367
|
-
}
|
|
33368
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
33369
|
-
color: #1d326c;
|
|
33370
|
-
flex: 1;
|
|
33371
|
-
overflow: hidden;
|
|
33372
|
-
text-overflow: ellipsis;
|
|
33373
|
-
}
|
|
33374
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
33375
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33376
|
-
margin-left: 8px;
|
|
33377
|
-
}
|
|
33378
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
33379
|
-
transform: translateY(-100%);
|
|
33380
|
-
opacity: 0;
|
|
33381
|
-
position: absolute;
|
|
33382
|
-
}
|
|
33383
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
33384
|
-
transform: translateY(0);
|
|
33385
|
-
opacity: 1;
|
|
33386
|
-
position: static;
|
|
33387
|
-
}
|
|
33388
|
-
|
|
33389
|
-
.E_c1yd35n {
|
|
33390
|
-
padding: 0 12px 14px 12px;
|
|
33391
|
-
}
|
|
33392
|
-
|
|
33393
|
-
.E_ckui4s7 {
|
|
33394
|
-
color: #2d3a56;
|
|
33395
|
-
line-height: 22px;
|
|
33396
|
-
display: inline-flex;
|
|
33397
|
-
}
|
|
33398
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33399
|
-
height: 22px;
|
|
33400
|
-
display: flex;
|
|
33401
|
-
align-items: center;
|
|
33402
|
-
top: 0;
|
|
33403
|
-
}
|
|
33404
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33405
|
-
border: none;
|
|
33406
|
-
}
|
|
33407
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33408
|
-
border-color: #0080ff;
|
|
33409
|
-
}
|
|
33410
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33411
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33412
|
-
}
|
|
33413
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33414
|
-
border: 1px solid #0080ff;
|
|
33415
|
-
}
|
|
33416
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33417
|
-
background: #0080ff;
|
|
33418
|
-
}
|
|
33419
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33420
|
-
background-color: #fff;
|
|
33421
|
-
height: 2px;
|
|
33422
|
-
width: 10px;
|
|
33423
|
-
border-radius: 2px;
|
|
33424
|
-
}
|
|
33425
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33426
|
-
opacity: 0.5;
|
|
33427
|
-
}
|
|
33428
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33429
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33430
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33431
|
-
}
|
|
33432
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33433
|
-
border-color: #2d3a56;
|
|
33434
|
-
}
|
|
33435
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33436
|
-
background: #2d3a56;
|
|
33437
|
-
}
|
|
33438
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33439
|
-
padding: 0;
|
|
33362
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33363
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33364
|
+
z-index: 10;
|
|
33440
33365
|
}
|
|
33441
|
-
.
|
|
33442
|
-
|
|
33443
|
-
|
|
33444
|
-
|
|
33366
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33367
|
+
padding: 0 !important;
|
|
33368
|
+
position: relative;
|
|
33369
|
+
background: #fff;
|
|
33445
33370
|
}
|
|
33446
|
-
.
|
|
33447
|
-
|
|
33448
|
-
|
|
33371
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33372
|
+
height: 100%;
|
|
33373
|
+
display: flex;
|
|
33374
|
+
align-items: center;
|
|
33375
|
+
justify-content: flex-end;
|
|
33376
|
+
padding-right: 8px;
|
|
33449
33377
|
}
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33378
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33379
|
+
width: 24px;
|
|
33380
|
+
height: 24px;
|
|
33381
|
+
cursor: pointer;
|
|
33382
|
+
justify-content: center;
|
|
33383
|
+
border-radius: 4px;
|
|
33452
33384
|
}
|
|
33453
|
-
.
|
|
33454
|
-
|
|
33385
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33386
|
+
background: #fff;
|
|
33455
33387
|
}
|
|
33456
33388
|
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33459
|
-
|
|
33389
|
+
.E_l1ucdodl {
|
|
33390
|
+
margin: 0;
|
|
33391
|
+
border-radius: 20px;
|
|
33392
|
+
padding: 2px 10px;
|
|
33393
|
+
height: 22px;
|
|
33460
33394
|
display: flex;
|
|
33461
|
-
justify-content: space-between;
|
|
33462
33395
|
align-items: center;
|
|
33463
33396
|
}
|
|
33464
|
-
.
|
|
33465
|
-
|
|
33397
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33398
|
+
color: #FFFFFF;
|
|
33466
33399
|
}
|
|
33467
|
-
.
|
|
33400
|
+
.E_l1ucdodl.tag-hover {
|
|
33468
33401
|
cursor: pointer;
|
|
33469
|
-
color: #00122e;
|
|
33470
33402
|
}
|
|
33471
|
-
.
|
|
33472
|
-
color: #
|
|
33473
|
-
font-weight: 600;
|
|
33403
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33404
|
+
color: #00122E;
|
|
33474
33405
|
}
|
|
33475
|
-
.
|
|
33476
|
-
|
|
33406
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33407
|
+
margin-right: 6px;
|
|
33477
33408
|
}
|
|
33478
|
-
.
|
|
33479
|
-
|
|
33480
|
-
|
|
33409
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33410
|
+
margin-left: 8px;
|
|
33411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33481
33412
|
}
|
|
33482
|
-
.
|
|
33483
|
-
|
|
33484
|
-
align-items: center;
|
|
33485
|
-
user-select: none;
|
|
33486
|
-
flex-grow: 1;
|
|
33487
|
-
font-size: 12px;
|
|
33488
|
-
line-height: 18px;
|
|
33489
|
-
color: #2d3a56;
|
|
33490
|
-
font-weight: 700;
|
|
33413
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33414
|
+
color: #FFFFFF;
|
|
33491
33415
|
}
|
|
33492
|
-
.
|
|
33493
|
-
|
|
33494
|
-
margin-right: 2px;
|
|
33416
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33417
|
+
background-color: #0080FF;
|
|
33495
33418
|
}
|
|
33496
|
-
|
|
33497
|
-
|
|
33498
|
-
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);
|
|
33419
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33420
|
+
background-color: #F0483E;
|
|
33499
33421
|
}
|
|
33500
|
-
|
|
33501
|
-
|
|
33502
|
-
border-radius: 8px;
|
|
33503
|
-
background-color: white;
|
|
33422
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33423
|
+
background-color: #FEA008;
|
|
33504
33424
|
}
|
|
33505
|
-
.
|
|
33506
|
-
|
|
33425
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33426
|
+
background-color: #00BA5D;
|
|
33507
33427
|
}
|
|
33508
|
-
.
|
|
33509
|
-
|
|
33510
|
-
|
|
33511
|
-
|
|
33428
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33429
|
+
background-color: #6b7d99;
|
|
33430
|
+
}
|
|
33431
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33432
|
+
background-color: #7E41FF;
|
|
33512
33433
|
}
|
|
33513
33434
|
|
|
33514
|
-
.
|
|
33515
|
-
width:
|
|
33516
|
-
height:
|
|
33517
|
-
|
|
33518
|
-
|
|
33519
|
-
justify-content: center;
|
|
33520
|
-
position: relative;
|
|
33521
|
-
opacity: 0.2;
|
|
33435
|
+
.E_s1qj66nc {
|
|
33436
|
+
width: 8px;
|
|
33437
|
+
height: 8px;
|
|
33438
|
+
border-radius: 50%;
|
|
33439
|
+
display: inline-block;
|
|
33522
33440
|
}
|
|
33523
33441
|
|
|
33524
|
-
.
|
|
33525
|
-
|
|
33526
|
-
|
|
33527
|
-
|
|
33528
|
-
|
|
33529
|
-
top: 40.5px;
|
|
33530
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33531
|
-
border-radius: 5px;
|
|
33532
|
-
transform: rotate(-128deg);
|
|
33533
|
-
transform-origin: top left;
|
|
33534
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33442
|
+
.E_s5x1boq {
|
|
33443
|
+
width: 8px;
|
|
33444
|
+
height: 8px;
|
|
33445
|
+
border-radius: 2px;
|
|
33446
|
+
display: inline-block;
|
|
33535
33447
|
}
|
|
33536
33448
|
|
|
33537
|
-
.
|
|
33538
|
-
|
|
33539
|
-
width: 5px;
|
|
33540
|
-
height: 48px;
|
|
33541
|
-
left: 40.8px;
|
|
33542
|
-
top: 8.4px;
|
|
33543
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33544
|
-
border-radius: 5px;
|
|
33545
|
-
transform: rotate(-8deg);
|
|
33546
|
-
transform-origin: top left;
|
|
33547
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33449
|
+
.E_c1xm185 {
|
|
33450
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33548
33451
|
}
|
|
33549
33452
|
|
|
33550
|
-
.
|
|
33551
|
-
|
|
33552
|
-
width: 5px;
|
|
33553
|
-
height: 48px;
|
|
33554
|
-
left: 52.9px;
|
|
33555
|
-
top: 51.8px;
|
|
33556
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33557
|
-
border-radius: 5px;
|
|
33558
|
-
transform: rotate(112deg);
|
|
33559
|
-
transform-origin: top left;
|
|
33560
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33453
|
+
.E_c1x5l5qc {
|
|
33454
|
+
flex: 1;
|
|
33561
33455
|
}
|
|
33562
33456
|
|
|
33563
33457
|
.E_u3l9ivi {
|
|
@@ -33717,64 +33611,200 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33717
33611
|
align-items: self-start;
|
|
33718
33612
|
color: #00122e;
|
|
33719
33613
|
}
|
|
33720
|
-
.E_ftdwz1g .file-size,
|
|
33721
|
-
.E_ftdwz1g .file-size-unit {
|
|
33722
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33614
|
+
.E_ftdwz1g .file-size,
|
|
33615
|
+
.E_ftdwz1g .file-size-unit {
|
|
33616
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33617
|
+
}
|
|
33618
|
+
.E_ftdwz1g .file-info {
|
|
33619
|
+
flex-grow: 1;
|
|
33620
|
+
overflow: hidden;
|
|
33621
|
+
}
|
|
33622
|
+
.E_ftdwz1g .icon-wrapper {
|
|
33623
|
+
margin-top: 2px;
|
|
33624
|
+
cursor: pointer;
|
|
33625
|
+
}
|
|
33626
|
+
.E_ftdwz1g .upload-file-error {
|
|
33627
|
+
color: #f0483e;
|
|
33628
|
+
}
|
|
33629
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
33630
|
+
background: rgba(255, 74, 74, 0.1);
|
|
33631
|
+
}
|
|
33632
|
+
.E_ftdwz1g.disabled {
|
|
33633
|
+
opacity: 0.5;
|
|
33634
|
+
}
|
|
33635
|
+
|
|
33636
|
+
.E_ckui4s7 {
|
|
33637
|
+
color: #2d3a56;
|
|
33638
|
+
line-height: 22px;
|
|
33639
|
+
display: inline-flex;
|
|
33640
|
+
}
|
|
33641
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33642
|
+
height: 22px;
|
|
33643
|
+
display: flex;
|
|
33644
|
+
align-items: center;
|
|
33645
|
+
top: 0;
|
|
33646
|
+
}
|
|
33647
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33648
|
+
border: none;
|
|
33649
|
+
}
|
|
33650
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33651
|
+
border-color: #0080ff;
|
|
33652
|
+
}
|
|
33653
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33654
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33655
|
+
}
|
|
33656
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33657
|
+
border: 1px solid #0080ff;
|
|
33658
|
+
}
|
|
33659
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33660
|
+
background: #0080ff;
|
|
33661
|
+
}
|
|
33662
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33663
|
+
background-color: #fff;
|
|
33664
|
+
height: 2px;
|
|
33665
|
+
width: 10px;
|
|
33666
|
+
border-radius: 2px;
|
|
33667
|
+
}
|
|
33668
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33669
|
+
opacity: 0.5;
|
|
33670
|
+
}
|
|
33671
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33672
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33673
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33674
|
+
}
|
|
33675
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33676
|
+
border-color: #2d3a56;
|
|
33677
|
+
}
|
|
33678
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33679
|
+
background: #2d3a56;
|
|
33680
|
+
}
|
|
33681
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33682
|
+
padding: 0;
|
|
33683
|
+
}
|
|
33684
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33685
|
+
display: inline-block;
|
|
33686
|
+
margin-left: 12px;
|
|
33687
|
+
color: #2d3a56;
|
|
33688
|
+
}
|
|
33689
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33690
|
+
margin-left: 28px;
|
|
33691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33692
|
+
}
|
|
33693
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33694
|
+
margin-left: 8px;
|
|
33695
|
+
}
|
|
33696
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33697
|
+
margin-left: 24px;
|
|
33698
|
+
}
|
|
33699
|
+
|
|
33700
|
+
.E_c1yd35n {
|
|
33701
|
+
padding: 0 12px 14px 12px;
|
|
33702
|
+
}
|
|
33703
|
+
|
|
33704
|
+
.E_c1kghdax {
|
|
33705
|
+
color: #2d3a56;
|
|
33706
|
+
padding: 7px 12px;
|
|
33707
|
+
display: flex;
|
|
33708
|
+
justify-content: space-between;
|
|
33709
|
+
align-items: center;
|
|
33710
|
+
}
|
|
33711
|
+
.E_c1kghdax.has-arrow {
|
|
33712
|
+
padding-left: 10px;
|
|
33713
|
+
}
|
|
33714
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33715
|
+
cursor: pointer;
|
|
33716
|
+
color: #00122e;
|
|
33717
|
+
}
|
|
33718
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33719
|
+
color: #2d3a56;
|
|
33720
|
+
font-weight: 600;
|
|
33723
33721
|
}
|
|
33724
|
-
.
|
|
33725
|
-
|
|
33726
|
-
overflow: hidden;
|
|
33722
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33723
|
+
transform: rotate(90deg);
|
|
33727
33724
|
}
|
|
33728
|
-
.
|
|
33729
|
-
|
|
33730
|
-
|
|
33725
|
+
.E_c1kghdax .sub-info {
|
|
33726
|
+
font-size: 12px;
|
|
33727
|
+
line-height: 18px;
|
|
33731
33728
|
}
|
|
33732
|
-
.
|
|
33733
|
-
|
|
33729
|
+
.E_c1kghdax .title-wrapper {
|
|
33730
|
+
display: flex;
|
|
33731
|
+
align-items: center;
|
|
33732
|
+
user-select: none;
|
|
33733
|
+
flex-grow: 1;
|
|
33734
|
+
font-size: 12px;
|
|
33735
|
+
line-height: 18px;
|
|
33736
|
+
color: #2d3a56;
|
|
33737
|
+
font-weight: 700;
|
|
33734
33738
|
}
|
|
33735
|
-
.
|
|
33736
|
-
|
|
33739
|
+
.E_c1kghdax .collapse-arrow {
|
|
33740
|
+
transition: all 50ms ease-out 0ms;
|
|
33741
|
+
margin-right: 2px;
|
|
33737
33742
|
}
|
|
33738
|
-
|
|
33739
|
-
|
|
33743
|
+
|
|
33744
|
+
.E_b14q2gmw {
|
|
33745
|
+
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);
|
|
33740
33746
|
}
|
|
33741
33747
|
|
|
33742
|
-
.
|
|
33743
|
-
|
|
33748
|
+
.E_c1eym6el {
|
|
33749
|
+
border-radius: 8px;
|
|
33750
|
+
background-color: white;
|
|
33744
33751
|
}
|
|
33745
|
-
.
|
|
33746
|
-
|
|
33747
|
-
padding-right: 4px;
|
|
33748
|
-
margin-right: 4px;
|
|
33752
|
+
.E_c1eym6el.hoverable {
|
|
33753
|
+
cursor: pointer;
|
|
33749
33754
|
}
|
|
33750
|
-
|
|
33751
|
-
|
|
33752
|
-
|
|
33753
|
-
|
|
33755
|
+
.E_c1eym6el.hoverable:hover {
|
|
33756
|
+
transition: all 200ms ease;
|
|
33757
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33758
|
+
transform: translateY(-4px);
|
|
33754
33759
|
}
|
|
33755
33760
|
|
|
33756
|
-
.
|
|
33757
|
-
|
|
33758
|
-
height:
|
|
33761
|
+
.E_lht19u8 {
|
|
33762
|
+
width: 64px;
|
|
33763
|
+
height: 64px;
|
|
33764
|
+
display: flex;
|
|
33765
|
+
align-items: center;
|
|
33766
|
+
justify-content: center;
|
|
33767
|
+
position: relative;
|
|
33768
|
+
opacity: 0.2;
|
|
33759
33769
|
}
|
|
33760
33770
|
|
|
33761
|
-
.
|
|
33762
|
-
|
|
33771
|
+
.E_lk3gkp4 {
|
|
33772
|
+
position: absolute;
|
|
33773
|
+
width: 5px;
|
|
33774
|
+
height: 48px;
|
|
33775
|
+
left: 9.33px;
|
|
33776
|
+
top: 40.5px;
|
|
33777
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33778
|
+
border-radius: 5px;
|
|
33779
|
+
transform: rotate(-128deg);
|
|
33780
|
+
transform-origin: top left;
|
|
33781
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33763
33782
|
}
|
|
33764
33783
|
|
|
33765
|
-
.
|
|
33766
|
-
|
|
33767
|
-
|
|
33784
|
+
.E_ll4n94n {
|
|
33785
|
+
position: absolute;
|
|
33786
|
+
width: 5px;
|
|
33787
|
+
height: 48px;
|
|
33788
|
+
left: 40.8px;
|
|
33789
|
+
top: 8.4px;
|
|
33790
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33791
|
+
border-radius: 5px;
|
|
33792
|
+
transform: rotate(-8deg);
|
|
33793
|
+
transform-origin: top left;
|
|
33794
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33768
33795
|
}
|
|
33769
33796
|
|
|
33770
|
-
.
|
|
33771
|
-
|
|
33772
|
-
|
|
33773
|
-
|
|
33774
|
-
|
|
33775
|
-
|
|
33776
|
-
|
|
33777
|
-
|
|
33797
|
+
.E_l17lbdo6 {
|
|
33798
|
+
position: absolute;
|
|
33799
|
+
width: 5px;
|
|
33800
|
+
height: 48px;
|
|
33801
|
+
left: 52.9px;
|
|
33802
|
+
top: 51.8px;
|
|
33803
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33804
|
+
border-radius: 5px;
|
|
33805
|
+
transform: rotate(112deg);
|
|
33806
|
+
transform-origin: top left;
|
|
33807
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33778
33808
|
}
|
|
33779
33809
|
|
|
33780
33810
|
.E_sjob3jg {
|
|
@@ -33972,77 +34002,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33972
34002
|
justify-content: center;
|
|
33973
34003
|
}
|
|
33974
34004
|
|
|
33975
|
-
.
|
|
33976
|
-
|
|
33977
|
-
|
|
34005
|
+
.E_t1tbywr9 {
|
|
34006
|
+
width: 100%;
|
|
34007
|
+
flex: 1;
|
|
34008
|
+
display: flex;
|
|
34009
|
+
flex-direction: column;
|
|
33978
34010
|
}
|
|
33979
|
-
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
|
|
33983
|
-
|
|
33984
|
-
|
|
34011
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
34012
|
+
height: 32px;
|
|
34013
|
+
}
|
|
34014
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34015
|
+
height: 32px;
|
|
34016
|
+
}
|
|
34017
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34018
|
+
height: 32px;
|
|
34019
|
+
border-top-left-radius: 6px;
|
|
34020
|
+
border-top-right-radius: 6px;
|
|
34021
|
+
padding-right: 16px;
|
|
34022
|
+
padding-left: 16px;
|
|
34023
|
+
font-size: 16px;
|
|
34024
|
+
}
|
|
34025
|
+
.E_t1tbywr9.small .tab-bar {
|
|
34026
|
+
height: 24px;
|
|
34027
|
+
}
|
|
34028
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34029
|
+
height: 24px;
|
|
34030
|
+
}
|
|
34031
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34032
|
+
height: 24px;
|
|
34033
|
+
border-top-left-radius: 4px;
|
|
34034
|
+
border-top-right-radius: 4px;
|
|
34035
|
+
padding-right: 12px;
|
|
34036
|
+
padding-left: 12px;
|
|
34037
|
+
font-size: 14px;
|
|
34038
|
+
}
|
|
34039
|
+
.E_t1tbywr9 .tab-bar {
|
|
34040
|
+
max-width: 100%;
|
|
33985
34041
|
display: flex;
|
|
33986
|
-
|
|
34042
|
+
place-items: center;
|
|
34043
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33987
34044
|
}
|
|
33988
|
-
.
|
|
33989
|
-
|
|
34045
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34046
|
+
overflow: hidden;
|
|
34047
|
+
display: flex;
|
|
34048
|
+
place-items: center;
|
|
33990
34049
|
}
|
|
33991
|
-
.
|
|
34050
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34051
|
+
padding-left: 0px;
|
|
34052
|
+
}
|
|
34053
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34054
|
+
margin-left: 12px;
|
|
34055
|
+
position: relative;
|
|
34056
|
+
}
|
|
34057
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34058
|
+
content: "";
|
|
34059
|
+
width: 1px;
|
|
34060
|
+
height: 24px;
|
|
34061
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34062
|
+
position: absolute;
|
|
34063
|
+
left: -6px;
|
|
34064
|
+
top: 50%;
|
|
34065
|
+
transform: translateY(-50%);
|
|
34066
|
+
}
|
|
34067
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34068
|
+
flex-shrink: 0;
|
|
34069
|
+
display: flex;
|
|
34070
|
+
place-items: center;
|
|
33992
34071
|
cursor: pointer;
|
|
34072
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34073
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33993
34074
|
}
|
|
33994
|
-
.
|
|
33995
|
-
|
|
34075
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34076
|
+
padding-left: 16px;
|
|
34077
|
+
color: #0080ff;
|
|
34078
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
33996
34079
|
}
|
|
33997
|
-
.
|
|
33998
|
-
margin-
|
|
34080
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34081
|
+
margin-left: 2px;
|
|
33999
34082
|
}
|
|
34000
|
-
.
|
|
34083
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34084
|
+
width: 16px;
|
|
34085
|
+
height: 16px;
|
|
34086
|
+
padding: 0;
|
|
34087
|
+
border-radius: 2px;
|
|
34001
34088
|
margin-left: 8px;
|
|
34002
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34003
34089
|
}
|
|
34004
|
-
.
|
|
34005
|
-
|
|
34090
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34091
|
+
margin-left: 8px;
|
|
34006
34092
|
}
|
|
34007
|
-
.
|
|
34008
|
-
|
|
34093
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34094
|
+
padding-left: 16px;
|
|
34095
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34096
|
+
color: #0080ff;
|
|
34009
34097
|
}
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34098
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34099
|
+
display: none;
|
|
34012
34100
|
}
|
|
34013
|
-
|
|
34014
|
-
|
|
34101
|
+
|
|
34102
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34103
|
+
color: #0080ff;
|
|
34104
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34105
|
+
}
|
|
34106
|
+
|
|
34107
|
+
.E_m19lu3v {
|
|
34108
|
+
cursor: default;
|
|
34109
|
+
}
|
|
34110
|
+
.E_m19lu3v .menu-wrapper {
|
|
34111
|
+
min-width: 160px;
|
|
34112
|
+
max-width: 400px;
|
|
34113
|
+
padding: 6px;
|
|
34114
|
+
background: #fff;
|
|
34115
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34116
|
+
border-radius: 8px;
|
|
34117
|
+
max-height: calc(100vh - 250px);
|
|
34118
|
+
overflow: auto;
|
|
34119
|
+
}
|
|
34120
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34121
|
+
display: flex;
|
|
34122
|
+
place-items: center;
|
|
34123
|
+
width: var(--itemWidth);
|
|
34124
|
+
}
|
|
34125
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34126
|
+
margin-top: 8px;
|
|
34015
34127
|
}
|
|
34016
|
-
.
|
|
34017
|
-
|
|
34128
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34129
|
+
padding: 6px;
|
|
34130
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34131
|
+
color: #0080ff;
|
|
34018
34132
|
}
|
|
34019
|
-
.
|
|
34020
|
-
|
|
34133
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34134
|
+
font-family: Inter;
|
|
34135
|
+
font-style: normal;
|
|
34136
|
+
font-weight: bold !important;
|
|
34021
34137
|
}
|
|
34022
|
-
.
|
|
34023
|
-
|
|
34138
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34139
|
+
padding: 5px 12px;
|
|
34140
|
+
border-radius: 4px;
|
|
34024
34141
|
}
|
|
34025
|
-
|
|
34026
|
-
|
|
34027
|
-
|
|
34028
|
-
height: 8px;
|
|
34029
|
-
border-radius: 50%;
|
|
34030
|
-
display: inline-block;
|
|
34142
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34143
|
+
color: #0080ff;
|
|
34144
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34031
34145
|
}
|
|
34032
|
-
|
|
34033
|
-
|
|
34034
|
-
|
|
34035
|
-
|
|
34036
|
-
|
|
34037
|
-
|
|
34146
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34147
|
+
text-align: left;
|
|
34148
|
+
flex: 1;
|
|
34149
|
+
overflow: hidden;
|
|
34150
|
+
text-overflow: ellipsis;
|
|
34151
|
+
white-space: nowrap;
|
|
34038
34152
|
}
|
|
34039
34153
|
|
|
34040
|
-
.
|
|
34041
|
-
|
|
34154
|
+
.E_i1bmwe2m {
|
|
34155
|
+
margin: auto;
|
|
34156
|
+
cursor: pointer;
|
|
34157
|
+
line-height: normal;
|
|
34158
|
+
height: 16px;
|
|
34159
|
+
margin-right: 3px;
|
|
34042
34160
|
}
|
|
34043
|
-
|
|
34044
|
-
|
|
34045
|
-
|
|
34161
|
+
.E_i1bmwe2m .icon-inner {
|
|
34162
|
+
display: block;
|
|
34163
|
+
height: 16px;
|
|
34046
34164
|
}
|
|
34047
34165
|
|
|
34048
34166
|
.E_r77hffu {
|
|
@@ -34064,6 +34182,49 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34064
34182
|
margin-inline-end: unset;
|
|
34065
34183
|
}
|
|
34066
34184
|
|
|
34185
|
+
.E_i1g85yz3 {
|
|
34186
|
+
margin-right: 4px;
|
|
34187
|
+
height: 16px;
|
|
34188
|
+
}
|
|
34189
|
+
|
|
34190
|
+
.E_slr2ynn {
|
|
34191
|
+
padding: 0 8px;
|
|
34192
|
+
height: 18px;
|
|
34193
|
+
}
|
|
34194
|
+
|
|
34195
|
+
.E_m140wbb6 {
|
|
34196
|
+
padding: 2px 8px;
|
|
34197
|
+
height: 24px;
|
|
34198
|
+
}
|
|
34199
|
+
|
|
34200
|
+
.E_t1fozc1i {
|
|
34201
|
+
margin: 0;
|
|
34202
|
+
}
|
|
34203
|
+
|
|
34204
|
+
.E_i1vxv4ln {
|
|
34205
|
+
margin-right: 4px;
|
|
34206
|
+
height: 16px;
|
|
34207
|
+
}
|
|
34208
|
+
|
|
34209
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34210
|
+
font-weight: 700;
|
|
34211
|
+
color: #00122E;
|
|
34212
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34213
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34214
|
+
word-break: break-all;
|
|
34215
|
+
display: inline;
|
|
34216
|
+
white-space: normal;
|
|
34217
|
+
}
|
|
34218
|
+
|
|
34219
|
+
.E_w7ob4th.outside-tag {
|
|
34220
|
+
padding-left: 0;
|
|
34221
|
+
}
|
|
34222
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34223
|
+
border-radius: 4px 0 0 4px;
|
|
34224
|
+
padding-right: 4px;
|
|
34225
|
+
margin-right: 4px;
|
|
34226
|
+
}
|
|
34227
|
+
|
|
34067
34228
|
.E_t1dtlqs1 {
|
|
34068
34229
|
margin-bottom: 4px;
|
|
34069
34230
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34258,196 +34419,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34258
34419
|
padding: 4px;
|
|
34259
34420
|
margin-right: 8px;
|
|
34260
34421
|
}
|
|
34261
|
-
|
|
34262
|
-
.E_t13ef470 {
|
|
34263
|
-
height: 100%;
|
|
34264
|
-
}
|
|
34265
|
-
.E_t13ef470 .table-loading-item {
|
|
34266
|
-
padding: 12px 4px;
|
|
34267
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34268
|
-
display: flex;
|
|
34269
|
-
}
|
|
34270
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34271
|
-
height: 16px;
|
|
34272
|
-
margin: 4px;
|
|
34273
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34274
|
-
border-radius: 2px;
|
|
34275
|
-
}
|
|
34276
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34277
|
-
width: 16px;
|
|
34278
|
-
}
|
|
34279
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34280
|
-
flex: 1;
|
|
34281
|
-
}
|
|
34282
|
-
.E_t13ef470 :nth-child(1) {
|
|
34283
|
-
padding: 8px 4px;
|
|
34284
|
-
}
|
|
34285
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34286
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34287
|
-
}
|
|
34288
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34289
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34290
|
-
}
|
|
34291
|
-
|
|
34292
|
-
.E_t1tbywr9 {
|
|
34293
|
-
width: 100%;
|
|
34294
|
-
flex: 1;
|
|
34295
|
-
display: flex;
|
|
34296
|
-
flex-direction: column;
|
|
34297
|
-
}
|
|
34298
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
34299
|
-
height: 32px;
|
|
34300
|
-
}
|
|
34301
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34302
|
-
height: 32px;
|
|
34303
|
-
}
|
|
34304
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34305
|
-
height: 32px;
|
|
34306
|
-
border-top-left-radius: 6px;
|
|
34307
|
-
border-top-right-radius: 6px;
|
|
34308
|
-
padding-right: 16px;
|
|
34309
|
-
padding-left: 16px;
|
|
34310
|
-
font-size: 16px;
|
|
34311
|
-
}
|
|
34312
|
-
.E_t1tbywr9.small .tab-bar {
|
|
34313
|
-
height: 24px;
|
|
34314
|
-
}
|
|
34315
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34316
|
-
height: 24px;
|
|
34317
|
-
}
|
|
34318
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34319
|
-
height: 24px;
|
|
34320
|
-
border-top-left-radius: 4px;
|
|
34321
|
-
border-top-right-radius: 4px;
|
|
34322
|
-
padding-right: 12px;
|
|
34323
|
-
padding-left: 12px;
|
|
34324
|
-
font-size: 14px;
|
|
34325
|
-
}
|
|
34326
|
-
.E_t1tbywr9 .tab-bar {
|
|
34327
|
-
max-width: 100%;
|
|
34328
|
-
display: flex;
|
|
34329
|
-
place-items: center;
|
|
34330
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34331
|
-
}
|
|
34332
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34333
|
-
overflow: hidden;
|
|
34334
|
-
display: flex;
|
|
34335
|
-
place-items: center;
|
|
34336
|
-
}
|
|
34337
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34338
|
-
padding-left: 0px;
|
|
34339
|
-
}
|
|
34340
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34341
|
-
margin-left: 12px;
|
|
34342
|
-
position: relative;
|
|
34343
|
-
}
|
|
34344
|
-
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34345
|
-
content: "";
|
|
34346
|
-
width: 1px;
|
|
34347
|
-
height: 24px;
|
|
34348
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34349
|
-
position: absolute;
|
|
34350
|
-
left: -6px;
|
|
34351
|
-
top: 50%;
|
|
34352
|
-
transform: translateY(-50%);
|
|
34353
|
-
}
|
|
34354
|
-
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34355
|
-
flex-shrink: 0;
|
|
34356
|
-
display: flex;
|
|
34357
|
-
place-items: center;
|
|
34358
|
-
cursor: pointer;
|
|
34359
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34360
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34361
|
-
}
|
|
34362
|
-
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34363
|
-
padding-left: 16px;
|
|
34364
|
-
color: #0080ff;
|
|
34365
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
34366
|
-
}
|
|
34367
|
-
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34368
|
-
margin-left: 2px;
|
|
34369
|
-
}
|
|
34370
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34371
|
-
width: 16px;
|
|
34372
|
-
height: 16px;
|
|
34373
|
-
padding: 0;
|
|
34374
|
-
border-radius: 2px;
|
|
34375
|
-
margin-left: 8px;
|
|
34376
|
-
}
|
|
34377
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34378
|
-
margin-left: 8px;
|
|
34379
|
-
}
|
|
34380
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34381
|
-
padding-left: 16px;
|
|
34382
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34383
|
-
color: #0080ff;
|
|
34384
|
-
}
|
|
34385
|
-
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34386
|
-
display: none;
|
|
34387
|
-
}
|
|
34388
|
-
|
|
34389
|
-
.E_ti12z2.ant-dropdown-open {
|
|
34390
|
-
color: #0080ff;
|
|
34391
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34392
|
-
}
|
|
34393
|
-
|
|
34394
|
-
.E_m19lu3v {
|
|
34395
|
-
cursor: default;
|
|
34396
|
-
}
|
|
34397
|
-
.E_m19lu3v .menu-wrapper {
|
|
34398
|
-
min-width: 160px;
|
|
34399
|
-
max-width: 400px;
|
|
34400
|
-
padding: 6px;
|
|
34401
|
-
background: #fff;
|
|
34402
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34403
|
-
border-radius: 8px;
|
|
34404
|
-
max-height: calc(100vh - 250px);
|
|
34405
|
-
overflow: auto;
|
|
34406
|
-
}
|
|
34407
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34408
|
-
display: flex;
|
|
34409
|
-
place-items: center;
|
|
34410
|
-
width: var(--itemWidth);
|
|
34411
|
-
}
|
|
34412
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34413
|
-
margin-top: 8px;
|
|
34414
|
-
}
|
|
34415
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34416
|
-
padding: 6px;
|
|
34417
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34418
|
-
color: #0080ff;
|
|
34419
|
-
}
|
|
34420
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34421
|
-
font-family: Inter;
|
|
34422
|
-
font-style: normal;
|
|
34423
|
-
font-weight: bold !important;
|
|
34422
|
+
|
|
34423
|
+
.E_t13ef470 {
|
|
34424
|
+
height: 100%;
|
|
34424
34425
|
}
|
|
34425
|
-
.
|
|
34426
|
-
padding:
|
|
34427
|
-
border-
|
|
34426
|
+
.E_t13ef470 .table-loading-item {
|
|
34427
|
+
padding: 12px 4px;
|
|
34428
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34429
|
+
display: flex;
|
|
34428
34430
|
}
|
|
34429
|
-
.
|
|
34430
|
-
|
|
34431
|
-
|
|
34431
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34432
|
+
height: 16px;
|
|
34433
|
+
margin: 4px;
|
|
34434
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34435
|
+
border-radius: 2px;
|
|
34432
34436
|
}
|
|
34433
|
-
.
|
|
34434
|
-
|
|
34437
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34438
|
+
width: 16px;
|
|
34439
|
+
}
|
|
34440
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34435
34441
|
flex: 1;
|
|
34436
|
-
overflow: hidden;
|
|
34437
|
-
text-overflow: ellipsis;
|
|
34438
|
-
white-space: nowrap;
|
|
34439
34442
|
}
|
|
34440
|
-
|
|
34441
|
-
|
|
34442
|
-
margin: auto;
|
|
34443
|
-
cursor: pointer;
|
|
34444
|
-
line-height: normal;
|
|
34445
|
-
height: 16px;
|
|
34446
|
-
margin-right: 3px;
|
|
34443
|
+
.E_t13ef470 :nth-child(1) {
|
|
34444
|
+
padding: 8px 4px;
|
|
34447
34445
|
}
|
|
34448
|
-
.
|
|
34449
|
-
|
|
34450
|
-
|
|
34446
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34447
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34448
|
+
}
|
|
34449
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34450
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34451
34451
|
}
|
|
34452
34452
|
|
|
34453
34453
|
.E_m11nzl2x {
|
|
@@ -34853,10 +34853,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34853
34853
|
background-color: #E07F00;
|
|
34854
34854
|
}
|
|
34855
34855
|
|
|
34856
|
-
.E_b1jaupqb {
|
|
34857
|
-
color: #F0483E;
|
|
34858
|
-
}
|
|
34859
|
-
|
|
34860
34856
|
.E_t59qhqp {
|
|
34861
34857
|
padding: 0px;
|
|
34862
34858
|
padding-top: 5px;
|
|
@@ -34905,6 +34901,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34905
34901
|
color: #00122E;
|
|
34906
34902
|
}
|
|
34907
34903
|
|
|
34904
|
+
.E_b1jaupqb {
|
|
34905
|
+
color: #F0483E;
|
|
34906
|
+
}
|
|
34907
|
+
|
|
34908
34908
|
.E_icab5o7 {
|
|
34909
34909
|
--modal-to-viewport-margin: 10px;
|
|
34910
34910
|
--modal-body-padding-bottom: 40px;
|
|
@@ -35042,19 +35042,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35042
35042
|
);
|
|
35043
35043
|
--side-panel-margin-top: 140px;
|
|
35044
35044
|
}
|
|
35045
|
-
.E_myhed70 .left {
|
|
35045
|
+
.E_myhed70 > .left {
|
|
35046
35046
|
width: var(--left-width);
|
|
35047
35047
|
overflow: auto;
|
|
35048
35048
|
position: fixed;
|
|
35049
35049
|
left: var(--modal-body-padding);
|
|
35050
35050
|
top: calc(var(--modal-to-viewport-margin) + var(--side-panel-margin-top));
|
|
35051
35051
|
}
|
|
35052
|
-
.E_myhed70 .middle {
|
|
35052
|
+
.E_myhed70 > .middle {
|
|
35053
35053
|
width: var(--content-width);
|
|
35054
35054
|
overflow: auto;
|
|
35055
35055
|
margin: auto;
|
|
35056
35056
|
}
|
|
35057
|
-
.E_myhed70 .right {
|
|
35057
|
+
.E_myhed70 > .right {
|
|
35058
35058
|
width: var(--right-width);
|
|
35059
35059
|
overflow: auto;
|
|
35060
35060
|
position: fixed;
|
|
@@ -35102,33 +35102,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35102
35102
|
font-weight: bold;
|
|
35103
35103
|
}
|
|
35104
35104
|
|
|
35105
|
-
.
|
|
35105
|
+
.E_sqv6dmy {
|
|
35106
35106
|
display: flex;
|
|
35107
|
-
|
|
35108
|
-
justify-content: center;
|
|
35109
|
-
position: relative;
|
|
35110
|
-
border-radius: 2px;
|
|
35111
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35112
|
-
overflow: hidden;
|
|
35107
|
+
justify-content: flex-end;
|
|
35113
35108
|
}
|
|
35114
|
-
|
|
35115
|
-
|
|
35116
|
-
|
|
35117
|
-
transform: rotate(15deg);
|
|
35118
|
-
position: absolute;
|
|
35119
|
-
top: -50%;
|
|
35120
|
-
flex-shrink: 0;
|
|
35121
|
-
opacity: 0.8;
|
|
35122
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35123
|
-
animation: shimmer 1100ms infinite;
|
|
35109
|
+
|
|
35110
|
+
.E_p1rm8wzb {
|
|
35111
|
+
margin-right: 8px;
|
|
35124
35112
|
}
|
|
35125
|
-
|
|
35126
|
-
|
|
35127
|
-
|
|
35128
|
-
|
|
35129
|
-
|
|
35130
|
-
|
|
35131
|
-
|
|
35113
|
+
|
|
35114
|
+
.E_sd7qcf4 {
|
|
35115
|
+
height: 100%;
|
|
35116
|
+
width: 100%;
|
|
35117
|
+
overflow: auto;
|
|
35118
|
+
}
|
|
35119
|
+
|
|
35120
|
+
.E_r1fxc9gq.right {
|
|
35121
|
+
overflow: auto;
|
|
35122
|
+
padding-right: 2px;
|
|
35123
|
+
width: 200px;
|
|
35124
|
+
height: fit-content;
|
|
35125
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35126
|
+
scrollbar-gutter: stable;
|
|
35127
|
+
}
|
|
35128
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35129
|
+
width: 6px;
|
|
35130
|
+
}
|
|
35131
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35132
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35133
|
+
}
|
|
35134
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35135
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35136
|
+
border-radius: 8px;
|
|
35132
35137
|
}
|
|
35133
35138
|
|
|
35134
35139
|
.E_dxyv8bv {
|
|
@@ -35268,38 +35273,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35268
35273
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35269
35274
|
}
|
|
35270
35275
|
|
|
35271
|
-
.
|
|
35276
|
+
.E_s20iney.skeleton-box {
|
|
35272
35277
|
display: flex;
|
|
35273
|
-
|
|
35274
|
-
|
|
35275
|
-
|
|
35276
|
-
|
|
35277
|
-
margin-right: 8px;
|
|
35278
|
-
}
|
|
35279
|
-
|
|
35280
|
-
.E_sd7qcf4 {
|
|
35281
|
-
height: 100%;
|
|
35282
|
-
width: 100%;
|
|
35283
|
-
overflow: auto;
|
|
35284
|
-
}
|
|
35285
|
-
|
|
35286
|
-
.E_r1fxc9gq.right {
|
|
35287
|
-
overflow: auto;
|
|
35288
|
-
padding-right: 2px;
|
|
35289
|
-
width: 200px;
|
|
35290
|
-
height: fit-content;
|
|
35291
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35292
|
-
scrollbar-gutter: stable;
|
|
35293
|
-
}
|
|
35294
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35295
|
-
width: 6px;
|
|
35296
|
-
}
|
|
35297
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35278
|
+
align-items: center;
|
|
35279
|
+
justify-content: center;
|
|
35280
|
+
position: relative;
|
|
35281
|
+
border-radius: 2px;
|
|
35298
35282
|
background: rgba(225, 230, 241, 0.6);
|
|
35283
|
+
overflow: hidden;
|
|
35299
35284
|
}
|
|
35300
|
-
.
|
|
35301
|
-
|
|
35302
|
-
|
|
35285
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35286
|
+
width: 200%;
|
|
35287
|
+
height: 200%;
|
|
35288
|
+
transform: rotate(15deg);
|
|
35289
|
+
position: absolute;
|
|
35290
|
+
top: -50%;
|
|
35291
|
+
flex-shrink: 0;
|
|
35292
|
+
opacity: 0.8;
|
|
35293
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35294
|
+
animation: shimmer 1100ms infinite;
|
|
35295
|
+
}
|
|
35296
|
+
@keyframes shimmer {
|
|
35297
|
+
from {
|
|
35298
|
+
left: -120%;
|
|
35299
|
+
}
|
|
35300
|
+
to {
|
|
35301
|
+
left: 100%;
|
|
35302
|
+
}
|
|
35303
35303
|
}
|
|
35304
35304
|
|
|
35305
35305
|
.E_t1g36k2w {
|
|
@@ -35354,6 +35354,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35354
35354
|
column-gap: var(--a1ji6r68-0);
|
|
35355
35355
|
}
|
|
35356
35356
|
|
|
35357
|
+
.E_t1616y1o {
|
|
35358
|
+
color: #fff;
|
|
35359
|
+
}
|
|
35360
|
+
|
|
35357
35361
|
.E_f16blduf.ant-form-item {
|
|
35358
35362
|
margin-bottom: 0;
|
|
35359
35363
|
}
|
|
@@ -35373,10 +35377,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35373
35377
|
display: block;
|
|
35374
35378
|
}
|
|
35375
35379
|
|
|
35376
|
-
.E_t1616y1o {
|
|
35377
|
-
color: #fff;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
35380
|
.E_a9y3flr {
|
|
35381
35381
|
margin-left: 8px;
|
|
35382
35382
|
}
|
|
@@ -35429,39 +35429,17 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35429
35429
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35430
35430
|
}
|
|
35431
35431
|
|
|
35432
|
-
.
|
|
35432
|
+
.E_skwah65 {
|
|
35433
|
+
height: 8px;
|
|
35434
|
+
box-sizing: border-box;
|
|
35435
|
+
border-radius: 2px;
|
|
35436
|
+
background: #f5f7fa;
|
|
35433
35437
|
display: flex;
|
|
35434
|
-
|
|
35435
|
-
}
|
|
35436
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35437
|
-
margin-right: 8px;
|
|
35438
|
-
}
|
|
35439
|
-
|
|
35440
|
-
.E_ou7iq30 {
|
|
35438
|
+
width: 100%;
|
|
35441
35439
|
overflow: hidden;
|
|
35442
|
-
text-overflow: ellipsis;
|
|
35443
|
-
}
|
|
35444
|
-
|
|
35445
|
-
.E_s1tui002 {
|
|
35446
|
-
white-space: nowrap;
|
|
35447
|
-
}
|
|
35448
|
-
|
|
35449
|
-
.E_mxrc2zg {
|
|
35450
|
-
display: -webkit-box;
|
|
35451
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35452
|
-
-webkit-box-orient: vertical;
|
|
35453
|
-
word-break: break-all;
|
|
35454
|
-
}
|
|
35455
|
-
|
|
35456
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35457
|
-
display: none;
|
|
35458
35440
|
}
|
|
35459
|
-
.
|
|
35460
|
-
|
|
35461
|
-
border-radius: 4px;
|
|
35462
|
-
}
|
|
35463
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35464
|
-
visibility: hidden;
|
|
35441
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35442
|
+
margin-left: 1px;
|
|
35465
35443
|
}
|
|
35466
35444
|
|
|
35467
35445
|
.E_clm1wy1 {
|
|
@@ -35557,6 +35535,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35557
35535
|
border-radius: 2px;
|
|
35558
35536
|
}
|
|
35559
35537
|
|
|
35538
|
+
.E_n12mqh7z {
|
|
35539
|
+
display: flex;
|
|
35540
|
+
align-items: center;
|
|
35541
|
+
font-size: 12px;
|
|
35542
|
+
line-height: 18px;
|
|
35543
|
+
}
|
|
35544
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35545
|
+
margin-bottom: 4px;
|
|
35546
|
+
}
|
|
35547
|
+
|
|
35548
|
+
.E_tf5bynu {
|
|
35549
|
+
margin: 0 3px;
|
|
35550
|
+
}
|
|
35551
|
+
|
|
35552
|
+
.E_tcckoz1 {
|
|
35553
|
+
max-height: 400px;
|
|
35554
|
+
overflow: auto;
|
|
35555
|
+
}
|
|
35556
|
+
|
|
35560
35557
|
.E_s1ebs0ra {
|
|
35561
35558
|
display: flex;
|
|
35562
35559
|
align-items: center;
|
|
@@ -35624,6 +35621,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35624
35621
|
gap: 4px;
|
|
35625
35622
|
}
|
|
35626
35623
|
|
|
35624
|
+
.E_gmyahx3 {
|
|
35625
|
+
cursor: pointer;
|
|
35626
|
+
}
|
|
35627
|
+
.E_gmyahx3 .link-text {
|
|
35628
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35629
|
+
}
|
|
35630
|
+
.E_gmyahx3:hover .link-text {
|
|
35631
|
+
color: #0080ff;
|
|
35632
|
+
}
|
|
35633
|
+
|
|
35627
35634
|
.E_c18bcrac {
|
|
35628
35635
|
display: inline-block;
|
|
35629
35636
|
width: 100%;
|
|
@@ -35668,10 +35675,41 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35668
35675
|
margin-right: 6px;
|
|
35669
35676
|
}
|
|
35670
35677
|
|
|
35671
|
-
.E_p1lyky6c > :first-child {
|
|
35672
|
-
font-weight: bold;
|
|
35673
|
-
color: white;
|
|
35674
|
-
margin-right: 4px;
|
|
35678
|
+
.E_p1lyky6c > :first-child {
|
|
35679
|
+
font-weight: bold;
|
|
35680
|
+
color: white;
|
|
35681
|
+
margin-right: 4px;
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35684
|
+
span.E_tqjc4ui {
|
|
35685
|
+
margin: 0 2px;
|
|
35686
|
+
}
|
|
35687
|
+
|
|
35688
|
+
.E_ou7iq30 {
|
|
35689
|
+
overflow: hidden;
|
|
35690
|
+
text-overflow: ellipsis;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35693
|
+
.E_s1tui002 {
|
|
35694
|
+
white-space: nowrap;
|
|
35695
|
+
}
|
|
35696
|
+
|
|
35697
|
+
.E_mxrc2zg {
|
|
35698
|
+
display: -webkit-box;
|
|
35699
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35700
|
+
-webkit-box-orient: vertical;
|
|
35701
|
+
word-break: break-all;
|
|
35702
|
+
}
|
|
35703
|
+
|
|
35704
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35705
|
+
display: none;
|
|
35706
|
+
}
|
|
35707
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35708
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35709
|
+
border-radius: 4px;
|
|
35710
|
+
}
|
|
35711
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35712
|
+
visibility: hidden;
|
|
35675
35713
|
}
|
|
35676
35714
|
|
|
35677
35715
|
.E_c1up1pdz {
|
|
@@ -35814,163 +35852,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35814
35852
|
color: #fff;
|
|
35815
35853
|
}
|
|
35816
35854
|
|
|
35817
|
-
.
|
|
35818
|
-
|
|
35819
|
-
align-items: center;
|
|
35820
|
-
font-size: 12px;
|
|
35821
|
-
line-height: 18px;
|
|
35822
|
-
}
|
|
35823
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35824
|
-
margin-bottom: 4px;
|
|
35825
|
-
}
|
|
35826
|
-
|
|
35827
|
-
.E_tf5bynu {
|
|
35828
|
-
margin: 0 3px;
|
|
35829
|
-
}
|
|
35830
|
-
|
|
35831
|
-
.E_tcckoz1 {
|
|
35832
|
-
max-height: 400px;
|
|
35833
|
-
overflow: auto;
|
|
35834
|
-
}
|
|
35835
|
-
|
|
35836
|
-
span.E_tqjc4ui {
|
|
35837
|
-
margin: 0 2px;
|
|
35838
|
-
}
|
|
35839
|
-
|
|
35840
|
-
.E_skwah65 {
|
|
35841
|
-
height: 8px;
|
|
35842
|
-
box-sizing: border-box;
|
|
35843
|
-
border-radius: 2px;
|
|
35844
|
-
background: #f5f7fa;
|
|
35845
|
-
display: flex;
|
|
35846
|
-
width: 100%;
|
|
35847
|
-
overflow: hidden;
|
|
35848
|
-
}
|
|
35849
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35850
|
-
margin-left: 1px;
|
|
35851
|
-
}
|
|
35852
|
-
|
|
35853
|
-
.E_gmyahx3 {
|
|
35854
|
-
cursor: pointer;
|
|
35855
|
-
}
|
|
35856
|
-
.E_gmyahx3 .link-text {
|
|
35857
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35858
|
-
}
|
|
35859
|
-
.E_gmyahx3:hover .link-text {
|
|
35860
|
-
color: #0080ff;
|
|
35861
|
-
}
|
|
35862
|
-
|
|
35863
|
-
.E_wg1tsps {
|
|
35864
|
-
display: flex;
|
|
35865
|
-
align-items: center;
|
|
35866
|
-
justify-content: flex-end;
|
|
35867
|
-
}
|
|
35868
|
-
|
|
35869
|
-
.E_b1ctd5xy {
|
|
35870
|
-
display: flex;
|
|
35871
|
-
align-items: center;
|
|
35872
|
-
width: calc(100% - 40px);
|
|
35873
|
-
}
|
|
35874
|
-
.E_b1ctd5xy .chart {
|
|
35875
|
-
display: inline-block;
|
|
35876
|
-
width: 100%;
|
|
35877
|
-
}
|
|
35878
|
-
|
|
35879
|
-
.E_u1p8acpn {
|
|
35880
|
-
min-width: 40px;
|
|
35881
|
-
}
|
|
35882
|
-
.E_u1p8acpn .unit {
|
|
35883
|
-
color: #00122e !important;
|
|
35884
|
-
}
|
|
35885
|
-
|
|
35886
|
-
.E_t1sqg15u {
|
|
35887
|
-
background: white;
|
|
35888
|
-
}
|
|
35889
|
-
.E_t1sqg15u.inline .table-row {
|
|
35890
|
-
flex-direction: column;
|
|
35891
|
-
}
|
|
35892
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35893
|
-
padding: 0 16px 7px 0;
|
|
35894
|
-
}
|
|
35895
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35896
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35897
|
-
}
|
|
35898
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35899
|
-
border-top: none !important;
|
|
35900
|
-
}
|
|
35901
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35902
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35903
|
-
}
|
|
35904
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35905
|
-
padding-bottom: 0;
|
|
35906
|
-
}
|
|
35907
|
-
.E_t1sqg15u.align-right .content {
|
|
35908
|
-
text-align: right;
|
|
35909
|
-
}
|
|
35910
|
-
.E_t1sqg15u .uuid-row {
|
|
35911
|
-
display: flex;
|
|
35912
|
-
justify-content: space-between;
|
|
35913
|
-
}
|
|
35914
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35915
|
-
white-space: nowrap;
|
|
35916
|
-
overflow: hidden;
|
|
35917
|
-
text-overflow: ellipsis;
|
|
35918
|
-
}
|
|
35919
|
-
|
|
35920
|
-
.E_t4zczcp {
|
|
35921
|
-
display: flex;
|
|
35922
|
-
justify-content: space-between;
|
|
35923
|
-
align-items: center;
|
|
35924
|
-
padding: 8px;
|
|
35925
|
-
min-height: 32px;
|
|
35926
|
-
}
|
|
35927
|
-
.E_t4zczcp .table-title {
|
|
35928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35929
|
-
font-weight: 600;
|
|
35930
|
-
font-size: 12px;
|
|
35931
|
-
line-height: 8px;
|
|
35932
|
-
}
|
|
35933
|
-
.E_t4zczcp .edit-icon {
|
|
35934
|
-
font-size: 16px;
|
|
35935
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35936
|
-
cursor: pointer;
|
|
35937
|
-
}
|
|
35938
|
-
|
|
35939
|
-
.E_t1s7goww {
|
|
35940
|
-
font-size: 12px;
|
|
35941
|
-
line-height: 18px;
|
|
35942
|
-
}
|
|
35943
|
-
|
|
35944
|
-
.E_t93e4cf {
|
|
35945
|
-
display: flex;
|
|
35946
|
-
padding: 8px 0;
|
|
35947
|
-
color: #2d3a56;
|
|
35948
|
-
}
|
|
35949
|
-
.E_t93e4cf .hidden {
|
|
35950
|
-
display: none;
|
|
35951
|
-
}
|
|
35952
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35953
|
-
height: auto;
|
|
35855
|
+
.E_u15heuvq.content {
|
|
35856
|
+
cursor: default !important;
|
|
35954
35857
|
}
|
|
35955
|
-
.
|
|
35956
|
-
|
|
35957
|
-
overflow-x: auto;
|
|
35958
|
-
width: 100%;
|
|
35959
|
-
white-space: pre-wrap;
|
|
35858
|
+
.E_u15heuvq.content.link {
|
|
35859
|
+
cursor: pointer !important;
|
|
35960
35860
|
}
|
|
35961
|
-
.
|
|
35962
|
-
|
|
35963
|
-
text-align: left;
|
|
35861
|
+
.E_u15heuvq.content.link:hover {
|
|
35862
|
+
color: #0080FF;
|
|
35964
35863
|
}
|
|
35965
|
-
.
|
|
35966
|
-
|
|
35864
|
+
.E_u15heuvq.content.black {
|
|
35865
|
+
color: #00122E;
|
|
35967
35866
|
}
|
|
35968
|
-
|
|
35969
|
-
.
|
|
35970
|
-
width: var(--rhz2uv5-0);
|
|
35971
|
-
flex-shrink: 0;
|
|
35972
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35973
|
-
padding-right: 12px;
|
|
35867
|
+
.E_u15heuvq.content.gray {
|
|
35868
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35974
35869
|
}
|
|
35975
35870
|
|
|
35976
35871
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36046,60 +35941,165 @@ span.E_tqjc4ui {
|
|
|
36046
35941
|
border-radius: 6px;
|
|
36047
35942
|
}
|
|
36048
35943
|
|
|
36049
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36050
|
-
white-space: nowrap;
|
|
36051
|
-
transition: all 0s;
|
|
35944
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35945
|
+
white-space: nowrap;
|
|
35946
|
+
transition: all 0s;
|
|
35947
|
+
}
|
|
35948
|
+
.E_s1wu0lms.shrink {
|
|
35949
|
+
transition: all 0s;
|
|
35950
|
+
overflow: hidden;
|
|
35951
|
+
}
|
|
35952
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35953
|
+
visibility: hidden;
|
|
35954
|
+
}
|
|
35955
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35956
|
+
width: 36px;
|
|
35957
|
+
padding: 0 6px;
|
|
35958
|
+
}
|
|
35959
|
+
|
|
35960
|
+
.E_n1ugzfva {
|
|
35961
|
+
display: flex;
|
|
35962
|
+
place-items: center;
|
|
35963
|
+
width: 100% !important;
|
|
35964
|
+
}
|
|
35965
|
+
.E_n1ugzfva[disabled] {
|
|
35966
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35967
|
+
opacity: 1 !important;
|
|
35968
|
+
}
|
|
35969
|
+
.E_n1ugzfva.ant-btn {
|
|
35970
|
+
width: 100%;
|
|
35971
|
+
color: #00122e;
|
|
35972
|
+
}
|
|
35973
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35974
|
+
margin-right: 12px;
|
|
35975
|
+
}
|
|
35976
|
+
.E_n1ugzfva .link-title {
|
|
35977
|
+
flex: 1;
|
|
35978
|
+
overflow: hidden;
|
|
35979
|
+
white-space: nowrap;
|
|
35980
|
+
text-overflow: ellipsis;
|
|
35981
|
+
text-align: left;
|
|
35982
|
+
}
|
|
35983
|
+
|
|
35984
|
+
.E_t1sqg15u {
|
|
35985
|
+
background: white;
|
|
35986
|
+
}
|
|
35987
|
+
.E_t1sqg15u.inline .table-row {
|
|
35988
|
+
flex-direction: column;
|
|
35989
|
+
}
|
|
35990
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35991
|
+
padding: 0 16px 7px 0;
|
|
35992
|
+
}
|
|
35993
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35994
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35995
|
+
}
|
|
35996
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35997
|
+
border-top: none !important;
|
|
35998
|
+
}
|
|
35999
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36000
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36001
|
+
}
|
|
36002
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36003
|
+
padding-bottom: 0;
|
|
36004
|
+
}
|
|
36005
|
+
.E_t1sqg15u.align-right .content {
|
|
36006
|
+
text-align: right;
|
|
36007
|
+
}
|
|
36008
|
+
.E_t1sqg15u .uuid-row {
|
|
36009
|
+
display: flex;
|
|
36010
|
+
justify-content: space-between;
|
|
36011
|
+
}
|
|
36012
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36013
|
+
white-space: nowrap;
|
|
36014
|
+
overflow: hidden;
|
|
36015
|
+
text-overflow: ellipsis;
|
|
36016
|
+
}
|
|
36017
|
+
|
|
36018
|
+
.E_t4zczcp {
|
|
36019
|
+
display: flex;
|
|
36020
|
+
justify-content: space-between;
|
|
36021
|
+
align-items: center;
|
|
36022
|
+
padding: 8px;
|
|
36023
|
+
min-height: 32px;
|
|
36052
36024
|
}
|
|
36053
|
-
.
|
|
36054
|
-
|
|
36055
|
-
|
|
36025
|
+
.E_t4zczcp .table-title {
|
|
36026
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36027
|
+
font-weight: 600;
|
|
36028
|
+
font-size: 12px;
|
|
36029
|
+
line-height: 8px;
|
|
36056
36030
|
}
|
|
36057
|
-
.
|
|
36058
|
-
|
|
36031
|
+
.E_t4zczcp .edit-icon {
|
|
36032
|
+
font-size: 16px;
|
|
36033
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36034
|
+
cursor: pointer;
|
|
36059
36035
|
}
|
|
36060
|
-
|
|
36061
|
-
|
|
36062
|
-
|
|
36036
|
+
|
|
36037
|
+
.E_t1s7goww {
|
|
36038
|
+
font-size: 12px;
|
|
36039
|
+
line-height: 18px;
|
|
36063
36040
|
}
|
|
36064
36041
|
|
|
36065
|
-
.
|
|
36042
|
+
.E_t93e4cf {
|
|
36066
36043
|
display: flex;
|
|
36067
|
-
|
|
36068
|
-
|
|
36069
|
-
}
|
|
36070
|
-
.E_n1ugzfva[disabled] {
|
|
36071
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
36072
|
-
opacity: 1 !important;
|
|
36044
|
+
padding: 8px 0;
|
|
36045
|
+
color: #2d3a56;
|
|
36073
36046
|
}
|
|
36074
|
-
.
|
|
36075
|
-
|
|
36076
|
-
color: #00122e;
|
|
36047
|
+
.E_t93e4cf .hidden {
|
|
36048
|
+
display: none;
|
|
36077
36049
|
}
|
|
36078
|
-
.
|
|
36079
|
-
|
|
36050
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36051
|
+
height: auto;
|
|
36080
36052
|
}
|
|
36081
|
-
.
|
|
36082
|
-
flex: 1;
|
|
36053
|
+
.E_t93e4cf .content {
|
|
36083
36054
|
overflow: hidden;
|
|
36084
|
-
|
|
36085
|
-
|
|
36055
|
+
overflow-x: auto;
|
|
36056
|
+
width: 100%;
|
|
36057
|
+
white-space: pre-wrap;
|
|
36058
|
+
}
|
|
36059
|
+
.E_t93e4cf .content .ant-btn {
|
|
36060
|
+
white-space: pre-wrap;
|
|
36086
36061
|
text-align: left;
|
|
36087
36062
|
}
|
|
36063
|
+
.E_t93e4cf .content .unit-chart {
|
|
36064
|
+
justify-content: flex-start;
|
|
36065
|
+
}
|
|
36088
36066
|
|
|
36089
|
-
.
|
|
36090
|
-
|
|
36067
|
+
.E_rhz2uv5 {
|
|
36068
|
+
width: var(--rhz2uv5-0);
|
|
36069
|
+
flex-shrink: 0;
|
|
36070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36071
|
+
padding-right: 12px;
|
|
36091
36072
|
}
|
|
36092
|
-
|
|
36093
|
-
|
|
36073
|
+
|
|
36074
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36075
|
+
display: flex;
|
|
36076
|
+
align-items: center;
|
|
36094
36077
|
}
|
|
36095
|
-
.
|
|
36096
|
-
|
|
36078
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36079
|
+
margin-right: 8px;
|
|
36097
36080
|
}
|
|
36098
|
-
|
|
36099
|
-
|
|
36081
|
+
|
|
36082
|
+
.E_wg1tsps {
|
|
36083
|
+
display: flex;
|
|
36084
|
+
align-items: center;
|
|
36085
|
+
justify-content: flex-end;
|
|
36100
36086
|
}
|
|
36101
|
-
|
|
36102
|
-
|
|
36087
|
+
|
|
36088
|
+
.E_b1ctd5xy {
|
|
36089
|
+
display: flex;
|
|
36090
|
+
align-items: center;
|
|
36091
|
+
width: calc(100% - 40px);
|
|
36092
|
+
}
|
|
36093
|
+
.E_b1ctd5xy .chart {
|
|
36094
|
+
display: inline-block;
|
|
36095
|
+
width: 100%;
|
|
36096
|
+
}
|
|
36097
|
+
|
|
36098
|
+
.E_u1p8acpn {
|
|
36099
|
+
min-width: 40px;
|
|
36100
|
+
}
|
|
36101
|
+
.E_u1p8acpn .unit {
|
|
36102
|
+
color: #00122e !important;
|
|
36103
36103
|
}
|
|
36104
36104
|
|
|
36105
36105
|
.E_t160l1cm {
|
|
@@ -36305,81 +36305,6 @@ span.E_tqjc4ui {
|
|
|
36305
36305
|
background: transparent;
|
|
36306
36306
|
}
|
|
36307
36307
|
|
|
36308
|
-
.E_cyms3br {
|
|
36309
|
-
background: #fff;
|
|
36310
|
-
width: 100%;
|
|
36311
|
-
border: none;
|
|
36312
|
-
border-radius: 0;
|
|
36313
|
-
}
|
|
36314
|
-
.E_cyms3br .ant-list {
|
|
36315
|
-
padding: 12px;
|
|
36316
|
-
}
|
|
36317
|
-
.E_cyms3br .ant-list-item {
|
|
36318
|
-
padding: 4px 0;
|
|
36319
|
-
}
|
|
36320
|
-
.E_cyms3br .ant-alert {
|
|
36321
|
-
margin-left: 24px;
|
|
36322
|
-
}
|
|
36323
|
-
.E_cyms3br header {
|
|
36324
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36325
|
-
font-size: 12px;
|
|
36326
|
-
color: rgb(29, 50, 108);
|
|
36327
|
-
font-weight: 700;
|
|
36328
|
-
padding: 6px 12px;
|
|
36329
|
-
display: flex;
|
|
36330
|
-
flex-direction: row;
|
|
36331
|
-
align-items: center;
|
|
36332
|
-
justify-content: space-between;
|
|
36333
|
-
}
|
|
36334
|
-
.E_cyms3br header .switch-text {
|
|
36335
|
-
display: flex;
|
|
36336
|
-
flex-direction: row;
|
|
36337
|
-
align-items: center;
|
|
36338
|
-
justify-content: space-between;
|
|
36339
|
-
gap: 6px;
|
|
36340
|
-
font-size: 12px;
|
|
36341
|
-
font-weight: 400;
|
|
36342
|
-
color: rgb(0, 18, 46);
|
|
36343
|
-
}
|
|
36344
|
-
.E_cyms3br.border {
|
|
36345
|
-
border-radius: 8px;
|
|
36346
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36347
|
-
}
|
|
36348
|
-
.E_cyms3br.border header {
|
|
36349
|
-
border-bottom: none;
|
|
36350
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36351
|
-
}
|
|
36352
|
-
|
|
36353
|
-
.E_c157gu4z .ant-list-item {
|
|
36354
|
-
display: flex;
|
|
36355
|
-
flex-direction: row;
|
|
36356
|
-
align-items: flex-start;
|
|
36357
|
-
}
|
|
36358
|
-
.E_c157gu4z .icon-wrapper {
|
|
36359
|
-
align-self: flex-start;
|
|
36360
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36361
|
-
}
|
|
36362
|
-
.E_c157gu4z .description {
|
|
36363
|
-
flex: 1 1 0;
|
|
36364
|
-
min-width: 0;
|
|
36365
|
-
margin-left: 8px;
|
|
36366
|
-
word-break: break-word;
|
|
36367
|
-
overflow-wrap: break-word;
|
|
36368
|
-
}
|
|
36369
|
-
.E_c157gu4z .ant-space,
|
|
36370
|
-
.E_c157gu4z .ant-flex {
|
|
36371
|
-
flex-shrink: 0;
|
|
36372
|
-
align-self: flex-start;
|
|
36373
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36374
|
-
}
|
|
36375
|
-
|
|
36376
|
-
.E_eu1sysj {
|
|
36377
|
-
display: flex;
|
|
36378
|
-
flex-direction: column;
|
|
36379
|
-
align-items: center;
|
|
36380
|
-
justify-content: center;
|
|
36381
|
-
}
|
|
36382
|
-
|
|
36383
36308
|
.E_i5w779o {
|
|
36384
36309
|
padding: 8px 0;
|
|
36385
36310
|
}
|
|
@@ -36484,6 +36409,81 @@ span.E_tqjc4ui {
|
|
|
36484
36409
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36485
36410
|
}
|
|
36486
36411
|
|
|
36412
|
+
.E_cyms3br {
|
|
36413
|
+
background: #fff;
|
|
36414
|
+
width: 100%;
|
|
36415
|
+
border: none;
|
|
36416
|
+
border-radius: 0;
|
|
36417
|
+
}
|
|
36418
|
+
.E_cyms3br .ant-list {
|
|
36419
|
+
padding: 12px;
|
|
36420
|
+
}
|
|
36421
|
+
.E_cyms3br .ant-list-item {
|
|
36422
|
+
padding: 4px 0;
|
|
36423
|
+
}
|
|
36424
|
+
.E_cyms3br .ant-alert {
|
|
36425
|
+
margin-left: 24px;
|
|
36426
|
+
}
|
|
36427
|
+
.E_cyms3br header {
|
|
36428
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36429
|
+
font-size: 12px;
|
|
36430
|
+
color: rgb(29, 50, 108);
|
|
36431
|
+
font-weight: 700;
|
|
36432
|
+
padding: 6px 12px;
|
|
36433
|
+
display: flex;
|
|
36434
|
+
flex-direction: row;
|
|
36435
|
+
align-items: center;
|
|
36436
|
+
justify-content: space-between;
|
|
36437
|
+
}
|
|
36438
|
+
.E_cyms3br header .switch-text {
|
|
36439
|
+
display: flex;
|
|
36440
|
+
flex-direction: row;
|
|
36441
|
+
align-items: center;
|
|
36442
|
+
justify-content: space-between;
|
|
36443
|
+
gap: 6px;
|
|
36444
|
+
font-size: 12px;
|
|
36445
|
+
font-weight: 400;
|
|
36446
|
+
color: rgb(0, 18, 46);
|
|
36447
|
+
}
|
|
36448
|
+
.E_cyms3br.border {
|
|
36449
|
+
border-radius: 8px;
|
|
36450
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36451
|
+
}
|
|
36452
|
+
.E_cyms3br.border header {
|
|
36453
|
+
border-bottom: none;
|
|
36454
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36455
|
+
}
|
|
36456
|
+
|
|
36457
|
+
.E_c157gu4z .ant-list-item {
|
|
36458
|
+
display: flex;
|
|
36459
|
+
flex-direction: row;
|
|
36460
|
+
align-items: flex-start;
|
|
36461
|
+
}
|
|
36462
|
+
.E_c157gu4z .icon-wrapper {
|
|
36463
|
+
align-self: flex-start;
|
|
36464
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36465
|
+
}
|
|
36466
|
+
.E_c157gu4z .description {
|
|
36467
|
+
flex: 1 1 0;
|
|
36468
|
+
min-width: 0;
|
|
36469
|
+
margin-left: 8px;
|
|
36470
|
+
word-break: break-word;
|
|
36471
|
+
overflow-wrap: break-word;
|
|
36472
|
+
}
|
|
36473
|
+
.E_c157gu4z .ant-space,
|
|
36474
|
+
.E_c157gu4z .ant-flex {
|
|
36475
|
+
flex-shrink: 0;
|
|
36476
|
+
align-self: flex-start;
|
|
36477
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36478
|
+
}
|
|
36479
|
+
|
|
36480
|
+
.E_eu1sysj {
|
|
36481
|
+
display: flex;
|
|
36482
|
+
flex-direction: column;
|
|
36483
|
+
align-items: center;
|
|
36484
|
+
justify-content: center;
|
|
36485
|
+
}
|
|
36486
|
+
|
|
36487
36487
|
.E_h1ol2wl7 {
|
|
36488
36488
|
font-weight: bold;
|
|
36489
36489
|
background-color: unset;
|