@cloudtower/eagle 0.34.22 → 0.34.24
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/UIKitProvider/index.js +5 -10
- package/dist/cjs/core/ImmersiveDialog/index.js +8 -2
- package/dist/cjs/core/{Modal → LegacyModal}/index.js +7 -3
- package/dist/cjs/core/LegacySelect/index.js +4 -0
- package/dist/cjs/core/MediumDialog/MediumDialog.js +1 -1
- package/dist/cjs/core/SmallDialog/SmallDialog.js +7 -5
- package/dist/cjs/core/message/message.js +24 -1
- package/dist/cjs/coreX/KubeConfigModal/index.js +4 -4
- package/dist/cjs/hooks/useLegacyComponentWarning.js +16 -0
- package/dist/cjs/index.js +16 -16
- package/dist/cjs/legacy-antd.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1317 -1295
- package/dist/esm/UIKitProvider/index.js +5 -10
- package/dist/esm/core/ImmersiveDialog/index.js +8 -2
- package/dist/esm/core/{Modal → LegacyModal}/index.js +9 -5
- package/dist/esm/core/LegacySelect/index.js +4 -0
- package/dist/esm/core/MediumDialog/MediumDialog.js +1 -1
- package/dist/esm/core/SmallDialog/SmallDialog.js +6 -4
- package/dist/esm/core/message/message.js +24 -1
- package/dist/esm/coreX/KubeConfigModal/index.js +5 -5
- package/dist/esm/hooks/useLegacyComponentWarning.js +14 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/legacy-antd.js +4 -4
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1406 -1377
- package/dist/src/core/ImmersiveDialog/type.d.ts +2 -0
- package/dist/src/core/{Modal/modal.type.d.ts → LegacyModal/LegacyModal.type.d.ts} +12 -1
- package/dist/src/core/LegacyModal/index.d.ts +16 -0
- package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +2 -0
- package/dist/src/core/index.d.ts +2 -2
- package/dist/src/core/message/message.d.ts +5 -0
- package/dist/src/hooks/useLegacyComponentWarning.d.ts +2 -0
- package/dist/src/spec/base.d.ts +2 -2
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +5 -0
- package/dist/stories/docs/core/LegacyModal.stories.d.ts +23 -0
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +5 -1
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +5 -1
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +2 -0
- package/dist/stories/docs/core/message-group.stories.d.ts +1 -0
- package/dist/style.css +1317 -1295
- package/package.json +4 -4
- package/dist/src/core/Modal/index.d.ts +0 -5
- package/dist/stories/docs/core/Modal.stories.d.ts +0 -13
package/dist/style.css
CHANGED
|
@@ -29729,28 +29729,6 @@ body {
|
|
|
29729
29729
|
color: #005ed1;
|
|
29730
29730
|
}
|
|
29731
29731
|
|
|
29732
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29733
|
-
border: 0px;
|
|
29734
|
-
background-color: #fff;
|
|
29735
|
-
}
|
|
29736
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29737
|
-
padding-top: 0px;
|
|
29738
|
-
padding-bottom: 0px;
|
|
29739
|
-
padding-left: 0px !important;
|
|
29740
|
-
padding-right: 24px;
|
|
29741
|
-
}
|
|
29742
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29743
|
-
right: 0px;
|
|
29744
|
-
}
|
|
29745
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29746
|
-
padding: 0px;
|
|
29747
|
-
}
|
|
29748
|
-
|
|
29749
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29750
|
-
padding-right: 0px;
|
|
29751
|
-
cursor: default;
|
|
29752
|
-
}
|
|
29753
|
-
|
|
29754
29732
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29755
29733
|
justify-content: center;
|
|
29756
29734
|
}
|
|
@@ -30008,19 +29986,6 @@ body {
|
|
|
30008
29986
|
justify-content: center;
|
|
30009
29987
|
}
|
|
30010
29988
|
|
|
30011
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30012
|
-
padding: 4px 8px 0 8px;
|
|
30013
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30014
|
-
font-size: 12px;
|
|
30015
|
-
}
|
|
30016
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30017
|
-
padding-bottom: 6px;
|
|
30018
|
-
}
|
|
30019
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30020
|
-
padding-top: 4px;
|
|
30021
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30022
|
-
}
|
|
30023
|
-
|
|
30024
29989
|
.E_b1nip9bk {
|
|
30025
29990
|
padding: 4px 11px;
|
|
30026
29991
|
}
|
|
@@ -30050,25 +30015,6 @@ body {
|
|
|
30050
30015
|
border-radius: unset;
|
|
30051
30016
|
}
|
|
30052
30017
|
|
|
30053
|
-
.E_c1yyuluq {
|
|
30054
|
-
border-radius: 8px;
|
|
30055
|
-
}
|
|
30056
|
-
.E_c1yyuluq .ant-card-body {
|
|
30057
|
-
padding: 20px 24px 24px 24px;
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30060
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30061
|
-
display: flex;
|
|
30062
|
-
}
|
|
30063
|
-
.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 {
|
|
30064
|
-
border-bottom-left-radius: 5px;
|
|
30065
|
-
border-top-left-radius: 5px;
|
|
30066
|
-
}
|
|
30067
|
-
.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 {
|
|
30068
|
-
border-bottom-right-radius: 5px;
|
|
30069
|
-
border-top-right-radius: 5px;
|
|
30070
|
-
}
|
|
30071
|
-
|
|
30072
30018
|
.E_c1uzzomf {
|
|
30073
30019
|
margin-bottom: 16px;
|
|
30074
30020
|
}
|
|
@@ -30091,6 +30037,99 @@ body {
|
|
|
30091
30037
|
text-align: center;
|
|
30092
30038
|
}
|
|
30093
30039
|
|
|
30040
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30041
|
+
padding: 4px 8px 0 8px;
|
|
30042
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30043
|
+
font-size: 12px;
|
|
30044
|
+
}
|
|
30045
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30046
|
+
padding-bottom: 6px;
|
|
30047
|
+
}
|
|
30048
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30049
|
+
padding-top: 4px;
|
|
30050
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30051
|
+
}
|
|
30052
|
+
|
|
30053
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30054
|
+
line-height: 18px;
|
|
30055
|
+
}
|
|
30056
|
+
|
|
30057
|
+
.E_phljevk {
|
|
30058
|
+
display: flex;
|
|
30059
|
+
justify-content: space-between;
|
|
30060
|
+
align-items: center;
|
|
30061
|
+
padding: 10px 0;
|
|
30062
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30063
|
+
font-size: 12px;
|
|
30064
|
+
line-height: 24px;
|
|
30065
|
+
}
|
|
30066
|
+
.E_phljevk .pagination-left {
|
|
30067
|
+
padding: 2px 8px;
|
|
30068
|
+
}
|
|
30069
|
+
.E_phljevk .dropdown-trigger {
|
|
30070
|
+
display: flex;
|
|
30071
|
+
align-items: center;
|
|
30072
|
+
border-radius: 6px;
|
|
30073
|
+
cursor: pointer;
|
|
30074
|
+
transition: all 0.3s ease;
|
|
30075
|
+
}
|
|
30076
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30077
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30078
|
+
color: #0080ff;
|
|
30079
|
+
}
|
|
30080
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30081
|
+
margin-left: 4px;
|
|
30082
|
+
}
|
|
30083
|
+
.E_phljevk .pagination-right {
|
|
30084
|
+
display: flex;
|
|
30085
|
+
align-items: center;
|
|
30086
|
+
color: #0080ff;
|
|
30087
|
+
font-weight: bold;
|
|
30088
|
+
}
|
|
30089
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30090
|
+
margin-left: 4px;
|
|
30091
|
+
}
|
|
30092
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30093
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30094
|
+
padding: 0 8px;
|
|
30095
|
+
}
|
|
30096
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30097
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30098
|
+
color: #0080ff;
|
|
30099
|
+
}
|
|
30100
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30101
|
+
transform: rotate(180deg);
|
|
30102
|
+
}
|
|
30103
|
+
|
|
30104
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30105
|
+
max-height: calc(100vh - 128px);
|
|
30106
|
+
overflow-y: auto;
|
|
30107
|
+
}
|
|
30108
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30109
|
+
padding: 4px 20px;
|
|
30110
|
+
font-size: 12px;
|
|
30111
|
+
line-height: 18px;
|
|
30112
|
+
}
|
|
30113
|
+
|
|
30114
|
+
.E_c1yyuluq {
|
|
30115
|
+
border-radius: 8px;
|
|
30116
|
+
}
|
|
30117
|
+
.E_c1yyuluq .ant-card-body {
|
|
30118
|
+
padding: 20px 24px 24px 24px;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30122
|
+
display: flex;
|
|
30123
|
+
}
|
|
30124
|
+
.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 {
|
|
30125
|
+
border-bottom-left-radius: 5px;
|
|
30126
|
+
border-top-left-radius: 5px;
|
|
30127
|
+
}
|
|
30128
|
+
.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 {
|
|
30129
|
+
border-bottom-right-radius: 5px;
|
|
30130
|
+
border-top-right-radius: 5px;
|
|
30131
|
+
}
|
|
30132
|
+
|
|
30094
30133
|
.E_d1bw7c5z {
|
|
30095
30134
|
position: relative;
|
|
30096
30135
|
max-width: 388px;
|
|
@@ -30174,89 +30213,36 @@ body {
|
|
|
30174
30213
|
width: 102px;
|
|
30175
30214
|
}
|
|
30176
30215
|
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
.E_s1dizucg.ant-switch {
|
|
30182
|
-
min-width: 40px;
|
|
30183
|
-
height: 24px;
|
|
30184
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30185
|
-
overflow: hidden;
|
|
30186
|
-
}
|
|
30187
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30188
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30189
|
-
}
|
|
30190
|
-
.E_s1dizucg.ant-switch-small {
|
|
30191
|
-
min-width: 26px;
|
|
30192
|
-
height: 16px;
|
|
30193
|
-
}
|
|
30194
|
-
.E_s1dizucg.ant-switch-large {
|
|
30195
|
-
min-width: 52px;
|
|
30196
|
-
height: 32px;
|
|
30197
|
-
}
|
|
30198
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30199
|
-
height: 20px;
|
|
30200
|
-
width: 20px;
|
|
30201
|
-
}
|
|
30202
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30203
|
-
border-radius: 10px;
|
|
30204
|
-
transition-delay: 120ms;
|
|
30205
|
-
}
|
|
30206
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30207
|
-
height: 14px;
|
|
30208
|
-
width: 14px;
|
|
30209
|
-
top: 1px;
|
|
30210
|
-
left: 1px;
|
|
30211
|
-
}
|
|
30212
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30213
|
-
height: 28px;
|
|
30214
|
-
width: 28px;
|
|
30215
|
-
}
|
|
30216
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30217
|
-
border-radius: 14px;
|
|
30218
|
-
}
|
|
30219
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30220
|
-
background-color: #00ba5d;
|
|
30221
|
-
}
|
|
30222
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30223
|
-
left: calc(100% - 20px - 2px);
|
|
30224
|
-
}
|
|
30225
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30226
|
-
left: calc(100% - 14px - 1px);
|
|
30227
|
-
}
|
|
30228
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30229
|
-
left: calc(100% - 28px - 2px);
|
|
30216
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30217
|
+
border: 0px;
|
|
30218
|
+
background-color: #fff;
|
|
30230
30219
|
}
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
|
|
30220
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30221
|
+
padding-top: 0px;
|
|
30222
|
+
padding-bottom: 0px;
|
|
30223
|
+
padding-left: 0px !important;
|
|
30224
|
+
padding-right: 24px;
|
|
30234
30225
|
}
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
margin-right: 8px;
|
|
30226
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30227
|
+
right: 0px;
|
|
30238
30228
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30229
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30230
|
+
padding: 0px;
|
|
30241
30231
|
}
|
|
30242
30232
|
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
margin-right: 8px;
|
|
30247
|
-
padding-right: 8px;
|
|
30233
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30234
|
+
padding-right: 0px;
|
|
30235
|
+
cursor: default;
|
|
30248
30236
|
}
|
|
30249
30237
|
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30255
|
-
cursor: pointer;
|
|
30238
|
+
.E_ivqqkzv {
|
|
30239
|
+
height: 24px;
|
|
30240
|
+
width: 56px !important;
|
|
30241
|
+
margin-right: 4px;
|
|
30256
30242
|
}
|
|
30257
30243
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30244
|
+
.E_c1wk4q29 {
|
|
30245
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30260
30246
|
}
|
|
30261
30247
|
|
|
30262
30248
|
.E_c1bus5hc {
|
|
@@ -30299,71 +30285,49 @@ body {
|
|
|
30299
30285
|
transform: rotate(0deg);
|
|
30300
30286
|
}
|
|
30301
30287
|
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30304
|
-
width: 56px !important;
|
|
30305
|
-
margin-right: 4px;
|
|
30288
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30289
|
+
margin-right: 8px;
|
|
30306
30290
|
}
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30291
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30292
|
+
margin-left: 8px;
|
|
30310
30293
|
}
|
|
30311
30294
|
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30314
|
-
|
|
30315
|
-
|
|
30316
|
-
padding:
|
|
30317
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30318
|
-
font-size: 12px;
|
|
30319
|
-
line-height: 24px;
|
|
30320
|
-
}
|
|
30321
|
-
.E_phljevk .pagination-left {
|
|
30322
|
-
padding: 2px 8px;
|
|
30323
|
-
}
|
|
30324
|
-
.E_phljevk .dropdown-trigger {
|
|
30325
|
-
display: flex;
|
|
30326
|
-
align-items: center;
|
|
30327
|
-
border-radius: 6px;
|
|
30328
|
-
cursor: pointer;
|
|
30329
|
-
transition: all 0.3s ease;
|
|
30330
|
-
}
|
|
30331
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30332
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30333
|
-
color: #0080ff;
|
|
30334
|
-
}
|
|
30335
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30336
|
-
margin-left: 4px;
|
|
30295
|
+
.E_cc368xp {
|
|
30296
|
+
color: #00122e;
|
|
30297
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30298
|
+
margin-right: 8px;
|
|
30299
|
+
padding-right: 8px;
|
|
30337
30300
|
}
|
|
30338
|
-
|
|
30301
|
+
|
|
30302
|
+
.E_i11o6xqj {
|
|
30339
30303
|
display: flex;
|
|
30340
|
-
|
|
30341
|
-
color: #0080ff;
|
|
30342
|
-
font-weight: bold;
|
|
30304
|
+
gap: 4px;
|
|
30343
30305
|
}
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30306
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30307
|
+
cursor: pointer;
|
|
30346
30308
|
}
|
|
30347
|
-
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30309
|
+
|
|
30310
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30311
|
+
cursor: not-allowed;
|
|
30350
30312
|
}
|
|
30351
|
-
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30313
|
+
|
|
30314
|
+
.E_tju3gfj .date {
|
|
30315
|
+
margin-right: 4px;
|
|
30354
30316
|
}
|
|
30355
|
-
|
|
30356
|
-
|
|
30317
|
+
|
|
30318
|
+
.E_iq1gosr {
|
|
30319
|
+
display: inline-block;
|
|
30357
30320
|
}
|
|
30358
30321
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
30361
|
-
overflow-y: auto;
|
|
30322
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30323
|
+
display: none;
|
|
30362
30324
|
}
|
|
30363
|
-
.
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
|
|
30325
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30326
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30327
|
+
border-radius: 4px;
|
|
30328
|
+
}
|
|
30329
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30330
|
+
visibility: hidden;
|
|
30367
30331
|
}
|
|
30368
30332
|
|
|
30369
30333
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30512,109 +30476,59 @@ body {
|
|
|
30512
30476
|
width: 36px;
|
|
30513
30477
|
}
|
|
30514
30478
|
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30517
|
-
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
.E_m855nr1 {
|
|
30521
|
-
padding: 2px 8px;
|
|
30522
|
-
border-radius: 3px;
|
|
30523
|
-
}
|
|
30524
|
-
|
|
30525
|
-
.E_l1270xpg {
|
|
30526
|
-
padding: 3px 8px;
|
|
30527
|
-
border-radius: 2px;
|
|
30528
|
-
}
|
|
30529
|
-
|
|
30530
|
-
.E_t14rextb.ant-tag:hover {
|
|
30531
|
-
opacity: unset;
|
|
30479
|
+
.E_s1dizucg.ant-switch {
|
|
30480
|
+
min-width: 40px;
|
|
30481
|
+
height: 24px;
|
|
30482
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30483
|
+
overflow: hidden;
|
|
30532
30484
|
}
|
|
30533
|
-
.
|
|
30534
|
-
|
|
30535
|
-
margin-right: 8px;
|
|
30536
|
-
display: inline-flex;
|
|
30537
|
-
align-items: center;
|
|
30538
|
-
border: none;
|
|
30485
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30486
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30539
30487
|
}
|
|
30540
|
-
.
|
|
30541
|
-
width:
|
|
30488
|
+
.E_s1dizucg.ant-switch-small {
|
|
30489
|
+
min-width: 26px;
|
|
30542
30490
|
height: 16px;
|
|
30543
|
-
color: inherit;
|
|
30544
|
-
margin-left: 4px;
|
|
30545
|
-
opacity: 0.6;
|
|
30546
|
-
display: inline-flex;
|
|
30547
|
-
}
|
|
30548
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30549
|
-
opacity: 1;
|
|
30550
|
-
}
|
|
30551
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30552
|
-
color: #0080ff;
|
|
30553
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30554
|
-
}
|
|
30555
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30556
|
-
color: #f0483e;
|
|
30557
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30558
|
-
}
|
|
30559
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30560
|
-
color: #e07f00;
|
|
30561
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30562
30491
|
}
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30565
|
-
|
|
30492
|
+
.E_s1dizucg.ant-switch-large {
|
|
30493
|
+
min-width: 52px;
|
|
30494
|
+
height: 32px;
|
|
30566
30495
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30569
|
-
|
|
30496
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30497
|
+
height: 20px;
|
|
30498
|
+
width: 20px;
|
|
30570
30499
|
}
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
|
|
30500
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30501
|
+
border-radius: 10px;
|
|
30502
|
+
transition-delay: 120ms;
|
|
30574
30503
|
}
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30504
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30505
|
+
height: 14px;
|
|
30506
|
+
width: 14px;
|
|
30507
|
+
top: 1px;
|
|
30508
|
+
left: 1px;
|
|
30577
30509
|
}
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30510
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30511
|
+
height: 28px;
|
|
30512
|
+
width: 28px;
|
|
30580
30513
|
}
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30514
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30515
|
+
border-radius: 14px;
|
|
30583
30516
|
}
|
|
30584
|
-
.
|
|
30517
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30585
30518
|
background-color: #00ba5d;
|
|
30586
30519
|
}
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
-
}
|
|
30590
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30591
|
-
background-color: #6b7d99;
|
|
30592
|
-
}
|
|
30593
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30594
|
-
background-color: #7E41FF;
|
|
30595
|
-
}
|
|
30596
|
-
|
|
30597
|
-
.E_iq1gosr {
|
|
30598
|
-
display: inline-block;
|
|
30520
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30521
|
+
left: calc(100% - 20px - 2px);
|
|
30599
30522
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
width: 100%;
|
|
30603
|
-
height: 100%;
|
|
30604
|
-
min-height: 124px;
|
|
30605
|
-
display: flex;
|
|
30606
|
-
flex-direction: column;
|
|
30607
|
-
justify-content: center;
|
|
30608
|
-
align-items: center;
|
|
30523
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30524
|
+
left: calc(100% - 14px - 1px);
|
|
30609
30525
|
}
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
margin-bottom: 16px;
|
|
30613
|
-
font-size: 18px;
|
|
30526
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30527
|
+
left: calc(100% - 28px - 2px);
|
|
30614
30528
|
}
|
|
30615
30529
|
|
|
30616
|
-
.
|
|
30617
|
-
margin-
|
|
30530
|
+
.E_c1up6e3y {
|
|
30531
|
+
margin-left: 5px;
|
|
30618
30532
|
}
|
|
30619
30533
|
|
|
30620
30534
|
.E_s1dni7lo {
|
|
@@ -30698,84 +30612,148 @@ body {
|
|
|
30698
30612
|
opacity: 0;
|
|
30699
30613
|
}
|
|
30700
30614
|
|
|
30701
|
-
.
|
|
30702
|
-
|
|
30703
|
-
}
|
|
30704
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30705
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30615
|
+
.E_s1sck0th {
|
|
30616
|
+
padding: 0 8px;
|
|
30706
30617
|
border-radius: 4px;
|
|
30707
30618
|
}
|
|
30708
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30709
|
-
visibility: hidden;
|
|
30710
|
-
}
|
|
30711
30619
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30620
|
+
.E_m855nr1 {
|
|
30621
|
+
padding: 2px 8px;
|
|
30622
|
+
border-radius: 3px;
|
|
30714
30623
|
}
|
|
30715
|
-
|
|
30716
|
-
|
|
30624
|
+
|
|
30625
|
+
.E_l1270xpg {
|
|
30626
|
+
padding: 3px 8px;
|
|
30627
|
+
border-radius: 2px;
|
|
30717
30628
|
}
|
|
30718
30629
|
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
align-items: center;
|
|
30630
|
+
.E_t14rextb.ant-tag:hover {
|
|
30631
|
+
opacity: unset;
|
|
30722
30632
|
}
|
|
30723
|
-
.
|
|
30633
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30634
|
+
margin: 0;
|
|
30635
|
+
margin-right: 8px;
|
|
30724
30636
|
display: inline-flex;
|
|
30725
30637
|
align-items: center;
|
|
30726
|
-
|
|
30638
|
+
border: none;
|
|
30727
30639
|
}
|
|
30728
|
-
.
|
|
30729
|
-
|
|
30640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30641
|
+
width: 16px;
|
|
30642
|
+
height: 16px;
|
|
30643
|
+
color: inherit;
|
|
30730
30644
|
margin-left: 4px;
|
|
30645
|
+
opacity: 0.6;
|
|
30646
|
+
display: inline-flex;
|
|
30731
30647
|
}
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
animation: rotate 680ms linear infinite;
|
|
30648
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30649
|
+
opacity: 1;
|
|
30735
30650
|
}
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
line-height: 18px;
|
|
30740
|
-
padding: 0 4px;
|
|
30741
|
-
border-radius: 4px;
|
|
30742
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30743
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30744
|
-
display: flex;
|
|
30745
|
-
align-items: center;
|
|
30746
|
-
white-space: nowrap;
|
|
30747
|
-
margin-right: 4px;
|
|
30651
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30652
|
+
color: #0080ff;
|
|
30653
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30748
30654
|
}
|
|
30749
|
-
|
|
30750
|
-
|
|
30751
|
-
|
|
30655
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30656
|
+
color: #f0483e;
|
|
30657
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30752
30658
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30659
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30660
|
+
color: #e07f00;
|
|
30661
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30662
|
+
}
|
|
30663
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30664
|
+
color: #008f4c;
|
|
30665
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30666
|
+
}
|
|
30667
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30668
|
+
color: #1d326c;
|
|
30669
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30670
|
+
}
|
|
30671
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30672
|
+
color: #7E41FF;
|
|
30673
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30674
|
+
}
|
|
30675
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30676
|
+
color: #fff;
|
|
30677
|
+
}
|
|
30678
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30679
|
+
background-color: #f0483e;
|
|
30680
|
+
}
|
|
30681
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30682
|
+
background-color: #fea008;
|
|
30683
|
+
}
|
|
30684
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30685
|
+
background-color: #00ba5d;
|
|
30686
|
+
}
|
|
30687
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30688
|
+
background-color: #0080ff;
|
|
30689
|
+
}
|
|
30690
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30691
|
+
background-color: #6b7d99;
|
|
30692
|
+
}
|
|
30693
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30694
|
+
background-color: #7E41FF;
|
|
30695
|
+
}
|
|
30696
|
+
|
|
30697
|
+
.E_iouxfgt {
|
|
30755
30698
|
display: inline-flex;
|
|
30756
|
-
|
|
30757
|
-
height: inherit;
|
|
30699
|
+
align-items: center;
|
|
30758
30700
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
display: var(--a1wfy30z-2);
|
|
30762
|
-
flex: none;
|
|
30701
|
+
.E_iouxfgt .icon-inner {
|
|
30702
|
+
display: inline-flex;
|
|
30763
30703
|
align-items: center;
|
|
30704
|
+
justify-content: center;
|
|
30705
|
+
}
|
|
30706
|
+
.E_iouxfgt .icon-inner + span,
|
|
30707
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30764
30708
|
margin-left: 4px;
|
|
30765
30709
|
}
|
|
30766
|
-
.
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30710
|
+
.E_iouxfgt.is-rotate img,
|
|
30711
|
+
.E_iouxfgt.is-rotate svg {
|
|
30712
|
+
animation: rotate 680ms linear infinite;
|
|
30713
|
+
}
|
|
30714
|
+
|
|
30715
|
+
.E_fzh9mnb {
|
|
30716
|
+
width: 100%;
|
|
30717
|
+
height: 100%;
|
|
30718
|
+
min-height: 124px;
|
|
30719
|
+
display: flex;
|
|
30720
|
+
flex-direction: column;
|
|
30721
|
+
justify-content: center;
|
|
30722
|
+
align-items: center;
|
|
30723
|
+
}
|
|
30724
|
+
.E_fzh9mnb .error-text {
|
|
30725
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30726
|
+
margin-bottom: 16px;
|
|
30727
|
+
font-size: 18px;
|
|
30728
|
+
}
|
|
30729
|
+
|
|
30730
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30731
|
+
margin-left: 8px;
|
|
30732
|
+
}
|
|
30733
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30734
|
+
padding: 2px 7px 2px 12px;
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_i1inqkme {
|
|
30738
|
+
height: 18px;
|
|
30739
|
+
line-height: 18px;
|
|
30740
|
+
padding: 0 4px;
|
|
30741
|
+
border-radius: 4px;
|
|
30742
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30743
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30744
|
+
display: flex;
|
|
30770
30745
|
align-items: center;
|
|
30746
|
+
white-space: nowrap;
|
|
30771
30747
|
margin-right: 4px;
|
|
30772
|
-
cursor: auto;
|
|
30773
30748
|
}
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
|
|
30778
|
-
|
|
30749
|
+
|
|
30750
|
+
.E_owd0kml {
|
|
30751
|
+
display: inline-block;
|
|
30752
|
+
}
|
|
30753
|
+
|
|
30754
|
+
.E_h1jsgezc {
|
|
30755
|
+
visibility: hidden;
|
|
30756
|
+
position: absolute;
|
|
30779
30757
|
}
|
|
30780
30758
|
|
|
30781
30759
|
.E_f7pxqmh {
|
|
@@ -30872,13 +30850,35 @@ body {
|
|
|
30872
30850
|
padding: 2px 8px;
|
|
30873
30851
|
}
|
|
30874
30852
|
|
|
30875
|
-
.
|
|
30876
|
-
display:
|
|
30853
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30854
|
+
display: var(--a1wfy30z-0);
|
|
30877
30855
|
}
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30856
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30857
|
+
padding: 4px 11px;
|
|
30858
|
+
display: inline-flex;
|
|
30859
|
+
line-height: 1.5715;
|
|
30860
|
+
height: inherit;
|
|
30861
|
+
}
|
|
30862
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30863
|
+
content: var(--a1wfy30z-1);
|
|
30864
|
+
display: var(--a1wfy30z-2);
|
|
30865
|
+
flex: none;
|
|
30866
|
+
align-items: center;
|
|
30867
|
+
margin-left: 4px;
|
|
30868
|
+
}
|
|
30869
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30870
|
+
content: var(--a1wfy30z-3);
|
|
30871
|
+
display: var(--a1wfy30z-4);
|
|
30872
|
+
flex: none;
|
|
30873
|
+
align-items: center;
|
|
30874
|
+
margin-right: 4px;
|
|
30875
|
+
cursor: auto;
|
|
30876
|
+
}
|
|
30877
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30878
|
+
padding: 0;
|
|
30879
|
+
margin: 0;
|
|
30880
|
+
height: auto;
|
|
30881
|
+
font-size: inherit;
|
|
30882
30882
|
}
|
|
30883
30883
|
|
|
30884
30884
|
.E_dsnbhzf {
|
|
@@ -31356,36 +31356,6 @@ body {
|
|
|
31356
31356
|
line-height: 12px;
|
|
31357
31357
|
}
|
|
31358
31358
|
|
|
31359
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31360
|
-
display: inline-flex;
|
|
31361
|
-
align-items: center;
|
|
31362
|
-
justify-content: center;
|
|
31363
|
-
color: #fff;
|
|
31364
|
-
font-weight: bold;
|
|
31365
|
-
font-size: 12px;
|
|
31366
|
-
width: 24px;
|
|
31367
|
-
height: 24px;
|
|
31368
|
-
border-radius: 50%;
|
|
31369
|
-
background: var(--a1b5xrg3-0);
|
|
31370
|
-
}
|
|
31371
|
-
.E_a1b5xrg3.btn-item {
|
|
31372
|
-
transition: all 160ms ease;
|
|
31373
|
-
cursor: pointer;
|
|
31374
|
-
width: 56px;
|
|
31375
|
-
height: 40px;
|
|
31376
|
-
display: inline-flex;
|
|
31377
|
-
align-items: center;
|
|
31378
|
-
justify-content: center;
|
|
31379
|
-
border-radius: 6px;
|
|
31380
|
-
}
|
|
31381
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31382
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31383
|
-
}
|
|
31384
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31385
|
-
transform: translateY(2px);
|
|
31386
|
-
transition: all 320ms ease;
|
|
31387
|
-
}
|
|
31388
|
-
|
|
31389
31359
|
.E_m196gn1d {
|
|
31390
31360
|
min-width: 1280px;
|
|
31391
31361
|
}
|
|
@@ -32080,6 +32050,36 @@ input.E_rf8rlle.ant-input {
|
|
|
32080
32050
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32081
32051
|
}
|
|
32082
32052
|
|
|
32053
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32054
|
+
display: inline-flex;
|
|
32055
|
+
align-items: center;
|
|
32056
|
+
justify-content: center;
|
|
32057
|
+
color: #fff;
|
|
32058
|
+
font-weight: bold;
|
|
32059
|
+
font-size: 12px;
|
|
32060
|
+
width: 24px;
|
|
32061
|
+
height: 24px;
|
|
32062
|
+
border-radius: 50%;
|
|
32063
|
+
background: var(--a1b5xrg3-0);
|
|
32064
|
+
}
|
|
32065
|
+
.E_a1b5xrg3.btn-item {
|
|
32066
|
+
transition: all 160ms ease;
|
|
32067
|
+
cursor: pointer;
|
|
32068
|
+
width: 56px;
|
|
32069
|
+
height: 40px;
|
|
32070
|
+
display: inline-flex;
|
|
32071
|
+
align-items: center;
|
|
32072
|
+
justify-content: center;
|
|
32073
|
+
border-radius: 6px;
|
|
32074
|
+
}
|
|
32075
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32076
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32077
|
+
}
|
|
32078
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32079
|
+
transform: translateY(2px);
|
|
32080
|
+
transition: all 320ms ease;
|
|
32081
|
+
}
|
|
32082
|
+
|
|
32083
32083
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32084
32084
|
border-radius: 6px;
|
|
32085
32085
|
}
|
|
@@ -32137,6 +32137,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32137
32137
|
transform: rotate(180deg);
|
|
32138
32138
|
}
|
|
32139
32139
|
|
|
32140
|
+
.E_oa99sl3 {
|
|
32141
|
+
display: flex;
|
|
32142
|
+
justify-content: space-between;
|
|
32143
|
+
align-items: center;
|
|
32144
|
+
gap: 8px;
|
|
32145
|
+
}
|
|
32146
|
+
.E_oa99sl3,
|
|
32147
|
+
.E_oa99sl3 :first-child {
|
|
32148
|
+
line-height: inherit !important;
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32151
|
+
.E_lvp5pj7 {
|
|
32152
|
+
display: flex;
|
|
32153
|
+
justify-content: space-between;
|
|
32154
|
+
align-items: center;
|
|
32155
|
+
gap: 8px;
|
|
32156
|
+
min-width: 0;
|
|
32157
|
+
}
|
|
32158
|
+
|
|
32159
|
+
.E_s1io1lws {
|
|
32160
|
+
display: flex;
|
|
32161
|
+
align-items: center;
|
|
32162
|
+
flex-shrink: 0;
|
|
32163
|
+
}
|
|
32164
|
+
|
|
32140
32165
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32141
32166
|
opacity: 1;
|
|
32142
32167
|
}
|
|
@@ -32264,50 +32289,27 @@ input.E_rf8rlle.ant-input {
|
|
|
32264
32289
|
color: rgba(0, 21, 64, 0.3);
|
|
32265
32290
|
}
|
|
32266
32291
|
|
|
32267
|
-
.
|
|
32292
|
+
.E_w1dxz879 {
|
|
32268
32293
|
display: flex;
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
gap: 8px;
|
|
32294
|
+
flex-direction: column;
|
|
32295
|
+
gap: 6px;
|
|
32272
32296
|
}
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32275
|
-
|
|
32297
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32298
|
+
max-height: var(--w1dxz879-0);
|
|
32299
|
+
text-overflow: clip;
|
|
32300
|
+
overflow: hidden;
|
|
32301
|
+
}
|
|
32302
|
+
.E_w1dxz879 .tips {
|
|
32303
|
+
color: #fff;
|
|
32304
|
+
opacity: 0.8;
|
|
32276
32305
|
}
|
|
32277
32306
|
|
|
32278
|
-
.
|
|
32307
|
+
.E_b1lj76ty {
|
|
32308
|
+
width: 100%;
|
|
32309
|
+
height: 100%;
|
|
32310
|
+
margin: 0 auto;
|
|
32279
32311
|
display: flex;
|
|
32280
|
-
|
|
32281
|
-
align-items: center;
|
|
32282
|
-
gap: 8px;
|
|
32283
|
-
min-width: 0;
|
|
32284
|
-
}
|
|
32285
|
-
|
|
32286
|
-
.E_s1io1lws {
|
|
32287
|
-
display: flex;
|
|
32288
|
-
align-items: center;
|
|
32289
|
-
flex-shrink: 0;
|
|
32290
|
-
}
|
|
32291
|
-
|
|
32292
|
-
.E_suhck3k {
|
|
32293
|
-
height: 24px;
|
|
32294
|
-
width: 24px;
|
|
32295
|
-
border-radius: 6px;
|
|
32296
|
-
padding: 4px;
|
|
32297
|
-
}
|
|
32298
|
-
.E_suhck3k:hover {
|
|
32299
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32300
|
-
}
|
|
32301
|
-
.E_suhck3k:hover svg path {
|
|
32302
|
-
fill: blue;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.E_b1lj76ty {
|
|
32306
|
-
width: 100%;
|
|
32307
|
-
height: 100%;
|
|
32308
|
-
margin: 0 auto;
|
|
32309
|
-
display: flex;
|
|
32310
|
-
flex-direction: column;
|
|
32312
|
+
flex-direction: column;
|
|
32311
32313
|
align-items: center;
|
|
32312
32314
|
justify-content: center;
|
|
32313
32315
|
color: rgba(0, 21, 64, 0.3);
|
|
@@ -32339,22 +32341,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32339
32341
|
margin-top: 8px;
|
|
32340
32342
|
}
|
|
32341
32343
|
|
|
32342
|
-
.E_ryby9ds {
|
|
32343
|
-
display: flex;
|
|
32344
|
-
align-items: center;
|
|
32345
|
-
}
|
|
32346
|
-
.E_ryby9ds .order {
|
|
32347
|
-
height: 24px;
|
|
32348
|
-
width: 24px;
|
|
32349
|
-
border-radius: 20px;
|
|
32350
|
-
color: #0080ff;
|
|
32351
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32352
|
-
display: flex;
|
|
32353
|
-
align-items: center;
|
|
32354
|
-
justify-content: center;
|
|
32355
|
-
margin-right: 6px;
|
|
32356
|
-
}
|
|
32357
|
-
|
|
32358
32344
|
.E_hrhfj7c {
|
|
32359
32345
|
display: none;
|
|
32360
32346
|
}
|
|
@@ -32574,19 +32560,33 @@ input.E_rf8rlle.ant-input {
|
|
|
32574
32560
|
font-size: 14px;
|
|
32575
32561
|
}
|
|
32576
32562
|
|
|
32577
|
-
.
|
|
32578
|
-
|
|
32579
|
-
|
|
32580
|
-
|
|
32563
|
+
.E_suhck3k {
|
|
32564
|
+
height: 24px;
|
|
32565
|
+
width: 24px;
|
|
32566
|
+
border-radius: 6px;
|
|
32567
|
+
padding: 4px;
|
|
32581
32568
|
}
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32584
|
-
text-overflow: clip;
|
|
32585
|
-
overflow: hidden;
|
|
32569
|
+
.E_suhck3k:hover {
|
|
32570
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32586
32571
|
}
|
|
32587
|
-
.
|
|
32588
|
-
|
|
32589
|
-
|
|
32572
|
+
.E_suhck3k:hover svg path {
|
|
32573
|
+
fill: blue;
|
|
32574
|
+
}
|
|
32575
|
+
|
|
32576
|
+
.E_ryby9ds {
|
|
32577
|
+
display: flex;
|
|
32578
|
+
align-items: center;
|
|
32579
|
+
}
|
|
32580
|
+
.E_ryby9ds .order {
|
|
32581
|
+
height: 24px;
|
|
32582
|
+
width: 24px;
|
|
32583
|
+
border-radius: 20px;
|
|
32584
|
+
color: #0080ff;
|
|
32585
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32586
|
+
display: flex;
|
|
32587
|
+
align-items: center;
|
|
32588
|
+
justify-content: center;
|
|
32589
|
+
margin-right: 6px;
|
|
32590
32590
|
}
|
|
32591
32591
|
|
|
32592
32592
|
.E_m5foqp8 {
|
|
@@ -32933,6 +32933,81 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32933
32933
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32934
32934
|
}
|
|
32935
32935
|
|
|
32936
|
+
.E_sddwhm6 {
|
|
32937
|
+
margin: 0;
|
|
32938
|
+
border-radius: 20px;
|
|
32939
|
+
padding: 2px 10px;
|
|
32940
|
+
height: 22px;
|
|
32941
|
+
}
|
|
32942
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32943
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32944
|
+
}
|
|
32945
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32946
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32947
|
+
}
|
|
32948
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32949
|
+
color: #00122e;
|
|
32950
|
+
}
|
|
32951
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32952
|
+
margin-right: 6px;
|
|
32953
|
+
}
|
|
32954
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32955
|
+
margin-left: 8px;
|
|
32956
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32957
|
+
}
|
|
32958
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32959
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32960
|
+
}
|
|
32961
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32962
|
+
background-color: #0080ff;
|
|
32963
|
+
}
|
|
32964
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32965
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32966
|
+
}
|
|
32967
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32968
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32969
|
+
}
|
|
32970
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32971
|
+
background-color: #f0483e;
|
|
32972
|
+
}
|
|
32973
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32974
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32975
|
+
}
|
|
32976
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32977
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32978
|
+
}
|
|
32979
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32980
|
+
background-color: #fea008;
|
|
32981
|
+
}
|
|
32982
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32983
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32984
|
+
}
|
|
32985
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32986
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32987
|
+
}
|
|
32988
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32989
|
+
background-color: #00ba5d;
|
|
32990
|
+
}
|
|
32991
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32992
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32993
|
+
}
|
|
32994
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32995
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32996
|
+
}
|
|
32997
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32998
|
+
background-color: #6b7d99;
|
|
32999
|
+
}
|
|
33000
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33001
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33002
|
+
}
|
|
33003
|
+
|
|
33004
|
+
.E_satwmqm {
|
|
33005
|
+
width: 8px;
|
|
33006
|
+
height: 8px;
|
|
33007
|
+
border-radius: 50%;
|
|
33008
|
+
display: inline-block;
|
|
33009
|
+
}
|
|
33010
|
+
|
|
32936
33011
|
.E_tc97u5y {
|
|
32937
33012
|
height: 100%;
|
|
32938
33013
|
}
|
|
@@ -33304,106 +33379,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33304
33379
|
background: #fff;
|
|
33305
33380
|
}
|
|
33306
33381
|
|
|
33307
|
-
.
|
|
33308
|
-
|
|
33309
|
-
border-radius: 20px;
|
|
33310
|
-
padding: 2px 10px;
|
|
33311
|
-
height: 22px;
|
|
33312
|
-
}
|
|
33313
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33314
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33382
|
+
.E_c1yd35n {
|
|
33383
|
+
padding: 0 12px 14px 12px;
|
|
33315
33384
|
}
|
|
33316
|
-
|
|
33317
|
-
|
|
33385
|
+
|
|
33386
|
+
.E_lht19u8 {
|
|
33387
|
+
width: 64px;
|
|
33388
|
+
height: 64px;
|
|
33389
|
+
display: flex;
|
|
33390
|
+
align-items: center;
|
|
33391
|
+
justify-content: center;
|
|
33392
|
+
position: relative;
|
|
33393
|
+
opacity: 0.2;
|
|
33318
33394
|
}
|
|
33319
|
-
|
|
33320
|
-
|
|
33395
|
+
|
|
33396
|
+
.E_lk3gkp4 {
|
|
33397
|
+
position: absolute;
|
|
33398
|
+
width: 5px;
|
|
33399
|
+
height: 48px;
|
|
33400
|
+
left: 9.33px;
|
|
33401
|
+
top: 40.5px;
|
|
33402
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33403
|
+
border-radius: 5px;
|
|
33404
|
+
transform: rotate(-128deg);
|
|
33405
|
+
transform-origin: top left;
|
|
33406
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33321
33407
|
}
|
|
33322
|
-
|
|
33323
|
-
|
|
33408
|
+
|
|
33409
|
+
.E_ll4n94n {
|
|
33410
|
+
position: absolute;
|
|
33411
|
+
width: 5px;
|
|
33412
|
+
height: 48px;
|
|
33413
|
+
left: 40.8px;
|
|
33414
|
+
top: 8.4px;
|
|
33415
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33416
|
+
border-radius: 5px;
|
|
33417
|
+
transform: rotate(-8deg);
|
|
33418
|
+
transform-origin: top left;
|
|
33419
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33324
33420
|
}
|
|
33325
|
-
|
|
33326
|
-
|
|
33327
|
-
|
|
33421
|
+
|
|
33422
|
+
.E_l17lbdo6 {
|
|
33423
|
+
position: absolute;
|
|
33424
|
+
width: 5px;
|
|
33425
|
+
height: 48px;
|
|
33426
|
+
left: 52.9px;
|
|
33427
|
+
top: 51.8px;
|
|
33428
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33429
|
+
border-radius: 5px;
|
|
33430
|
+
transform: rotate(112deg);
|
|
33431
|
+
transform-origin: top left;
|
|
33432
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33328
33433
|
}
|
|
33329
|
-
|
|
33330
|
-
|
|
33434
|
+
|
|
33435
|
+
.E_ckui4s7 {
|
|
33436
|
+
color: #2d3a56;
|
|
33437
|
+
line-height: 22px;
|
|
33438
|
+
display: inline-flex;
|
|
33331
33439
|
}
|
|
33332
|
-
.
|
|
33333
|
-
|
|
33440
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33441
|
+
height: 22px;
|
|
33442
|
+
display: flex;
|
|
33443
|
+
align-items: center;
|
|
33444
|
+
top: 0;
|
|
33334
33445
|
}
|
|
33335
|
-
.
|
|
33336
|
-
|
|
33446
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33447
|
+
border: none;
|
|
33337
33448
|
}
|
|
33338
|
-
.
|
|
33339
|
-
|
|
33449
|
+
.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 {
|
|
33450
|
+
border-color: #0080ff;
|
|
33340
33451
|
}
|
|
33341
|
-
.
|
|
33342
|
-
|
|
33452
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33453
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33343
33454
|
}
|
|
33344
|
-
.
|
|
33345
|
-
|
|
33455
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33456
|
+
border: 1px solid #0080ff;
|
|
33346
33457
|
}
|
|
33347
|
-
.
|
|
33348
|
-
background
|
|
33349
|
-
}
|
|
33350
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33351
|
-
background-color: #fea008;
|
|
33352
|
-
}
|
|
33353
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33354
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33355
|
-
}
|
|
33356
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33357
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33358
|
-
}
|
|
33359
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33360
|
-
background-color: #00ba5d;
|
|
33361
|
-
}
|
|
33362
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33363
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33364
|
-
}
|
|
33365
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33366
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33367
|
-
}
|
|
33368
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33369
|
-
background-color: #6b7d99;
|
|
33370
|
-
}
|
|
33371
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33372
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33373
|
-
}
|
|
33374
|
-
|
|
33375
|
-
.E_satwmqm {
|
|
33376
|
-
width: 8px;
|
|
33377
|
-
height: 8px;
|
|
33378
|
-
border-radius: 50%;
|
|
33379
|
-
display: inline-block;
|
|
33380
|
-
}
|
|
33381
|
-
|
|
33382
|
-
.E_ckui4s7 {
|
|
33383
|
-
color: #2d3a56;
|
|
33384
|
-
line-height: 22px;
|
|
33385
|
-
display: inline-flex;
|
|
33386
|
-
}
|
|
33387
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33388
|
-
height: 22px;
|
|
33389
|
-
display: flex;
|
|
33390
|
-
align-items: center;
|
|
33391
|
-
top: 0;
|
|
33392
|
-
}
|
|
33393
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33394
|
-
border: none;
|
|
33395
|
-
}
|
|
33396
|
-
.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 {
|
|
33397
|
-
border-color: #0080ff;
|
|
33398
|
-
}
|
|
33399
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33400
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33401
|
-
}
|
|
33402
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33403
|
-
border: 1px solid #0080ff;
|
|
33404
|
-
}
|
|
33405
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33406
|
-
background: #0080ff;
|
|
33458
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33459
|
+
background: #0080ff;
|
|
33407
33460
|
}
|
|
33408
33461
|
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33409
33462
|
background-color: #fff;
|
|
@@ -33483,10 +33536,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33483
33536
|
margin-right: 2px;
|
|
33484
33537
|
}
|
|
33485
33538
|
|
|
33486
|
-
.E_c1yd35n {
|
|
33487
|
-
padding: 0 12px 14px 12px;
|
|
33488
|
-
}
|
|
33489
|
-
|
|
33490
33539
|
.E_b14q2gmw {
|
|
33491
33540
|
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);
|
|
33492
33541
|
}
|
|
@@ -33665,53 +33714,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33665
33714
|
height: 16px;
|
|
33666
33715
|
}
|
|
33667
33716
|
|
|
33668
|
-
.
|
|
33669
|
-
width: 64px;
|
|
33670
|
-
height: 64px;
|
|
33717
|
+
.E_r77hffu {
|
|
33671
33718
|
display: flex;
|
|
33672
33719
|
align-items: center;
|
|
33673
|
-
justify-content:
|
|
33674
|
-
|
|
33675
|
-
opacity: 0.2;
|
|
33720
|
+
justify-content: space-between;
|
|
33721
|
+
column-gap: 6px;
|
|
33676
33722
|
}
|
|
33677
33723
|
|
|
33678
|
-
.
|
|
33679
|
-
|
|
33680
|
-
|
|
33681
|
-
|
|
33682
|
-
|
|
33683
|
-
top: 40.5px;
|
|
33684
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33685
|
-
border-radius: 5px;
|
|
33686
|
-
transform: rotate(-128deg);
|
|
33687
|
-
transform-origin: top left;
|
|
33688
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33724
|
+
.E_p1cmxsf7 {
|
|
33725
|
+
display: flex;
|
|
33726
|
+
flex-direction: column;
|
|
33727
|
+
justify-content: center;
|
|
33728
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33689
33729
|
}
|
|
33690
|
-
|
|
33691
|
-
|
|
33692
|
-
|
|
33693
|
-
|
|
33694
|
-
height: 48px;
|
|
33695
|
-
left: 40.8px;
|
|
33696
|
-
top: 8.4px;
|
|
33697
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33698
|
-
border-radius: 5px;
|
|
33699
|
-
transform: rotate(-8deg);
|
|
33700
|
-
transform-origin: top left;
|
|
33701
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33730
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33731
|
+
font-size: 0;
|
|
33732
|
+
margin-bottom: unset;
|
|
33733
|
+
margin-inline-end: unset;
|
|
33702
33734
|
}
|
|
33703
33735
|
|
|
33704
|
-
.
|
|
33705
|
-
|
|
33706
|
-
|
|
33707
|
-
|
|
33708
|
-
|
|
33709
|
-
|
|
33710
|
-
|
|
33711
|
-
border-radius: 5px;
|
|
33712
|
-
transform: rotate(112deg);
|
|
33713
|
-
transform-origin: top left;
|
|
33714
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33736
|
+
.E_w7ob4th.outside-tag {
|
|
33737
|
+
padding-left: 0;
|
|
33738
|
+
}
|
|
33739
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33740
|
+
border-radius: 4px 0 0 4px;
|
|
33741
|
+
padding-right: 4px;
|
|
33742
|
+
margin-right: 4px;
|
|
33715
33743
|
}
|
|
33716
33744
|
|
|
33717
33745
|
.E_sjob3jg {
|
|
@@ -33909,6 +33937,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33909
33937
|
justify-content: center;
|
|
33910
33938
|
}
|
|
33911
33939
|
|
|
33940
|
+
.E_slr2ynn {
|
|
33941
|
+
padding: 0 8px;
|
|
33942
|
+
height: 18px;
|
|
33943
|
+
}
|
|
33944
|
+
|
|
33945
|
+
.E_m140wbb6 {
|
|
33946
|
+
padding: 2px 8px;
|
|
33947
|
+
height: 24px;
|
|
33948
|
+
}
|
|
33949
|
+
|
|
33950
|
+
.E_t1fozc1i {
|
|
33951
|
+
margin: 0;
|
|
33952
|
+
}
|
|
33953
|
+
|
|
33954
|
+
.E_i1vxv4ln {
|
|
33955
|
+
margin-right: 4px;
|
|
33956
|
+
height: 16px;
|
|
33957
|
+
}
|
|
33958
|
+
|
|
33959
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33960
|
+
font-weight: 700;
|
|
33961
|
+
color: #00122e;
|
|
33962
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33963
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33964
|
+
word-break: break-all;
|
|
33965
|
+
display: inline;
|
|
33966
|
+
white-space: normal;
|
|
33967
|
+
}
|
|
33968
|
+
|
|
33912
33969
|
.E_t13ef470 {
|
|
33913
33970
|
height: 100%;
|
|
33914
33971
|
}
|
|
@@ -33939,215 +33996,85 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33939
33996
|
background: rgba(163, 180, 204, 0.18);
|
|
33940
33997
|
}
|
|
33941
33998
|
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
justify-content: space-between;
|
|
33946
|
-
column-gap: 6px;
|
|
33999
|
+
.E_t1dtlqs1 {
|
|
34000
|
+
margin-bottom: 4px;
|
|
34001
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33947
34002
|
}
|
|
33948
34003
|
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33951
|
-
|
|
33952
|
-
|
|
33953
|
-
|
|
34004
|
+
.E_s1ese5oy {
|
|
34005
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34006
|
+
line-height: 32px;
|
|
34007
|
+
height: 32px;
|
|
34008
|
+
margin-bottom: 0;
|
|
33954
34009
|
}
|
|
33955
|
-
.
|
|
33956
|
-
|
|
33957
|
-
margin-bottom: unset;
|
|
33958
|
-
margin-inline-end: unset;
|
|
34010
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34011
|
+
color: #0080ff;
|
|
33959
34012
|
}
|
|
33960
|
-
|
|
33961
|
-
|
|
33962
|
-
margin: 0;
|
|
33963
|
-
border-radius: 20px;
|
|
33964
|
-
padding: 2px 10px;
|
|
33965
|
-
height: 22px;
|
|
33966
|
-
display: flex;
|
|
33967
|
-
align-items: center;
|
|
34013
|
+
.E_s1ese5oy.warning {
|
|
34014
|
+
color: #ffa500;
|
|
33968
34015
|
}
|
|
33969
|
-
.
|
|
33970
|
-
color: #
|
|
34016
|
+
.E_s1ese5oy.success {
|
|
34017
|
+
color: #00ba5d;
|
|
33971
34018
|
}
|
|
33972
|
-
.
|
|
33973
|
-
|
|
34019
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34020
|
+
color: #f0483e;
|
|
33974
34021
|
}
|
|
33975
|
-
.
|
|
34022
|
+
.E_s1ese5oy.normal {
|
|
34023
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34024
|
+
}
|
|
34025
|
+
|
|
34026
|
+
.E_b1ibis43 {
|
|
34027
|
+
margin-bottom: 0;
|
|
33976
34028
|
color: #00122e;
|
|
33977
34029
|
}
|
|
33978
|
-
|
|
34030
|
+
|
|
34031
|
+
.E_b11xxjd2 {
|
|
34032
|
+
line-height: 32px;
|
|
33979
34033
|
margin-right: 6px;
|
|
33980
34034
|
}
|
|
33981
|
-
|
|
33982
|
-
|
|
33983
|
-
|
|
34035
|
+
|
|
34036
|
+
.E_bsub5bw.with-description {
|
|
34037
|
+
height: 24px;
|
|
34038
|
+
flex: 1;
|
|
34039
|
+
position: relative;
|
|
34040
|
+
top: -7px;
|
|
33984
34041
|
}
|
|
33985
|
-
.
|
|
33986
|
-
|
|
34042
|
+
.E_bsub5bw p {
|
|
34043
|
+
width: 100%;
|
|
34044
|
+
overflow: hidden;
|
|
34045
|
+
text-overflow: ellipsis;
|
|
34046
|
+
white-space: nowrap;
|
|
33987
34047
|
}
|
|
33988
|
-
|
|
33989
|
-
|
|
34048
|
+
|
|
34049
|
+
.E_tmoyoag {
|
|
34050
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34051
|
+
border-radius: 8px;
|
|
34052
|
+
overflow: auto;
|
|
33990
34053
|
}
|
|
33991
|
-
.
|
|
33992
|
-
|
|
34054
|
+
.E_tmoyoag .ant-list {
|
|
34055
|
+
position: relative;
|
|
33993
34056
|
}
|
|
33994
|
-
.
|
|
33995
|
-
|
|
34057
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34058
|
+
border-bottom: none;
|
|
33996
34059
|
}
|
|
33997
|
-
.
|
|
33998
|
-
|
|
34060
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34061
|
+
position: sticky;
|
|
34062
|
+
top: 0;
|
|
34063
|
+
z-index: 2;
|
|
34064
|
+
display: flex;
|
|
34065
|
+
padding: 8px;
|
|
34066
|
+
flex-wrap: nowrap;
|
|
34067
|
+
justify-content: flex-start;
|
|
34068
|
+
background: #f2f5fa;
|
|
34069
|
+
font-size: 14px;
|
|
34070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34071
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33999
34072
|
}
|
|
34000
|
-
.
|
|
34001
|
-
|
|
34073
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34074
|
+
align-items: inherit;
|
|
34002
34075
|
}
|
|
34003
|
-
.
|
|
34004
|
-
|
|
34005
|
-
}
|
|
34006
|
-
|
|
34007
|
-
.E_s1qj66nc {
|
|
34008
|
-
width: 8px;
|
|
34009
|
-
height: 8px;
|
|
34010
|
-
border-radius: 50%;
|
|
34011
|
-
display: inline-block;
|
|
34012
|
-
}
|
|
34013
|
-
|
|
34014
|
-
.E_s5x1boq {
|
|
34015
|
-
width: 8px;
|
|
34016
|
-
height: 8px;
|
|
34017
|
-
border-radius: 2px;
|
|
34018
|
-
display: inline-block;
|
|
34019
|
-
}
|
|
34020
|
-
|
|
34021
|
-
.E_c1xm185 {
|
|
34022
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34023
|
-
}
|
|
34024
|
-
|
|
34025
|
-
.E_c1x5l5qc {
|
|
34026
|
-
flex: 1;
|
|
34027
|
-
}
|
|
34028
|
-
|
|
34029
|
-
.E_w7ob4th.outside-tag {
|
|
34030
|
-
padding-left: 0;
|
|
34031
|
-
}
|
|
34032
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34033
|
-
border-radius: 4px 0 0 4px;
|
|
34034
|
-
padding-right: 4px;
|
|
34035
|
-
margin-right: 4px;
|
|
34036
|
-
}
|
|
34037
|
-
|
|
34038
|
-
.E_slr2ynn {
|
|
34039
|
-
padding: 0 8px;
|
|
34040
|
-
height: 18px;
|
|
34041
|
-
}
|
|
34042
|
-
|
|
34043
|
-
.E_m140wbb6 {
|
|
34044
|
-
padding: 2px 8px;
|
|
34045
|
-
height: 24px;
|
|
34046
|
-
}
|
|
34047
|
-
|
|
34048
|
-
.E_t1fozc1i {
|
|
34049
|
-
margin: 0;
|
|
34050
|
-
}
|
|
34051
|
-
|
|
34052
|
-
.E_i1vxv4ln {
|
|
34053
|
-
margin-right: 4px;
|
|
34054
|
-
height: 16px;
|
|
34055
|
-
}
|
|
34056
|
-
|
|
34057
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34058
|
-
font-weight: 700;
|
|
34059
|
-
color: #00122e;
|
|
34060
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34061
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34062
|
-
word-break: break-all;
|
|
34063
|
-
display: inline;
|
|
34064
|
-
white-space: normal;
|
|
34065
|
-
}
|
|
34066
|
-
|
|
34067
|
-
.E_i1g85yz3 {
|
|
34068
|
-
margin-right: 4px;
|
|
34069
|
-
height: 16px;
|
|
34070
|
-
}
|
|
34071
|
-
|
|
34072
|
-
.E_t1dtlqs1 {
|
|
34073
|
-
margin-bottom: 4px;
|
|
34074
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34075
|
-
}
|
|
34076
|
-
|
|
34077
|
-
.E_s1ese5oy {
|
|
34078
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34079
|
-
line-height: 32px;
|
|
34080
|
-
height: 32px;
|
|
34081
|
-
margin-bottom: 0;
|
|
34082
|
-
}
|
|
34083
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34084
|
-
color: #0080ff;
|
|
34085
|
-
}
|
|
34086
|
-
.E_s1ese5oy.warning {
|
|
34087
|
-
color: #ffa500;
|
|
34088
|
-
}
|
|
34089
|
-
.E_s1ese5oy.success {
|
|
34090
|
-
color: #00ba5d;
|
|
34091
|
-
}
|
|
34092
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34093
|
-
color: #f0483e;
|
|
34094
|
-
}
|
|
34095
|
-
.E_s1ese5oy.normal {
|
|
34096
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34097
|
-
}
|
|
34098
|
-
|
|
34099
|
-
.E_b1ibis43 {
|
|
34100
|
-
margin-bottom: 0;
|
|
34101
|
-
color: #00122e;
|
|
34102
|
-
}
|
|
34103
|
-
|
|
34104
|
-
.E_b11xxjd2 {
|
|
34105
|
-
line-height: 32px;
|
|
34106
|
-
margin-right: 6px;
|
|
34107
|
-
}
|
|
34108
|
-
|
|
34109
|
-
.E_bsub5bw.with-description {
|
|
34110
|
-
height: 24px;
|
|
34111
|
-
flex: 1;
|
|
34112
|
-
position: relative;
|
|
34113
|
-
top: -7px;
|
|
34114
|
-
}
|
|
34115
|
-
.E_bsub5bw p {
|
|
34116
|
-
width: 100%;
|
|
34117
|
-
overflow: hidden;
|
|
34118
|
-
text-overflow: ellipsis;
|
|
34119
|
-
white-space: nowrap;
|
|
34120
|
-
}
|
|
34121
|
-
|
|
34122
|
-
.E_tmoyoag {
|
|
34123
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34124
|
-
border-radius: 8px;
|
|
34125
|
-
overflow: auto;
|
|
34126
|
-
}
|
|
34127
|
-
.E_tmoyoag .ant-list {
|
|
34128
|
-
position: relative;
|
|
34129
|
-
}
|
|
34130
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34131
|
-
border-bottom: none;
|
|
34132
|
-
}
|
|
34133
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34134
|
-
position: sticky;
|
|
34135
|
-
top: 0;
|
|
34136
|
-
z-index: 2;
|
|
34137
|
-
display: flex;
|
|
34138
|
-
padding: 8px;
|
|
34139
|
-
flex-wrap: nowrap;
|
|
34140
|
-
justify-content: flex-start;
|
|
34141
|
-
background: #f2f5fa;
|
|
34142
|
-
font-size: 14px;
|
|
34143
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34144
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34145
|
-
}
|
|
34146
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34147
|
-
align-items: inherit;
|
|
34148
|
-
}
|
|
34149
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34150
|
-
margin-bottom: 0;
|
|
34076
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34077
|
+
margin-bottom: 0;
|
|
34151
34078
|
}
|
|
34152
34079
|
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34153
34080
|
display: flex;
|
|
@@ -34265,7 +34192,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34265
34192
|
margin-right: 8px;
|
|
34266
34193
|
}
|
|
34267
34194
|
|
|
34268
|
-
.
|
|
34195
|
+
.E_i1g85yz3 {
|
|
34196
|
+
margin-right: 4px;
|
|
34197
|
+
height: 16px;
|
|
34198
|
+
}
|
|
34199
|
+
|
|
34200
|
+
.E_l1ucdodl {
|
|
34201
|
+
margin: 0;
|
|
34202
|
+
border-radius: 20px;
|
|
34203
|
+
padding: 2px 10px;
|
|
34204
|
+
height: 22px;
|
|
34205
|
+
display: flex;
|
|
34206
|
+
align-items: center;
|
|
34207
|
+
}
|
|
34208
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34209
|
+
color: #FFFFFF;
|
|
34210
|
+
}
|
|
34211
|
+
.E_l1ucdodl.tag-hover {
|
|
34212
|
+
cursor: pointer;
|
|
34213
|
+
}
|
|
34214
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34215
|
+
color: #00122e;
|
|
34216
|
+
}
|
|
34217
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34218
|
+
margin-right: 6px;
|
|
34219
|
+
}
|
|
34220
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34221
|
+
margin-left: 8px;
|
|
34222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34223
|
+
}
|
|
34224
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34225
|
+
color: #FFFFFF;
|
|
34226
|
+
}
|
|
34227
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34228
|
+
background-color: #0080ff;
|
|
34229
|
+
}
|
|
34230
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34231
|
+
background-color: #f0483e;
|
|
34232
|
+
}
|
|
34233
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34234
|
+
background-color: #fea008;
|
|
34235
|
+
}
|
|
34236
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34237
|
+
background-color: #00ba5d;
|
|
34238
|
+
}
|
|
34239
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34240
|
+
background-color: #6b7d99;
|
|
34241
|
+
}
|
|
34242
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34243
|
+
background-color: #7E41FF;
|
|
34244
|
+
}
|
|
34245
|
+
|
|
34246
|
+
.E_s1qj66nc {
|
|
34247
|
+
width: 8px;
|
|
34248
|
+
height: 8px;
|
|
34249
|
+
border-radius: 50%;
|
|
34250
|
+
display: inline-block;
|
|
34251
|
+
}
|
|
34252
|
+
|
|
34253
|
+
.E_s5x1boq {
|
|
34254
|
+
width: 8px;
|
|
34255
|
+
height: 8px;
|
|
34256
|
+
border-radius: 2px;
|
|
34257
|
+
display: inline-block;
|
|
34258
|
+
}
|
|
34259
|
+
|
|
34260
|
+
.E_c1xm185 {
|
|
34261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34262
|
+
}
|
|
34263
|
+
|
|
34264
|
+
.E_c1x5l5qc {
|
|
34265
|
+
flex: 1;
|
|
34266
|
+
}
|
|
34267
|
+
|
|
34268
|
+
.E_msn7nxt {
|
|
34269
34269
|
color: rgba(44, 56, 82, 0.6);
|
|
34270
34270
|
text-align: center;
|
|
34271
34271
|
display: flex;
|
|
@@ -34274,213 +34274,159 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34274
34274
|
flex-direction: column;
|
|
34275
34275
|
height: 100%;
|
|
34276
34276
|
}
|
|
34277
|
-
.
|
|
34277
|
+
.E_msn7nxt .link {
|
|
34278
34278
|
color: #0080ff;
|
|
34279
34279
|
cursor: pointer;
|
|
34280
34280
|
}
|
|
34281
34281
|
|
|
34282
|
-
.
|
|
34282
|
+
.E_mp64wfi {
|
|
34283
34283
|
width: 100%;
|
|
34284
34284
|
height: 100%;
|
|
34285
34285
|
display: flex;
|
|
34286
34286
|
flex-direction: column;
|
|
34287
34287
|
}
|
|
34288
|
-
.
|
|
34288
|
+
.E_mp64wfi .name-toolbar {
|
|
34289
34289
|
width: 100%;
|
|
34290
34290
|
display: flex;
|
|
34291
34291
|
line-height: 30px;
|
|
34292
|
+
padding: 0 16px;
|
|
34292
34293
|
justify-content: space-between;
|
|
34293
34294
|
}
|
|
34294
|
-
.
|
|
34295
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34295
34296
|
display: flex;
|
|
34296
34297
|
font-size: 12px;
|
|
34297
34298
|
align-items: center;
|
|
34298
34299
|
}
|
|
34299
|
-
.
|
|
34300
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34300
34301
|
color: #a3b4cc;
|
|
34301
34302
|
}
|
|
34302
|
-
.
|
|
34303
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34303
34304
|
margin-left: 10px;
|
|
34304
34305
|
}
|
|
34305
|
-
.
|
|
34306
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34306
34307
|
margin-left: 10px;
|
|
34307
34308
|
cursor: pointer;
|
|
34308
34309
|
}
|
|
34309
|
-
.
|
|
34310
|
+
.E_mp64wfi .content {
|
|
34310
34311
|
flex: 1;
|
|
34311
34312
|
width: 100%;
|
|
34312
34313
|
display: flex;
|
|
34313
34314
|
justify-content: center;
|
|
34314
34315
|
align-items: center;
|
|
34315
34316
|
}
|
|
34316
|
-
.
|
|
34317
|
+
.E_mp64wfi .single-content {
|
|
34317
34318
|
height: 65px;
|
|
34318
34319
|
}
|
|
34319
34320
|
|
|
34320
|
-
.
|
|
34321
|
+
.E_l1oyigan {
|
|
34321
34322
|
display: flex;
|
|
34322
34323
|
align-items: center;
|
|
34323
34324
|
white-space: nowrap;
|
|
34324
34325
|
overflow: hidden;
|
|
34325
34326
|
width: 100%;
|
|
34326
34327
|
}
|
|
34327
|
-
.
|
|
34328
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34329
|
+
margin-left: auto;
|
|
34328
34330
|
font-size: 12px;
|
|
34329
|
-
margin-left: 8px;
|
|
34330
34331
|
}
|
|
34331
34332
|
|
|
34332
|
-
.
|
|
34333
|
+
.E_l1noi4n1 {
|
|
34333
34334
|
display: flex;
|
|
34334
34335
|
justify-content: flex-start;
|
|
34335
34336
|
align-items: center;
|
|
34336
34337
|
font-size: 12px;
|
|
34337
34338
|
cursor: pointer;
|
|
34338
34339
|
}
|
|
34339
|
-
.
|
|
34340
|
-
margin-
|
|
34340
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34341
|
+
margin-right: 20px;
|
|
34341
34342
|
}
|
|
34342
|
-
.
|
|
34343
|
-
opacity: 0.
|
|
34343
|
+
.E_l1noi4n1.deselected {
|
|
34344
|
+
opacity: 0.4;
|
|
34344
34345
|
}
|
|
34345
|
-
.
|
|
34346
|
-
background: #b4beca !important;
|
|
34347
|
-
border-radius: 2px;
|
|
34348
|
-
}
|
|
34349
|
-
.E_ltthzck.hoverering-self {
|
|
34350
|
-
opacity: 1;
|
|
34351
|
-
}
|
|
34352
|
-
.E_ltthzck .dropdown-trigger {
|
|
34353
|
-
margin-left: 12px;
|
|
34354
|
-
}
|
|
34355
|
-
.E_ltthzck .legend-name {
|
|
34356
|
-
color: #00122e;
|
|
34357
|
-
}
|
|
34358
|
-
.E_ltthzck .icon-suffix-wrapper {
|
|
34359
|
-
display: flex;
|
|
34360
|
-
align-items: center;
|
|
34361
|
-
margin-left: 4px;
|
|
34362
|
-
}
|
|
34363
|
-
|
|
34364
|
-
.E_l1mumj7o {
|
|
34365
|
-
display: flex;
|
|
34366
|
-
justify-content: flex-start;
|
|
34367
|
-
align-items: center;
|
|
34368
|
-
font-size: 12px;
|
|
34369
|
-
cursor: pointer;
|
|
34370
|
-
}
|
|
34371
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34372
|
-
opacity: 0.3;
|
|
34373
|
-
}
|
|
34374
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34346
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34375
34347
|
background: #b4beca !important;
|
|
34376
|
-
border-radius: 2px;
|
|
34377
|
-
}
|
|
34378
|
-
.E_l1mumj7o .legend-name {
|
|
34379
|
-
color: #00122e;
|
|
34380
|
-
}
|
|
34381
|
-
.E_l1mumj7o.hoverering-self {
|
|
34382
|
-
opacity: 1;
|
|
34383
|
-
}
|
|
34384
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34385
|
-
margin-left: 4px;
|
|
34386
|
-
display: flex;
|
|
34387
|
-
align-items: center;
|
|
34388
34348
|
}
|
|
34389
34349
|
|
|
34390
|
-
.
|
|
34350
|
+
.E_cz19rz6 {
|
|
34391
34351
|
display: inline-block;
|
|
34392
34352
|
height: 8px;
|
|
34393
34353
|
width: 8px;
|
|
34394
|
-
margin-right:
|
|
34395
|
-
border-radius: 2px;
|
|
34354
|
+
margin-right: 8px;
|
|
34396
34355
|
}
|
|
34397
34356
|
|
|
34398
|
-
.
|
|
34357
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34399
34358
|
display: flex;
|
|
34400
34359
|
align-items: center;
|
|
34401
34360
|
font-size: 12px;
|
|
34402
34361
|
margin: 0;
|
|
34403
34362
|
}
|
|
34404
34363
|
|
|
34405
|
-
.
|
|
34364
|
+
.E_m1y1hhnr {
|
|
34406
34365
|
position: relative;
|
|
34407
34366
|
}
|
|
34408
|
-
.
|
|
34367
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34409
34368
|
bottom: -12px;
|
|
34410
34369
|
}
|
|
34411
|
-
.
|
|
34370
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34412
34371
|
display: flex;
|
|
34413
34372
|
justify-content: space-between;
|
|
34414
34373
|
line-height: 30px;
|
|
34374
|
+
margin: 0 16px;
|
|
34415
34375
|
}
|
|
34416
|
-
.
|
|
34376
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34417
34377
|
display: flex;
|
|
34418
|
-
flex-shrink: 0;
|
|
34419
34378
|
font-size: 12px;
|
|
34420
34379
|
align-items: center;
|
|
34421
34380
|
}
|
|
34422
|
-
.
|
|
34381
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34423
34382
|
color: #a3b4cc;
|
|
34424
34383
|
}
|
|
34425
|
-
.
|
|
34384
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34426
34385
|
margin-left: 10px;
|
|
34427
34386
|
}
|
|
34428
|
-
.
|
|
34387
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34429
34388
|
margin-left: 10px;
|
|
34430
34389
|
cursor: pointer;
|
|
34431
34390
|
}
|
|
34432
|
-
.
|
|
34391
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34433
34392
|
font-size: 12px;
|
|
34434
34393
|
}
|
|
34435
|
-
.
|
|
34394
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34436
34395
|
position: absolute;
|
|
34437
34396
|
bottom: 10px;
|
|
34438
34397
|
padding: 0 8px;
|
|
34398
|
+
border-radius: 4px;
|
|
34439
34399
|
font-size: 12px;
|
|
34440
34400
|
color: #fff;
|
|
34401
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34441
34402
|
transform: translateX(-50%);
|
|
34442
34403
|
}
|
|
34443
34404
|
|
|
34444
|
-
.
|
|
34405
|
+
.E_tnvijvs {
|
|
34445
34406
|
min-width: 200px;
|
|
34446
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34447
|
-
border-radius: 4px;
|
|
34448
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34449
|
-
padding: 8px;
|
|
34450
34407
|
}
|
|
34451
34408
|
|
|
34452
|
-
.
|
|
34409
|
+
.E_t1ub2aex {
|
|
34453
34410
|
display: flex;
|
|
34454
34411
|
align-items: center;
|
|
34455
|
-
background-color: unset;
|
|
34456
|
-
color: #FFFFFF;
|
|
34457
34412
|
justify-content: space-between;
|
|
34413
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34414
|
+
color: #b4beca;
|
|
34458
34415
|
font-size: 12px;
|
|
34459
|
-
padding
|
|
34416
|
+
padding: 3px 6px;
|
|
34460
34417
|
}
|
|
34461
|
-
.
|
|
34418
|
+
.E_t1ub2aex:first-child {
|
|
34462
34419
|
padding-top: 3px;
|
|
34463
34420
|
}
|
|
34464
|
-
.
|
|
34421
|
+
.E_t1ub2aex:last-child {
|
|
34465
34422
|
padding-bottom: 3px;
|
|
34466
34423
|
}
|
|
34467
|
-
.
|
|
34468
|
-
color: #
|
|
34424
|
+
.E_t1ub2aex .column-value {
|
|
34425
|
+
color: #fff;
|
|
34469
34426
|
margin-left: 8px;
|
|
34470
34427
|
}
|
|
34471
34428
|
|
|
34472
|
-
.
|
|
34473
|
-
display: inline-block;
|
|
34474
|
-
height: 8px;
|
|
34475
|
-
width: 8px;
|
|
34476
|
-
margin-right: 8px;
|
|
34477
|
-
border-radius: 2px;
|
|
34478
|
-
}
|
|
34479
|
-
.E_ljhvvia.borderd {
|
|
34480
|
-
border: 1px solid #fff;
|
|
34481
|
-
}
|
|
34482
|
-
|
|
34483
|
-
.E_msn7nxt {
|
|
34429
|
+
.E_m11nzl2x {
|
|
34484
34430
|
color: rgba(44, 56, 82, 0.6);
|
|
34485
34431
|
text-align: center;
|
|
34486
34432
|
display: flex;
|
|
@@ -34489,158 +34435,212 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34489
34435
|
flex-direction: column;
|
|
34490
34436
|
height: 100%;
|
|
34491
34437
|
}
|
|
34492
|
-
.
|
|
34438
|
+
.E_m11nzl2x .link {
|
|
34493
34439
|
color: #0080ff;
|
|
34494
34440
|
cursor: pointer;
|
|
34495
34441
|
}
|
|
34496
34442
|
|
|
34497
|
-
.
|
|
34443
|
+
.E_mn7joto {
|
|
34498
34444
|
width: 100%;
|
|
34499
34445
|
height: 100%;
|
|
34500
34446
|
display: flex;
|
|
34501
34447
|
flex-direction: column;
|
|
34502
34448
|
}
|
|
34503
|
-
.
|
|
34449
|
+
.E_mn7joto .name-toolbar {
|
|
34504
34450
|
width: 100%;
|
|
34505
34451
|
display: flex;
|
|
34506
34452
|
line-height: 30px;
|
|
34507
|
-
padding: 0 16px;
|
|
34508
34453
|
justify-content: space-between;
|
|
34509
34454
|
}
|
|
34510
|
-
.
|
|
34455
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34511
34456
|
display: flex;
|
|
34512
34457
|
font-size: 12px;
|
|
34513
34458
|
align-items: center;
|
|
34514
34459
|
}
|
|
34515
|
-
.
|
|
34460
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34516
34461
|
color: #a3b4cc;
|
|
34517
34462
|
}
|
|
34518
|
-
.
|
|
34463
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34519
34464
|
margin-left: 10px;
|
|
34520
34465
|
}
|
|
34521
|
-
.
|
|
34466
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34522
34467
|
margin-left: 10px;
|
|
34523
34468
|
cursor: pointer;
|
|
34524
34469
|
}
|
|
34525
|
-
.
|
|
34470
|
+
.E_mn7joto .content {
|
|
34526
34471
|
flex: 1;
|
|
34527
34472
|
width: 100%;
|
|
34528
34473
|
display: flex;
|
|
34529
34474
|
justify-content: center;
|
|
34530
34475
|
align-items: center;
|
|
34531
34476
|
}
|
|
34532
|
-
.
|
|
34477
|
+
.E_mn7joto .single-content {
|
|
34533
34478
|
height: 65px;
|
|
34534
34479
|
}
|
|
34535
34480
|
|
|
34536
|
-
.
|
|
34481
|
+
.E_l1bifhon {
|
|
34537
34482
|
display: flex;
|
|
34538
34483
|
align-items: center;
|
|
34539
34484
|
white-space: nowrap;
|
|
34540
34485
|
overflow: hidden;
|
|
34541
34486
|
width: 100%;
|
|
34542
34487
|
}
|
|
34543
|
-
.
|
|
34544
|
-
margin-left: auto;
|
|
34488
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34545
34489
|
font-size: 12px;
|
|
34490
|
+
margin-left: 8px;
|
|
34546
34491
|
}
|
|
34547
34492
|
|
|
34548
|
-
.
|
|
34493
|
+
.E_ltthzck {
|
|
34549
34494
|
display: flex;
|
|
34550
34495
|
justify-content: flex-start;
|
|
34551
34496
|
align-items: center;
|
|
34552
34497
|
font-size: 12px;
|
|
34553
34498
|
cursor: pointer;
|
|
34554
34499
|
}
|
|
34555
|
-
.
|
|
34556
|
-
margin-
|
|
34500
|
+
.E_ltthzck:not(:first-child) {
|
|
34501
|
+
margin-left: 8px;
|
|
34557
34502
|
}
|
|
34558
|
-
.
|
|
34559
|
-
opacity: 0.
|
|
34503
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34504
|
+
opacity: 0.3;
|
|
34560
34505
|
}
|
|
34561
|
-
.
|
|
34506
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34562
34507
|
background: #b4beca !important;
|
|
34508
|
+
border-radius: 2px;
|
|
34509
|
+
}
|
|
34510
|
+
.E_ltthzck.hoverering-self {
|
|
34511
|
+
opacity: 1;
|
|
34512
|
+
}
|
|
34513
|
+
.E_ltthzck .dropdown-trigger {
|
|
34514
|
+
margin-left: 12px;
|
|
34515
|
+
}
|
|
34516
|
+
.E_ltthzck .legend-name {
|
|
34517
|
+
color: #00122e;
|
|
34518
|
+
}
|
|
34519
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
34520
|
+
display: flex;
|
|
34521
|
+
align-items: center;
|
|
34522
|
+
margin-left: 4px;
|
|
34563
34523
|
}
|
|
34564
34524
|
|
|
34565
|
-
.
|
|
34525
|
+
.E_l1mumj7o {
|
|
34526
|
+
display: flex;
|
|
34527
|
+
justify-content: flex-start;
|
|
34528
|
+
align-items: center;
|
|
34529
|
+
font-size: 12px;
|
|
34530
|
+
cursor: pointer;
|
|
34531
|
+
}
|
|
34532
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34533
|
+
opacity: 0.3;
|
|
34534
|
+
}
|
|
34535
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34536
|
+
background: #b4beca !important;
|
|
34537
|
+
border-radius: 2px;
|
|
34538
|
+
}
|
|
34539
|
+
.E_l1mumj7o .legend-name {
|
|
34540
|
+
color: #00122e;
|
|
34541
|
+
}
|
|
34542
|
+
.E_l1mumj7o.hoverering-self {
|
|
34543
|
+
opacity: 1;
|
|
34544
|
+
}
|
|
34545
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34546
|
+
margin-left: 4px;
|
|
34547
|
+
display: flex;
|
|
34548
|
+
align-items: center;
|
|
34549
|
+
}
|
|
34550
|
+
|
|
34551
|
+
.E_c14rn6j5 {
|
|
34566
34552
|
display: inline-block;
|
|
34567
34553
|
height: 8px;
|
|
34568
34554
|
width: 8px;
|
|
34569
|
-
margin-right:
|
|
34555
|
+
margin-right: 6px;
|
|
34556
|
+
border-radius: 2px;
|
|
34570
34557
|
}
|
|
34571
34558
|
|
|
34572
|
-
.
|
|
34559
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34573
34560
|
display: flex;
|
|
34574
34561
|
align-items: center;
|
|
34575
34562
|
font-size: 12px;
|
|
34576
34563
|
margin: 0;
|
|
34577
34564
|
}
|
|
34578
34565
|
|
|
34579
|
-
.
|
|
34566
|
+
.E_lqeaosa {
|
|
34580
34567
|
position: relative;
|
|
34581
34568
|
}
|
|
34582
|
-
.
|
|
34569
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34583
34570
|
bottom: -12px;
|
|
34584
34571
|
}
|
|
34585
|
-
.
|
|
34572
|
+
.E_lqeaosa .metric-toolbar {
|
|
34586
34573
|
display: flex;
|
|
34587
34574
|
justify-content: space-between;
|
|
34588
34575
|
line-height: 30px;
|
|
34589
|
-
margin: 0 16px;
|
|
34590
34576
|
}
|
|
34591
|
-
.
|
|
34577
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34592
34578
|
display: flex;
|
|
34579
|
+
flex-shrink: 0;
|
|
34593
34580
|
font-size: 12px;
|
|
34594
34581
|
align-items: center;
|
|
34595
34582
|
}
|
|
34596
|
-
.
|
|
34583
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34597
34584
|
color: #a3b4cc;
|
|
34598
34585
|
}
|
|
34599
|
-
.
|
|
34586
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34600
34587
|
margin-left: 10px;
|
|
34601
34588
|
}
|
|
34602
|
-
.
|
|
34589
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34603
34590
|
margin-left: 10px;
|
|
34604
34591
|
cursor: pointer;
|
|
34605
34592
|
}
|
|
34606
|
-
.
|
|
34593
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34607
34594
|
font-size: 12px;
|
|
34608
34595
|
}
|
|
34609
|
-
.
|
|
34596
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34610
34597
|
position: absolute;
|
|
34611
34598
|
bottom: 10px;
|
|
34612
34599
|
padding: 0 8px;
|
|
34613
|
-
border-radius: 4px;
|
|
34614
34600
|
font-size: 12px;
|
|
34615
34601
|
color: #fff;
|
|
34616
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34617
34602
|
transform: translateX(-50%);
|
|
34618
34603
|
}
|
|
34619
34604
|
|
|
34620
|
-
.
|
|
34605
|
+
.E_t2pr38p {
|
|
34621
34606
|
min-width: 200px;
|
|
34607
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34608
|
+
border-radius: 4px;
|
|
34609
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34610
|
+
padding: 8px;
|
|
34622
34611
|
}
|
|
34623
34612
|
|
|
34624
|
-
.
|
|
34613
|
+
.E_tecdsj7 {
|
|
34625
34614
|
display: flex;
|
|
34626
34615
|
align-items: center;
|
|
34616
|
+
background-color: unset;
|
|
34617
|
+
color: #FFFFFF;
|
|
34627
34618
|
justify-content: space-between;
|
|
34628
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34629
|
-
color: #b4beca;
|
|
34630
34619
|
font-size: 12px;
|
|
34631
|
-
padding:
|
|
34620
|
+
padding-top: 6px;
|
|
34632
34621
|
}
|
|
34633
|
-
.
|
|
34622
|
+
.E_tecdsj7:first-child {
|
|
34634
34623
|
padding-top: 3px;
|
|
34635
34624
|
}
|
|
34636
|
-
.
|
|
34625
|
+
.E_tecdsj7:last-child {
|
|
34637
34626
|
padding-bottom: 3px;
|
|
34638
34627
|
}
|
|
34639
|
-
.
|
|
34640
|
-
color: #
|
|
34628
|
+
.E_tecdsj7 .column-value {
|
|
34629
|
+
color: #FFFFFF;
|
|
34641
34630
|
margin-left: 8px;
|
|
34642
34631
|
}
|
|
34643
34632
|
|
|
34633
|
+
.E_ljhvvia {
|
|
34634
|
+
display: inline-block;
|
|
34635
|
+
height: 8px;
|
|
34636
|
+
width: 8px;
|
|
34637
|
+
margin-right: 8px;
|
|
34638
|
+
border-radius: 2px;
|
|
34639
|
+
}
|
|
34640
|
+
.E_ljhvvia.borderd {
|
|
34641
|
+
border: 1px solid #fff;
|
|
34642
|
+
}
|
|
34643
|
+
|
|
34644
34644
|
.E_bpgac8u {
|
|
34645
34645
|
color: #FFFFFF;
|
|
34646
34646
|
display: flex;
|
|
@@ -34668,10 +34668,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34668
34668
|
background-color: #E07F00;
|
|
34669
34669
|
}
|
|
34670
34670
|
|
|
34671
|
-
.E_b1jaupqb {
|
|
34672
|
-
color: #F0483E;
|
|
34673
|
-
}
|
|
34674
|
-
|
|
34675
34671
|
.E_t59qhqp {
|
|
34676
34672
|
padding: 0px;
|
|
34677
34673
|
padding-top: 5px;
|
|
@@ -34720,10 +34716,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34720
34716
|
color: #00122E;
|
|
34721
34717
|
}
|
|
34722
34718
|
|
|
34719
|
+
.E_b1jaupqb {
|
|
34720
|
+
color: #F0483E;
|
|
34721
|
+
}
|
|
34722
|
+
|
|
34723
34723
|
.E_icab5o7 {
|
|
34724
34724
|
--modal-to-viewport-margin: 10px;
|
|
34725
34725
|
--modal-body-padding-bottom: 40px;
|
|
34726
34726
|
--modal-footer-height: 124px;
|
|
34727
|
+
--modal-empty-footer-height: 40px;
|
|
34727
34728
|
}
|
|
34728
34729
|
.E_icab5o7.ant-modal {
|
|
34729
34730
|
height: calc(100% - var(--modal-to-viewport-margin) * 2);
|
|
@@ -34783,8 +34784,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34783
34784
|
height: var(--modal-footer-height);
|
|
34784
34785
|
padding: 24px 0 60px 0;
|
|
34785
34786
|
}
|
|
34786
|
-
|
|
34787
|
-
|
|
34787
|
+
.E_icab5o7.ant-modal.no-footer .ant-modal-body {
|
|
34788
|
+
padding-bottom: 0;
|
|
34789
|
+
}
|
|
34790
|
+
.E_icab5o7.ant-modal.no-footer .ant-modal-body .middle {
|
|
34791
|
+
padding-bottom: 0;
|
|
34792
|
+
}
|
|
34793
|
+
.E_icab5o7.ant-modal.no-footer .ant-modal-footer {
|
|
34794
|
+
padding: 0;
|
|
34795
|
+
border-top: none;
|
|
34796
|
+
height: var(--modal-empty-footer-height);
|
|
34797
|
+
content: "";
|
|
34798
|
+
}
|
|
34799
|
+
|
|
34800
|
+
.E_msiso3p.ant-modal .ant-modal-header {
|
|
34788
34801
|
padding: 60px 0 40px 0;
|
|
34789
34802
|
width: 648px;
|
|
34790
34803
|
margin: 0 auto;
|
|
@@ -34945,6 +34958,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34945
34958
|
--modal-content-padding-bottom: 32px;
|
|
34946
34959
|
--modal-content-padding-x: 40px;
|
|
34947
34960
|
--modal-footer-padding: 0 40px;
|
|
34961
|
+
--modal-empty-footer-height: 32px;
|
|
34948
34962
|
padding-bottom: 0;
|
|
34949
34963
|
}
|
|
34950
34964
|
.E_dxyv8bv .ant-modal-content {
|
|
@@ -35007,6 +35021,14 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35007
35021
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35008
35022
|
font-weight: 700;
|
|
35009
35023
|
}
|
|
35024
|
+
.E_dxyv8bv.no-footer .ant-modal-body {
|
|
35025
|
+
padding-bottom: 0;
|
|
35026
|
+
}
|
|
35027
|
+
.E_dxyv8bv.no-footer .ant-modal-footer {
|
|
35028
|
+
box-shadow: none;
|
|
35029
|
+
height: var(--modal-empty-footer-height);
|
|
35030
|
+
content: "";
|
|
35031
|
+
}
|
|
35010
35032
|
|
|
35011
35033
|
.E_fbgo4wr {
|
|
35012
35034
|
display: flex;
|
|
@@ -35147,19 +35169,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35147
35169
|
column-gap: var(--a1ji6r68-0);
|
|
35148
35170
|
}
|
|
35149
35171
|
|
|
35150
|
-
.E_t1616y1o {
|
|
35151
|
-
color: #fff;
|
|
35152
|
-
}
|
|
35153
|
-
|
|
35154
|
-
.E_a9y3flr {
|
|
35155
|
-
margin-left: 8px;
|
|
35156
|
-
}
|
|
35157
|
-
|
|
35158
|
-
.E_a1njc627 {
|
|
35159
|
-
font-size: 12px;
|
|
35160
|
-
color: #00122e;
|
|
35161
|
-
}
|
|
35162
|
-
|
|
35163
35172
|
.E_f16blduf.ant-form-item {
|
|
35164
35173
|
margin-bottom: 0;
|
|
35165
35174
|
}
|
|
@@ -35179,6 +35188,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35179
35188
|
display: block;
|
|
35180
35189
|
}
|
|
35181
35190
|
|
|
35191
|
+
.E_t1616y1o {
|
|
35192
|
+
color: #fff;
|
|
35193
|
+
}
|
|
35194
|
+
|
|
35195
|
+
.E_a9y3flr {
|
|
35196
|
+
margin-left: 8px;
|
|
35197
|
+
}
|
|
35198
|
+
|
|
35199
|
+
.E_a1njc627 {
|
|
35200
|
+
font-size: 12px;
|
|
35201
|
+
color: #00122e;
|
|
35202
|
+
}
|
|
35203
|
+
|
|
35182
35204
|
.E_d1u4ndxc {
|
|
35183
35205
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35184
35206
|
font-size: 12px;
|
|
@@ -35214,75 +35236,341 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35214
35236
|
color: var(--i14c7jc8-0);
|
|
35215
35237
|
}
|
|
35216
35238
|
|
|
35217
|
-
.E_i1ibuolf {
|
|
35218
|
-
display: flex;
|
|
35219
|
-
align-items: center;
|
|
35220
|
-
column-gap: 4px;
|
|
35239
|
+
.E_i1ibuolf {
|
|
35240
|
+
display: flex;
|
|
35241
|
+
align-items: center;
|
|
35242
|
+
column-gap: 4px;
|
|
35243
|
+
font-size: 12px;
|
|
35244
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35245
|
+
}
|
|
35246
|
+
|
|
35247
|
+
.E_clm1wy1 {
|
|
35248
|
+
width: 192px;
|
|
35249
|
+
height: 246px;
|
|
35250
|
+
border-radius: 4px;
|
|
35251
|
+
}
|
|
35252
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35253
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35254
|
+
width: 100%;
|
|
35255
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35256
|
+
border-top: none;
|
|
35257
|
+
}
|
|
35258
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35259
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35260
|
+
padding: 0 16px;
|
|
35261
|
+
}
|
|
35262
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35263
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35264
|
+
width: 100%;
|
|
35265
|
+
height: 180px;
|
|
35266
|
+
border-spacing: 0;
|
|
35267
|
+
}
|
|
35268
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35269
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35270
|
+
margin-bottom: 8px;
|
|
35271
|
+
}
|
|
35272
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35273
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35274
|
+
width: 22px;
|
|
35275
|
+
}
|
|
35276
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35277
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35278
|
+
padding: 0;
|
|
35279
|
+
}
|
|
35280
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35281
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35282
|
+
opacity: 0.4;
|
|
35283
|
+
}
|
|
35284
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35285
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35286
|
+
opacity: 1;
|
|
35287
|
+
}
|
|
35288
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35289
|
+
color: #3e4652;
|
|
35290
|
+
}
|
|
35291
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35292
|
+
pointer-events: none;
|
|
35293
|
+
}
|
|
35294
|
+
|
|
35295
|
+
.E_t1tsm00v {
|
|
35296
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35297
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35298
|
+
backdrop-filter: blur(10px);
|
|
35299
|
+
padding: 7px 10px;
|
|
35300
|
+
}
|
|
35301
|
+
|
|
35302
|
+
.E_c167wnad {
|
|
35303
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35304
|
+
display: flex;
|
|
35305
|
+
justify-content: space-between;
|
|
35306
|
+
align-items: center;
|
|
35307
|
+
padding: 8px 16px;
|
|
35308
|
+
}
|
|
35309
|
+
.E_c167wnad .anticon {
|
|
35310
|
+
cursor: pointer;
|
|
35311
|
+
}
|
|
35312
|
+
.E_c167wnad .anticon:hover {
|
|
35313
|
+
color: #0096ff;
|
|
35314
|
+
}
|
|
35315
|
+
|
|
35316
|
+
.E_cxhf7dh {
|
|
35317
|
+
text-align: center;
|
|
35318
|
+
}
|
|
35319
|
+
.E_cxhf7dh .dots {
|
|
35320
|
+
display: flex;
|
|
35321
|
+
justify-content: center;
|
|
35322
|
+
}
|
|
35323
|
+
.E_cxhf7dh .dot {
|
|
35324
|
+
display: inline-block;
|
|
35325
|
+
width: 2px;
|
|
35326
|
+
height: 2px;
|
|
35327
|
+
border-radius: 1px;
|
|
35328
|
+
background: #0096ff;
|
|
35329
|
+
}
|
|
35330
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35331
|
+
margin-right: 2px;
|
|
35332
|
+
}
|
|
35333
|
+
.E_cxhf7dh .bar {
|
|
35334
|
+
width: 9px;
|
|
35335
|
+
height: 2px;
|
|
35336
|
+
background: #0096ff;
|
|
35337
|
+
border-radius: 2px;
|
|
35338
|
+
}
|
|
35339
|
+
|
|
35340
|
+
.E_c18bcrac {
|
|
35341
|
+
display: inline-block;
|
|
35342
|
+
width: 100%;
|
|
35343
|
+
}
|
|
35344
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35345
|
+
margin-left: 4px;
|
|
35346
|
+
}
|
|
35347
|
+
|
|
35348
|
+
.E_cro7kg2 {
|
|
35349
|
+
padding: 4px;
|
|
35350
|
+
}
|
|
35351
|
+
.E_cro7kg2 .unit {
|
|
35352
|
+
color: white;
|
|
35353
|
+
}
|
|
35354
|
+
|
|
35355
|
+
.E_c14wcxf0 {
|
|
35356
|
+
display: flex;
|
|
35357
|
+
justify-content: space-between;
|
|
35358
|
+
align-items: center;
|
|
35359
|
+
font-size: 13px;
|
|
35360
|
+
line-height: 24px;
|
|
35361
|
+
color: #cccccc;
|
|
35362
|
+
white-space: nowrap;
|
|
35363
|
+
}
|
|
35364
|
+
.E_c14wcxf0 label {
|
|
35365
|
+
margin-right: 32px;
|
|
35366
|
+
}
|
|
35367
|
+
|
|
35368
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35369
|
+
font-weight: bold;
|
|
35370
|
+
color: white;
|
|
35371
|
+
}
|
|
35372
|
+
|
|
35373
|
+
.E_s11212zy {
|
|
35374
|
+
width: 8px;
|
|
35375
|
+
height: 8px;
|
|
35376
|
+
border-radius: 2px;
|
|
35377
|
+
display: inline-block;
|
|
35378
|
+
background: var(--s11212zy-0);
|
|
35379
|
+
border: 1px solid #fff;
|
|
35380
|
+
box-sizing: content-box;
|
|
35381
|
+
margin-right: 6px;
|
|
35382
|
+
}
|
|
35383
|
+
|
|
35384
|
+
.E_p1lyky6c > :first-child {
|
|
35385
|
+
font-weight: bold;
|
|
35386
|
+
color: white;
|
|
35387
|
+
margin-right: 4px;
|
|
35388
|
+
}
|
|
35389
|
+
|
|
35390
|
+
.E_gmyahx3 {
|
|
35391
|
+
cursor: pointer;
|
|
35392
|
+
}
|
|
35393
|
+
.E_gmyahx3 .link-text {
|
|
35394
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35395
|
+
}
|
|
35396
|
+
.E_gmyahx3:hover .link-text {
|
|
35397
|
+
color: #0080ff;
|
|
35398
|
+
}
|
|
35399
|
+
|
|
35400
|
+
.E_n12mqh7z {
|
|
35401
|
+
display: flex;
|
|
35402
|
+
align-items: center;
|
|
35403
|
+
font-size: 12px;
|
|
35404
|
+
line-height: 18px;
|
|
35405
|
+
}
|
|
35406
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35407
|
+
margin-bottom: 4px;
|
|
35408
|
+
}
|
|
35409
|
+
|
|
35410
|
+
.E_tf5bynu {
|
|
35411
|
+
margin: 0 3px;
|
|
35412
|
+
}
|
|
35413
|
+
|
|
35414
|
+
.E_tcckoz1 {
|
|
35415
|
+
max-height: 400px;
|
|
35416
|
+
overflow: auto;
|
|
35417
|
+
}
|
|
35418
|
+
|
|
35419
|
+
.E_ou7iq30 {
|
|
35420
|
+
overflow: hidden;
|
|
35421
|
+
text-overflow: ellipsis;
|
|
35422
|
+
}
|
|
35423
|
+
|
|
35424
|
+
.E_s1tui002 {
|
|
35425
|
+
white-space: nowrap;
|
|
35426
|
+
}
|
|
35427
|
+
|
|
35428
|
+
.E_mxrc2zg {
|
|
35429
|
+
display: -webkit-box;
|
|
35430
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35431
|
+
-webkit-box-orient: vertical;
|
|
35432
|
+
word-break: break-all;
|
|
35433
|
+
}
|
|
35434
|
+
|
|
35435
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35436
|
+
display: none;
|
|
35437
|
+
}
|
|
35438
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35439
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35440
|
+
border-radius: 4px;
|
|
35441
|
+
}
|
|
35442
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35443
|
+
visibility: hidden;
|
|
35444
|
+
}
|
|
35445
|
+
|
|
35446
|
+
.E_t1sqg15u {
|
|
35447
|
+
background: white;
|
|
35448
|
+
}
|
|
35449
|
+
.E_t1sqg15u.inline .table-row {
|
|
35450
|
+
flex-direction: column;
|
|
35451
|
+
}
|
|
35452
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35453
|
+
padding: 0 16px 7px 0;
|
|
35454
|
+
}
|
|
35455
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35456
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35457
|
+
}
|
|
35458
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35459
|
+
border-top: none !important;
|
|
35460
|
+
}
|
|
35461
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35462
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35463
|
+
}
|
|
35464
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35465
|
+
padding-bottom: 0;
|
|
35466
|
+
}
|
|
35467
|
+
.E_t1sqg15u.align-right .content {
|
|
35468
|
+
text-align: right;
|
|
35469
|
+
}
|
|
35470
|
+
.E_t1sqg15u .uuid-row {
|
|
35471
|
+
display: flex;
|
|
35472
|
+
justify-content: space-between;
|
|
35473
|
+
}
|
|
35474
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35475
|
+
white-space: nowrap;
|
|
35476
|
+
overflow: hidden;
|
|
35477
|
+
text-overflow: ellipsis;
|
|
35478
|
+
}
|
|
35479
|
+
|
|
35480
|
+
.E_t4zczcp {
|
|
35481
|
+
display: flex;
|
|
35482
|
+
justify-content: space-between;
|
|
35483
|
+
align-items: center;
|
|
35484
|
+
padding: 8px;
|
|
35485
|
+
min-height: 32px;
|
|
35486
|
+
}
|
|
35487
|
+
.E_t4zczcp .table-title {
|
|
35488
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35489
|
+
font-weight: 600;
|
|
35490
|
+
font-size: 12px;
|
|
35491
|
+
line-height: 8px;
|
|
35492
|
+
}
|
|
35493
|
+
.E_t4zczcp .edit-icon {
|
|
35494
|
+
font-size: 16px;
|
|
35495
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35496
|
+
cursor: pointer;
|
|
35497
|
+
}
|
|
35498
|
+
|
|
35499
|
+
.E_t1s7goww {
|
|
35221
35500
|
font-size: 12px;
|
|
35222
|
-
|
|
35501
|
+
line-height: 18px;
|
|
35223
35502
|
}
|
|
35224
35503
|
|
|
35225
|
-
.
|
|
35226
|
-
height: 8px;
|
|
35227
|
-
box-sizing: border-box;
|
|
35228
|
-
border-radius: 2px;
|
|
35229
|
-
background: #f5f7fa;
|
|
35504
|
+
.E_t93e4cf {
|
|
35230
35505
|
display: flex;
|
|
35231
|
-
|
|
35232
|
-
|
|
35506
|
+
padding: 8px 0;
|
|
35507
|
+
color: #2d3a56;
|
|
35233
35508
|
}
|
|
35234
|
-
.
|
|
35235
|
-
|
|
35509
|
+
.E_t93e4cf .hidden {
|
|
35510
|
+
display: none;
|
|
35236
35511
|
}
|
|
35237
|
-
|
|
35238
|
-
|
|
35239
|
-
|
|
35512
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35513
|
+
height: auto;
|
|
35514
|
+
}
|
|
35515
|
+
.E_t93e4cf .content {
|
|
35516
|
+
overflow: hidden;
|
|
35517
|
+
overflow-x: auto;
|
|
35240
35518
|
width: 100%;
|
|
35519
|
+
white-space: pre-wrap;
|
|
35241
35520
|
}
|
|
35242
|
-
.
|
|
35243
|
-
|
|
35521
|
+
.E_t93e4cf .content .ant-btn {
|
|
35522
|
+
white-space: pre-wrap;
|
|
35523
|
+
text-align: left;
|
|
35524
|
+
}
|
|
35525
|
+
.E_t93e4cf .content .unit-chart {
|
|
35526
|
+
justify-content: flex-start;
|
|
35244
35527
|
}
|
|
35245
35528
|
|
|
35246
|
-
.
|
|
35247
|
-
|
|
35529
|
+
.E_rhz2uv5 {
|
|
35530
|
+
width: var(--rhz2uv5-0);
|
|
35531
|
+
flex-shrink: 0;
|
|
35532
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35533
|
+
padding-right: 12px;
|
|
35248
35534
|
}
|
|
35249
|
-
|
|
35250
|
-
|
|
35535
|
+
|
|
35536
|
+
.E_wg1tsps {
|
|
35537
|
+
display: flex;
|
|
35538
|
+
align-items: center;
|
|
35539
|
+
justify-content: flex-end;
|
|
35251
35540
|
}
|
|
35252
35541
|
|
|
35253
|
-
.
|
|
35542
|
+
.E_b1ctd5xy {
|
|
35254
35543
|
display: flex;
|
|
35255
|
-
justify-content: space-between;
|
|
35256
35544
|
align-items: center;
|
|
35257
|
-
|
|
35258
|
-
line-height: 24px;
|
|
35259
|
-
color: #cccccc;
|
|
35260
|
-
white-space: nowrap;
|
|
35545
|
+
width: calc(100% - 40px);
|
|
35261
35546
|
}
|
|
35262
|
-
.
|
|
35263
|
-
|
|
35547
|
+
.E_b1ctd5xy .chart {
|
|
35548
|
+
display: inline-block;
|
|
35549
|
+
width: 100%;
|
|
35264
35550
|
}
|
|
35265
35551
|
|
|
35266
|
-
.
|
|
35267
|
-
|
|
35268
|
-
|
|
35552
|
+
.E_u1p8acpn {
|
|
35553
|
+
min-width: 40px;
|
|
35554
|
+
}
|
|
35555
|
+
.E_u1p8acpn .unit {
|
|
35556
|
+
color: #00122e !important;
|
|
35269
35557
|
}
|
|
35270
35558
|
|
|
35271
|
-
.
|
|
35272
|
-
|
|
35559
|
+
span.E_tqjc4ui {
|
|
35560
|
+
margin: 0 2px;
|
|
35561
|
+
}
|
|
35562
|
+
|
|
35563
|
+
.E_skwah65 {
|
|
35273
35564
|
height: 8px;
|
|
35565
|
+
box-sizing: border-box;
|
|
35274
35566
|
border-radius: 2px;
|
|
35275
|
-
|
|
35276
|
-
|
|
35277
|
-
|
|
35278
|
-
|
|
35279
|
-
margin-right: 6px;
|
|
35567
|
+
background: #f5f7fa;
|
|
35568
|
+
display: flex;
|
|
35569
|
+
width: 100%;
|
|
35570
|
+
overflow: hidden;
|
|
35280
35571
|
}
|
|
35281
|
-
|
|
35282
|
-
|
|
35283
|
-
font-weight: bold;
|
|
35284
|
-
color: white;
|
|
35285
|
-
margin-right: 4px;
|
|
35572
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35573
|
+
margin-left: 1px;
|
|
35286
35574
|
}
|
|
35287
35575
|
|
|
35288
35576
|
.E_s1ebs0ra {
|
|
@@ -35346,111 +35634,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35346
35634
|
background: #fff;
|
|
35347
35635
|
}
|
|
35348
35636
|
|
|
35349
|
-
|
|
35350
|
-
margin: 0 2px;
|
|
35351
|
-
}
|
|
35352
|
-
|
|
35353
|
-
.E_clm1wy1 {
|
|
35354
|
-
width: 192px;
|
|
35355
|
-
height: 246px;
|
|
35356
|
-
border-radius: 4px;
|
|
35357
|
-
}
|
|
35358
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35359
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35360
|
-
width: 100%;
|
|
35361
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35362
|
-
border-top: none;
|
|
35363
|
-
}
|
|
35364
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35365
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35366
|
-
padding: 0 16px;
|
|
35367
|
-
}
|
|
35368
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35369
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35370
|
-
width: 100%;
|
|
35371
|
-
height: 180px;
|
|
35372
|
-
border-spacing: 0;
|
|
35373
|
-
}
|
|
35374
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35375
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35376
|
-
margin-bottom: 8px;
|
|
35377
|
-
}
|
|
35378
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35379
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35380
|
-
width: 22px;
|
|
35381
|
-
}
|
|
35382
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35383
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35384
|
-
padding: 0;
|
|
35385
|
-
}
|
|
35386
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35387
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35388
|
-
opacity: 0.4;
|
|
35389
|
-
}
|
|
35390
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35391
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35392
|
-
opacity: 1;
|
|
35393
|
-
}
|
|
35394
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35395
|
-
color: #3e4652;
|
|
35396
|
-
}
|
|
35397
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35398
|
-
pointer-events: none;
|
|
35399
|
-
}
|
|
35400
|
-
|
|
35401
|
-
.E_t1tsm00v {
|
|
35402
|
-
color: rgba(129, 138, 153, 0.6);
|
|
35403
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35404
|
-
backdrop-filter: blur(10px);
|
|
35405
|
-
padding: 7px 10px;
|
|
35406
|
-
}
|
|
35407
|
-
|
|
35408
|
-
.E_c167wnad {
|
|
35409
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35637
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35410
35638
|
display: flex;
|
|
35411
|
-
justify-content: space-between;
|
|
35412
35639
|
align-items: center;
|
|
35413
|
-
padding: 8px 16px;
|
|
35414
|
-
}
|
|
35415
|
-
.E_c167wnad .anticon {
|
|
35416
|
-
cursor: pointer;
|
|
35417
|
-
}
|
|
35418
|
-
.E_c167wnad .anticon:hover {
|
|
35419
|
-
color: #0096ff;
|
|
35420
|
-
}
|
|
35421
|
-
|
|
35422
|
-
.E_cxhf7dh {
|
|
35423
|
-
text-align: center;
|
|
35424
|
-
}
|
|
35425
|
-
.E_cxhf7dh .dots {
|
|
35426
|
-
display: flex;
|
|
35427
|
-
justify-content: center;
|
|
35428
|
-
}
|
|
35429
|
-
.E_cxhf7dh .dot {
|
|
35430
|
-
display: inline-block;
|
|
35431
|
-
width: 2px;
|
|
35432
|
-
height: 2px;
|
|
35433
|
-
border-radius: 1px;
|
|
35434
|
-
background: #0096ff;
|
|
35435
|
-
}
|
|
35436
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35437
|
-
margin-right: 2px;
|
|
35438
|
-
}
|
|
35439
|
-
.E_cxhf7dh .bar {
|
|
35440
|
-
width: 9px;
|
|
35441
|
-
height: 2px;
|
|
35442
|
-
background: #0096ff;
|
|
35443
|
-
border-radius: 2px;
|
|
35444
|
-
}
|
|
35445
|
-
|
|
35446
|
-
.E_gmyahx3 {
|
|
35447
|
-
cursor: pointer;
|
|
35448
|
-
}
|
|
35449
|
-
.E_gmyahx3 .link-text {
|
|
35450
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35451
35640
|
}
|
|
35452
|
-
.
|
|
35453
|
-
|
|
35641
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35642
|
+
margin-right: 8px;
|
|
35454
35643
|
}
|
|
35455
35644
|
|
|
35456
35645
|
.E_c1up1pdz {
|
|
@@ -35579,87 +35768,34 @@ span.E_tqjc4ui {
|
|
|
35579
35768
|
color: #fff;
|
|
35580
35769
|
}
|
|
35581
35770
|
.E_wpbf4pq .week-day-option.en-text {
|
|
35582
|
-
width: 110px;
|
|
35583
|
-
margin-top: 4px;
|
|
35584
|
-
}
|
|
35585
|
-
.E_wpbf4pq .month-day-option {
|
|
35586
|
-
width: 32px;
|
|
35587
|
-
padding: 0;
|
|
35588
|
-
margin-bottom: 8px;
|
|
35589
|
-
}
|
|
35590
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35591
|
-
background-color: #0096ff;
|
|
35592
|
-
border-color: #0096ff;
|
|
35593
|
-
color: #fff;
|
|
35594
|
-
}
|
|
35595
|
-
|
|
35596
|
-
.E_n12mqh7z {
|
|
35597
|
-
display: flex;
|
|
35598
|
-
align-items: center;
|
|
35599
|
-
font-size: 12px;
|
|
35600
|
-
line-height: 18px;
|
|
35601
|
-
}
|
|
35602
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35603
|
-
margin-bottom: 4px;
|
|
35604
|
-
}
|
|
35605
|
-
|
|
35606
|
-
.E_tf5bynu {
|
|
35607
|
-
margin: 0 3px;
|
|
35608
|
-
}
|
|
35609
|
-
|
|
35610
|
-
.E_tcckoz1 {
|
|
35611
|
-
max-height: 400px;
|
|
35612
|
-
overflow: auto;
|
|
35613
|
-
}
|
|
35614
|
-
|
|
35615
|
-
.E_ou7iq30 {
|
|
35616
|
-
overflow: hidden;
|
|
35617
|
-
text-overflow: ellipsis;
|
|
35618
|
-
}
|
|
35619
|
-
|
|
35620
|
-
.E_s1tui002 {
|
|
35621
|
-
white-space: nowrap;
|
|
35622
|
-
}
|
|
35623
|
-
|
|
35624
|
-
.E_mxrc2zg {
|
|
35625
|
-
display: -webkit-box;
|
|
35626
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35627
|
-
-webkit-box-orient: vertical;
|
|
35628
|
-
word-break: break-all;
|
|
35629
|
-
}
|
|
35630
|
-
|
|
35631
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35632
|
-
display: none;
|
|
35771
|
+
width: 110px;
|
|
35772
|
+
margin-top: 4px;
|
|
35633
35773
|
}
|
|
35634
|
-
.
|
|
35635
|
-
|
|
35636
|
-
|
|
35774
|
+
.E_wpbf4pq .month-day-option {
|
|
35775
|
+
width: 32px;
|
|
35776
|
+
padding: 0;
|
|
35777
|
+
margin-bottom: 8px;
|
|
35637
35778
|
}
|
|
35638
|
-
.
|
|
35639
|
-
|
|
35779
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35780
|
+
background-color: #0096ff;
|
|
35781
|
+
border-color: #0096ff;
|
|
35782
|
+
color: #fff;
|
|
35640
35783
|
}
|
|
35641
35784
|
|
|
35642
|
-
.
|
|
35643
|
-
|
|
35644
|
-
align-items: center;
|
|
35645
|
-
justify-content: flex-end;
|
|
35785
|
+
.E_u15heuvq.content {
|
|
35786
|
+
cursor: default !important;
|
|
35646
35787
|
}
|
|
35647
|
-
|
|
35648
|
-
|
|
35649
|
-
display: flex;
|
|
35650
|
-
align-items: center;
|
|
35651
|
-
width: calc(100% - 40px);
|
|
35788
|
+
.E_u15heuvq.content.link {
|
|
35789
|
+
cursor: pointer !important;
|
|
35652
35790
|
}
|
|
35653
|
-
.
|
|
35654
|
-
|
|
35655
|
-
width: 100%;
|
|
35791
|
+
.E_u15heuvq.content.link:hover {
|
|
35792
|
+
color: #0080ff;
|
|
35656
35793
|
}
|
|
35657
|
-
|
|
35658
|
-
|
|
35659
|
-
min-width: 40px;
|
|
35794
|
+
.E_u15heuvq.content.black {
|
|
35795
|
+
color: #00122e;
|
|
35660
35796
|
}
|
|
35661
|
-
.
|
|
35662
|
-
color:
|
|
35797
|
+
.E_u15heuvq.content.gray {
|
|
35798
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35663
35799
|
}
|
|
35664
35800
|
|
|
35665
35801
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35775,22 +35911,6 @@ span.E_tqjc4ui {
|
|
|
35775
35911
|
text-align: left;
|
|
35776
35912
|
}
|
|
35777
35913
|
|
|
35778
|
-
.E_u15heuvq.content {
|
|
35779
|
-
cursor: default !important;
|
|
35780
|
-
}
|
|
35781
|
-
.E_u15heuvq.content.link {
|
|
35782
|
-
cursor: pointer !important;
|
|
35783
|
-
}
|
|
35784
|
-
.E_u15heuvq.content.link:hover {
|
|
35785
|
-
color: #0080ff;
|
|
35786
|
-
}
|
|
35787
|
-
.E_u15heuvq.content.black {
|
|
35788
|
-
color: #00122e;
|
|
35789
|
-
}
|
|
35790
|
-
.E_u15heuvq.content.gray {
|
|
35791
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
35914
|
.E_t160l1cm {
|
|
35795
35915
|
display: flex;
|
|
35796
35916
|
flex-direction: column;
|
|
@@ -35994,145 +36114,6 @@ span.E_tqjc4ui {
|
|
|
35994
36114
|
background: transparent;
|
|
35995
36115
|
}
|
|
35996
36116
|
|
|
35997
|
-
.E_t1sqg15u {
|
|
35998
|
-
background: white;
|
|
35999
|
-
}
|
|
36000
|
-
.E_t1sqg15u.inline .table-row {
|
|
36001
|
-
flex-direction: column;
|
|
36002
|
-
}
|
|
36003
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
36004
|
-
padding: 0 16px 7px 0;
|
|
36005
|
-
}
|
|
36006
|
-
.E_t1sqg15u.has-border .table-header {
|
|
36007
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36008
|
-
}
|
|
36009
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36010
|
-
border-top: none !important;
|
|
36011
|
-
}
|
|
36012
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36013
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36014
|
-
}
|
|
36015
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36016
|
-
padding-bottom: 0;
|
|
36017
|
-
}
|
|
36018
|
-
.E_t1sqg15u.align-right .content {
|
|
36019
|
-
text-align: right;
|
|
36020
|
-
}
|
|
36021
|
-
.E_t1sqg15u .uuid-row {
|
|
36022
|
-
display: flex;
|
|
36023
|
-
justify-content: space-between;
|
|
36024
|
-
}
|
|
36025
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
36026
|
-
white-space: nowrap;
|
|
36027
|
-
overflow: hidden;
|
|
36028
|
-
text-overflow: ellipsis;
|
|
36029
|
-
}
|
|
36030
|
-
|
|
36031
|
-
.E_t4zczcp {
|
|
36032
|
-
display: flex;
|
|
36033
|
-
justify-content: space-between;
|
|
36034
|
-
align-items: center;
|
|
36035
|
-
padding: 8px;
|
|
36036
|
-
min-height: 32px;
|
|
36037
|
-
}
|
|
36038
|
-
.E_t4zczcp .table-title {
|
|
36039
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36040
|
-
font-weight: 600;
|
|
36041
|
-
font-size: 12px;
|
|
36042
|
-
line-height: 8px;
|
|
36043
|
-
}
|
|
36044
|
-
.E_t4zczcp .edit-icon {
|
|
36045
|
-
font-size: 16px;
|
|
36046
|
-
color: rgba(10, 37, 85, 0.6);
|
|
36047
|
-
cursor: pointer;
|
|
36048
|
-
}
|
|
36049
|
-
|
|
36050
|
-
.E_t1s7goww {
|
|
36051
|
-
font-size: 12px;
|
|
36052
|
-
line-height: 18px;
|
|
36053
|
-
}
|
|
36054
|
-
|
|
36055
|
-
.E_t93e4cf {
|
|
36056
|
-
display: flex;
|
|
36057
|
-
padding: 8px 0;
|
|
36058
|
-
color: #2d3a56;
|
|
36059
|
-
}
|
|
36060
|
-
.E_t93e4cf .hidden {
|
|
36061
|
-
display: none;
|
|
36062
|
-
}
|
|
36063
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36064
|
-
height: auto;
|
|
36065
|
-
}
|
|
36066
|
-
.E_t93e4cf .content {
|
|
36067
|
-
overflow: hidden;
|
|
36068
|
-
overflow-x: auto;
|
|
36069
|
-
width: 100%;
|
|
36070
|
-
white-space: pre-wrap;
|
|
36071
|
-
}
|
|
36072
|
-
.E_t93e4cf .content .ant-btn {
|
|
36073
|
-
white-space: pre-wrap;
|
|
36074
|
-
text-align: left;
|
|
36075
|
-
}
|
|
36076
|
-
.E_t93e4cf .content .unit-chart {
|
|
36077
|
-
justify-content: flex-start;
|
|
36078
|
-
}
|
|
36079
|
-
|
|
36080
|
-
.E_rhz2uv5 {
|
|
36081
|
-
width: var(--rhz2uv5-0);
|
|
36082
|
-
flex-shrink: 0;
|
|
36083
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36084
|
-
padding-right: 12px;
|
|
36085
|
-
}
|
|
36086
|
-
|
|
36087
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
36088
|
-
display: flex;
|
|
36089
|
-
align-items: center;
|
|
36090
|
-
}
|
|
36091
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36092
|
-
margin-right: 8px;
|
|
36093
|
-
}
|
|
36094
|
-
|
|
36095
|
-
.E_i5w779o {
|
|
36096
|
-
padding: 8px 0;
|
|
36097
|
-
}
|
|
36098
|
-
.E_i5w779o .col-label {
|
|
36099
|
-
flex-shrink: unset;
|
|
36100
|
-
}
|
|
36101
|
-
.E_i5w779o .col-label * {
|
|
36102
|
-
line-height: 18px;
|
|
36103
|
-
}
|
|
36104
|
-
.E_i5w779o .col-content {
|
|
36105
|
-
flex: 1 1 0;
|
|
36106
|
-
display: flex;
|
|
36107
|
-
align-items: center;
|
|
36108
|
-
}
|
|
36109
|
-
.E_i5w779o .col-content * {
|
|
36110
|
-
line-height: 18px;
|
|
36111
|
-
}
|
|
36112
|
-
|
|
36113
|
-
.E_l18dja44 {
|
|
36114
|
-
padding: 6px 0;
|
|
36115
|
-
}
|
|
36116
|
-
.E_l18dja44 .col-label * {
|
|
36117
|
-
font-size: 13px;
|
|
36118
|
-
line-height: 20px;
|
|
36119
|
-
}
|
|
36120
|
-
.E_l18dja44 .col-content * {
|
|
36121
|
-
font-size: 14px;
|
|
36122
|
-
line-height: 20px;
|
|
36123
|
-
}
|
|
36124
|
-
|
|
36125
|
-
.E_c8c2hys {
|
|
36126
|
-
display: flex;
|
|
36127
|
-
justify-content: space-between;
|
|
36128
|
-
flex: 1;
|
|
36129
|
-
min-width: 0;
|
|
36130
|
-
}
|
|
36131
|
-
|
|
36132
|
-
.E_n4m6c4d {
|
|
36133
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36134
|
-
}
|
|
36135
|
-
|
|
36136
36117
|
.E_cyms3br {
|
|
36137
36118
|
background: #fff;
|
|
36138
36119
|
width: 100%;
|
|
@@ -36257,12 +36238,62 @@ span.E_tqjc4ui {
|
|
|
36257
36238
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36258
36239
|
}
|
|
36259
36240
|
|
|
36241
|
+
.E_i5w779o {
|
|
36242
|
+
padding: 8px 0;
|
|
36243
|
+
}
|
|
36244
|
+
.E_i5w779o .col-label {
|
|
36245
|
+
flex-shrink: unset;
|
|
36246
|
+
}
|
|
36247
|
+
.E_i5w779o .col-label * {
|
|
36248
|
+
line-height: 18px;
|
|
36249
|
+
}
|
|
36250
|
+
.E_i5w779o .col-content {
|
|
36251
|
+
flex: 1 1 0;
|
|
36252
|
+
display: flex;
|
|
36253
|
+
align-items: center;
|
|
36254
|
+
}
|
|
36255
|
+
.E_i5w779o .col-content * {
|
|
36256
|
+
line-height: 18px;
|
|
36257
|
+
}
|
|
36258
|
+
|
|
36259
|
+
.E_l18dja44 {
|
|
36260
|
+
padding: 6px 0;
|
|
36261
|
+
}
|
|
36262
|
+
.E_l18dja44 .col-label * {
|
|
36263
|
+
font-size: 13px;
|
|
36264
|
+
line-height: 20px;
|
|
36265
|
+
}
|
|
36266
|
+
.E_l18dja44 .col-content * {
|
|
36267
|
+
font-size: 14px;
|
|
36268
|
+
line-height: 20px;
|
|
36269
|
+
}
|
|
36270
|
+
|
|
36271
|
+
.E_c8c2hys {
|
|
36272
|
+
display: flex;
|
|
36273
|
+
justify-content: space-between;
|
|
36274
|
+
flex: 1;
|
|
36275
|
+
min-width: 0;
|
|
36276
|
+
}
|
|
36277
|
+
|
|
36278
|
+
.E_n4m6c4d {
|
|
36279
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36280
|
+
}
|
|
36281
|
+
|
|
36260
36282
|
.E_h1ol2wl7 {
|
|
36261
36283
|
font-weight: bold;
|
|
36262
36284
|
background-color: unset;
|
|
36263
36285
|
padding: unset;
|
|
36264
36286
|
}
|
|
36265
36287
|
|
|
36288
|
+
.E_cevhqx7 {
|
|
36289
|
+
color: #00122e;
|
|
36290
|
+
}
|
|
36291
|
+
|
|
36292
|
+
.E_snbqlt4 {
|
|
36293
|
+
margin-top: 8px;
|
|
36294
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36295
|
+
}
|
|
36296
|
+
|
|
36266
36297
|
.E_c14ouk5o {
|
|
36267
36298
|
width: 100%;
|
|
36268
36299
|
height: 100%;
|
|
@@ -36358,15 +36389,6 @@ span.E_tqjc4ui {
|
|
|
36358
36389
|
margin: 16px 0;
|
|
36359
36390
|
}
|
|
36360
36391
|
|
|
36361
|
-
.E_cevhqx7 {
|
|
36362
|
-
color: #00122e;
|
|
36363
|
-
}
|
|
36364
|
-
|
|
36365
|
-
.E_snbqlt4 {
|
|
36366
|
-
margin-top: 8px;
|
|
36367
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36368
|
-
}
|
|
36369
|
-
|
|
36370
36392
|
.E_c1kchka8 {
|
|
36371
36393
|
height: 100%;
|
|
36372
36394
|
width: 100%;
|