@cloudtower/eagle 490.0.10 → 490.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Checkbox/index.js +1 -0
- package/dist/cjs/core/LegacySelect/index.js +10 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1271 -1271
- package/dist/esm/core/Checkbox/index.js +1 -0
- package/dist/esm/core/LegacySelect/index.js +10 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1677 -1677
- package/dist/src/core/Checkbox/index.d.ts +4 -0
- package/dist/src/core/LegacySelect/select.type.d.ts +4 -0
- package/dist/style.css +1271 -1271
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29729,48 +29729,6 @@ body {
|
|
|
29729
29729
|
color: #005ed1;
|
|
29730
29730
|
}
|
|
29731
29731
|
|
|
29732
|
-
.E_b1nip9bk {
|
|
29733
|
-
padding: 4px 11px;
|
|
29734
|
-
}
|
|
29735
|
-
|
|
29736
|
-
.E_bqamoqe {
|
|
29737
|
-
white-space: nowrap;
|
|
29738
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29739
|
-
}
|
|
29740
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29741
|
-
--color: #0080ff;
|
|
29742
|
-
}
|
|
29743
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29744
|
-
--color: #0080ff;
|
|
29745
|
-
}
|
|
29746
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29747
|
-
margin-left: 1px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29750
|
-
border-top-right-radius: 0;
|
|
29751
|
-
border-bottom-right-radius: 0;
|
|
29752
|
-
}
|
|
29753
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29754
|
-
border-top-left-radius: 0;
|
|
29755
|
-
border-bottom-left-radius: 0;
|
|
29756
|
-
}
|
|
29757
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29758
|
-
border-radius: unset;
|
|
29759
|
-
}
|
|
29760
|
-
|
|
29761
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29762
|
-
padding: 4px 8px 0 8px;
|
|
29763
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29764
|
-
font-size: 12px;
|
|
29765
|
-
}
|
|
29766
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
-
padding-bottom: 6px;
|
|
29768
|
-
}
|
|
29769
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29770
|
-
padding-top: 4px;
|
|
29771
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29772
|
-
}
|
|
29773
|
-
|
|
29774
29732
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29775
29733
|
justify-content: center;
|
|
29776
29734
|
}
|
|
@@ -30034,43 +29992,6 @@ body {
|
|
|
30034
29992
|
justify-content: center;
|
|
30035
29993
|
}
|
|
30036
29994
|
|
|
30037
|
-
.E_c1uzzomf {
|
|
30038
|
-
margin-bottom: 16px;
|
|
30039
|
-
}
|
|
30040
|
-
.E_c1uzzomf .card-title {
|
|
30041
|
-
font-size: 16px;
|
|
30042
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30043
|
-
font-weight: 700;
|
|
30044
|
-
line-height: 32px;
|
|
30045
|
-
}
|
|
30046
|
-
.E_c1uzzomf .card-body {
|
|
30047
|
-
padding: 24px;
|
|
30048
|
-
border-radius: 8px;
|
|
30049
|
-
background: #fff;
|
|
30050
|
-
}
|
|
30051
|
-
.E_c1uzzomf .empty {
|
|
30052
|
-
font-weight: 700;
|
|
30053
|
-
font-size: 14px;
|
|
30054
|
-
line-height: 22px;
|
|
30055
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30056
|
-
text-align: center;
|
|
30057
|
-
}
|
|
30058
|
-
|
|
30059
|
-
.E_fzh9mnb {
|
|
30060
|
-
width: 100%;
|
|
30061
|
-
height: 100%;
|
|
30062
|
-
min-height: 124px;
|
|
30063
|
-
display: flex;
|
|
30064
|
-
flex-direction: column;
|
|
30065
|
-
justify-content: center;
|
|
30066
|
-
align-items: center;
|
|
30067
|
-
}
|
|
30068
|
-
.E_fzh9mnb .error-text {
|
|
30069
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30070
|
-
margin-bottom: 16px;
|
|
30071
|
-
font-size: 18px;
|
|
30072
|
-
}
|
|
30073
|
-
|
|
30074
29995
|
.E_d1bw7c5z {
|
|
30075
29996
|
position: relative;
|
|
30076
29997
|
max-width: 388px;
|
|
@@ -30154,68 +30075,68 @@ body {
|
|
|
30154
30075
|
width: 102px;
|
|
30155
30076
|
}
|
|
30156
30077
|
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
}
|
|
30160
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30161
|
-
display: inline-flex;
|
|
30162
|
-
line-height: 1.5715;
|
|
30163
|
-
height: 100%;
|
|
30164
|
-
width: 100%;
|
|
30078
|
+
.E_c1uzzomf {
|
|
30079
|
+
margin-bottom: 16px;
|
|
30165
30080
|
}
|
|
30166
|
-
.
|
|
30167
|
-
|
|
30168
|
-
display: var(--ai7qkf2-2);
|
|
30169
|
-
flex: none;
|
|
30170
|
-
align-items: center;
|
|
30171
|
-
margin-left: 4px;
|
|
30172
|
-
padding: 5px 12px 5px 0;
|
|
30081
|
+
.E_c1uzzomf .card-title {
|
|
30082
|
+
font-size: 16px;
|
|
30173
30083
|
color: rgba(44, 56, 82, 0.6);
|
|
30084
|
+
font-weight: 700;
|
|
30085
|
+
line-height: 32px;
|
|
30174
30086
|
}
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
align-items: center;
|
|
30180
|
-
margin-right: 4px;
|
|
30181
|
-
cursor: auto;
|
|
30182
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30087
|
+
.E_c1uzzomf .card-body {
|
|
30088
|
+
padding: 24px;
|
|
30089
|
+
border-radius: 8px;
|
|
30090
|
+
background: #fff;
|
|
30183
30091
|
}
|
|
30184
|
-
.
|
|
30185
|
-
|
|
30092
|
+
.E_c1uzzomf .empty {
|
|
30093
|
+
font-weight: 700;
|
|
30094
|
+
font-size: 14px;
|
|
30095
|
+
line-height: 22px;
|
|
30096
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30097
|
+
text-align: center;
|
|
30186
30098
|
}
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30099
|
+
|
|
30100
|
+
.E_b1nip9bk {
|
|
30101
|
+
padding: 4px 11px;
|
|
30190
30102
|
}
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
|
|
30194
|
-
|
|
30103
|
+
|
|
30104
|
+
.E_bqamoqe {
|
|
30105
|
+
white-space: nowrap;
|
|
30106
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30195
30107
|
}
|
|
30196
|
-
.
|
|
30197
|
-
|
|
30198
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30108
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30109
|
+
--color: #0080ff;
|
|
30199
30110
|
}
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
border: 1px;
|
|
30203
|
-
padding: 5px 12px;
|
|
30204
|
-
font-size: inherit;
|
|
30111
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30112
|
+
--color: #0080ff;
|
|
30205
30113
|
}
|
|
30206
|
-
.
|
|
30207
|
-
|
|
30208
|
-
border: 1px;
|
|
30209
|
-
padding: 8px 16px;
|
|
30114
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30115
|
+
margin-left: 1px;
|
|
30210
30116
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
border:
|
|
30214
|
-
|
|
30117
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30118
|
+
border-top-right-radius: 0;
|
|
30119
|
+
border-bottom-right-radius: 0;
|
|
30120
|
+
}
|
|
30121
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30122
|
+
border-top-left-radius: 0;
|
|
30123
|
+
border-bottom-left-radius: 0;
|
|
30124
|
+
}
|
|
30125
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30126
|
+
border-radius: unset;
|
|
30215
30127
|
}
|
|
30216
30128
|
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30129
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30130
|
+
padding: 4px 8px 0 8px;
|
|
30131
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30132
|
+
font-size: 12px;
|
|
30133
|
+
}
|
|
30134
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30135
|
+
padding-bottom: 6px;
|
|
30136
|
+
}
|
|
30137
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30138
|
+
padding-top: 4px;
|
|
30139
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30219
30140
|
}
|
|
30220
30141
|
|
|
30221
30142
|
.E_i1inqkme {
|
|
@@ -30231,6 +30152,56 @@ body {
|
|
|
30231
30152
|
margin-right: 4px;
|
|
30232
30153
|
}
|
|
30233
30154
|
|
|
30155
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30156
|
+
display: flex;
|
|
30157
|
+
}
|
|
30158
|
+
.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 {
|
|
30159
|
+
border-bottom-left-radius: 5px;
|
|
30160
|
+
border-top-left-radius: 5px;
|
|
30161
|
+
}
|
|
30162
|
+
.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 {
|
|
30163
|
+
border-bottom-right-radius: 5px;
|
|
30164
|
+
border-top-right-radius: 5px;
|
|
30165
|
+
}
|
|
30166
|
+
|
|
30167
|
+
.E_f7pxqmh {
|
|
30168
|
+
width: 100%;
|
|
30169
|
+
margin-bottom: 0 !important;
|
|
30170
|
+
flex-flow: nowrap !important;
|
|
30171
|
+
line-break: auto;
|
|
30172
|
+
}
|
|
30173
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30174
|
+
text-align: left !important;
|
|
30175
|
+
padding-bottom: 0 !important;
|
|
30176
|
+
}
|
|
30177
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30178
|
+
min-height: 32px;
|
|
30179
|
+
height: auto;
|
|
30180
|
+
font-size: 13px;
|
|
30181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30182
|
+
white-space: normal;
|
|
30183
|
+
}
|
|
30184
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30185
|
+
border-color: #ff4d4f !important;
|
|
30186
|
+
}
|
|
30187
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30188
|
+
border-color: #ff4d4f !important;
|
|
30189
|
+
}
|
|
30190
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30191
|
+
margin-top: 4px;
|
|
30192
|
+
font-size: 12px;
|
|
30193
|
+
min-height: 0px;
|
|
30194
|
+
}
|
|
30195
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30196
|
+
font-size: 12px;
|
|
30197
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30198
|
+
min-height: 0px;
|
|
30199
|
+
}
|
|
30200
|
+
|
|
30201
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30202
|
+
line-height: 18px;
|
|
30203
|
+
}
|
|
30204
|
+
|
|
30234
30205
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30235
30206
|
display: var(--a1wfy30z-0);
|
|
30236
30207
|
}
|
|
@@ -30262,16 +30233,19 @@ body {
|
|
|
30262
30233
|
font-size: inherit;
|
|
30263
30234
|
}
|
|
30264
30235
|
|
|
30265
|
-
.
|
|
30236
|
+
.E_fzh9mnb {
|
|
30237
|
+
width: 100%;
|
|
30238
|
+
height: 100%;
|
|
30239
|
+
min-height: 124px;
|
|
30266
30240
|
display: flex;
|
|
30241
|
+
flex-direction: column;
|
|
30242
|
+
justify-content: center;
|
|
30243
|
+
align-items: center;
|
|
30267
30244
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30270
|
-
|
|
30271
|
-
|
|
30272
|
-
.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 {
|
|
30273
|
-
border-bottom-right-radius: 5px;
|
|
30274
|
-
border-top-right-radius: 5px;
|
|
30245
|
+
.E_fzh9mnb .error-text {
|
|
30246
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30247
|
+
margin-bottom: 16px;
|
|
30248
|
+
font-size: 18px;
|
|
30275
30249
|
}
|
|
30276
30250
|
|
|
30277
30251
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -30299,38 +30273,64 @@ body {
|
|
|
30299
30273
|
animation: rotate 680ms linear infinite;
|
|
30300
30274
|
}
|
|
30301
30275
|
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30304
|
-
margin-bottom: 0 !important;
|
|
30305
|
-
flex-flow: nowrap !important;
|
|
30306
|
-
line-break: auto;
|
|
30276
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30277
|
+
display: var(--ai7qkf2-0);
|
|
30307
30278
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
-
|
|
30279
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30280
|
+
display: inline-flex;
|
|
30281
|
+
line-height: 1.5715;
|
|
30282
|
+
height: 100%;
|
|
30283
|
+
width: 100%;
|
|
30311
30284
|
}
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30314
|
-
|
|
30315
|
-
|
|
30285
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30286
|
+
content: var(--ai7qkf2-1);
|
|
30287
|
+
display: var(--ai7qkf2-2);
|
|
30288
|
+
flex: none;
|
|
30289
|
+
align-items: center;
|
|
30290
|
+
margin-left: 4px;
|
|
30291
|
+
padding: 5px 12px 5px 0;
|
|
30316
30292
|
color: rgba(44, 56, 82, 0.6);
|
|
30317
|
-
white-space: normal;
|
|
30318
30293
|
}
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30294
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30295
|
+
content: var(--ai7qkf2-3);
|
|
30296
|
+
display: var(--ai7qkf2-4);
|
|
30297
|
+
flex: none;
|
|
30298
|
+
align-items: center;
|
|
30299
|
+
margin-right: 4px;
|
|
30300
|
+
cursor: auto;
|
|
30301
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30321
30302
|
}
|
|
30322
|
-
.
|
|
30323
|
-
border-
|
|
30303
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30304
|
+
border-radius: 0;
|
|
30324
30305
|
}
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
min-height: 0px;
|
|
30306
|
+
.E_ai7qkf2.ant-input-number {
|
|
30307
|
+
width: 100%;
|
|
30308
|
+
border-radius: 6px;
|
|
30329
30309
|
}
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30332
|
-
|
|
30333
|
-
|
|
30310
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30311
|
+
border-color: #0096ff;
|
|
30312
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30313
|
+
z-index: 1;
|
|
30314
|
+
}
|
|
30315
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30316
|
+
border-color: #e75a3a;
|
|
30317
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30318
|
+
}
|
|
30319
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30320
|
+
height: 30px;
|
|
30321
|
+
border: 1px;
|
|
30322
|
+
padding: 5px 12px;
|
|
30323
|
+
font-size: inherit;
|
|
30324
|
+
}
|
|
30325
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30326
|
+
height: 38px;
|
|
30327
|
+
border: 1px;
|
|
30328
|
+
padding: 8px 16px;
|
|
30329
|
+
}
|
|
30330
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30331
|
+
height: 22px;
|
|
30332
|
+
border: 1px;
|
|
30333
|
+
padding: 2px 8px;
|
|
30334
30334
|
}
|
|
30335
30335
|
|
|
30336
30336
|
.E_owd0kml {
|
|
@@ -30409,46 +30409,6 @@ body {
|
|
|
30409
30409
|
color: rgba(44, 56, 82, 0.6);
|
|
30410
30410
|
}
|
|
30411
30411
|
|
|
30412
|
-
.E_c1bus5hc {
|
|
30413
|
-
--color: white;
|
|
30414
|
-
height: 14px;
|
|
30415
|
-
width: 14px;
|
|
30416
|
-
border-radius: 50%;
|
|
30417
|
-
flex-shrink: 0;
|
|
30418
|
-
display: flex;
|
|
30419
|
-
align-items: center;
|
|
30420
|
-
justify-content: center;
|
|
30421
|
-
border: 1px solid var(--color);
|
|
30422
|
-
}
|
|
30423
|
-
.E_c1bus5hc .circle-inner {
|
|
30424
|
-
position: relative;
|
|
30425
|
-
height: 10px;
|
|
30426
|
-
width: 10px;
|
|
30427
|
-
border-radius: 50%;
|
|
30428
|
-
overflow: hidden;
|
|
30429
|
-
}
|
|
30430
|
-
.E_c1bus5hc .circle-content {
|
|
30431
|
-
position: absolute;
|
|
30432
|
-
height: 100%;
|
|
30433
|
-
width: 100%;
|
|
30434
|
-
left: 0;
|
|
30435
|
-
top: 0;
|
|
30436
|
-
border-radius: 50%;
|
|
30437
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30438
|
-
transform: rotate(180deg);
|
|
30439
|
-
}
|
|
30440
|
-
.E_c1bus5hc .circle-child {
|
|
30441
|
-
position: absolute;
|
|
30442
|
-
height: 100%;
|
|
30443
|
-
width: 100%;
|
|
30444
|
-
left: 0;
|
|
30445
|
-
top: 0;
|
|
30446
|
-
margin-left: 50%;
|
|
30447
|
-
transform-origin: left;
|
|
30448
|
-
background: white;
|
|
30449
|
-
transform: rotate(0deg);
|
|
30450
|
-
}
|
|
30451
|
-
|
|
30452
30412
|
.E_rapgekc.ant-radio-wrapper {
|
|
30453
30413
|
display: inline-flex;
|
|
30454
30414
|
align-items: baseline;
|
|
@@ -30595,6 +30555,101 @@ body {
|
|
|
30595
30555
|
width: 36px;
|
|
30596
30556
|
}
|
|
30597
30557
|
|
|
30558
|
+
.E_c1bus5hc {
|
|
30559
|
+
--color: white;
|
|
30560
|
+
height: 14px;
|
|
30561
|
+
width: 14px;
|
|
30562
|
+
border-radius: 50%;
|
|
30563
|
+
flex-shrink: 0;
|
|
30564
|
+
display: flex;
|
|
30565
|
+
align-items: center;
|
|
30566
|
+
justify-content: center;
|
|
30567
|
+
border: 1px solid var(--color);
|
|
30568
|
+
}
|
|
30569
|
+
.E_c1bus5hc .circle-inner {
|
|
30570
|
+
position: relative;
|
|
30571
|
+
height: 10px;
|
|
30572
|
+
width: 10px;
|
|
30573
|
+
border-radius: 50%;
|
|
30574
|
+
overflow: hidden;
|
|
30575
|
+
}
|
|
30576
|
+
.E_c1bus5hc .circle-content {
|
|
30577
|
+
position: absolute;
|
|
30578
|
+
height: 100%;
|
|
30579
|
+
width: 100%;
|
|
30580
|
+
left: 0;
|
|
30581
|
+
top: 0;
|
|
30582
|
+
border-radius: 50%;
|
|
30583
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30584
|
+
transform: rotate(180deg);
|
|
30585
|
+
}
|
|
30586
|
+
.E_c1bus5hc .circle-child {
|
|
30587
|
+
position: absolute;
|
|
30588
|
+
height: 100%;
|
|
30589
|
+
width: 100%;
|
|
30590
|
+
left: 0;
|
|
30591
|
+
top: 0;
|
|
30592
|
+
margin-left: 50%;
|
|
30593
|
+
transform-origin: left;
|
|
30594
|
+
background: white;
|
|
30595
|
+
transform: rotate(0deg);
|
|
30596
|
+
}
|
|
30597
|
+
|
|
30598
|
+
.E_s1dizucg.ant-switch {
|
|
30599
|
+
min-width: 40px;
|
|
30600
|
+
height: 24px;
|
|
30601
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30602
|
+
overflow: hidden;
|
|
30603
|
+
}
|
|
30604
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30605
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30606
|
+
}
|
|
30607
|
+
.E_s1dizucg.ant-switch-small {
|
|
30608
|
+
min-width: 26px;
|
|
30609
|
+
height: 16px;
|
|
30610
|
+
}
|
|
30611
|
+
.E_s1dizucg.ant-switch-large {
|
|
30612
|
+
min-width: 52px;
|
|
30613
|
+
height: 32px;
|
|
30614
|
+
}
|
|
30615
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30616
|
+
height: 20px;
|
|
30617
|
+
width: 20px;
|
|
30618
|
+
}
|
|
30619
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30620
|
+
border-radius: 10px;
|
|
30621
|
+
transition-delay: 120ms;
|
|
30622
|
+
}
|
|
30623
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30624
|
+
height: 14px;
|
|
30625
|
+
width: 14px;
|
|
30626
|
+
top: 1px;
|
|
30627
|
+
left: 1px;
|
|
30628
|
+
}
|
|
30629
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30630
|
+
height: 28px;
|
|
30631
|
+
width: 28px;
|
|
30632
|
+
}
|
|
30633
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30634
|
+
border-radius: 14px;
|
|
30635
|
+
}
|
|
30636
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30637
|
+
background-color: #00ba5d;
|
|
30638
|
+
}
|
|
30639
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30640
|
+
left: calc(100% - 20px - 2px);
|
|
30641
|
+
}
|
|
30642
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30643
|
+
left: calc(100% - 14px - 1px);
|
|
30644
|
+
}
|
|
30645
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30646
|
+
left: calc(100% - 28px - 2px);
|
|
30647
|
+
}
|
|
30648
|
+
|
|
30649
|
+
.E_c1up6e3y {
|
|
30650
|
+
margin-left: 5px;
|
|
30651
|
+
}
|
|
30652
|
+
|
|
30598
30653
|
.E_cnujxq2 {
|
|
30599
30654
|
display: flex;
|
|
30600
30655
|
flex-direction: column;
|
|
@@ -31286,211 +31341,40 @@ input.E_rf8rlle.ant-input {
|
|
|
31286
31341
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31287
31342
|
}
|
|
31288
31343
|
|
|
31289
|
-
.
|
|
31290
|
-
|
|
31291
|
-
height: 24px;
|
|
31292
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31293
|
-
overflow: hidden;
|
|
31294
|
-
}
|
|
31295
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31296
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31344
|
+
.E_iq1gosr {
|
|
31345
|
+
display: inline-block;
|
|
31297
31346
|
}
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31347
|
+
|
|
31348
|
+
.E_dsnbhzf {
|
|
31349
|
+
font-family: Inter;
|
|
31350
|
+
font-style: normal;
|
|
31351
|
+
font-weight: bold;
|
|
31352
|
+
font-size: 32px;
|
|
31353
|
+
line-height: 40px;
|
|
31301
31354
|
}
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31355
|
+
|
|
31356
|
+
.E_d1mvo22k {
|
|
31357
|
+
font-family: Inter;
|
|
31358
|
+
font-style: normal;
|
|
31359
|
+
font-weight: bold;
|
|
31360
|
+
font-size: 24px;
|
|
31361
|
+
line-height: 32px;
|
|
31305
31362
|
}
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31363
|
+
|
|
31364
|
+
.E_d1b444tr {
|
|
31365
|
+
font-family: Inter;
|
|
31366
|
+
font-style: normal;
|
|
31367
|
+
font-weight: normal;
|
|
31368
|
+
font-size: 32px;
|
|
31369
|
+
line-height: 40px;
|
|
31309
31370
|
}
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
top: 1px;
|
|
31318
|
-
left: 1px;
|
|
31319
|
-
}
|
|
31320
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31321
|
-
height: 28px;
|
|
31322
|
-
width: 28px;
|
|
31323
|
-
}
|
|
31324
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31325
|
-
border-radius: 14px;
|
|
31326
|
-
}
|
|
31327
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31328
|
-
background-color: #00ba5d;
|
|
31329
|
-
}
|
|
31330
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31331
|
-
left: calc(100% - 20px - 2px);
|
|
31332
|
-
}
|
|
31333
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31334
|
-
left: calc(100% - 14px - 1px);
|
|
31335
|
-
}
|
|
31336
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31337
|
-
left: calc(100% - 28px - 2px);
|
|
31338
|
-
}
|
|
31339
|
-
|
|
31340
|
-
.E_c1up6e3y {
|
|
31341
|
-
margin-left: 5px;
|
|
31342
|
-
}
|
|
31343
|
-
|
|
31344
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31345
|
-
display: inline-flex;
|
|
31346
|
-
align-items: center;
|
|
31347
|
-
justify-content: center;
|
|
31348
|
-
color: #fff;
|
|
31349
|
-
font-weight: bold;
|
|
31350
|
-
font-size: 12px;
|
|
31351
|
-
width: 24px;
|
|
31352
|
-
height: 24px;
|
|
31353
|
-
border-radius: 50%;
|
|
31354
|
-
background: var(--a1b5xrg3-0);
|
|
31355
|
-
}
|
|
31356
|
-
.E_a1b5xrg3.btn-item {
|
|
31357
|
-
transition: all 160ms ease;
|
|
31358
|
-
cursor: pointer;
|
|
31359
|
-
width: 56px;
|
|
31360
|
-
height: 40px;
|
|
31361
|
-
display: inline-flex;
|
|
31362
|
-
align-items: center;
|
|
31363
|
-
justify-content: center;
|
|
31364
|
-
border-radius: 6px;
|
|
31365
|
-
}
|
|
31366
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31367
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31368
|
-
}
|
|
31369
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31370
|
-
transform: translateY(2px);
|
|
31371
|
-
transition: all 320ms ease;
|
|
31372
|
-
}
|
|
31373
|
-
|
|
31374
|
-
.E_iq1gosr {
|
|
31375
|
-
display: inline-block;
|
|
31376
|
-
}
|
|
31377
|
-
|
|
31378
|
-
.E_s1sck0th {
|
|
31379
|
-
padding: 0 8px;
|
|
31380
|
-
border-radius: 4px;
|
|
31381
|
-
}
|
|
31382
|
-
|
|
31383
|
-
.E_m855nr1 {
|
|
31384
|
-
padding: 2px 8px;
|
|
31385
|
-
border-radius: 3px;
|
|
31386
|
-
}
|
|
31387
|
-
|
|
31388
|
-
.E_l1270xpg {
|
|
31389
|
-
padding: 3px 8px;
|
|
31390
|
-
border-radius: 2px;
|
|
31391
|
-
}
|
|
31392
|
-
|
|
31393
|
-
.E_t14rextb.ant-tag:hover {
|
|
31394
|
-
opacity: unset;
|
|
31395
|
-
}
|
|
31396
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31397
|
-
margin: 0;
|
|
31398
|
-
margin-right: 8px;
|
|
31399
|
-
display: inline-flex;
|
|
31400
|
-
align-items: center;
|
|
31401
|
-
border: none;
|
|
31402
|
-
}
|
|
31403
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31404
|
-
width: 16px;
|
|
31405
|
-
height: 16px;
|
|
31406
|
-
color: inherit;
|
|
31407
|
-
margin-left: 4px;
|
|
31408
|
-
opacity: 0.6;
|
|
31409
|
-
display: inline-flex;
|
|
31410
|
-
}
|
|
31411
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31412
|
-
opacity: 1;
|
|
31413
|
-
}
|
|
31414
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31415
|
-
color: #0080ff;
|
|
31416
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31417
|
-
}
|
|
31418
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31419
|
-
color: #f0483e;
|
|
31420
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31421
|
-
}
|
|
31422
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31423
|
-
color: #e07f00;
|
|
31424
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31425
|
-
}
|
|
31426
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31427
|
-
color: #008f4c;
|
|
31428
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31429
|
-
}
|
|
31430
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31431
|
-
color: #1d326c;
|
|
31432
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31433
|
-
}
|
|
31434
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31435
|
-
color: #7E41FF;
|
|
31436
|
-
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
31437
|
-
}
|
|
31438
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31439
|
-
color: #fff;
|
|
31440
|
-
}
|
|
31441
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31442
|
-
background-color: #f0483e;
|
|
31443
|
-
}
|
|
31444
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31445
|
-
background-color: #fea008;
|
|
31446
|
-
}
|
|
31447
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31448
|
-
background-color: #00ba5d;
|
|
31449
|
-
}
|
|
31450
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31451
|
-
background-color: #0080ff;
|
|
31452
|
-
}
|
|
31453
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31454
|
-
background-color: #6b7d99;
|
|
31455
|
-
}
|
|
31456
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31457
|
-
background-color: #7E41FF;
|
|
31458
|
-
}
|
|
31459
|
-
|
|
31460
|
-
.E_tju3gfj .date {
|
|
31461
|
-
margin-right: 4px;
|
|
31462
|
-
}
|
|
31463
|
-
|
|
31464
|
-
.E_dsnbhzf {
|
|
31465
|
-
font-family: Inter;
|
|
31466
|
-
font-style: normal;
|
|
31467
|
-
font-weight: bold;
|
|
31468
|
-
font-size: 32px;
|
|
31469
|
-
line-height: 40px;
|
|
31470
|
-
}
|
|
31471
|
-
|
|
31472
|
-
.E_d1mvo22k {
|
|
31473
|
-
font-family: Inter;
|
|
31474
|
-
font-style: normal;
|
|
31475
|
-
font-weight: bold;
|
|
31476
|
-
font-size: 24px;
|
|
31477
|
-
line-height: 32px;
|
|
31478
|
-
}
|
|
31479
|
-
|
|
31480
|
-
.E_d1b444tr {
|
|
31481
|
-
font-family: Inter;
|
|
31482
|
-
font-style: normal;
|
|
31483
|
-
font-weight: normal;
|
|
31484
|
-
font-size: 32px;
|
|
31485
|
-
line-height: 40px;
|
|
31486
|
-
}
|
|
31487
|
-
|
|
31488
|
-
.E_dvs0kue {
|
|
31489
|
-
font-family: Inter;
|
|
31490
|
-
font-style: normal;
|
|
31491
|
-
font-weight: bold;
|
|
31492
|
-
font-size: 20px;
|
|
31493
|
-
line-height: 24px;
|
|
31371
|
+
|
|
31372
|
+
.E_dvs0kue {
|
|
31373
|
+
font-family: Inter;
|
|
31374
|
+
font-style: normal;
|
|
31375
|
+
font-weight: bold;
|
|
31376
|
+
font-size: 20px;
|
|
31377
|
+
line-height: 24px;
|
|
31494
31378
|
}
|
|
31495
31379
|
|
|
31496
31380
|
.E_d1hcbfcq {
|
|
@@ -31936,6 +31820,10 @@ input.E_rf8rlle.ant-input {
|
|
|
31936
31820
|
line-height: 12px;
|
|
31937
31821
|
}
|
|
31938
31822
|
|
|
31823
|
+
.E_tju3gfj .date {
|
|
31824
|
+
margin-right: 4px;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31939
31827
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31940
31828
|
display: none;
|
|
31941
31829
|
}
|
|
@@ -31947,10 +31835,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31947
31835
|
visibility: hidden;
|
|
31948
31836
|
}
|
|
31949
31837
|
|
|
31950
|
-
.E_m196gn1d {
|
|
31951
|
-
min-width: 1280px;
|
|
31952
|
-
}
|
|
31953
|
-
|
|
31954
31838
|
.E_s1dni7lo {
|
|
31955
31839
|
width: 430px !important;
|
|
31956
31840
|
}
|
|
@@ -32032,128 +31916,186 @@ input.E_rf8rlle.ant-input {
|
|
|
32032
31916
|
opacity: 0;
|
|
32033
31917
|
}
|
|
32034
31918
|
|
|
32035
|
-
.
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
.E_c1yyuluq .ant-card-body {
|
|
32039
|
-
padding: 20px 24px 24px 24px;
|
|
31919
|
+
.E_s1sck0th {
|
|
31920
|
+
padding: 0 8px;
|
|
31921
|
+
border-radius: 4px;
|
|
32040
31922
|
}
|
|
32041
31923
|
|
|
32042
|
-
.
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
}
|
|
32046
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32047
|
-
padding-top: 0px;
|
|
32048
|
-
padding-bottom: 0px;
|
|
32049
|
-
padding-left: 0px !important;
|
|
32050
|
-
padding-right: 24px;
|
|
32051
|
-
}
|
|
32052
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32053
|
-
right: 0px;
|
|
32054
|
-
}
|
|
32055
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32056
|
-
padding: 0px;
|
|
31924
|
+
.E_m855nr1 {
|
|
31925
|
+
padding: 2px 8px;
|
|
31926
|
+
border-radius: 3px;
|
|
32057
31927
|
}
|
|
32058
31928
|
|
|
32059
|
-
.
|
|
32060
|
-
padding
|
|
32061
|
-
|
|
31929
|
+
.E_l1270xpg {
|
|
31930
|
+
padding: 3px 8px;
|
|
31931
|
+
border-radius: 2px;
|
|
32062
31932
|
}
|
|
32063
31933
|
|
|
32064
|
-
.
|
|
32065
|
-
|
|
32066
|
-
height: 100%;
|
|
32067
|
-
margin: 0 auto;
|
|
32068
|
-
display: flex;
|
|
32069
|
-
flex-direction: column;
|
|
32070
|
-
align-items: center;
|
|
32071
|
-
justify-content: center;
|
|
32072
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31934
|
+
.E_t14rextb.ant-tag:hover {
|
|
31935
|
+
opacity: unset;
|
|
32073
31936
|
}
|
|
32074
|
-
.
|
|
32075
|
-
|
|
31937
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31938
|
+
margin: 0;
|
|
31939
|
+
margin-right: 8px;
|
|
31940
|
+
display: inline-flex;
|
|
31941
|
+
align-items: center;
|
|
31942
|
+
border: none;
|
|
32076
31943
|
}
|
|
32077
|
-
.
|
|
32078
|
-
|
|
31944
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31945
|
+
width: 16px;
|
|
31946
|
+
height: 16px;
|
|
31947
|
+
color: inherit;
|
|
31948
|
+
margin-left: 4px;
|
|
31949
|
+
opacity: 0.6;
|
|
31950
|
+
display: inline-flex;
|
|
32079
31951
|
}
|
|
32080
|
-
.
|
|
32081
|
-
|
|
31952
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31953
|
+
opacity: 1;
|
|
32082
31954
|
}
|
|
32083
|
-
.
|
|
32084
|
-
|
|
31955
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31956
|
+
color: #0080ff;
|
|
31957
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32085
31958
|
}
|
|
32086
|
-
.
|
|
32087
|
-
|
|
31959
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31960
|
+
color: #f0483e;
|
|
31961
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32088
31962
|
}
|
|
32089
|
-
.
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
text-align: center;
|
|
31963
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31964
|
+
color: #e07f00;
|
|
31965
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32093
31966
|
}
|
|
32094
|
-
.
|
|
32095
|
-
|
|
31967
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31968
|
+
color: #008f4c;
|
|
31969
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32096
31970
|
}
|
|
32097
|
-
.
|
|
32098
|
-
|
|
31971
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31972
|
+
color: #1d326c;
|
|
31973
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32099
31974
|
}
|
|
32100
|
-
|
|
32101
|
-
|
|
32102
|
-
|
|
32103
|
-
width: 24px;
|
|
32104
|
-
border-radius: 6px;
|
|
32105
|
-
padding: 4px;
|
|
31975
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31976
|
+
color: #7E41FF;
|
|
31977
|
+
background-color: rgba(126, 65, 255, 0.1019607843);
|
|
32106
31978
|
}
|
|
32107
|
-
.
|
|
32108
|
-
|
|
31979
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31980
|
+
color: #fff;
|
|
32109
31981
|
}
|
|
32110
|
-
.
|
|
32111
|
-
|
|
31982
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31983
|
+
background-color: #f0483e;
|
|
31984
|
+
}
|
|
31985
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31986
|
+
background-color: #fea008;
|
|
31987
|
+
}
|
|
31988
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31989
|
+
background-color: #00ba5d;
|
|
31990
|
+
}
|
|
31991
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31992
|
+
background-color: #0080ff;
|
|
31993
|
+
}
|
|
31994
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31995
|
+
background-color: #6b7d99;
|
|
31996
|
+
}
|
|
31997
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31998
|
+
background-color: #7E41FF;
|
|
32112
31999
|
}
|
|
32113
32000
|
|
|
32114
|
-
.
|
|
32115
|
-
display: flex;
|
|
32001
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32002
|
+
display: inline-flex;
|
|
32116
32003
|
align-items: center;
|
|
32117
|
-
|
|
32118
|
-
|
|
32119
|
-
|
|
32004
|
+
justify-content: center;
|
|
32005
|
+
color: #fff;
|
|
32006
|
+
font-weight: bold;
|
|
32007
|
+
font-size: 12px;
|
|
32120
32008
|
width: 24px;
|
|
32121
|
-
|
|
32122
|
-
|
|
32123
|
-
background:
|
|
32124
|
-
|
|
32009
|
+
height: 24px;
|
|
32010
|
+
border-radius: 50%;
|
|
32011
|
+
background: var(--a1b5xrg3-0);
|
|
32012
|
+
}
|
|
32013
|
+
.E_a1b5xrg3.btn-item {
|
|
32014
|
+
transition: all 160ms ease;
|
|
32015
|
+
cursor: pointer;
|
|
32016
|
+
width: 56px;
|
|
32017
|
+
height: 40px;
|
|
32018
|
+
display: inline-flex;
|
|
32125
32019
|
align-items: center;
|
|
32126
32020
|
justify-content: center;
|
|
32127
|
-
|
|
32021
|
+
border-radius: 6px;
|
|
32022
|
+
}
|
|
32023
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32024
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32025
|
+
}
|
|
32026
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32027
|
+
transform: translateY(2px);
|
|
32028
|
+
transition: all 320ms ease;
|
|
32128
32029
|
}
|
|
32129
32030
|
|
|
32130
|
-
.
|
|
32131
|
-
|
|
32132
|
-
--modal-content-width: 720px;
|
|
32133
|
-
--modal-content-min-height: 200px;
|
|
32134
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32135
|
-
--modal-content-padding-top: 24px;
|
|
32136
|
-
--modal-content-padding-bottom: 32px;
|
|
32137
|
-
--modal-content-padding-x: 60px;
|
|
32138
|
-
--modal-footer-padding: 0 60px;
|
|
32031
|
+
.E_m196gn1d {
|
|
32032
|
+
min-width: 1280px;
|
|
32139
32033
|
}
|
|
32140
|
-
|
|
32141
|
-
|
|
32142
|
-
|
|
32034
|
+
|
|
32035
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32036
|
+
border: 0px;
|
|
32037
|
+
background-color: #fff;
|
|
32143
32038
|
}
|
|
32144
|
-
.
|
|
32039
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32040
|
+
padding-top: 0px;
|
|
32041
|
+
padding-bottom: 0px;
|
|
32042
|
+
padding-left: 0px !important;
|
|
32043
|
+
padding-right: 24px;
|
|
32044
|
+
}
|
|
32045
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32046
|
+
right: 0px;
|
|
32047
|
+
}
|
|
32048
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32049
|
+
padding: 0px;
|
|
32050
|
+
}
|
|
32051
|
+
|
|
32052
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32053
|
+
padding-right: 0px;
|
|
32054
|
+
cursor: default;
|
|
32055
|
+
}
|
|
32056
|
+
|
|
32057
|
+
.E_c1yyuluq {
|
|
32058
|
+
border-radius: 8px;
|
|
32059
|
+
}
|
|
32060
|
+
.E_c1yyuluq .ant-card-body {
|
|
32061
|
+
padding: 20px 24px 24px 24px;
|
|
32062
|
+
}
|
|
32063
|
+
|
|
32064
|
+
.E_b1lj76ty {
|
|
32145
32065
|
width: 100%;
|
|
32146
32066
|
height: 100%;
|
|
32147
|
-
|
|
32148
|
-
max-height: unset;
|
|
32067
|
+
margin: 0 auto;
|
|
32149
32068
|
display: flex;
|
|
32150
32069
|
flex-direction: column;
|
|
32070
|
+
align-items: center;
|
|
32071
|
+
justify-content: center;
|
|
32072
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32151
32073
|
}
|
|
32152
|
-
.
|
|
32153
|
-
|
|
32074
|
+
.E_b1lj76ty.large {
|
|
32075
|
+
max-width: 648px;
|
|
32154
32076
|
}
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32077
|
+
.E_b1lj76ty.medium {
|
|
32078
|
+
max-width: 412px;
|
|
32079
|
+
}
|
|
32080
|
+
.E_b1lj76ty.gray {
|
|
32081
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32082
|
+
}
|
|
32083
|
+
.E_b1lj76ty.white {
|
|
32084
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32085
|
+
}
|
|
32086
|
+
.E_b1lj76ty .title {
|
|
32087
|
+
margin-bottom: 4px;
|
|
32088
|
+
}
|
|
32089
|
+
.E_b1lj76ty .title,
|
|
32090
|
+
.E_b1lj76ty .desc {
|
|
32091
|
+
word-break: break-all;
|
|
32092
|
+
text-align: center;
|
|
32093
|
+
}
|
|
32094
|
+
.E_b1lj76ty .action-button.middle {
|
|
32095
|
+
margin-top: 16px;
|
|
32096
|
+
}
|
|
32097
|
+
.E_b1lj76ty .action-button.small {
|
|
32098
|
+
margin-top: 8px;
|
|
32157
32099
|
}
|
|
32158
32100
|
|
|
32159
32101
|
.E_hrhfj7c {
|
|
@@ -32376,6 +32318,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32376
32318
|
font-size: 14px;
|
|
32377
32319
|
}
|
|
32378
32320
|
|
|
32321
|
+
.E_suhck3k {
|
|
32322
|
+
height: 24px;
|
|
32323
|
+
width: 24px;
|
|
32324
|
+
border-radius: 6px;
|
|
32325
|
+
padding: 4px;
|
|
32326
|
+
}
|
|
32327
|
+
.E_suhck3k:hover {
|
|
32328
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
32329
|
+
}
|
|
32330
|
+
.E_suhck3k:hover svg path {
|
|
32331
|
+
fill: blue;
|
|
32332
|
+
}
|
|
32333
|
+
|
|
32334
|
+
.E_ryby9ds {
|
|
32335
|
+
display: flex;
|
|
32336
|
+
align-items: center;
|
|
32337
|
+
}
|
|
32338
|
+
.E_ryby9ds .order {
|
|
32339
|
+
height: 24px;
|
|
32340
|
+
width: 24px;
|
|
32341
|
+
border-radius: 20px;
|
|
32342
|
+
color: #0080ff;
|
|
32343
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32344
|
+
display: flex;
|
|
32345
|
+
align-items: center;
|
|
32346
|
+
justify-content: center;
|
|
32347
|
+
margin-right: 6px;
|
|
32348
|
+
}
|
|
32349
|
+
|
|
32379
32350
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32380
32351
|
border-radius: 6px;
|
|
32381
32352
|
}
|
|
@@ -32433,6 +32404,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32433
32404
|
transform: rotate(180deg);
|
|
32434
32405
|
}
|
|
32435
32406
|
|
|
32407
|
+
.E_m5foqp8.medium {
|
|
32408
|
+
--footer-height: 96px;
|
|
32409
|
+
--modal-content-width: 720px;
|
|
32410
|
+
--modal-content-min-height: 200px;
|
|
32411
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32412
|
+
--modal-content-padding-top: 24px;
|
|
32413
|
+
--modal-content-padding-bottom: 32px;
|
|
32414
|
+
--modal-content-padding-x: 60px;
|
|
32415
|
+
--modal-footer-padding: 0 60px;
|
|
32416
|
+
}
|
|
32417
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32418
|
+
height: calc(100vh - 80px);
|
|
32419
|
+
width: calc(100vw - 160px);
|
|
32420
|
+
}
|
|
32421
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32422
|
+
width: 100%;
|
|
32423
|
+
height: 100%;
|
|
32424
|
+
max-width: unset;
|
|
32425
|
+
max-height: unset;
|
|
32426
|
+
display: flex;
|
|
32427
|
+
flex-direction: column;
|
|
32428
|
+
}
|
|
32429
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32430
|
+
flex: 1;
|
|
32431
|
+
}
|
|
32432
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32433
|
+
height: 32px;
|
|
32434
|
+
}
|
|
32435
|
+
|
|
32436
32436
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32437
32437
|
opacity: 1;
|
|
32438
32438
|
}
|
|
@@ -33061,150 +33061,25 @@ input.E_rf8rlle.ant-input {
|
|
|
33061
33061
|
opacity: 0.5;
|
|
33062
33062
|
}
|
|
33063
33063
|
|
|
33064
|
-
.
|
|
33065
|
-
|
|
33066
|
-
|
|
33067
|
-
|
|
33068
|
-
|
|
33069
|
-
color: #2d3a56;
|
|
33070
|
-
padding: 7px 12px;
|
|
33064
|
+
.E_l1ucdodl {
|
|
33065
|
+
margin: 0;
|
|
33066
|
+
border-radius: 20px;
|
|
33067
|
+
padding: 2px 10px;
|
|
33068
|
+
height: 22px;
|
|
33071
33069
|
display: flex;
|
|
33072
|
-
justify-content: space-between;
|
|
33073
33070
|
align-items: center;
|
|
33074
33071
|
}
|
|
33075
|
-
.
|
|
33076
|
-
|
|
33072
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33073
|
+
color: #FFFFFF;
|
|
33077
33074
|
}
|
|
33078
|
-
.
|
|
33075
|
+
.E_l1ucdodl.tag-hover {
|
|
33079
33076
|
cursor: pointer;
|
|
33080
|
-
color: #00122e;
|
|
33081
33077
|
}
|
|
33082
|
-
.
|
|
33083
|
-
color: #
|
|
33084
|
-
font-weight: 600;
|
|
33078
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33079
|
+
color: #00122E;
|
|
33085
33080
|
}
|
|
33086
|
-
.
|
|
33087
|
-
|
|
33088
|
-
}
|
|
33089
|
-
.E_c1kghdax .sub-info {
|
|
33090
|
-
font-size: 12px;
|
|
33091
|
-
line-height: 18px;
|
|
33092
|
-
}
|
|
33093
|
-
.E_c1kghdax .title-wrapper {
|
|
33094
|
-
display: flex;
|
|
33095
|
-
align-items: center;
|
|
33096
|
-
user-select: none;
|
|
33097
|
-
flex-grow: 1;
|
|
33098
|
-
font-size: 12px;
|
|
33099
|
-
line-height: 18px;
|
|
33100
|
-
color: #2d3a56;
|
|
33101
|
-
font-weight: 700;
|
|
33102
|
-
}
|
|
33103
|
-
.E_c1kghdax .collapse-arrow {
|
|
33104
|
-
transition: all 50ms ease-out 0ms;
|
|
33105
|
-
margin-right: 2px;
|
|
33106
|
-
}
|
|
33107
|
-
|
|
33108
|
-
.E_ckui4s7 {
|
|
33109
|
-
color: #2d3a56;
|
|
33110
|
-
line-height: 22px;
|
|
33111
|
-
display: inline-flex;
|
|
33112
|
-
}
|
|
33113
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33114
|
-
height: 22px;
|
|
33115
|
-
display: flex;
|
|
33116
|
-
align-items: center;
|
|
33117
|
-
top: 0;
|
|
33118
|
-
}
|
|
33119
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33120
|
-
border: none;
|
|
33121
|
-
}
|
|
33122
|
-
.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 {
|
|
33123
|
-
border-color: #0080ff;
|
|
33124
|
-
}
|
|
33125
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33126
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33127
|
-
}
|
|
33128
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33129
|
-
border: 1px solid #0080ff;
|
|
33130
|
-
}
|
|
33131
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33132
|
-
background: #0080ff;
|
|
33133
|
-
}
|
|
33134
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33135
|
-
background-color: #fff;
|
|
33136
|
-
height: 2px;
|
|
33137
|
-
width: 10px;
|
|
33138
|
-
border-radius: 2px;
|
|
33139
|
-
}
|
|
33140
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33141
|
-
opacity: 0.5;
|
|
33142
|
-
}
|
|
33143
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33144
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33145
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33146
|
-
}
|
|
33147
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33148
|
-
border-color: #2d3a56;
|
|
33149
|
-
}
|
|
33150
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33151
|
-
background: #2d3a56;
|
|
33152
|
-
}
|
|
33153
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33154
|
-
padding: 0;
|
|
33155
|
-
}
|
|
33156
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33157
|
-
display: inline-block;
|
|
33158
|
-
margin-left: 12px;
|
|
33159
|
-
color: #2d3a56;
|
|
33160
|
-
}
|
|
33161
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33162
|
-
margin-left: 28px;
|
|
33163
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33164
|
-
}
|
|
33165
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33166
|
-
margin-left: 8px;
|
|
33167
|
-
}
|
|
33168
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33169
|
-
margin-left: 24px;
|
|
33170
|
-
}
|
|
33171
|
-
|
|
33172
|
-
.E_b14q2gmw {
|
|
33173
|
-
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);
|
|
33174
|
-
}
|
|
33175
|
-
|
|
33176
|
-
.E_c1eym6el {
|
|
33177
|
-
border-radius: 8px;
|
|
33178
|
-
background-color: white;
|
|
33179
|
-
}
|
|
33180
|
-
.E_c1eym6el.hoverable {
|
|
33181
|
-
cursor: pointer;
|
|
33182
|
-
}
|
|
33183
|
-
.E_c1eym6el.hoverable:hover {
|
|
33184
|
-
transition: all 200ms ease;
|
|
33185
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33186
|
-
transform: translateY(-4px);
|
|
33187
|
-
}
|
|
33188
|
-
|
|
33189
|
-
.E_l1ucdodl {
|
|
33190
|
-
margin: 0;
|
|
33191
|
-
border-radius: 20px;
|
|
33192
|
-
padding: 2px 10px;
|
|
33193
|
-
height: 22px;
|
|
33194
|
-
display: flex;
|
|
33195
|
-
align-items: center;
|
|
33196
|
-
}
|
|
33197
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33198
|
-
color: #FFFFFF;
|
|
33199
|
-
}
|
|
33200
|
-
.E_l1ucdodl.tag-hover {
|
|
33201
|
-
cursor: pointer;
|
|
33202
|
-
}
|
|
33203
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33204
|
-
color: #00122E;
|
|
33205
|
-
}
|
|
33206
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33207
|
-
margin-right: 6px;
|
|
33081
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33082
|
+
margin-right: 6px;
|
|
33208
33083
|
}
|
|
33209
33084
|
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33210
33085
|
margin-left: 8px;
|
|
@@ -33254,6 +33129,58 @@ input.E_rf8rlle.ant-input {
|
|
|
33254
33129
|
flex: 1;
|
|
33255
33130
|
}
|
|
33256
33131
|
|
|
33132
|
+
button.E_l48ei06.ant-btn,
|
|
33133
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33134
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33135
|
+
font-size: 12px;
|
|
33136
|
+
line-height: 18px;
|
|
33137
|
+
height: 18px;
|
|
33138
|
+
}
|
|
33139
|
+
|
|
33140
|
+
button.E_l48ei06 {
|
|
33141
|
+
color: #0080FF;
|
|
33142
|
+
height: unset;
|
|
33143
|
+
}
|
|
33144
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33145
|
+
margin-right: 4px;
|
|
33146
|
+
}
|
|
33147
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33148
|
+
margin-left: 4px;
|
|
33149
|
+
}
|
|
33150
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33151
|
+
color: #009DFF;
|
|
33152
|
+
}
|
|
33153
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33154
|
+
color: #005ED1;
|
|
33155
|
+
}
|
|
33156
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33157
|
+
color: #0080FF;
|
|
33158
|
+
}
|
|
33159
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33160
|
+
color: #00122E;
|
|
33161
|
+
}
|
|
33162
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33163
|
+
color: #0080FF;
|
|
33164
|
+
}
|
|
33165
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33166
|
+
color: #005ED1;
|
|
33167
|
+
}
|
|
33168
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33169
|
+
color: #00122E;
|
|
33170
|
+
}
|
|
33171
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33172
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33173
|
+
}
|
|
33174
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33175
|
+
color: #0080FF;
|
|
33176
|
+
}
|
|
33177
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33178
|
+
color: #005ED1;
|
|
33179
|
+
}
|
|
33180
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33181
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33257
33184
|
.E_sddwhm6 {
|
|
33258
33185
|
margin: 0;
|
|
33259
33186
|
border-radius: 20px;
|
|
@@ -33329,58 +33256,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33329
33256
|
display: inline-block;
|
|
33330
33257
|
}
|
|
33331
33258
|
|
|
33332
|
-
button.E_l48ei06.ant-btn,
|
|
33333
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33334
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33335
|
-
font-size: 12px;
|
|
33336
|
-
line-height: 18px;
|
|
33337
|
-
height: 18px;
|
|
33338
|
-
}
|
|
33339
|
-
|
|
33340
|
-
button.E_l48ei06 {
|
|
33341
|
-
color: #0080FF;
|
|
33342
|
-
height: unset;
|
|
33343
|
-
}
|
|
33344
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33345
|
-
margin-right: 4px;
|
|
33346
|
-
}
|
|
33347
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33348
|
-
margin-left: 4px;
|
|
33349
|
-
}
|
|
33350
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33351
|
-
color: #009DFF;
|
|
33352
|
-
}
|
|
33353
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33354
|
-
color: #005ED1;
|
|
33355
|
-
}
|
|
33356
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33357
|
-
color: #0080FF;
|
|
33358
|
-
}
|
|
33359
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33360
|
-
color: #00122E;
|
|
33361
|
-
}
|
|
33362
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33363
|
-
color: #0080FF;
|
|
33364
|
-
}
|
|
33365
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33366
|
-
color: #005ED1;
|
|
33367
|
-
}
|
|
33368
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33369
|
-
color: #00122E;
|
|
33370
|
-
}
|
|
33371
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33372
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33373
|
-
}
|
|
33374
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33375
|
-
color: #0080FF;
|
|
33376
|
-
}
|
|
33377
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33378
|
-
color: #005ED1;
|
|
33379
|
-
}
|
|
33380
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33381
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33382
|
-
}
|
|
33383
|
-
|
|
33384
33259
|
.E_tc97u5y {
|
|
33385
33260
|
height: 100%;
|
|
33386
33261
|
}
|
|
@@ -33810,214 +33685,112 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33810
33685
|
background: #fff;
|
|
33811
33686
|
}
|
|
33812
33687
|
|
|
33813
|
-
.
|
|
33814
|
-
color:
|
|
33815
|
-
|
|
33688
|
+
.E_c1kghdax {
|
|
33689
|
+
color: #2d3a56;
|
|
33690
|
+
padding: 7px 12px;
|
|
33816
33691
|
display: flex;
|
|
33692
|
+
justify-content: space-between;
|
|
33817
33693
|
align-items: center;
|
|
33818
|
-
justify-content: center;
|
|
33819
|
-
flex-direction: column;
|
|
33820
|
-
height: 100%;
|
|
33821
33694
|
}
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33695
|
+
.E_c1kghdax.has-arrow {
|
|
33696
|
+
padding-left: 10px;
|
|
33697
|
+
}
|
|
33698
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33824
33699
|
cursor: pointer;
|
|
33700
|
+
color: #00122e;
|
|
33825
33701
|
}
|
|
33826
|
-
|
|
33827
|
-
|
|
33828
|
-
|
|
33829
|
-
height: 100%;
|
|
33830
|
-
display: flex;
|
|
33831
|
-
flex-direction: column;
|
|
33702
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33703
|
+
color: #2d3a56;
|
|
33704
|
+
font-weight: 600;
|
|
33832
33705
|
}
|
|
33833
|
-
.
|
|
33834
|
-
|
|
33835
|
-
display: flex;
|
|
33836
|
-
line-height: 30px;
|
|
33837
|
-
padding: 0 16px;
|
|
33838
|
-
justify-content: space-between;
|
|
33706
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33707
|
+
transform: rotate(90deg);
|
|
33839
33708
|
}
|
|
33840
|
-
.
|
|
33841
|
-
display: flex;
|
|
33842
|
-
font-size: 12px;
|
|
33843
|
-
align-items: center;
|
|
33844
|
-
}
|
|
33845
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33846
|
-
color: #a3b4cc;
|
|
33847
|
-
}
|
|
33848
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33849
|
-
margin-left: 10px;
|
|
33850
|
-
}
|
|
33851
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33852
|
-
margin-left: 10px;
|
|
33853
|
-
cursor: pointer;
|
|
33854
|
-
}
|
|
33855
|
-
.E_mp64wfi .content {
|
|
33856
|
-
flex: 1;
|
|
33857
|
-
width: 100%;
|
|
33858
|
-
display: flex;
|
|
33859
|
-
justify-content: center;
|
|
33860
|
-
align-items: center;
|
|
33861
|
-
}
|
|
33862
|
-
.E_mp64wfi .single-content {
|
|
33863
|
-
height: 65px;
|
|
33864
|
-
}
|
|
33865
|
-
|
|
33866
|
-
.E_l1oyigan {
|
|
33867
|
-
display: flex;
|
|
33868
|
-
align-items: center;
|
|
33869
|
-
white-space: nowrap;
|
|
33870
|
-
overflow: hidden;
|
|
33871
|
-
width: 100%;
|
|
33872
|
-
}
|
|
33873
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33874
|
-
margin-left: auto;
|
|
33709
|
+
.E_c1kghdax .sub-info {
|
|
33875
33710
|
font-size: 12px;
|
|
33711
|
+
line-height: 18px;
|
|
33876
33712
|
}
|
|
33877
|
-
|
|
33878
|
-
.E_l1noi4n1 {
|
|
33713
|
+
.E_c1kghdax .title-wrapper {
|
|
33879
33714
|
display: flex;
|
|
33880
|
-
justify-content: flex-start;
|
|
33881
33715
|
align-items: center;
|
|
33716
|
+
user-select: none;
|
|
33717
|
+
flex-grow: 1;
|
|
33882
33718
|
font-size: 12px;
|
|
33883
|
-
|
|
33884
|
-
|
|
33885
|
-
|
|
33886
|
-
margin-right: 20px;
|
|
33887
|
-
}
|
|
33888
|
-
.E_l1noi4n1.deselected {
|
|
33889
|
-
opacity: 0.4;
|
|
33719
|
+
line-height: 18px;
|
|
33720
|
+
color: #2d3a56;
|
|
33721
|
+
font-weight: 700;
|
|
33890
33722
|
}
|
|
33891
|
-
.
|
|
33892
|
-
|
|
33723
|
+
.E_c1kghdax .collapse-arrow {
|
|
33724
|
+
transition: all 50ms ease-out 0ms;
|
|
33725
|
+
margin-right: 2px;
|
|
33893
33726
|
}
|
|
33894
33727
|
|
|
33895
|
-
.
|
|
33896
|
-
|
|
33897
|
-
height:
|
|
33898
|
-
|
|
33899
|
-
margin-right: 8px;
|
|
33728
|
+
.E_ckui4s7 {
|
|
33729
|
+
color: #2d3a56;
|
|
33730
|
+
line-height: 22px;
|
|
33731
|
+
display: inline-flex;
|
|
33900
33732
|
}
|
|
33901
|
-
|
|
33902
|
-
|
|
33733
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33734
|
+
height: 22px;
|
|
33903
33735
|
display: flex;
|
|
33904
33736
|
align-items: center;
|
|
33905
|
-
|
|
33906
|
-
margin: 0;
|
|
33737
|
+
top: 0;
|
|
33907
33738
|
}
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
position: relative;
|
|
33739
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33740
|
+
border: none;
|
|
33911
33741
|
}
|
|
33912
|
-
.
|
|
33913
|
-
|
|
33742
|
+
.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 {
|
|
33743
|
+
border-color: #0080ff;
|
|
33914
33744
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33917
|
-
justify-content: space-between;
|
|
33918
|
-
line-height: 30px;
|
|
33919
|
-
margin: 0 16px;
|
|
33745
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33746
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33920
33747
|
}
|
|
33921
|
-
.
|
|
33922
|
-
|
|
33923
|
-
font-size: 12px;
|
|
33924
|
-
align-items: center;
|
|
33748
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33749
|
+
border: 1px solid #0080ff;
|
|
33925
33750
|
}
|
|
33926
|
-
.
|
|
33927
|
-
|
|
33751
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33752
|
+
background: #0080ff;
|
|
33928
33753
|
}
|
|
33929
|
-
.
|
|
33930
|
-
|
|
33754
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33755
|
+
background-color: #fff;
|
|
33756
|
+
height: 2px;
|
|
33757
|
+
width: 10px;
|
|
33758
|
+
border-radius: 2px;
|
|
33931
33759
|
}
|
|
33932
|
-
.
|
|
33933
|
-
|
|
33934
|
-
cursor: pointer;
|
|
33760
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33761
|
+
opacity: 0.5;
|
|
33935
33762
|
}
|
|
33936
|
-
.
|
|
33937
|
-
|
|
33763
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33764
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33765
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33938
33766
|
}
|
|
33939
|
-
.
|
|
33940
|
-
|
|
33941
|
-
bottom: 10px;
|
|
33942
|
-
padding: 0 8px;
|
|
33943
|
-
border-radius: 4px;
|
|
33944
|
-
font-size: 12px;
|
|
33945
|
-
color: #fff;
|
|
33946
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33947
|
-
transform: translateX(-50%);
|
|
33767
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33768
|
+
border-color: #2d3a56;
|
|
33948
33769
|
}
|
|
33949
|
-
|
|
33950
|
-
|
|
33951
|
-
min-width: 200px;
|
|
33770
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33771
|
+
background: #2d3a56;
|
|
33952
33772
|
}
|
|
33953
|
-
|
|
33954
|
-
|
|
33955
|
-
display: flex;
|
|
33956
|
-
align-items: center;
|
|
33957
|
-
justify-content: space-between;
|
|
33958
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33959
|
-
color: #b4beca;
|
|
33960
|
-
font-size: 12px;
|
|
33961
|
-
padding: 3px 6px;
|
|
33773
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33774
|
+
padding: 0;
|
|
33962
33775
|
}
|
|
33963
|
-
.
|
|
33964
|
-
|
|
33776
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33777
|
+
display: inline-block;
|
|
33778
|
+
margin-left: 12px;
|
|
33779
|
+
color: #2d3a56;
|
|
33965
33780
|
}
|
|
33966
|
-
.
|
|
33967
|
-
|
|
33781
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33782
|
+
margin-left: 28px;
|
|
33783
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33968
33784
|
}
|
|
33969
|
-
.
|
|
33970
|
-
color: #fff;
|
|
33785
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33971
33786
|
margin-left: 8px;
|
|
33972
33787
|
}
|
|
33973
|
-
|
|
33974
|
-
|
|
33975
|
-
width: 64px;
|
|
33976
|
-
height: 64px;
|
|
33977
|
-
display: flex;
|
|
33978
|
-
align-items: center;
|
|
33979
|
-
justify-content: center;
|
|
33980
|
-
position: relative;
|
|
33981
|
-
opacity: 0.2;
|
|
33982
|
-
}
|
|
33983
|
-
|
|
33984
|
-
.E_lk3gkp4 {
|
|
33985
|
-
position: absolute;
|
|
33986
|
-
width: 5px;
|
|
33987
|
-
height: 48px;
|
|
33988
|
-
left: 9.33px;
|
|
33989
|
-
top: 40.5px;
|
|
33990
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33991
|
-
border-radius: 5px;
|
|
33992
|
-
transform: rotate(-128deg);
|
|
33993
|
-
transform-origin: top left;
|
|
33994
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33995
|
-
}
|
|
33996
|
-
|
|
33997
|
-
.E_ll4n94n {
|
|
33998
|
-
position: absolute;
|
|
33999
|
-
width: 5px;
|
|
34000
|
-
height: 48px;
|
|
34001
|
-
left: 40.8px;
|
|
34002
|
-
top: 8.4px;
|
|
34003
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34004
|
-
border-radius: 5px;
|
|
34005
|
-
transform: rotate(-8deg);
|
|
34006
|
-
transform-origin: top left;
|
|
34007
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33788
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33789
|
+
margin-left: 24px;
|
|
34008
33790
|
}
|
|
34009
33791
|
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34012
|
-
width: 5px;
|
|
34013
|
-
height: 48px;
|
|
34014
|
-
left: 52.9px;
|
|
34015
|
-
top: 51.8px;
|
|
34016
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34017
|
-
border-radius: 5px;
|
|
34018
|
-
transform: rotate(112deg);
|
|
34019
|
-
transform-origin: top left;
|
|
34020
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33792
|
+
.E_c1yd35n {
|
|
33793
|
+
padding: 0 12px 14px 12px;
|
|
34021
33794
|
}
|
|
34022
33795
|
|
|
34023
33796
|
.E_t1tbywr9 {
|
|
@@ -34181,6 +33954,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34181
33954
|
height: 16px;
|
|
34182
33955
|
}
|
|
34183
33956
|
|
|
33957
|
+
.E_b14q2gmw {
|
|
33958
|
+
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);
|
|
33959
|
+
}
|
|
33960
|
+
|
|
33961
|
+
.E_c1eym6el {
|
|
33962
|
+
border-radius: 8px;
|
|
33963
|
+
background-color: white;
|
|
33964
|
+
}
|
|
33965
|
+
.E_c1eym6el.hoverable {
|
|
33966
|
+
cursor: pointer;
|
|
33967
|
+
}
|
|
33968
|
+
.E_c1eym6el.hoverable:hover {
|
|
33969
|
+
transition: all 200ms ease;
|
|
33970
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33971
|
+
transform: translateY(-4px);
|
|
33972
|
+
}
|
|
33973
|
+
|
|
34184
33974
|
.E_m11nzl2x {
|
|
34185
33975
|
color: rgba(44, 56, 82, 0.6);
|
|
34186
33976
|
text-align: center;
|
|
@@ -34396,22 +34186,227 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34396
34186
|
border: 1px solid #FFFFFF;
|
|
34397
34187
|
}
|
|
34398
34188
|
|
|
34399
|
-
.
|
|
34400
|
-
|
|
34401
|
-
height:
|
|
34189
|
+
.E_lht19u8 {
|
|
34190
|
+
width: 64px;
|
|
34191
|
+
height: 64px;
|
|
34192
|
+
display: flex;
|
|
34193
|
+
align-items: center;
|
|
34194
|
+
justify-content: center;
|
|
34195
|
+
position: relative;
|
|
34196
|
+
opacity: 0.2;
|
|
34402
34197
|
}
|
|
34403
34198
|
|
|
34404
|
-
.
|
|
34405
|
-
|
|
34406
|
-
|
|
34407
|
-
|
|
34408
|
-
|
|
34409
|
-
|
|
34410
|
-
|
|
34411
|
-
|
|
34199
|
+
.E_lk3gkp4 {
|
|
34200
|
+
position: absolute;
|
|
34201
|
+
width: 5px;
|
|
34202
|
+
height: 48px;
|
|
34203
|
+
left: 9.33px;
|
|
34204
|
+
top: 40.5px;
|
|
34205
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34206
|
+
border-radius: 5px;
|
|
34207
|
+
transform: rotate(-128deg);
|
|
34208
|
+
transform-origin: top left;
|
|
34209
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34412
34210
|
}
|
|
34413
|
-
|
|
34414
|
-
|
|
34211
|
+
|
|
34212
|
+
.E_ll4n94n {
|
|
34213
|
+
position: absolute;
|
|
34214
|
+
width: 5px;
|
|
34215
|
+
height: 48px;
|
|
34216
|
+
left: 40.8px;
|
|
34217
|
+
top: 8.4px;
|
|
34218
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34219
|
+
border-radius: 5px;
|
|
34220
|
+
transform: rotate(-8deg);
|
|
34221
|
+
transform-origin: top left;
|
|
34222
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34223
|
+
}
|
|
34224
|
+
|
|
34225
|
+
.E_l17lbdo6 {
|
|
34226
|
+
position: absolute;
|
|
34227
|
+
width: 5px;
|
|
34228
|
+
height: 48px;
|
|
34229
|
+
left: 52.9px;
|
|
34230
|
+
top: 51.8px;
|
|
34231
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34232
|
+
border-radius: 5px;
|
|
34233
|
+
transform: rotate(112deg);
|
|
34234
|
+
transform-origin: top left;
|
|
34235
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34236
|
+
}
|
|
34237
|
+
|
|
34238
|
+
.E_msn7nxt {
|
|
34239
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34240
|
+
text-align: center;
|
|
34241
|
+
display: flex;
|
|
34242
|
+
align-items: center;
|
|
34243
|
+
justify-content: center;
|
|
34244
|
+
flex-direction: column;
|
|
34245
|
+
height: 100%;
|
|
34246
|
+
}
|
|
34247
|
+
.E_msn7nxt .link {
|
|
34248
|
+
color: #0080ff;
|
|
34249
|
+
cursor: pointer;
|
|
34250
|
+
}
|
|
34251
|
+
|
|
34252
|
+
.E_mp64wfi {
|
|
34253
|
+
width: 100%;
|
|
34254
|
+
height: 100%;
|
|
34255
|
+
display: flex;
|
|
34256
|
+
flex-direction: column;
|
|
34257
|
+
}
|
|
34258
|
+
.E_mp64wfi .name-toolbar {
|
|
34259
|
+
width: 100%;
|
|
34260
|
+
display: flex;
|
|
34261
|
+
line-height: 30px;
|
|
34262
|
+
padding: 0 16px;
|
|
34263
|
+
justify-content: space-between;
|
|
34264
|
+
}
|
|
34265
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34266
|
+
display: flex;
|
|
34267
|
+
font-size: 12px;
|
|
34268
|
+
align-items: center;
|
|
34269
|
+
}
|
|
34270
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34271
|
+
color: #a3b4cc;
|
|
34272
|
+
}
|
|
34273
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34274
|
+
margin-left: 10px;
|
|
34275
|
+
}
|
|
34276
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34277
|
+
margin-left: 10px;
|
|
34278
|
+
cursor: pointer;
|
|
34279
|
+
}
|
|
34280
|
+
.E_mp64wfi .content {
|
|
34281
|
+
flex: 1;
|
|
34282
|
+
width: 100%;
|
|
34283
|
+
display: flex;
|
|
34284
|
+
justify-content: center;
|
|
34285
|
+
align-items: center;
|
|
34286
|
+
}
|
|
34287
|
+
.E_mp64wfi .single-content {
|
|
34288
|
+
height: 65px;
|
|
34289
|
+
}
|
|
34290
|
+
|
|
34291
|
+
.E_l1oyigan {
|
|
34292
|
+
display: flex;
|
|
34293
|
+
align-items: center;
|
|
34294
|
+
white-space: nowrap;
|
|
34295
|
+
overflow: hidden;
|
|
34296
|
+
width: 100%;
|
|
34297
|
+
}
|
|
34298
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34299
|
+
margin-left: auto;
|
|
34300
|
+
font-size: 12px;
|
|
34301
|
+
}
|
|
34302
|
+
|
|
34303
|
+
.E_l1noi4n1 {
|
|
34304
|
+
display: flex;
|
|
34305
|
+
justify-content: flex-start;
|
|
34306
|
+
align-items: center;
|
|
34307
|
+
font-size: 12px;
|
|
34308
|
+
cursor: pointer;
|
|
34309
|
+
}
|
|
34310
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34311
|
+
margin-right: 20px;
|
|
34312
|
+
}
|
|
34313
|
+
.E_l1noi4n1.deselected {
|
|
34314
|
+
opacity: 0.4;
|
|
34315
|
+
}
|
|
34316
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34317
|
+
background: #b4beca !important;
|
|
34318
|
+
}
|
|
34319
|
+
|
|
34320
|
+
.E_cz19rz6 {
|
|
34321
|
+
display: inline-block;
|
|
34322
|
+
height: 8px;
|
|
34323
|
+
width: 8px;
|
|
34324
|
+
margin-right: 8px;
|
|
34325
|
+
}
|
|
34326
|
+
|
|
34327
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34328
|
+
display: flex;
|
|
34329
|
+
align-items: center;
|
|
34330
|
+
font-size: 12px;
|
|
34331
|
+
margin: 0;
|
|
34332
|
+
}
|
|
34333
|
+
|
|
34334
|
+
.E_m1y1hhnr {
|
|
34335
|
+
position: relative;
|
|
34336
|
+
}
|
|
34337
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34338
|
+
bottom: -12px;
|
|
34339
|
+
}
|
|
34340
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34341
|
+
display: flex;
|
|
34342
|
+
justify-content: space-between;
|
|
34343
|
+
line-height: 30px;
|
|
34344
|
+
margin: 0 16px;
|
|
34345
|
+
}
|
|
34346
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34347
|
+
display: flex;
|
|
34348
|
+
font-size: 12px;
|
|
34349
|
+
align-items: center;
|
|
34350
|
+
}
|
|
34351
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34352
|
+
color: #a3b4cc;
|
|
34353
|
+
}
|
|
34354
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34355
|
+
margin-left: 10px;
|
|
34356
|
+
}
|
|
34357
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34358
|
+
margin-left: 10px;
|
|
34359
|
+
cursor: pointer;
|
|
34360
|
+
}
|
|
34361
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34362
|
+
font-size: 12px;
|
|
34363
|
+
}
|
|
34364
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34365
|
+
position: absolute;
|
|
34366
|
+
bottom: 10px;
|
|
34367
|
+
padding: 0 8px;
|
|
34368
|
+
border-radius: 4px;
|
|
34369
|
+
font-size: 12px;
|
|
34370
|
+
color: #fff;
|
|
34371
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34372
|
+
transform: translateX(-50%);
|
|
34373
|
+
}
|
|
34374
|
+
|
|
34375
|
+
.E_tnvijvs {
|
|
34376
|
+
min-width: 200px;
|
|
34377
|
+
}
|
|
34378
|
+
|
|
34379
|
+
.E_t1ub2aex {
|
|
34380
|
+
display: flex;
|
|
34381
|
+
align-items: center;
|
|
34382
|
+
justify-content: space-between;
|
|
34383
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34384
|
+
color: #b4beca;
|
|
34385
|
+
font-size: 12px;
|
|
34386
|
+
padding: 3px 6px;
|
|
34387
|
+
}
|
|
34388
|
+
.E_t1ub2aex:first-child {
|
|
34389
|
+
padding-top: 3px;
|
|
34390
|
+
}
|
|
34391
|
+
.E_t1ub2aex:last-child {
|
|
34392
|
+
padding-bottom: 3px;
|
|
34393
|
+
}
|
|
34394
|
+
.E_t1ub2aex .column-value {
|
|
34395
|
+
color: #fff;
|
|
34396
|
+
margin-left: 8px;
|
|
34397
|
+
}
|
|
34398
|
+
|
|
34399
|
+
.E_sjob3jg {
|
|
34400
|
+
--item-min-width: 60px;
|
|
34401
|
+
}
|
|
34402
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34403
|
+
display: none !important;
|
|
34404
|
+
}
|
|
34405
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34406
|
+
flex-shrink: 0 !important;
|
|
34407
|
+
}
|
|
34408
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34409
|
+
color: #0080FF;
|
|
34415
34410
|
}
|
|
34416
34411
|
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34417
34412
|
color: #0080FF;
|
|
@@ -34843,6 +34838,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34843
34838
|
margin-right: 4px;
|
|
34844
34839
|
}
|
|
34845
34840
|
|
|
34841
|
+
.E_i1g85yz3 {
|
|
34842
|
+
margin-right: 4px;
|
|
34843
|
+
height: 16px;
|
|
34844
|
+
}
|
|
34845
|
+
|
|
34846
34846
|
.E_bpgac8u {
|
|
34847
34847
|
color: #FFFFFF;
|
|
34848
34848
|
display: flex;
|
|
@@ -35101,6 +35101,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35101
35101
|
font-weight: bold;
|
|
35102
35102
|
}
|
|
35103
35103
|
|
|
35104
|
+
.E_s20iney.skeleton-box {
|
|
35105
|
+
display: flex;
|
|
35106
|
+
align-items: center;
|
|
35107
|
+
justify-content: center;
|
|
35108
|
+
position: relative;
|
|
35109
|
+
border-radius: 2px;
|
|
35110
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35111
|
+
overflow: hidden;
|
|
35112
|
+
}
|
|
35113
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35114
|
+
width: 200%;
|
|
35115
|
+
height: 200%;
|
|
35116
|
+
transform: rotate(15deg);
|
|
35117
|
+
position: absolute;
|
|
35118
|
+
top: -50%;
|
|
35119
|
+
flex-shrink: 0;
|
|
35120
|
+
opacity: 0.8;
|
|
35121
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35122
|
+
animation: shimmer 1100ms infinite;
|
|
35123
|
+
}
|
|
35124
|
+
@keyframes shimmer {
|
|
35125
|
+
from {
|
|
35126
|
+
left: -120%;
|
|
35127
|
+
}
|
|
35128
|
+
to {
|
|
35129
|
+
left: 100%;
|
|
35130
|
+
}
|
|
35131
|
+
}
|
|
35132
|
+
|
|
35104
35133
|
.E_t59qhqp {
|
|
35105
35134
|
padding: 0px;
|
|
35106
35135
|
padding-top: 5px;
|
|
@@ -35149,54 +35178,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35149
35178
|
color: #00122E;
|
|
35150
35179
|
}
|
|
35151
35180
|
|
|
35152
|
-
.
|
|
35153
|
-
|
|
35154
|
-
|
|
35155
|
-
|
|
35156
|
-
|
|
35157
|
-
|
|
35158
|
-
|
|
35159
|
-
|
|
35160
|
-
|
|
35161
|
-
|
|
35162
|
-
|
|
35163
|
-
|
|
35164
|
-
|
|
35165
|
-
|
|
35166
|
-
|
|
35167
|
-
.E_r1fxc9gq.right {
|
|
35168
|
-
overflow: auto;
|
|
35169
|
-
padding-right: 2px;
|
|
35170
|
-
width: 200px;
|
|
35171
|
-
height: fit-content;
|
|
35172
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35173
|
-
scrollbar-gutter: stable;
|
|
35174
|
-
}
|
|
35175
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35176
|
-
width: 6px;
|
|
35177
|
-
}
|
|
35178
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35179
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35180
|
-
}
|
|
35181
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35182
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35183
|
-
border-radius: 8px;
|
|
35184
|
-
}
|
|
35185
|
-
|
|
35186
|
-
.E_dxyv8bv {
|
|
35187
|
-
--footer-height: 80px;
|
|
35188
|
-
--modal-content-width: 492px;
|
|
35189
|
-
--modal-content-min-height: 160px;
|
|
35190
|
-
--modal-content-max-height: calc(
|
|
35191
|
-
100vh - 80px
|
|
35192
|
-
);
|
|
35193
|
-
--modal-header-padding: 32px 40px 0;
|
|
35194
|
-
--modal-content-padding-top: 32px;
|
|
35195
|
-
--modal-content-padding-bottom: 32px;
|
|
35196
|
-
--modal-content-padding-x: 40px;
|
|
35197
|
-
--modal-footer-padding: 0 40px;
|
|
35198
|
-
--modal-empty-footer-height: 32px;
|
|
35199
|
-
padding-bottom: 0;
|
|
35181
|
+
.E_dxyv8bv {
|
|
35182
|
+
--footer-height: 80px;
|
|
35183
|
+
--modal-content-width: 492px;
|
|
35184
|
+
--modal-content-min-height: 160px;
|
|
35185
|
+
--modal-content-max-height: calc(
|
|
35186
|
+
100vh - 80px
|
|
35187
|
+
);
|
|
35188
|
+
--modal-header-padding: 32px 40px 0;
|
|
35189
|
+
--modal-content-padding-top: 32px;
|
|
35190
|
+
--modal-content-padding-bottom: 32px;
|
|
35191
|
+
--modal-content-padding-x: 40px;
|
|
35192
|
+
--modal-footer-padding: 0 40px;
|
|
35193
|
+
--modal-empty-footer-height: 32px;
|
|
35194
|
+
padding-bottom: 0;
|
|
35200
35195
|
}
|
|
35201
35196
|
.E_dxyv8bv .ant-modal-content {
|
|
35202
35197
|
background: #fff;
|
|
@@ -35321,33 +35316,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35321
35316
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35322
35317
|
}
|
|
35323
35318
|
|
|
35324
|
-
.
|
|
35319
|
+
.E_sqv6dmy {
|
|
35325
35320
|
display: flex;
|
|
35326
|
-
|
|
35327
|
-
justify-content: center;
|
|
35328
|
-
position: relative;
|
|
35329
|
-
border-radius: 2px;
|
|
35330
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35331
|
-
overflow: hidden;
|
|
35321
|
+
justify-content: flex-end;
|
|
35332
35322
|
}
|
|
35333
|
-
|
|
35334
|
-
|
|
35335
|
-
|
|
35336
|
-
transform: rotate(15deg);
|
|
35337
|
-
position: absolute;
|
|
35338
|
-
top: -50%;
|
|
35339
|
-
flex-shrink: 0;
|
|
35340
|
-
opacity: 0.8;
|
|
35341
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35342
|
-
animation: shimmer 1100ms infinite;
|
|
35323
|
+
|
|
35324
|
+
.E_p1rm8wzb {
|
|
35325
|
+
margin-right: 8px;
|
|
35343
35326
|
}
|
|
35344
|
-
|
|
35345
|
-
|
|
35346
|
-
|
|
35347
|
-
|
|
35348
|
-
|
|
35349
|
-
|
|
35350
|
-
|
|
35327
|
+
|
|
35328
|
+
.E_sd7qcf4 {
|
|
35329
|
+
height: 100%;
|
|
35330
|
+
width: 100%;
|
|
35331
|
+
overflow: auto;
|
|
35332
|
+
}
|
|
35333
|
+
|
|
35334
|
+
.E_r1fxc9gq.right {
|
|
35335
|
+
overflow: auto;
|
|
35336
|
+
padding-right: 2px;
|
|
35337
|
+
width: 200px;
|
|
35338
|
+
height: fit-content;
|
|
35339
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35340
|
+
scrollbar-gutter: stable;
|
|
35341
|
+
}
|
|
35342
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35343
|
+
width: 6px;
|
|
35344
|
+
}
|
|
35345
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35346
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35347
|
+
}
|
|
35348
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35349
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35350
|
+
border-radius: 8px;
|
|
35351
35351
|
}
|
|
35352
35352
|
|
|
35353
35353
|
.E_s1n7hav7 .ant-input-prefix {
|
|
@@ -35589,106 +35589,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35589
35589
|
margin-right: 4px;
|
|
35590
35590
|
}
|
|
35591
35591
|
|
|
35592
|
-
.E_gmyahx3 {
|
|
35593
|
-
cursor: pointer;
|
|
35594
|
-
}
|
|
35595
|
-
.E_gmyahx3 .link-text {
|
|
35596
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35597
|
-
}
|
|
35598
|
-
.E_gmyahx3:hover .link-text {
|
|
35599
|
-
color: #0080ff;
|
|
35600
|
-
}
|
|
35601
|
-
|
|
35602
|
-
span.E_tqjc4ui {
|
|
35603
|
-
margin: 0 2px;
|
|
35604
|
-
}
|
|
35605
|
-
|
|
35606
|
-
.E_n12mqh7z {
|
|
35607
|
-
display: flex;
|
|
35608
|
-
align-items: center;
|
|
35609
|
-
font-size: 12px;
|
|
35610
|
-
line-height: 18px;
|
|
35611
|
-
}
|
|
35612
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35613
|
-
margin-bottom: 4px;
|
|
35614
|
-
}
|
|
35615
|
-
|
|
35616
|
-
.E_tf5bynu {
|
|
35617
|
-
margin: 0 3px;
|
|
35618
|
-
}
|
|
35619
|
-
|
|
35620
|
-
.E_tcckoz1 {
|
|
35621
|
-
max-height: 400px;
|
|
35622
|
-
overflow: auto;
|
|
35623
|
-
}
|
|
35624
|
-
|
|
35625
|
-
.E_s1ebs0ra {
|
|
35626
|
-
display: flex;
|
|
35627
|
-
align-items: center;
|
|
35628
|
-
justify-content: space-between;
|
|
35629
|
-
background: #edf0f7;
|
|
35630
|
-
padding: 8px 12px;
|
|
35631
|
-
position: sticky;
|
|
35632
|
-
top: 0;
|
|
35633
|
-
z-index: 1;
|
|
35634
|
-
margin-bottom: -52px;
|
|
35635
|
-
}
|
|
35636
|
-
.E_s1ebs0ra .select-total {
|
|
35637
|
-
display: flex;
|
|
35638
|
-
align-items: center;
|
|
35639
|
-
font-weight: 700;
|
|
35640
|
-
flex-shrink: 0;
|
|
35641
|
-
}
|
|
35642
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35643
|
-
cursor: pointer;
|
|
35644
|
-
margin-left: 8px;
|
|
35645
|
-
width: 32px;
|
|
35646
|
-
height: 32px;
|
|
35647
|
-
border-radius: 50%;
|
|
35648
|
-
justify-content: center;
|
|
35649
|
-
}
|
|
35650
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35651
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35652
|
-
}
|
|
35653
|
-
.E_s1ebs0ra .action-group {
|
|
35654
|
-
flex: 1;
|
|
35655
|
-
margin-left: 88px;
|
|
35656
|
-
white-space: nowrap;
|
|
35657
|
-
text-align: right;
|
|
35658
|
-
position: relative;
|
|
35659
|
-
padding: 4px 0;
|
|
35660
|
-
margin-top: -4px;
|
|
35661
|
-
overflow: hidden;
|
|
35662
|
-
}
|
|
35663
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35664
|
-
transform: translateY(-4px);
|
|
35665
|
-
}
|
|
35666
|
-
.E_s1ebs0ra .action-group button {
|
|
35667
|
-
border: none;
|
|
35668
|
-
}
|
|
35669
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35670
|
-
margin-right: 8px;
|
|
35671
|
-
}
|
|
35672
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35673
|
-
margin-right: 4px;
|
|
35674
|
-
}
|
|
35675
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35676
|
-
cursor: pointer;
|
|
35677
|
-
width: 32px;
|
|
35678
|
-
height: 32px;
|
|
35679
|
-
justify-content: center;
|
|
35680
|
-
border-radius: 50%;
|
|
35681
|
-
}
|
|
35682
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35683
|
-
background: #fff;
|
|
35684
|
-
}
|
|
35685
|
-
|
|
35686
|
-
.E_mzzncgx {
|
|
35687
|
-
display: inline-flex;
|
|
35688
|
-
align-items: center;
|
|
35689
|
-
gap: 4px;
|
|
35690
|
-
}
|
|
35691
|
-
|
|
35692
35592
|
.E_clm1wy1 {
|
|
35693
35593
|
width: 192px;
|
|
35694
35594
|
height: 246px;
|
|
@@ -35782,33 +35682,6 @@ span.E_tqjc4ui {
|
|
|
35782
35682
|
border-radius: 2px;
|
|
35783
35683
|
}
|
|
35784
35684
|
|
|
35785
|
-
.E_ou7iq30 {
|
|
35786
|
-
overflow: hidden;
|
|
35787
|
-
text-overflow: ellipsis;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
.E_s1tui002 {
|
|
35791
|
-
white-space: nowrap;
|
|
35792
|
-
}
|
|
35793
|
-
|
|
35794
|
-
.E_mxrc2zg {
|
|
35795
|
-
display: -webkit-box;
|
|
35796
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35797
|
-
-webkit-box-orient: vertical;
|
|
35798
|
-
word-break: break-all;
|
|
35799
|
-
}
|
|
35800
|
-
|
|
35801
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35802
|
-
display: none;
|
|
35803
|
-
}
|
|
35804
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35805
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35806
|
-
border-radius: 4px;
|
|
35807
|
-
}
|
|
35808
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35809
|
-
visibility: hidden;
|
|
35810
|
-
}
|
|
35811
|
-
|
|
35812
35685
|
.E_c1up1pdz {
|
|
35813
35686
|
width: 648px;
|
|
35814
35687
|
}
|
|
@@ -35949,20 +35822,179 @@ span.E_tqjc4ui {
|
|
|
35949
35822
|
color: #fff;
|
|
35950
35823
|
}
|
|
35951
35824
|
|
|
35952
|
-
.
|
|
35953
|
-
|
|
35825
|
+
.E_s1ebs0ra {
|
|
35826
|
+
display: flex;
|
|
35827
|
+
align-items: center;
|
|
35828
|
+
justify-content: space-between;
|
|
35829
|
+
background: #edf0f7;
|
|
35830
|
+
padding: 8px 12px;
|
|
35831
|
+
position: sticky;
|
|
35832
|
+
top: 0;
|
|
35833
|
+
z-index: 1;
|
|
35834
|
+
margin-bottom: -52px;
|
|
35954
35835
|
}
|
|
35955
|
-
.
|
|
35956
|
-
|
|
35836
|
+
.E_s1ebs0ra .select-total {
|
|
35837
|
+
display: flex;
|
|
35838
|
+
align-items: center;
|
|
35839
|
+
font-weight: 700;
|
|
35840
|
+
flex-shrink: 0;
|
|
35957
35841
|
}
|
|
35958
|
-
.
|
|
35959
|
-
|
|
35842
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35843
|
+
cursor: pointer;
|
|
35844
|
+
margin-left: 8px;
|
|
35845
|
+
width: 32px;
|
|
35846
|
+
height: 32px;
|
|
35847
|
+
border-radius: 50%;
|
|
35848
|
+
justify-content: center;
|
|
35960
35849
|
}
|
|
35961
|
-
.
|
|
35962
|
-
|
|
35850
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35851
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35963
35852
|
}
|
|
35964
|
-
.
|
|
35965
|
-
|
|
35853
|
+
.E_s1ebs0ra .action-group {
|
|
35854
|
+
flex: 1;
|
|
35855
|
+
margin-left: 88px;
|
|
35856
|
+
white-space: nowrap;
|
|
35857
|
+
text-align: right;
|
|
35858
|
+
position: relative;
|
|
35859
|
+
padding: 4px 0;
|
|
35860
|
+
margin-top: -4px;
|
|
35861
|
+
overflow: hidden;
|
|
35862
|
+
}
|
|
35863
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35864
|
+
transform: translateY(-4px);
|
|
35865
|
+
}
|
|
35866
|
+
.E_s1ebs0ra .action-group button {
|
|
35867
|
+
border: none;
|
|
35868
|
+
}
|
|
35869
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35870
|
+
margin-right: 8px;
|
|
35871
|
+
}
|
|
35872
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35873
|
+
margin-right: 4px;
|
|
35874
|
+
}
|
|
35875
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35876
|
+
cursor: pointer;
|
|
35877
|
+
width: 32px;
|
|
35878
|
+
height: 32px;
|
|
35879
|
+
justify-content: center;
|
|
35880
|
+
border-radius: 50%;
|
|
35881
|
+
}
|
|
35882
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35883
|
+
background: #fff;
|
|
35884
|
+
}
|
|
35885
|
+
|
|
35886
|
+
.E_mzzncgx {
|
|
35887
|
+
display: inline-flex;
|
|
35888
|
+
align-items: center;
|
|
35889
|
+
gap: 4px;
|
|
35890
|
+
}
|
|
35891
|
+
|
|
35892
|
+
.E_gmyahx3 {
|
|
35893
|
+
cursor: pointer;
|
|
35894
|
+
}
|
|
35895
|
+
.E_gmyahx3 .link-text {
|
|
35896
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35897
|
+
}
|
|
35898
|
+
.E_gmyahx3:hover .link-text {
|
|
35899
|
+
color: #0080ff;
|
|
35900
|
+
}
|
|
35901
|
+
|
|
35902
|
+
.E_t1sqg15u {
|
|
35903
|
+
background: white;
|
|
35904
|
+
}
|
|
35905
|
+
.E_t1sqg15u.inline .table-row {
|
|
35906
|
+
flex-direction: column;
|
|
35907
|
+
}
|
|
35908
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35909
|
+
padding: 0 16px 7px 0;
|
|
35910
|
+
}
|
|
35911
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35912
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35913
|
+
}
|
|
35914
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35915
|
+
border-top: none !important;
|
|
35916
|
+
}
|
|
35917
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35918
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35919
|
+
}
|
|
35920
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35921
|
+
padding-bottom: 0;
|
|
35922
|
+
}
|
|
35923
|
+
.E_t1sqg15u.align-right .content {
|
|
35924
|
+
text-align: right;
|
|
35925
|
+
}
|
|
35926
|
+
.E_t1sqg15u .uuid-row {
|
|
35927
|
+
display: flex;
|
|
35928
|
+
justify-content: space-between;
|
|
35929
|
+
}
|
|
35930
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35931
|
+
white-space: nowrap;
|
|
35932
|
+
overflow: hidden;
|
|
35933
|
+
text-overflow: ellipsis;
|
|
35934
|
+
}
|
|
35935
|
+
|
|
35936
|
+
.E_t4zczcp {
|
|
35937
|
+
display: flex;
|
|
35938
|
+
justify-content: space-between;
|
|
35939
|
+
align-items: center;
|
|
35940
|
+
padding: 8px;
|
|
35941
|
+
min-height: 32px;
|
|
35942
|
+
}
|
|
35943
|
+
.E_t4zczcp .table-title {
|
|
35944
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35945
|
+
font-weight: 600;
|
|
35946
|
+
font-size: 12px;
|
|
35947
|
+
line-height: 8px;
|
|
35948
|
+
}
|
|
35949
|
+
.E_t4zczcp .edit-icon {
|
|
35950
|
+
font-size: 16px;
|
|
35951
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35952
|
+
cursor: pointer;
|
|
35953
|
+
}
|
|
35954
|
+
|
|
35955
|
+
.E_t1s7goww {
|
|
35956
|
+
font-size: 12px;
|
|
35957
|
+
line-height: 18px;
|
|
35958
|
+
}
|
|
35959
|
+
|
|
35960
|
+
.E_t93e4cf {
|
|
35961
|
+
display: flex;
|
|
35962
|
+
padding: 8px 0;
|
|
35963
|
+
color: #2d3a56;
|
|
35964
|
+
}
|
|
35965
|
+
.E_t93e4cf .hidden {
|
|
35966
|
+
display: none;
|
|
35967
|
+
}
|
|
35968
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35969
|
+
height: auto;
|
|
35970
|
+
}
|
|
35971
|
+
.E_t93e4cf .content {
|
|
35972
|
+
overflow: hidden;
|
|
35973
|
+
overflow-x: auto;
|
|
35974
|
+
width: 100%;
|
|
35975
|
+
white-space: pre-wrap;
|
|
35976
|
+
}
|
|
35977
|
+
.E_t93e4cf .content .ant-btn {
|
|
35978
|
+
white-space: pre-wrap;
|
|
35979
|
+
text-align: left;
|
|
35980
|
+
}
|
|
35981
|
+
.E_t93e4cf .content .unit-chart {
|
|
35982
|
+
justify-content: flex-start;
|
|
35983
|
+
}
|
|
35984
|
+
|
|
35985
|
+
.E_rhz2uv5 {
|
|
35986
|
+
width: var(--rhz2uv5-0);
|
|
35987
|
+
flex-shrink: 0;
|
|
35988
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35989
|
+
padding-right: 12px;
|
|
35990
|
+
}
|
|
35991
|
+
|
|
35992
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35993
|
+
display: flex;
|
|
35994
|
+
align-items: center;
|
|
35995
|
+
}
|
|
35996
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35997
|
+
margin-right: 8px;
|
|
35966
35998
|
}
|
|
35967
35999
|
|
|
35968
36000
|
.E_t160l1cm {
|
|
@@ -36168,102 +36200,70 @@ span.E_tqjc4ui {
|
|
|
36168
36200
|
background: transparent;
|
|
36169
36201
|
}
|
|
36170
36202
|
|
|
36171
|
-
.
|
|
36172
|
-
|
|
36173
|
-
align-items: center;
|
|
36174
|
-
}
|
|
36175
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36176
|
-
margin-right: 8px;
|
|
36203
|
+
span.E_tqjc4ui {
|
|
36204
|
+
margin: 0 2px;
|
|
36177
36205
|
}
|
|
36178
36206
|
|
|
36179
|
-
.
|
|
36180
|
-
|
|
36181
|
-
}
|
|
36182
|
-
.E_t1sqg15u.inline .table-row {
|
|
36183
|
-
flex-direction: column;
|
|
36184
|
-
}
|
|
36185
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
36186
|
-
padding: 0 16px 7px 0;
|
|
36187
|
-
}
|
|
36188
|
-
.E_t1sqg15u.has-border .table-header {
|
|
36189
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36190
|
-
}
|
|
36191
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36192
|
-
border-top: none !important;
|
|
36193
|
-
}
|
|
36194
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36195
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36207
|
+
.E_u15heuvq.content {
|
|
36208
|
+
cursor: default !important;
|
|
36196
36209
|
}
|
|
36197
|
-
.
|
|
36198
|
-
|
|
36210
|
+
.E_u15heuvq.content.link {
|
|
36211
|
+
cursor: pointer !important;
|
|
36199
36212
|
}
|
|
36200
|
-
.
|
|
36201
|
-
|
|
36213
|
+
.E_u15heuvq.content.link:hover {
|
|
36214
|
+
color: #0080FF;
|
|
36202
36215
|
}
|
|
36203
|
-
.
|
|
36204
|
-
|
|
36205
|
-
justify-content: space-between;
|
|
36216
|
+
.E_u15heuvq.content.black {
|
|
36217
|
+
color: #00122E;
|
|
36206
36218
|
}
|
|
36207
|
-
.
|
|
36208
|
-
|
|
36209
|
-
overflow: hidden;
|
|
36210
|
-
text-overflow: ellipsis;
|
|
36219
|
+
.E_u15heuvq.content.gray {
|
|
36220
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36211
36221
|
}
|
|
36212
36222
|
|
|
36213
|
-
.
|
|
36223
|
+
.E_n12mqh7z {
|
|
36214
36224
|
display: flex;
|
|
36215
|
-
justify-content: space-between;
|
|
36216
36225
|
align-items: center;
|
|
36217
|
-
padding: 8px;
|
|
36218
|
-
min-height: 32px;
|
|
36219
|
-
}
|
|
36220
|
-
.E_t4zczcp .table-title {
|
|
36221
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36222
|
-
font-weight: 600;
|
|
36223
36226
|
font-size: 12px;
|
|
36224
|
-
line-height:
|
|
36227
|
+
line-height: 18px;
|
|
36225
36228
|
}
|
|
36226
|
-
.
|
|
36227
|
-
|
|
36228
|
-
color: rgba(10, 37, 85, 0.6);
|
|
36229
|
-
cursor: pointer;
|
|
36229
|
+
.E_n12mqh7z:not(:last-child) {
|
|
36230
|
+
margin-bottom: 4px;
|
|
36230
36231
|
}
|
|
36231
36232
|
|
|
36232
|
-
.
|
|
36233
|
-
|
|
36234
|
-
line-height: 18px;
|
|
36233
|
+
.E_tf5bynu {
|
|
36234
|
+
margin: 0 3px;
|
|
36235
36235
|
}
|
|
36236
36236
|
|
|
36237
|
-
.
|
|
36238
|
-
|
|
36239
|
-
|
|
36240
|
-
color: #2d3a56;
|
|
36237
|
+
.E_tcckoz1 {
|
|
36238
|
+
max-height: 400px;
|
|
36239
|
+
overflow: auto;
|
|
36241
36240
|
}
|
|
36242
|
-
|
|
36243
|
-
|
|
36241
|
+
|
|
36242
|
+
.E_ou7iq30 {
|
|
36243
|
+
overflow: hidden;
|
|
36244
|
+
text-overflow: ellipsis;
|
|
36244
36245
|
}
|
|
36245
|
-
|
|
36246
|
-
|
|
36246
|
+
|
|
36247
|
+
.E_s1tui002 {
|
|
36248
|
+
white-space: nowrap;
|
|
36247
36249
|
}
|
|
36248
|
-
|
|
36249
|
-
|
|
36250
|
-
|
|
36251
|
-
|
|
36252
|
-
|
|
36250
|
+
|
|
36251
|
+
.E_mxrc2zg {
|
|
36252
|
+
display: -webkit-box;
|
|
36253
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
36254
|
+
-webkit-box-orient: vertical;
|
|
36255
|
+
word-break: break-all;
|
|
36253
36256
|
}
|
|
36254
|
-
|
|
36255
|
-
|
|
36256
|
-
|
|
36257
|
+
|
|
36258
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
36259
|
+
display: none;
|
|
36257
36260
|
}
|
|
36258
|
-
.
|
|
36259
|
-
|
|
36261
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
36262
|
+
background: rgba(23, 38, 64, 0.8);
|
|
36263
|
+
border-radius: 4px;
|
|
36260
36264
|
}
|
|
36261
|
-
|
|
36262
|
-
|
|
36263
|
-
width: var(--rhz2uv5-0);
|
|
36264
|
-
flex-shrink: 0;
|
|
36265
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36266
|
-
padding-right: 12px;
|
|
36265
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
36266
|
+
visibility: hidden;
|
|
36267
36267
|
}
|
|
36268
36268
|
|
|
36269
36269
|
.E_wg1tsps {
|
|
@@ -36402,69 +36402,6 @@ span.E_tqjc4ui {
|
|
|
36402
36402
|
text-align: left;
|
|
36403
36403
|
}
|
|
36404
36404
|
|
|
36405
|
-
.E_kr6am0s .ant-modal-body {
|
|
36406
|
-
padding: 60px 128px;
|
|
36407
|
-
}
|
|
36408
|
-
|
|
36409
|
-
.E_k1h3cl5q {
|
|
36410
|
-
display: flex;
|
|
36411
|
-
flex-direction: column;
|
|
36412
|
-
height: 100%;
|
|
36413
|
-
}
|
|
36414
|
-
|
|
36415
|
-
.E_k1a6j97w {
|
|
36416
|
-
color: #00122e;
|
|
36417
|
-
font-size: 32px !important;
|
|
36418
|
-
margin-bottom: 16px;
|
|
36419
|
-
}
|
|
36420
|
-
|
|
36421
|
-
.E_k1uim1fg {
|
|
36422
|
-
margin-bottom: 32px;
|
|
36423
|
-
color: #00122e;
|
|
36424
|
-
}
|
|
36425
|
-
|
|
36426
|
-
.E_kobelzt {
|
|
36427
|
-
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36428
|
-
min-height: 0;
|
|
36429
|
-
flex: 1;
|
|
36430
|
-
padding: 16px;
|
|
36431
|
-
background-color: #2d3a56;
|
|
36432
|
-
color: #fff;
|
|
36433
|
-
overflow: auto;
|
|
36434
|
-
max-width: 100%;
|
|
36435
|
-
min-height: 0;
|
|
36436
|
-
border-radius: 8px;
|
|
36437
|
-
white-space: pre-wrap;
|
|
36438
|
-
}
|
|
36439
|
-
|
|
36440
|
-
.E_kxzv3id {
|
|
36441
|
-
width: 100%;
|
|
36442
|
-
display: flex;
|
|
36443
|
-
justify-content: space-between;
|
|
36444
|
-
padding: 0 128px;
|
|
36445
|
-
}
|
|
36446
|
-
|
|
36447
|
-
.E_eld9lt {
|
|
36448
|
-
display: flex;
|
|
36449
|
-
flex-direction: column;
|
|
36450
|
-
justify-content: center;
|
|
36451
|
-
align-items: center;
|
|
36452
|
-
height: 100%;
|
|
36453
|
-
}
|
|
36454
|
-
|
|
36455
|
-
.E_e1505fqc {
|
|
36456
|
-
display: flex;
|
|
36457
|
-
flex-direction: column;
|
|
36458
|
-
align-items: center;
|
|
36459
|
-
}
|
|
36460
|
-
.E_e1505fqc .title {
|
|
36461
|
-
margin-bottom: 8px;
|
|
36462
|
-
background-clip: text;
|
|
36463
|
-
-webkit-background-clip: text;
|
|
36464
|
-
-webkit-text-fill-color: transparent;
|
|
36465
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36466
|
-
}
|
|
36467
|
-
|
|
36468
36405
|
.E_cyms3br {
|
|
36469
36406
|
background: #fff;
|
|
36470
36407
|
width: 100%;
|
|
@@ -36540,6 +36477,12 @@ span.E_tqjc4ui {
|
|
|
36540
36477
|
justify-content: center;
|
|
36541
36478
|
}
|
|
36542
36479
|
|
|
36480
|
+
.E_h1ol2wl7 {
|
|
36481
|
+
font-weight: bold;
|
|
36482
|
+
background-color: unset;
|
|
36483
|
+
padding: unset;
|
|
36484
|
+
}
|
|
36485
|
+
|
|
36543
36486
|
.E_i5w779o {
|
|
36544
36487
|
padding: 8px 0;
|
|
36545
36488
|
}
|
|
@@ -36581,54 +36524,67 @@ span.E_tqjc4ui {
|
|
|
36581
36524
|
color: rgba(0, 21, 64, 0.3);
|
|
36582
36525
|
}
|
|
36583
36526
|
|
|
36584
|
-
.
|
|
36585
|
-
|
|
36586
|
-
background-color: unset;
|
|
36587
|
-
padding: unset;
|
|
36527
|
+
.E_kr6am0s .ant-modal-body {
|
|
36528
|
+
padding: 60px 128px;
|
|
36588
36529
|
}
|
|
36589
36530
|
|
|
36590
|
-
.
|
|
36591
|
-
width: 100%;
|
|
36592
|
-
height: 100%;
|
|
36531
|
+
.E_k1h3cl5q {
|
|
36593
36532
|
display: flex;
|
|
36594
|
-
font-size: 12px;
|
|
36595
|
-
line-height: 18px;
|
|
36596
|
-
padding: 8px 0;
|
|
36597
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36598
|
-
}
|
|
36599
|
-
.E_c14ouk5o:last-of-type {
|
|
36600
|
-
box-shadow: none;
|
|
36601
|
-
padding-bottom: 0;
|
|
36602
|
-
}
|
|
36603
|
-
.E_c14ouk5o.collapsed {
|
|
36604
36533
|
flex-direction: column;
|
|
36534
|
+
height: 100%;
|
|
36605
36535
|
}
|
|
36606
|
-
|
|
36607
|
-
|
|
36536
|
+
|
|
36537
|
+
.E_k1a6j97w {
|
|
36538
|
+
color: #00122e;
|
|
36539
|
+
font-size: 32px !important;
|
|
36540
|
+
margin-bottom: 16px;
|
|
36608
36541
|
}
|
|
36609
|
-
|
|
36542
|
+
|
|
36543
|
+
.E_k1uim1fg {
|
|
36544
|
+
margin-bottom: 32px;
|
|
36545
|
+
color: #00122e;
|
|
36546
|
+
}
|
|
36547
|
+
|
|
36548
|
+
.E_kobelzt {
|
|
36549
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36550
|
+
min-height: 0;
|
|
36610
36551
|
flex: 1;
|
|
36552
|
+
padding: 16px;
|
|
36553
|
+
background-color: #2d3a56;
|
|
36554
|
+
color: #fff;
|
|
36555
|
+
overflow: auto;
|
|
36556
|
+
max-width: 100%;
|
|
36557
|
+
min-height: 0;
|
|
36558
|
+
border-radius: 8px;
|
|
36559
|
+
white-space: pre-wrap;
|
|
36560
|
+
}
|
|
36561
|
+
|
|
36562
|
+
.E_kxzv3id {
|
|
36563
|
+
width: 100%;
|
|
36611
36564
|
display: flex;
|
|
36612
36565
|
justify-content: space-between;
|
|
36566
|
+
padding: 0 128px;
|
|
36613
36567
|
}
|
|
36614
|
-
|
|
36615
|
-
|
|
36616
|
-
|
|
36617
|
-
|
|
36618
|
-
|
|
36619
|
-
|
|
36620
|
-
|
|
36621
|
-
width: 216px;
|
|
36622
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36623
|
-
margin-right: 12px;
|
|
36624
|
-
flex-shrink: 0;
|
|
36568
|
+
|
|
36569
|
+
.E_eld9lt {
|
|
36570
|
+
display: flex;
|
|
36571
|
+
flex-direction: column;
|
|
36572
|
+
justify-content: center;
|
|
36573
|
+
align-items: center;
|
|
36574
|
+
height: 100%;
|
|
36625
36575
|
}
|
|
36626
|
-
|
|
36627
|
-
|
|
36628
|
-
|
|
36576
|
+
|
|
36577
|
+
.E_e1505fqc {
|
|
36578
|
+
display: flex;
|
|
36579
|
+
flex-direction: column;
|
|
36580
|
+
align-items: center;
|
|
36629
36581
|
}
|
|
36630
|
-
.
|
|
36631
|
-
|
|
36582
|
+
.E_e1505fqc .title {
|
|
36583
|
+
margin-bottom: 8px;
|
|
36584
|
+
background-clip: text;
|
|
36585
|
+
-webkit-background-clip: text;
|
|
36586
|
+
-webkit-text-fill-color: transparent;
|
|
36587
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36632
36588
|
}
|
|
36633
36589
|
|
|
36634
36590
|
.E_c1ss4prm {
|
|
@@ -36691,6 +36647,30 @@ span.E_tqjc4ui {
|
|
|
36691
36647
|
color: rgba(44, 56, 82, 0.6);
|
|
36692
36648
|
}
|
|
36693
36649
|
|
|
36650
|
+
.E_l12xdkhl {
|
|
36651
|
+
width: 64px;
|
|
36652
|
+
height: 64px;
|
|
36653
|
+
max-width: 64px;
|
|
36654
|
+
max-height: 64px;
|
|
36655
|
+
overflow: hidden;
|
|
36656
|
+
display: flex;
|
|
36657
|
+
align-items: center;
|
|
36658
|
+
justify-content: center;
|
|
36659
|
+
position: relative;
|
|
36660
|
+
opacity: 0.6;
|
|
36661
|
+
}
|
|
36662
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36663
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36664
|
+
}
|
|
36665
|
+
@keyframes rotate {
|
|
36666
|
+
from {
|
|
36667
|
+
transform: rotate(0deg);
|
|
36668
|
+
}
|
|
36669
|
+
to {
|
|
36670
|
+
transform: rotate(360deg);
|
|
36671
|
+
}
|
|
36672
|
+
}
|
|
36673
|
+
|
|
36694
36674
|
.E_c1kchka8 {
|
|
36695
36675
|
height: 100%;
|
|
36696
36676
|
width: 100%;
|
|
@@ -37183,26 +37163,46 @@ span.E_tqjc4ui {
|
|
|
37183
37163
|
padding: 0;
|
|
37184
37164
|
}
|
|
37185
37165
|
|
|
37186
|
-
.
|
|
37187
|
-
width:
|
|
37188
|
-
height:
|
|
37189
|
-
max-width: 64px;
|
|
37190
|
-
max-height: 64px;
|
|
37191
|
-
overflow: hidden;
|
|
37166
|
+
.E_c14ouk5o {
|
|
37167
|
+
width: 100%;
|
|
37168
|
+
height: 100%;
|
|
37192
37169
|
display: flex;
|
|
37193
|
-
|
|
37194
|
-
|
|
37195
|
-
|
|
37196
|
-
|
|
37170
|
+
font-size: 12px;
|
|
37171
|
+
line-height: 18px;
|
|
37172
|
+
padding: 8px 0;
|
|
37173
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37197
37174
|
}
|
|
37198
|
-
.
|
|
37199
|
-
|
|
37175
|
+
.E_c14ouk5o:last-of-type {
|
|
37176
|
+
box-shadow: none;
|
|
37177
|
+
padding-bottom: 0;
|
|
37200
37178
|
}
|
|
37201
|
-
|
|
37202
|
-
|
|
37203
|
-
|
|
37204
|
-
|
|
37205
|
-
|
|
37206
|
-
|
|
37207
|
-
|
|
37179
|
+
.E_c14ouk5o.collapsed {
|
|
37180
|
+
flex-direction: column;
|
|
37181
|
+
}
|
|
37182
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37183
|
+
display: flex;
|
|
37184
|
+
}
|
|
37185
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37186
|
+
flex: 1;
|
|
37187
|
+
display: flex;
|
|
37188
|
+
justify-content: space-between;
|
|
37189
|
+
}
|
|
37190
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37191
|
+
height: auto;
|
|
37192
|
+
}
|
|
37193
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
37194
|
+
margin-left: 162px;
|
|
37195
|
+
}
|
|
37196
|
+
.E_c14ouk5o .col-label {
|
|
37197
|
+
width: 216px;
|
|
37198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37199
|
+
margin-right: 12px;
|
|
37200
|
+
flex-shrink: 0;
|
|
37201
|
+
}
|
|
37202
|
+
.E_c14ouk5o .col-content {
|
|
37203
|
+
color: #2d3a56;
|
|
37204
|
+
/* make btn link in info row have the same height as normal text */
|
|
37205
|
+
}
|
|
37206
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37207
|
+
height: auto;
|
|
37208
37208
|
}
|