@cloudtower/eagle 0.32.51 → 0.32.52
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/LineChart/LineChartLegend.js +2 -2
- package/dist/cjs/core/LineChart/RenderChart.js +19 -6
- package/dist/cjs/coreX/CheckPointList/index.js +3 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1621 -1612
- package/dist/esm/core/LineChart/LineChartLegend.js +2 -2
- package/dist/esm/core/LineChart/RenderChart.js +19 -6
- package/dist/esm/coreX/CheckPointList/index.js +3 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2000 -1993
- package/dist/src/coreX/CheckPointList/checkpointlist.type.d.ts +1 -0
- package/dist/style.css +1629 -1622
- package/package.json +4 -5
package/dist/style.css
CHANGED
|
@@ -29712,6 +29712,22 @@ html body {
|
|
|
29712
29712
|
padding: 8px 12px;
|
|
29713
29713
|
}
|
|
29714
29714
|
|
|
29715
|
+
.E_berrcjl {
|
|
29716
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29717
|
+
margin-bottom: 4px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_berrcjl .breadcrumb-link {
|
|
29720
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29721
|
+
cursor: pointer;
|
|
29722
|
+
transition: color 160ms ease;
|
|
29723
|
+
}
|
|
29724
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29725
|
+
color: #0080ff;
|
|
29726
|
+
}
|
|
29727
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29728
|
+
color: #005ed1;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29715
29731
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29716
29732
|
justify-content: center;
|
|
29717
29733
|
}
|
|
@@ -29969,20 +29985,17 @@ html body {
|
|
|
29969
29985
|
justify-content: center;
|
|
29970
29986
|
}
|
|
29971
29987
|
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
|
|
29976
|
-
.E_berrcjl .breadcrumb-link {
|
|
29977
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29978
|
-
cursor: pointer;
|
|
29979
|
-
transition: color 160ms ease;
|
|
29988
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29989
|
+
padding: 4px 8px 0 8px;
|
|
29990
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29991
|
+
font-size: 12px;
|
|
29980
29992
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29993
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29994
|
+
padding-bottom: 6px;
|
|
29983
29995
|
}
|
|
29984
|
-
.
|
|
29985
|
-
|
|
29996
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29997
|
+
padding-top: 4px;
|
|
29998
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29986
29999
|
}
|
|
29987
30000
|
|
|
29988
30001
|
.E_c1uzzomf {
|
|
@@ -30007,17 +30020,38 @@ html body {
|
|
|
30007
30020
|
text-align: center;
|
|
30008
30021
|
}
|
|
30009
30022
|
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30023
|
+
.E_f7pxqmh {
|
|
30024
|
+
width: 100%;
|
|
30025
|
+
margin-bottom: 0 !important;
|
|
30026
|
+
flex-flow: nowrap !important;
|
|
30027
|
+
line-break: auto;
|
|
30028
|
+
}
|
|
30029
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30030
|
+
text-align: left !important;
|
|
30031
|
+
padding-bottom: 0 !important;
|
|
30032
|
+
}
|
|
30033
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30034
|
+
min-height: 32px;
|
|
30035
|
+
height: auto;
|
|
30036
|
+
font-size: 13px;
|
|
30012
30037
|
color: rgba(44, 56, 82, 0.6);
|
|
30013
|
-
|
|
30038
|
+
white-space: normal;
|
|
30014
30039
|
}
|
|
30015
|
-
.
|
|
30016
|
-
|
|
30040
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30041
|
+
border-color: #ff4d4f !important;
|
|
30017
30042
|
}
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
|
|
30043
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30044
|
+
border-color: #ff4d4f !important;
|
|
30045
|
+
}
|
|
30046
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30047
|
+
margin-top: 4px;
|
|
30048
|
+
font-size: 12px;
|
|
30049
|
+
min-height: 0px;
|
|
30050
|
+
}
|
|
30051
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30052
|
+
font-size: 12px;
|
|
30053
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30054
|
+
min-height: 0px;
|
|
30021
30055
|
}
|
|
30022
30056
|
|
|
30023
30057
|
.E_fzh9mnb {
|
|
@@ -30147,54 +30181,6 @@ html body {
|
|
|
30147
30181
|
width: 102px;
|
|
30148
30182
|
}
|
|
30149
30183
|
|
|
30150
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30151
|
-
display: var(--a1wfy30z-0);
|
|
30152
|
-
}
|
|
30153
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30154
|
-
padding: 4px 11px;
|
|
30155
|
-
display: inline-flex;
|
|
30156
|
-
line-height: 1.5715;
|
|
30157
|
-
height: inherit;
|
|
30158
|
-
}
|
|
30159
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30160
|
-
content: var(--a1wfy30z-1);
|
|
30161
|
-
display: var(--a1wfy30z-2);
|
|
30162
|
-
flex: none;
|
|
30163
|
-
align-items: center;
|
|
30164
|
-
margin-left: 4px;
|
|
30165
|
-
}
|
|
30166
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30167
|
-
content: var(--a1wfy30z-3);
|
|
30168
|
-
display: var(--a1wfy30z-4);
|
|
30169
|
-
flex: none;
|
|
30170
|
-
align-items: center;
|
|
30171
|
-
margin-right: 4px;
|
|
30172
|
-
cursor: auto;
|
|
30173
|
-
}
|
|
30174
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30175
|
-
padding: 0;
|
|
30176
|
-
margin: 0;
|
|
30177
|
-
height: auto;
|
|
30178
|
-
font-size: inherit;
|
|
30179
|
-
}
|
|
30180
|
-
|
|
30181
|
-
.E_i1inqkme {
|
|
30182
|
-
height: 18px;
|
|
30183
|
-
line-height: 18px;
|
|
30184
|
-
padding: 0 4px;
|
|
30185
|
-
border-radius: 4px;
|
|
30186
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30187
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30188
|
-
display: flex;
|
|
30189
|
-
align-items: center;
|
|
30190
|
-
white-space: nowrap;
|
|
30191
|
-
margin-right: 4px;
|
|
30192
|
-
}
|
|
30193
|
-
|
|
30194
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30195
|
-
line-height: 18px;
|
|
30196
|
-
}
|
|
30197
|
-
|
|
30198
30184
|
.E_iouxfgt {
|
|
30199
30185
|
display: inline-flex;
|
|
30200
30186
|
align-items: center;
|
|
@@ -30213,57 +30199,90 @@ html body {
|
|
|
30213
30199
|
animation: rotate 680ms linear infinite;
|
|
30214
30200
|
}
|
|
30215
30201
|
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
margin-bottom: 0 !important;
|
|
30219
|
-
flex-flow: nowrap !important;
|
|
30220
|
-
line-break: auto;
|
|
30202
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30203
|
+
display: flex;
|
|
30221
30204
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30224
|
-
|
|
30205
|
+
.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 {
|
|
30206
|
+
border-bottom-left-radius: 5px;
|
|
30207
|
+
border-top-left-radius: 5px;
|
|
30225
30208
|
}
|
|
30226
|
-
.
|
|
30227
|
-
|
|
30228
|
-
|
|
30229
|
-
|
|
30209
|
+
.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 {
|
|
30210
|
+
border-bottom-right-radius: 5px;
|
|
30211
|
+
border-top-right-radius: 5px;
|
|
30212
|
+
}
|
|
30213
|
+
|
|
30214
|
+
.E_phljevk {
|
|
30215
|
+
display: flex;
|
|
30216
|
+
justify-content: space-between;
|
|
30217
|
+
align-items: center;
|
|
30218
|
+
padding: 10px 0;
|
|
30230
30219
|
color: rgba(44, 56, 82, 0.6);
|
|
30231
|
-
|
|
30220
|
+
font-size: 12px;
|
|
30221
|
+
line-height: 24px;
|
|
30232
30222
|
}
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30223
|
+
.E_phljevk .pagination-left {
|
|
30224
|
+
padding: 2px 8px;
|
|
30235
30225
|
}
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30226
|
+
.E_phljevk .dropdown-trigger {
|
|
30227
|
+
display: flex;
|
|
30228
|
+
align-items: center;
|
|
30229
|
+
border-radius: 6px;
|
|
30230
|
+
cursor: pointer;
|
|
30231
|
+
transition: all 0.3s ease;
|
|
30238
30232
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
min-height: 0px;
|
|
30233
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30234
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30235
|
+
color: #0080ff;
|
|
30243
30236
|
}
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30237
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30238
|
+
margin-left: 4px;
|
|
30239
|
+
}
|
|
30240
|
+
.E_phljevk .pagination-right {
|
|
30241
|
+
display: flex;
|
|
30242
|
+
align-items: center;
|
|
30243
|
+
color: #0080ff;
|
|
30244
|
+
font-weight: bold;
|
|
30245
|
+
}
|
|
30246
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30247
|
+
margin-left: 4px;
|
|
30248
|
+
}
|
|
30249
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30250
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30251
|
+
padding: 0 8px;
|
|
30252
|
+
}
|
|
30253
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30254
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30255
|
+
color: #0080ff;
|
|
30256
|
+
}
|
|
30257
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30258
|
+
transform: rotate(180deg);
|
|
30248
30259
|
}
|
|
30249
30260
|
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30261
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30262
|
+
max-height: calc(100vh - 128px);
|
|
30263
|
+
overflow-y: auto;
|
|
30252
30264
|
}
|
|
30253
|
-
.
|
|
30254
|
-
padding:
|
|
30265
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30266
|
+
padding: 4px 20px;
|
|
30267
|
+
font-size: 12px;
|
|
30268
|
+
line-height: 18px;
|
|
30255
30269
|
}
|
|
30256
30270
|
|
|
30257
|
-
.
|
|
30271
|
+
.E_i1inqkme {
|
|
30272
|
+
height: 18px;
|
|
30273
|
+
line-height: 18px;
|
|
30274
|
+
padding: 0 4px;
|
|
30275
|
+
border-radius: 4px;
|
|
30276
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30277
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30258
30278
|
display: flex;
|
|
30279
|
+
align-items: center;
|
|
30280
|
+
white-space: nowrap;
|
|
30281
|
+
margin-right: 4px;
|
|
30259
30282
|
}
|
|
30260
|
-
|
|
30261
|
-
|
|
30262
|
-
|
|
30263
|
-
}
|
|
30264
|
-
.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 {
|
|
30265
|
-
border-bottom-right-radius: 5px;
|
|
30266
|
-
border-top-right-radius: 5px;
|
|
30283
|
+
|
|
30284
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30285
|
+
line-height: 18px;
|
|
30267
30286
|
}
|
|
30268
30287
|
|
|
30269
30288
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30326,44 +30345,51 @@ html body {
|
|
|
30326
30345
|
padding: 2px 8px;
|
|
30327
30346
|
}
|
|
30328
30347
|
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30331
|
-
height: 14px;
|
|
30332
|
-
width: 14px;
|
|
30333
|
-
border-radius: 50%;
|
|
30334
|
-
flex-shrink: 0;
|
|
30335
|
-
display: flex;
|
|
30336
|
-
align-items: center;
|
|
30337
|
-
justify-content: center;
|
|
30338
|
-
border: 1px solid var(--color);
|
|
30348
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30349
|
+
margin-left: 8px;
|
|
30339
30350
|
}
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
height: 10px;
|
|
30343
|
-
width: 10px;
|
|
30344
|
-
border-radius: 50%;
|
|
30345
|
-
overflow: hidden;
|
|
30351
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30352
|
+
padding: 2px 7px 2px 12px;
|
|
30346
30353
|
}
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
width: 100%;
|
|
30351
|
-
left: 0;
|
|
30352
|
-
top: 0;
|
|
30353
|
-
border-radius: 50%;
|
|
30354
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30355
|
-
transform: rotate(180deg);
|
|
30354
|
+
|
|
30355
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30356
|
+
display: var(--a1wfy30z-0);
|
|
30356
30357
|
}
|
|
30357
|
-
.
|
|
30358
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30359
|
+
padding: 4px 11px;
|
|
30360
|
+
display: inline-flex;
|
|
30361
|
+
line-height: 1.5715;
|
|
30362
|
+
height: inherit;
|
|
30363
|
+
}
|
|
30364
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30365
|
+
content: var(--a1wfy30z-1);
|
|
30366
|
+
display: var(--a1wfy30z-2);
|
|
30367
|
+
flex: none;
|
|
30368
|
+
align-items: center;
|
|
30369
|
+
margin-left: 4px;
|
|
30370
|
+
}
|
|
30371
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30372
|
+
content: var(--a1wfy30z-3);
|
|
30373
|
+
display: var(--a1wfy30z-4);
|
|
30374
|
+
flex: none;
|
|
30375
|
+
align-items: center;
|
|
30376
|
+
margin-right: 4px;
|
|
30377
|
+
cursor: auto;
|
|
30378
|
+
}
|
|
30379
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30380
|
+
padding: 0;
|
|
30381
|
+
margin: 0;
|
|
30382
|
+
height: auto;
|
|
30383
|
+
font-size: inherit;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.E_owd0kml {
|
|
30387
|
+
display: inline-block;
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_h1jsgezc {
|
|
30391
|
+
visibility: hidden;
|
|
30358
30392
|
position: absolute;
|
|
30359
|
-
height: 100%;
|
|
30360
|
-
width: 100%;
|
|
30361
|
-
left: 0;
|
|
30362
|
-
top: 0;
|
|
30363
|
-
margin-left: 50%;
|
|
30364
|
-
transform-origin: left;
|
|
30365
|
-
background: white;
|
|
30366
|
-
transform: rotate(0deg);
|
|
30367
30393
|
}
|
|
30368
30394
|
|
|
30369
30395
|
.E_i11gg7mj .ant-input-prefix {
|
|
@@ -30392,14 +30418,59 @@ html body {
|
|
|
30392
30418
|
cursor: not-allowed;
|
|
30393
30419
|
}
|
|
30394
30420
|
|
|
30395
|
-
.
|
|
30421
|
+
.E_s1dizucg.ant-switch {
|
|
30422
|
+
min-width: 40px;
|
|
30396
30423
|
height: 24px;
|
|
30397
|
-
|
|
30398
|
-
|
|
30424
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30425
|
+
overflow: hidden;
|
|
30426
|
+
}
|
|
30427
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30428
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30429
|
+
}
|
|
30430
|
+
.E_s1dizucg.ant-switch-small {
|
|
30431
|
+
min-width: 26px;
|
|
30432
|
+
height: 16px;
|
|
30433
|
+
}
|
|
30434
|
+
.E_s1dizucg.ant-switch-large {
|
|
30435
|
+
min-width: 52px;
|
|
30436
|
+
height: 32px;
|
|
30437
|
+
}
|
|
30438
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30439
|
+
height: 20px;
|
|
30440
|
+
width: 20px;
|
|
30441
|
+
}
|
|
30442
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30443
|
+
border-radius: 10px;
|
|
30444
|
+
transition-delay: 120ms;
|
|
30445
|
+
}
|
|
30446
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30447
|
+
height: 14px;
|
|
30448
|
+
width: 14px;
|
|
30449
|
+
top: 1px;
|
|
30450
|
+
left: 1px;
|
|
30451
|
+
}
|
|
30452
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30453
|
+
height: 28px;
|
|
30454
|
+
width: 28px;
|
|
30455
|
+
}
|
|
30456
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30457
|
+
border-radius: 14px;
|
|
30458
|
+
}
|
|
30459
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30460
|
+
background-color: #00ba5d;
|
|
30461
|
+
}
|
|
30462
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30463
|
+
left: calc(100% - 20px - 2px);
|
|
30464
|
+
}
|
|
30465
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30466
|
+
left: calc(100% - 14px - 1px);
|
|
30467
|
+
}
|
|
30468
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30469
|
+
left: calc(100% - 28px - 2px);
|
|
30399
30470
|
}
|
|
30400
30471
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30472
|
+
.E_c1up6e3y {
|
|
30473
|
+
margin-left: 5px;
|
|
30403
30474
|
}
|
|
30404
30475
|
|
|
30405
30476
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30548,59 +30619,18 @@ html body {
|
|
|
30548
30619
|
width: 36px;
|
|
30549
30620
|
}
|
|
30550
30621
|
|
|
30551
|
-
.
|
|
30552
|
-
|
|
30553
|
-
height: 24px;
|
|
30554
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30555
|
-
overflow: hidden;
|
|
30556
|
-
}
|
|
30557
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30558
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30559
|
-
}
|
|
30560
|
-
.E_s1dizucg.ant-switch-small {
|
|
30561
|
-
min-width: 26px;
|
|
30562
|
-
height: 16px;
|
|
30563
|
-
}
|
|
30564
|
-
.E_s1dizucg.ant-switch-large {
|
|
30565
|
-
min-width: 52px;
|
|
30566
|
-
height: 32px;
|
|
30567
|
-
}
|
|
30568
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30569
|
-
height: 20px;
|
|
30570
|
-
width: 20px;
|
|
30571
|
-
}
|
|
30572
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30573
|
-
border-radius: 10px;
|
|
30574
|
-
transition-delay: 120ms;
|
|
30575
|
-
}
|
|
30576
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30577
|
-
height: 14px;
|
|
30578
|
-
width: 14px;
|
|
30579
|
-
top: 1px;
|
|
30580
|
-
left: 1px;
|
|
30581
|
-
}
|
|
30582
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30583
|
-
height: 28px;
|
|
30584
|
-
width: 28px;
|
|
30585
|
-
}
|
|
30586
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30587
|
-
border-radius: 14px;
|
|
30588
|
-
}
|
|
30589
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30590
|
-
background-color: #00ba5d;
|
|
30591
|
-
}
|
|
30592
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30593
|
-
left: calc(100% - 20px - 2px);
|
|
30594
|
-
}
|
|
30595
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30596
|
-
left: calc(100% - 14px - 1px);
|
|
30622
|
+
.E_tju3gfj .date {
|
|
30623
|
+
margin-right: 4px;
|
|
30597
30624
|
}
|
|
30598
|
-
|
|
30599
|
-
|
|
30625
|
+
|
|
30626
|
+
.E_ivqqkzv {
|
|
30627
|
+
height: 24px;
|
|
30628
|
+
width: 56px !important;
|
|
30629
|
+
margin-right: 4px;
|
|
30600
30630
|
}
|
|
30601
30631
|
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30632
|
+
.E_c1wk4q29 {
|
|
30633
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30604
30634
|
}
|
|
30605
30635
|
|
|
30606
30636
|
.E_cnujxq2 {
|
|
@@ -31292,99 +31322,103 @@ input.E_rf8rlle.ant-input {
|
|
|
31292
31322
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31293
31323
|
}
|
|
31294
31324
|
|
|
31295
|
-
.
|
|
31296
|
-
|
|
31297
|
-
justify-content: space-between;
|
|
31298
|
-
align-items: center;
|
|
31299
|
-
padding: 10px 0;
|
|
31300
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31301
|
-
font-size: 12px;
|
|
31302
|
-
line-height: 24px;
|
|
31325
|
+
.E_c1yyuluq {
|
|
31326
|
+
border-radius: 8px;
|
|
31303
31327
|
}
|
|
31304
|
-
.
|
|
31305
|
-
padding:
|
|
31328
|
+
.E_c1yyuluq .ant-card-body {
|
|
31329
|
+
padding: 20px 24px 24px 24px;
|
|
31306
31330
|
}
|
|
31307
|
-
|
|
31331
|
+
|
|
31332
|
+
.E_c1bus5hc {
|
|
31333
|
+
--color: white;
|
|
31334
|
+
height: 14px;
|
|
31335
|
+
width: 14px;
|
|
31336
|
+
border-radius: 50%;
|
|
31337
|
+
flex-shrink: 0;
|
|
31308
31338
|
display: flex;
|
|
31309
31339
|
align-items: center;
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
transition: all 0.3s ease;
|
|
31340
|
+
justify-content: center;
|
|
31341
|
+
border: 1px solid var(--color);
|
|
31313
31342
|
}
|
|
31314
|
-
.
|
|
31315
|
-
|
|
31316
|
-
|
|
31343
|
+
.E_c1bus5hc .circle-inner {
|
|
31344
|
+
position: relative;
|
|
31345
|
+
height: 10px;
|
|
31346
|
+
width: 10px;
|
|
31347
|
+
border-radius: 50%;
|
|
31348
|
+
overflow: hidden;
|
|
31317
31349
|
}
|
|
31318
|
-
.
|
|
31319
|
-
|
|
31350
|
+
.E_c1bus5hc .circle-content {
|
|
31351
|
+
position: absolute;
|
|
31352
|
+
height: 100%;
|
|
31353
|
+
width: 100%;
|
|
31354
|
+
left: 0;
|
|
31355
|
+
top: 0;
|
|
31356
|
+
border-radius: 50%;
|
|
31357
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31358
|
+
transform: rotate(180deg);
|
|
31320
31359
|
}
|
|
31321
|
-
.
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31360
|
+
.E_c1bus5hc .circle-child {
|
|
31361
|
+
position: absolute;
|
|
31362
|
+
height: 100%;
|
|
31363
|
+
width: 100%;
|
|
31364
|
+
left: 0;
|
|
31365
|
+
top: 0;
|
|
31366
|
+
margin-left: 50%;
|
|
31367
|
+
transform-origin: left;
|
|
31368
|
+
background: white;
|
|
31369
|
+
transform: rotate(0deg);
|
|
31326
31370
|
}
|
|
31327
|
-
|
|
31328
|
-
|
|
31371
|
+
|
|
31372
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31373
|
+
border: 0px;
|
|
31374
|
+
background-color: #fff;
|
|
31329
31375
|
}
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31332
|
-
padding:
|
|
31376
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31377
|
+
padding-top: 0px;
|
|
31378
|
+
padding-bottom: 0px;
|
|
31379
|
+
padding-left: 0px !important;
|
|
31380
|
+
padding-right: 24px;
|
|
31333
31381
|
}
|
|
31334
|
-
.
|
|
31335
|
-
|
|
31336
|
-
color: #0080ff;
|
|
31382
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31383
|
+
right: 0px;
|
|
31337
31384
|
}
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31385
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31386
|
+
padding: 0px;
|
|
31340
31387
|
}
|
|
31341
31388
|
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
}
|
|
31346
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31347
|
-
padding: 4px 20px;
|
|
31348
|
-
font-size: 12px;
|
|
31349
|
-
line-height: 18px;
|
|
31350
|
-
}
|
|
31351
|
-
|
|
31352
|
-
.E_owd0kml {
|
|
31353
|
-
display: inline-block;
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31356
|
-
.E_h1jsgezc {
|
|
31357
|
-
visibility: hidden;
|
|
31358
|
-
position: absolute;
|
|
31359
|
-
}
|
|
31360
|
-
|
|
31361
|
-
.E_c1yyuluq {
|
|
31362
|
-
border-radius: 8px;
|
|
31363
|
-
}
|
|
31364
|
-
.E_c1yyuluq .ant-card-body {
|
|
31365
|
-
padding: 20px 24px 24px 24px;
|
|
31389
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31390
|
+
padding-right: 0px;
|
|
31391
|
+
cursor: default;
|
|
31366
31392
|
}
|
|
31367
31393
|
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31394
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31395
|
+
display: inline-flex;
|
|
31396
|
+
align-items: center;
|
|
31397
|
+
justify-content: center;
|
|
31398
|
+
color: #fff;
|
|
31399
|
+
font-weight: bold;
|
|
31400
|
+
font-size: 12px;
|
|
31401
|
+
width: 24px;
|
|
31402
|
+
height: 24px;
|
|
31403
|
+
border-radius: 50%;
|
|
31404
|
+
background: var(--a1b5xrg3-0);
|
|
31377
31405
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31406
|
+
.E_a1b5xrg3.btn-item {
|
|
31407
|
+
transition: all 160ms ease;
|
|
31408
|
+
cursor: pointer;
|
|
31409
|
+
width: 56px;
|
|
31410
|
+
height: 40px;
|
|
31411
|
+
display: inline-flex;
|
|
31412
|
+
align-items: center;
|
|
31413
|
+
justify-content: center;
|
|
31414
|
+
border-radius: 6px;
|
|
31380
31415
|
}
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31416
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31417
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31383
31418
|
}
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
cursor: default;
|
|
31419
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31420
|
+
transform: translateY(2px);
|
|
31421
|
+
transition: all 320ms ease;
|
|
31388
31422
|
}
|
|
31389
31423
|
|
|
31390
31424
|
.E_s1sck0th {
|
|
@@ -31469,8 +31503,96 @@ input.E_rf8rlle.ant-input {
|
|
|
31469
31503
|
background-color: #7E41FF;
|
|
31470
31504
|
}
|
|
31471
31505
|
|
|
31472
|
-
.
|
|
31473
|
-
|
|
31506
|
+
.E_s1dni7lo {
|
|
31507
|
+
width: 430px !important;
|
|
31508
|
+
}
|
|
31509
|
+
|
|
31510
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31511
|
+
padding: 8px 16px;
|
|
31512
|
+
line-height: 18px;
|
|
31513
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31514
|
+
height: 34px;
|
|
31515
|
+
min-height: 34px;
|
|
31516
|
+
box-sizing: border-box;
|
|
31517
|
+
margin-top: 8px;
|
|
31518
|
+
}
|
|
31519
|
+
|
|
31520
|
+
.E_o1ugr09p {
|
|
31521
|
+
display: flex;
|
|
31522
|
+
flex-direction: column;
|
|
31523
|
+
margin: 1px 8px;
|
|
31524
|
+
padding: 8px;
|
|
31525
|
+
border-radius: 4px;
|
|
31526
|
+
}
|
|
31527
|
+
.E_o1ugr09p .selected-icon {
|
|
31528
|
+
display: none;
|
|
31529
|
+
}
|
|
31530
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31531
|
+
padding-left: 8px;
|
|
31532
|
+
}
|
|
31533
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31534
|
+
background-color: white;
|
|
31535
|
+
}
|
|
31536
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31537
|
+
color: #0080ff;
|
|
31538
|
+
}
|
|
31539
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31540
|
+
display: block;
|
|
31541
|
+
}
|
|
31542
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31543
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31544
|
+
}
|
|
31545
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31546
|
+
color: #0080ff;
|
|
31547
|
+
}
|
|
31548
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31549
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31550
|
+
color: #0080ff;
|
|
31551
|
+
}
|
|
31552
|
+
|
|
31553
|
+
.E_o1ifxsq4 {
|
|
31554
|
+
display: flex;
|
|
31555
|
+
justify-content: space-between;
|
|
31556
|
+
height: 20px;
|
|
31557
|
+
line-height: 20px;
|
|
31558
|
+
}
|
|
31559
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31560
|
+
color: #2d3a56;
|
|
31561
|
+
overflow: hidden;
|
|
31562
|
+
text-overflow: ellipsis;
|
|
31563
|
+
}
|
|
31564
|
+
|
|
31565
|
+
.E_o1zue7 {
|
|
31566
|
+
display: flex;
|
|
31567
|
+
justify-content: space-between;
|
|
31568
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31569
|
+
height: 18px;
|
|
31570
|
+
line-height: 18px;
|
|
31571
|
+
margin-top: 2px;
|
|
31572
|
+
}
|
|
31573
|
+
|
|
31574
|
+
.E_tyfmlxg {
|
|
31575
|
+
border: none;
|
|
31576
|
+
margin-right: 0;
|
|
31577
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31578
|
+
}
|
|
31579
|
+
|
|
31580
|
+
.E_o18uybox {
|
|
31581
|
+
pointer-events: none;
|
|
31582
|
+
height: 32px;
|
|
31583
|
+
width: 100%;
|
|
31584
|
+
opacity: 0;
|
|
31585
|
+
}
|
|
31586
|
+
|
|
31587
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31588
|
+
display: none;
|
|
31589
|
+
}
|
|
31590
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31591
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31592
|
+
border-radius: 4px;
|
|
31593
|
+
}
|
|
31594
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31595
|
+
visibility: hidden;
|
|
31474
31596
|
}
|
|
31475
31597
|
|
|
31476
31598
|
.E_dsnbhzf {
|
|
@@ -31948,175 +32070,82 @@ input.E_rf8rlle.ant-input {
|
|
|
31948
32070
|
line-height: 12px;
|
|
31949
32071
|
}
|
|
31950
32072
|
|
|
31951
|
-
.
|
|
31952
|
-
|
|
32073
|
+
.E_iq1gosr {
|
|
32074
|
+
display: inline-block;
|
|
31953
32075
|
}
|
|
31954
32076
|
|
|
31955
32077
|
.E_m196gn1d {
|
|
31956
32078
|
min-width: 1280px;
|
|
31957
32079
|
}
|
|
31958
32080
|
|
|
31959
|
-
.
|
|
31960
|
-
display: inline-flex;
|
|
31961
|
-
align-items: center;
|
|
31962
|
-
justify-content: center;
|
|
31963
|
-
color: #fff;
|
|
31964
|
-
font-weight: bold;
|
|
31965
|
-
font-size: 12px;
|
|
31966
|
-
width: 24px;
|
|
32081
|
+
.E_suhck3k {
|
|
31967
32082
|
height: 24px;
|
|
31968
|
-
|
|
31969
|
-
background: var(--a1b5xrg3-0);
|
|
31970
|
-
}
|
|
31971
|
-
.E_a1b5xrg3.btn-item {
|
|
31972
|
-
transition: all 160ms ease;
|
|
31973
|
-
cursor: pointer;
|
|
31974
|
-
width: 56px;
|
|
31975
|
-
height: 40px;
|
|
31976
|
-
display: inline-flex;
|
|
31977
|
-
align-items: center;
|
|
31978
|
-
justify-content: center;
|
|
32083
|
+
width: 24px;
|
|
31979
32084
|
border-radius: 6px;
|
|
32085
|
+
padding: 4px;
|
|
31980
32086
|
}
|
|
31981
|
-
.
|
|
31982
|
-
|
|
32087
|
+
.E_suhck3k:hover {
|
|
32088
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31983
32089
|
}
|
|
31984
|
-
.
|
|
31985
|
-
|
|
31986
|
-
transition: all 320ms ease;
|
|
32090
|
+
.E_suhck3k:hover svg path {
|
|
32091
|
+
fill: blue;
|
|
31987
32092
|
}
|
|
31988
32093
|
|
|
31989
|
-
.
|
|
31990
|
-
display:
|
|
32094
|
+
.E_ryby9ds {
|
|
32095
|
+
display: flex;
|
|
32096
|
+
align-items: center;
|
|
31991
32097
|
}
|
|
31992
|
-
.
|
|
31993
|
-
|
|
31994
|
-
|
|
32098
|
+
.E_ryby9ds .order {
|
|
32099
|
+
height: 24px;
|
|
32100
|
+
width: 24px;
|
|
32101
|
+
border-radius: 20px;
|
|
32102
|
+
color: #0080ff;
|
|
32103
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32104
|
+
display: flex;
|
|
32105
|
+
align-items: center;
|
|
32106
|
+
justify-content: center;
|
|
32107
|
+
margin-right: 6px;
|
|
31995
32108
|
}
|
|
31996
|
-
|
|
31997
|
-
|
|
32109
|
+
|
|
32110
|
+
.E_hrhfj7c {
|
|
32111
|
+
display: none;
|
|
31998
32112
|
}
|
|
31999
32113
|
|
|
32000
|
-
.
|
|
32001
|
-
|
|
32114
|
+
.E_dt9qoak .bottom {
|
|
32115
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32116
|
+
}
|
|
32117
|
+
.E_dt9qoak .left {
|
|
32118
|
+
min-width: 0;
|
|
32002
32119
|
}
|
|
32003
32120
|
|
|
32004
|
-
.
|
|
32005
|
-
|
|
32006
|
-
|
|
32007
|
-
|
|
32008
|
-
|
|
32009
|
-
|
|
32010
|
-
|
|
32011
|
-
|
|
32121
|
+
.E_crhnxq5 {
|
|
32122
|
+
display: flex;
|
|
32123
|
+
flex-direction: row;
|
|
32124
|
+
justify-content: space-between;
|
|
32125
|
+
}
|
|
32126
|
+
.E_crhnxq5 .label {
|
|
32127
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32128
|
+
font-weight: 400;
|
|
32012
32129
|
}
|
|
32013
32130
|
|
|
32014
|
-
.
|
|
32131
|
+
.E_c1iq43vd {
|
|
32015
32132
|
display: flex;
|
|
32016
32133
|
flex-direction: column;
|
|
32017
|
-
|
|
32018
|
-
|
|
32019
|
-
|
|
32134
|
+
justify-content: center;
|
|
32135
|
+
align-items: center;
|
|
32136
|
+
height: 240px;
|
|
32137
|
+
width: 432px;
|
|
32020
32138
|
}
|
|
32021
|
-
|
|
32022
|
-
|
|
32139
|
+
|
|
32140
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32141
|
+
border-radius: 0px;
|
|
32142
|
+
box-shadow: unset;
|
|
32143
|
+
border: 0;
|
|
32144
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32023
32145
|
}
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
32028
|
-
background-color: white;
|
|
32029
|
-
}
|
|
32030
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
32031
|
-
color: #0080ff;
|
|
32032
|
-
}
|
|
32033
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32034
|
-
display: block;
|
|
32035
|
-
}
|
|
32036
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
32037
|
-
background: rgba(0, 136, 255, 0.16);
|
|
32038
|
-
}
|
|
32039
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32040
|
-
color: #0080ff;
|
|
32041
|
-
}
|
|
32042
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32043
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32044
|
-
color: #0080ff;
|
|
32045
|
-
}
|
|
32046
|
-
|
|
32047
|
-
.E_o1ifxsq4 {
|
|
32048
|
-
display: flex;
|
|
32049
|
-
justify-content: space-between;
|
|
32050
|
-
height: 20px;
|
|
32051
|
-
line-height: 20px;
|
|
32052
|
-
}
|
|
32053
|
-
.E_o1ifxsq4 .timezone-title {
|
|
32054
|
-
color: #2d3a56;
|
|
32055
|
-
overflow: hidden;
|
|
32056
|
-
text-overflow: ellipsis;
|
|
32057
|
-
}
|
|
32058
|
-
|
|
32059
|
-
.E_o1zue7 {
|
|
32060
|
-
display: flex;
|
|
32061
|
-
justify-content: space-between;
|
|
32062
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32063
|
-
height: 18px;
|
|
32064
|
-
line-height: 18px;
|
|
32065
|
-
margin-top: 2px;
|
|
32066
|
-
}
|
|
32067
|
-
|
|
32068
|
-
.E_tyfmlxg {
|
|
32069
|
-
border: none;
|
|
32070
|
-
margin-right: 0;
|
|
32071
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32072
|
-
}
|
|
32073
|
-
|
|
32074
|
-
.E_o18uybox {
|
|
32075
|
-
pointer-events: none;
|
|
32076
|
-
height: 32px;
|
|
32077
|
-
width: 100%;
|
|
32078
|
-
opacity: 0;
|
|
32079
|
-
}
|
|
32080
|
-
|
|
32081
|
-
.E_hrhfj7c {
|
|
32082
|
-
display: none;
|
|
32083
|
-
}
|
|
32084
|
-
|
|
32085
|
-
.E_dt9qoak .bottom {
|
|
32086
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32087
|
-
}
|
|
32088
|
-
.E_dt9qoak .left {
|
|
32089
|
-
min-width: 0;
|
|
32090
|
-
}
|
|
32091
|
-
|
|
32092
|
-
.E_crhnxq5 {
|
|
32093
|
-
display: flex;
|
|
32094
|
-
flex-direction: row;
|
|
32095
|
-
justify-content: space-between;
|
|
32096
|
-
}
|
|
32097
|
-
.E_crhnxq5 .label {
|
|
32098
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32099
|
-
font-weight: 400;
|
|
32100
|
-
}
|
|
32101
|
-
|
|
32102
|
-
.E_c1iq43vd {
|
|
32103
|
-
display: flex;
|
|
32104
|
-
flex-direction: column;
|
|
32105
|
-
justify-content: center;
|
|
32106
|
-
align-items: center;
|
|
32107
|
-
height: 240px;
|
|
32108
|
-
width: 432px;
|
|
32109
|
-
}
|
|
32110
|
-
|
|
32111
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32112
|
-
border-radius: 0px;
|
|
32113
|
-
box-shadow: unset;
|
|
32114
|
-
border: 0;
|
|
32115
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32116
|
-
}
|
|
32117
|
-
|
|
32118
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32119
|
-
padding: 4px;
|
|
32146
|
+
|
|
32147
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32148
|
+
padding: 4px;
|
|
32120
32149
|
}
|
|
32121
32150
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32122
32151
|
line-height: normal;
|
|
@@ -32297,35 +32326,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32297
32326
|
font-size: 14px;
|
|
32298
32327
|
}
|
|
32299
32328
|
|
|
32300
|
-
.E_suhck3k {
|
|
32301
|
-
height: 24px;
|
|
32302
|
-
width: 24px;
|
|
32303
|
-
border-radius: 6px;
|
|
32304
|
-
padding: 4px;
|
|
32305
|
-
}
|
|
32306
|
-
.E_suhck3k:hover {
|
|
32307
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32308
|
-
}
|
|
32309
|
-
.E_suhck3k:hover svg path {
|
|
32310
|
-
fill: blue;
|
|
32311
|
-
}
|
|
32312
|
-
|
|
32313
|
-
.E_ryby9ds {
|
|
32314
|
-
display: flex;
|
|
32315
|
-
align-items: center;
|
|
32316
|
-
}
|
|
32317
|
-
.E_ryby9ds .order {
|
|
32318
|
-
height: 24px;
|
|
32319
|
-
width: 24px;
|
|
32320
|
-
border-radius: 20px;
|
|
32321
|
-
color: #0080ff;
|
|
32322
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32323
|
-
display: flex;
|
|
32324
|
-
align-items: center;
|
|
32325
|
-
justify-content: center;
|
|
32326
|
-
margin-right: 6px;
|
|
32327
|
-
}
|
|
32328
|
-
|
|
32329
32329
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32330
32330
|
border-radius: 6px;
|
|
32331
32331
|
}
|
|
@@ -32787,59 +32787,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32787
32787
|
transform: translateY(-4px);
|
|
32788
32788
|
}
|
|
32789
32789
|
|
|
32790
|
-
.E_r77hffu {
|
|
32791
|
-
display: flex;
|
|
32792
|
-
align-items: center;
|
|
32793
|
-
justify-content: space-between;
|
|
32794
|
-
column-gap: 6px;
|
|
32795
|
-
}
|
|
32796
|
-
|
|
32797
|
-
.E_p1cmxsf7 {
|
|
32798
|
-
display: flex;
|
|
32799
|
-
flex-direction: column;
|
|
32800
|
-
justify-content: center;
|
|
32801
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32802
|
-
}
|
|
32803
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32804
|
-
font-size: 0;
|
|
32805
|
-
margin-bottom: unset;
|
|
32806
|
-
margin-inline-end: unset;
|
|
32807
|
-
}
|
|
32808
|
-
|
|
32809
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32810
|
-
margin-right: 2px;
|
|
32811
|
-
}
|
|
32812
|
-
|
|
32813
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32814
|
-
padding-left: 8px;
|
|
32815
|
-
padding-right: 8px;
|
|
32816
|
-
}
|
|
32817
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32818
|
-
border-radius: 4px;
|
|
32819
|
-
}
|
|
32820
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32821
|
-
border-radius: 4px;
|
|
32822
|
-
}
|
|
32823
|
-
|
|
32824
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32825
|
-
padding-left: 12px;
|
|
32826
|
-
padding-right: 12px;
|
|
32827
|
-
}
|
|
32828
|
-
|
|
32829
|
-
.E_ckld275 {
|
|
32830
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32831
|
-
}
|
|
32832
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32833
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32834
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32835
|
-
}
|
|
32836
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32837
|
-
background-color: transparent;
|
|
32838
|
-
}
|
|
32839
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32840
|
-
background-color: transparent;
|
|
32841
|
-
}
|
|
32842
|
-
|
|
32843
32790
|
.E_c1yd35n {
|
|
32844
32791
|
padding: 0 12px 14px 12px;
|
|
32845
32792
|
}
|
|
@@ -32948,1001 +32895,1070 @@ input.E_rf8rlle.ant-input {
|
|
|
32948
32895
|
margin-right: 2px;
|
|
32949
32896
|
}
|
|
32950
32897
|
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32954
|
-
font-size: 12px;
|
|
32955
|
-
line-height: 18px;
|
|
32956
|
-
height: 18px;
|
|
32898
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32899
|
+
margin-right: 2px;
|
|
32957
32900
|
}
|
|
32958
32901
|
|
|
32959
|
-
|
|
32960
|
-
|
|
32961
|
-
|
|
32962
|
-
|
|
32963
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32964
|
-
margin-right: 4px;
|
|
32965
|
-
}
|
|
32966
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32967
|
-
margin-left: 4px;
|
|
32968
|
-
}
|
|
32969
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32970
|
-
color: #009DFF;
|
|
32971
|
-
}
|
|
32972
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32973
|
-
color: #005ED1;
|
|
32974
|
-
}
|
|
32975
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32976
|
-
color: #0080FF;
|
|
32977
|
-
}
|
|
32978
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32979
|
-
color: #00122E;
|
|
32902
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32903
|
+
padding-left: 8px;
|
|
32904
|
+
padding-right: 8px;
|
|
32905
|
+
font-size: 12px;
|
|
32980
32906
|
}
|
|
32981
|
-
|
|
32982
|
-
|
|
32907
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32908
|
+
border-radius: 4px;
|
|
32983
32909
|
}
|
|
32984
|
-
|
|
32985
|
-
|
|
32910
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32911
|
+
border-radius: 4px;
|
|
32986
32912
|
}
|
|
32987
|
-
|
|
32988
|
-
|
|
32913
|
+
|
|
32914
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32915
|
+
padding-left: 12px;
|
|
32916
|
+
padding-right: 12px;
|
|
32989
32917
|
}
|
|
32990
|
-
|
|
32991
|
-
|
|
32918
|
+
|
|
32919
|
+
.E_ckld275 {
|
|
32920
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32992
32921
|
}
|
|
32993
|
-
|
|
32994
|
-
color:
|
|
32922
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32923
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32924
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32995
32925
|
}
|
|
32996
|
-
|
|
32997
|
-
color:
|
|
32926
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32927
|
+
background-color: transparent;
|
|
32998
32928
|
}
|
|
32999
|
-
|
|
33000
|
-
color:
|
|
32929
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32930
|
+
background-color: transparent;
|
|
33001
32931
|
}
|
|
33002
32932
|
|
|
33003
|
-
.
|
|
33004
|
-
margin: 0;
|
|
33005
|
-
border-radius: 20px;
|
|
33006
|
-
padding: 2px 10px;
|
|
33007
|
-
height: 22px;
|
|
32933
|
+
.E_r77hffu {
|
|
33008
32934
|
display: flex;
|
|
33009
32935
|
align-items: center;
|
|
32936
|
+
justify-content: space-between;
|
|
32937
|
+
column-gap: 6px;
|
|
33010
32938
|
}
|
|
33011
|
-
|
|
33012
|
-
|
|
32939
|
+
|
|
32940
|
+
.E_p1cmxsf7 {
|
|
32941
|
+
display: flex;
|
|
32942
|
+
flex-direction: column;
|
|
32943
|
+
justify-content: center;
|
|
32944
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33013
32945
|
}
|
|
33014
|
-
.
|
|
33015
|
-
|
|
33016
|
-
|
|
33017
|
-
|
|
33018
|
-
color: #00122e;
|
|
33019
|
-
}
|
|
33020
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33021
|
-
margin-right: 6px;
|
|
33022
|
-
}
|
|
33023
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33024
|
-
margin-left: 8px;
|
|
33025
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33026
|
-
}
|
|
33027
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33028
|
-
color: #FFFFFF;
|
|
33029
|
-
}
|
|
33030
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33031
|
-
background-color: #0080ff;
|
|
33032
|
-
}
|
|
33033
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33034
|
-
background-color: #f0483e;
|
|
33035
|
-
}
|
|
33036
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33037
|
-
background-color: #fea008;
|
|
33038
|
-
}
|
|
33039
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33040
|
-
background-color: #00ba5d;
|
|
33041
|
-
}
|
|
33042
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33043
|
-
background-color: #6b7d99;
|
|
33044
|
-
}
|
|
33045
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33046
|
-
background-color: #7E41FF;
|
|
32946
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32947
|
+
font-size: 0;
|
|
32948
|
+
margin-bottom: unset;
|
|
32949
|
+
margin-inline-end: unset;
|
|
33047
32950
|
}
|
|
33048
32951
|
|
|
33049
|
-
.
|
|
33050
|
-
width:
|
|
33051
|
-
height:
|
|
33052
|
-
|
|
33053
|
-
|
|
32952
|
+
.E_lht19u8 {
|
|
32953
|
+
width: 64px;
|
|
32954
|
+
height: 64px;
|
|
32955
|
+
display: flex;
|
|
32956
|
+
align-items: center;
|
|
32957
|
+
justify-content: center;
|
|
32958
|
+
position: relative;
|
|
32959
|
+
opacity: 0.2;
|
|
33054
32960
|
}
|
|
33055
32961
|
|
|
33056
|
-
.
|
|
33057
|
-
|
|
33058
|
-
|
|
33059
|
-
|
|
33060
|
-
|
|
32962
|
+
.E_lk3gkp4 {
|
|
32963
|
+
position: absolute;
|
|
32964
|
+
width: 5px;
|
|
32965
|
+
height: 48px;
|
|
32966
|
+
left: 9.33px;
|
|
32967
|
+
top: 40.5px;
|
|
32968
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32969
|
+
border-radius: 5px;
|
|
32970
|
+
transform: rotate(-128deg);
|
|
32971
|
+
transform-origin: top left;
|
|
32972
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33061
32973
|
}
|
|
33062
32974
|
|
|
33063
|
-
.
|
|
33064
|
-
|
|
32975
|
+
.E_ll4n94n {
|
|
32976
|
+
position: absolute;
|
|
32977
|
+
width: 5px;
|
|
32978
|
+
height: 48px;
|
|
32979
|
+
left: 40.8px;
|
|
32980
|
+
top: 8.4px;
|
|
32981
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32982
|
+
border-radius: 5px;
|
|
32983
|
+
transform: rotate(-8deg);
|
|
32984
|
+
transform-origin: top left;
|
|
32985
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33065
32986
|
}
|
|
33066
32987
|
|
|
33067
|
-
.
|
|
33068
|
-
|
|
32988
|
+
.E_l17lbdo6 {
|
|
32989
|
+
position: absolute;
|
|
32990
|
+
width: 5px;
|
|
32991
|
+
height: 48px;
|
|
32992
|
+
left: 52.9px;
|
|
32993
|
+
top: 51.8px;
|
|
32994
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32995
|
+
border-radius: 5px;
|
|
32996
|
+
transform: rotate(112deg);
|
|
32997
|
+
transform-origin: top left;
|
|
32998
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33069
32999
|
}
|
|
33070
33000
|
|
|
33071
|
-
.
|
|
33072
|
-
margin: 0;
|
|
33073
|
-
border-radius: 20px;
|
|
33074
|
-
padding: 2px 10px;
|
|
33075
|
-
height: 22px;
|
|
33076
|
-
}
|
|
33077
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33078
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33079
|
-
}
|
|
33080
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33081
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33082
|
-
}
|
|
33083
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33084
|
-
color: #00122e;
|
|
33085
|
-
}
|
|
33086
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33087
|
-
margin-right: 6px;
|
|
33088
|
-
}
|
|
33089
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33090
|
-
margin-left: 8px;
|
|
33001
|
+
.E_msn7nxt {
|
|
33091
33002
|
color: rgba(44, 56, 82, 0.6);
|
|
33003
|
+
text-align: center;
|
|
33004
|
+
display: flex;
|
|
33005
|
+
align-items: center;
|
|
33006
|
+
justify-content: center;
|
|
33007
|
+
flex-direction: column;
|
|
33008
|
+
height: 100%;
|
|
33092
33009
|
}
|
|
33093
|
-
.
|
|
33094
|
-
|
|
33010
|
+
.E_msn7nxt .link {
|
|
33011
|
+
color: #0080ff;
|
|
33012
|
+
cursor: pointer;
|
|
33095
33013
|
}
|
|
33096
|
-
|
|
33097
|
-
|
|
33014
|
+
|
|
33015
|
+
.E_mp64wfi {
|
|
33016
|
+
width: 100%;
|
|
33017
|
+
height: 100%;
|
|
33018
|
+
display: flex;
|
|
33019
|
+
flex-direction: column;
|
|
33098
33020
|
}
|
|
33099
|
-
.
|
|
33100
|
-
|
|
33021
|
+
.E_mp64wfi .name-toolbar {
|
|
33022
|
+
width: 100%;
|
|
33023
|
+
display: flex;
|
|
33024
|
+
line-height: 30px;
|
|
33025
|
+
padding: 0 16px;
|
|
33026
|
+
justify-content: space-between;
|
|
33101
33027
|
}
|
|
33102
|
-
.
|
|
33103
|
-
|
|
33028
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33029
|
+
display: flex;
|
|
33030
|
+
font-size: 12px;
|
|
33031
|
+
align-items: center;
|
|
33104
33032
|
}
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33033
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33034
|
+
color: #a3b4cc;
|
|
33107
33035
|
}
|
|
33108
|
-
.
|
|
33109
|
-
|
|
33036
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33037
|
+
margin-left: 10px;
|
|
33110
33038
|
}
|
|
33111
|
-
.
|
|
33112
|
-
|
|
33039
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33040
|
+
margin-left: 10px;
|
|
33041
|
+
cursor: pointer;
|
|
33113
33042
|
}
|
|
33114
|
-
.
|
|
33115
|
-
|
|
33043
|
+
.E_mp64wfi .content {
|
|
33044
|
+
flex: 1;
|
|
33045
|
+
width: 100%;
|
|
33046
|
+
display: flex;
|
|
33047
|
+
justify-content: center;
|
|
33048
|
+
align-items: center;
|
|
33116
33049
|
}
|
|
33117
|
-
.
|
|
33118
|
-
|
|
33050
|
+
.E_mp64wfi .single-content {
|
|
33051
|
+
height: 65px;
|
|
33119
33052
|
}
|
|
33120
|
-
|
|
33121
|
-
|
|
33053
|
+
|
|
33054
|
+
.E_l1oyigan {
|
|
33055
|
+
display: flex;
|
|
33056
|
+
align-items: center;
|
|
33057
|
+
white-space: nowrap;
|
|
33058
|
+
overflow: hidden;
|
|
33059
|
+
width: 100%;
|
|
33122
33060
|
}
|
|
33123
|
-
.
|
|
33124
|
-
|
|
33061
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33062
|
+
margin-left: auto;
|
|
33063
|
+
font-size: 12px;
|
|
33125
33064
|
}
|
|
33126
|
-
|
|
33127
|
-
|
|
33065
|
+
|
|
33066
|
+
.E_l1noi4n1 {
|
|
33067
|
+
display: flex;
|
|
33068
|
+
justify-content: flex-start;
|
|
33069
|
+
align-items: center;
|
|
33070
|
+
font-size: 12px;
|
|
33071
|
+
cursor: pointer;
|
|
33128
33072
|
}
|
|
33129
|
-
.
|
|
33130
|
-
|
|
33073
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33074
|
+
margin-right: 20px;
|
|
33131
33075
|
}
|
|
33132
|
-
.
|
|
33133
|
-
|
|
33076
|
+
.E_l1noi4n1.deselected {
|
|
33077
|
+
opacity: 0.4;
|
|
33134
33078
|
}
|
|
33135
|
-
.
|
|
33136
|
-
background
|
|
33079
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33080
|
+
background: #b4beca !important;
|
|
33137
33081
|
}
|
|
33138
33082
|
|
|
33139
|
-
.
|
|
33140
|
-
width: 8px;
|
|
33141
|
-
height: 8px;
|
|
33142
|
-
border-radius: 50%;
|
|
33083
|
+
.E_cz19rz6 {
|
|
33143
33084
|
display: inline-block;
|
|
33085
|
+
height: 8px;
|
|
33086
|
+
width: 8px;
|
|
33087
|
+
margin-right: 8px;
|
|
33144
33088
|
}
|
|
33145
33089
|
|
|
33146
|
-
.
|
|
33147
|
-
|
|
33090
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33091
|
+
display: flex;
|
|
33092
|
+
align-items: center;
|
|
33093
|
+
font-size: 12px;
|
|
33094
|
+
margin: 0;
|
|
33148
33095
|
}
|
|
33149
33096
|
|
|
33150
|
-
.
|
|
33151
|
-
|
|
33152
|
-
overflow: visible !important;
|
|
33153
|
-
height: 100%;
|
|
33097
|
+
.E_m1y1hhnr {
|
|
33098
|
+
position: relative;
|
|
33154
33099
|
}
|
|
33155
|
-
.
|
|
33156
|
-
|
|
33100
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33101
|
+
bottom: -12px;
|
|
33157
33102
|
}
|
|
33158
|
-
.
|
|
33159
|
-
|
|
33160
|
-
|
|
33103
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33104
|
+
display: flex;
|
|
33105
|
+
justify-content: space-between;
|
|
33106
|
+
line-height: 30px;
|
|
33107
|
+
margin: 0 16px;
|
|
33161
33108
|
}
|
|
33162
|
-
.
|
|
33163
|
-
|
|
33109
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33110
|
+
display: flex;
|
|
33111
|
+
font-size: 12px;
|
|
33112
|
+
align-items: center;
|
|
33164
33113
|
}
|
|
33165
|
-
.
|
|
33166
|
-
|
|
33114
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33115
|
+
color: #a3b4cc;
|
|
33167
33116
|
}
|
|
33168
|
-
|
|
33169
|
-
|
|
33170
|
-
height: 100%;
|
|
33117
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33118
|
+
margin-left: 10px;
|
|
33171
33119
|
}
|
|
33172
|
-
.
|
|
33173
|
-
|
|
33174
|
-
|
|
33120
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33121
|
+
margin-left: 10px;
|
|
33122
|
+
cursor: pointer;
|
|
33175
33123
|
}
|
|
33176
|
-
.
|
|
33177
|
-
font-
|
|
33124
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33125
|
+
font-size: 12px;
|
|
33178
33126
|
}
|
|
33179
|
-
.
|
|
33180
|
-
|
|
33127
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33128
|
+
position: absolute;
|
|
33129
|
+
bottom: 10px;
|
|
33130
|
+
padding: 0 8px;
|
|
33131
|
+
border-radius: 4px;
|
|
33132
|
+
font-size: 12px;
|
|
33133
|
+
color: #fff;
|
|
33134
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33135
|
+
transform: translateX(-50%);
|
|
33181
33136
|
}
|
|
33182
|
-
|
|
33183
|
-
|
|
33137
|
+
|
|
33138
|
+
.E_tnvijvs {
|
|
33139
|
+
min-width: 200px;
|
|
33184
33140
|
}
|
|
33185
|
-
|
|
33186
|
-
|
|
33187
|
-
|
|
33141
|
+
|
|
33142
|
+
.E_t1ub2aex {
|
|
33143
|
+
display: flex;
|
|
33144
|
+
align-items: center;
|
|
33145
|
+
justify-content: space-between;
|
|
33146
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33147
|
+
color: #b4beca;
|
|
33148
|
+
font-size: 12px;
|
|
33149
|
+
padding: 3px 6px;
|
|
33188
33150
|
}
|
|
33189
|
-
.
|
|
33190
|
-
|
|
33151
|
+
.E_t1ub2aex:first-child {
|
|
33152
|
+
padding-top: 3px;
|
|
33191
33153
|
}
|
|
33192
|
-
.
|
|
33193
|
-
|
|
33154
|
+
.E_t1ub2aex:last-child {
|
|
33155
|
+
padding-bottom: 3px;
|
|
33194
33156
|
}
|
|
33195
|
-
.
|
|
33196
|
-
|
|
33197
|
-
|
|
33198
|
-
padding: 0 !important;
|
|
33157
|
+
.E_t1ub2aex .column-value {
|
|
33158
|
+
color: #fff;
|
|
33159
|
+
margin-left: 8px;
|
|
33199
33160
|
}
|
|
33200
|
-
|
|
33201
|
-
.
|
|
33161
|
+
|
|
33162
|
+
.E_m11nzl2x {
|
|
33163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33164
|
+
text-align: center;
|
|
33202
33165
|
display: flex;
|
|
33203
33166
|
align-items: center;
|
|
33167
|
+
justify-content: center;
|
|
33168
|
+
flex-direction: column;
|
|
33204
33169
|
height: 100%;
|
|
33205
|
-
padding: 8px;
|
|
33206
33170
|
}
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33209
|
-
|
|
33210
|
-
text-overflow: ellipsis;
|
|
33211
|
-
width: 100%;
|
|
33171
|
+
.E_m11nzl2x .link {
|
|
33172
|
+
color: #0080ff;
|
|
33173
|
+
cursor: pointer;
|
|
33212
33174
|
}
|
|
33213
|
-
|
|
33175
|
+
|
|
33176
|
+
.E_mn7joto {
|
|
33177
|
+
width: 100%;
|
|
33214
33178
|
height: 100%;
|
|
33179
|
+
display: flex;
|
|
33180
|
+
flex-direction: column;
|
|
33215
33181
|
}
|
|
33216
|
-
.
|
|
33217
|
-
|
|
33182
|
+
.E_mn7joto .name-toolbar {
|
|
33183
|
+
width: 100%;
|
|
33184
|
+
display: flex;
|
|
33185
|
+
line-height: 30px;
|
|
33186
|
+
justify-content: space-between;
|
|
33218
33187
|
}
|
|
33219
|
-
.
|
|
33220
|
-
|
|
33221
|
-
border-left: none;
|
|
33222
|
-
border-right: none;
|
|
33223
|
-
border-bottom: none;
|
|
33224
|
-
height: 100%;
|
|
33188
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33189
|
+
display: flex;
|
|
33225
33190
|
font-size: 12px;
|
|
33226
|
-
|
|
33227
|
-
}
|
|
33228
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33229
|
-
position: relative;
|
|
33230
|
-
z-index: 3;
|
|
33231
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33232
|
-
margin-bottom: -1px;
|
|
33233
|
-
}
|
|
33234
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33235
|
-
.E_t1fisho6 div.ant-table .value {
|
|
33236
|
-
color: #2d3a56;
|
|
33237
|
-
}
|
|
33238
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33239
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
33240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33191
|
+
align-items: center;
|
|
33241
33192
|
}
|
|
33242
|
-
.
|
|
33243
|
-
|
|
33244
|
-
text-align: center;
|
|
33193
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33194
|
+
color: #a3b4cc;
|
|
33245
33195
|
}
|
|
33246
|
-
.
|
|
33247
|
-
|
|
33196
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33197
|
+
margin-left: 10px;
|
|
33248
33198
|
}
|
|
33249
|
-
.
|
|
33199
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33200
|
+
margin-left: 10px;
|
|
33250
33201
|
cursor: pointer;
|
|
33251
|
-
position: absolute;
|
|
33252
|
-
top: 50%;
|
|
33253
|
-
right: 12px;
|
|
33254
|
-
transform: translateY(-50%);
|
|
33255
|
-
}
|
|
33256
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33257
|
-
box-shadow: none;
|
|
33258
|
-
width: 1px;
|
|
33259
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33260
|
-
}
|
|
33261
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33262
|
-
box-shadow: none;
|
|
33263
|
-
width: 1px;
|
|
33264
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33265
33202
|
}
|
|
33266
|
-
.
|
|
33267
|
-
|
|
33203
|
+
.E_mn7joto .content {
|
|
33204
|
+
flex: 1;
|
|
33205
|
+
width: 100%;
|
|
33206
|
+
display: flex;
|
|
33207
|
+
justify-content: center;
|
|
33208
|
+
align-items: center;
|
|
33268
33209
|
}
|
|
33269
|
-
.
|
|
33270
|
-
|
|
33271
|
-
border-bottom: 1px solid white;
|
|
33272
|
-
height: 40px;
|
|
33273
|
-
vertical-align: middle;
|
|
33274
|
-
transition: background 0ms;
|
|
33275
|
-
color: #00122e;
|
|
33210
|
+
.E_mn7joto .single-content {
|
|
33211
|
+
height: 65px;
|
|
33276
33212
|
}
|
|
33277
|
-
|
|
33278
|
-
|
|
33279
|
-
|
|
33213
|
+
|
|
33214
|
+
.E_l1bifhon {
|
|
33215
|
+
display: flex;
|
|
33216
|
+
align-items: center;
|
|
33217
|
+
white-space: nowrap;
|
|
33218
|
+
overflow: hidden;
|
|
33219
|
+
width: 100%;
|
|
33280
33220
|
}
|
|
33281
|
-
.
|
|
33282
|
-
height: auto;
|
|
33283
|
-
color: #00122e;
|
|
33221
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33284
33222
|
font-size: 12px;
|
|
33285
|
-
|
|
33286
|
-
transition: none;
|
|
33287
|
-
overflow: hidden;
|
|
33288
|
-
text-overflow: ellipsis;
|
|
33289
|
-
white-space: nowrap;
|
|
33223
|
+
margin-left: 8px;
|
|
33290
33224
|
}
|
|
33291
|
-
|
|
33292
|
-
|
|
33225
|
+
|
|
33226
|
+
.E_ltthzck {
|
|
33227
|
+
display: flex;
|
|
33228
|
+
justify-content: flex-start;
|
|
33229
|
+
align-items: center;
|
|
33230
|
+
font-size: 12px;
|
|
33231
|
+
cursor: pointer;
|
|
33293
33232
|
}
|
|
33294
|
-
.
|
|
33295
|
-
|
|
33296
|
-
text-overflow: ellipsis;
|
|
33297
|
-
width: 100%;
|
|
33298
|
-
vertical-align: middle;
|
|
33233
|
+
.E_ltthzck:not(:first-child) {
|
|
33234
|
+
margin-left: 8px;
|
|
33299
33235
|
}
|
|
33300
|
-
.
|
|
33301
|
-
|
|
33236
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33237
|
+
opacity: 0.3;
|
|
33302
33238
|
}
|
|
33303
|
-
.
|
|
33304
|
-
|
|
33239
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33240
|
+
background: #b4beca !important;
|
|
33241
|
+
border-radius: 2px;
|
|
33305
33242
|
}
|
|
33306
|
-
.
|
|
33307
|
-
|
|
33243
|
+
.E_ltthzck.hoverering-self {
|
|
33244
|
+
opacity: 1;
|
|
33308
33245
|
}
|
|
33309
|
-
.
|
|
33310
|
-
|
|
33311
|
-
border-color: transparent transparent white;
|
|
33246
|
+
.E_ltthzck .dropdown-trigger {
|
|
33247
|
+
margin-left: 12px;
|
|
33312
33248
|
}
|
|
33313
|
-
.
|
|
33314
|
-
|
|
33249
|
+
.E_ltthzck .legend-name {
|
|
33250
|
+
color: #00122e;
|
|
33315
33251
|
}
|
|
33316
|
-
|
|
33317
|
-
|
|
33252
|
+
|
|
33253
|
+
.E_l1mumj7o {
|
|
33254
|
+
display: flex;
|
|
33255
|
+
justify-content: flex-start;
|
|
33256
|
+
align-items: center;
|
|
33257
|
+
font-size: 12px;
|
|
33258
|
+
cursor: pointer;
|
|
33318
33259
|
}
|
|
33319
|
-
.
|
|
33320
|
-
|
|
33321
|
-
width: 4px;
|
|
33322
|
-
top: -1px;
|
|
33323
|
-
bottom: -1px;
|
|
33324
|
-
background: white;
|
|
33260
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33261
|
+
opacity: 0.3;
|
|
33325
33262
|
}
|
|
33326
|
-
.
|
|
33327
|
-
|
|
33263
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
33264
|
+
background: #b4beca !important;
|
|
33265
|
+
border-radius: 2px;
|
|
33328
33266
|
}
|
|
33329
|
-
.
|
|
33330
|
-
|
|
33331
|
-
background: white;
|
|
33332
|
-
border-top: none;
|
|
33267
|
+
.E_l1mumj7o .legend-name {
|
|
33268
|
+
color: #00122e;
|
|
33333
33269
|
}
|
|
33334
|
-
.
|
|
33335
|
-
|
|
33336
|
-
border-radius: 0 8px 8px 0;
|
|
33337
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33270
|
+
.E_l1mumj7o.hoverering-self {
|
|
33271
|
+
opacity: 1;
|
|
33338
33272
|
}
|
|
33339
|
-
|
|
33340
|
-
|
|
33341
|
-
|
|
33273
|
+
|
|
33274
|
+
.E_c14rn6j5 {
|
|
33275
|
+
display: inline-block;
|
|
33276
|
+
height: 8px;
|
|
33277
|
+
width: 8px;
|
|
33278
|
+
margin-right: 6px;
|
|
33279
|
+
border-radius: 2px;
|
|
33342
33280
|
}
|
|
33343
|
-
|
|
33281
|
+
|
|
33282
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
33344
33283
|
display: flex;
|
|
33345
33284
|
align-items: center;
|
|
33346
|
-
|
|
33347
|
-
|
|
33285
|
+
font-size: 12px;
|
|
33286
|
+
margin: 0;
|
|
33348
33287
|
}
|
|
33349
|
-
|
|
33350
|
-
|
|
33351
|
-
|
|
33288
|
+
|
|
33289
|
+
.E_lqeaosa {
|
|
33290
|
+
position: relative;
|
|
33352
33291
|
}
|
|
33353
|
-
.
|
|
33292
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
33293
|
+
bottom: -12px;
|
|
33294
|
+
}
|
|
33295
|
+
.E_lqeaosa .metric-toolbar {
|
|
33296
|
+
display: flex;
|
|
33297
|
+
justify-content: space-between;
|
|
33298
|
+
line-height: 30px;
|
|
33299
|
+
}
|
|
33300
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
33354
33301
|
display: flex;
|
|
33302
|
+
flex-shrink: 0;
|
|
33303
|
+
font-size: 12px;
|
|
33355
33304
|
align-items: center;
|
|
33356
|
-
height: 100%;
|
|
33357
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33358
33305
|
}
|
|
33359
|
-
.
|
|
33360
|
-
|
|
33306
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
33307
|
+
color: #a3b4cc;
|
|
33361
33308
|
}
|
|
33362
|
-
.
|
|
33363
|
-
|
|
33364
|
-
border-radius: 8px;
|
|
33309
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33310
|
+
margin-left: 10px;
|
|
33365
33311
|
}
|
|
33366
|
-
.
|
|
33367
|
-
|
|
33312
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
33313
|
+
margin-left: 10px;
|
|
33314
|
+
cursor: pointer;
|
|
33368
33315
|
}
|
|
33369
|
-
.
|
|
33370
|
-
|
|
33371
|
-
border-bottom-color: transparent;
|
|
33372
|
-
border-top-color: transparent;
|
|
33316
|
+
.E_lqeaosa .recharts-xAxis {
|
|
33317
|
+
font-size: 12px;
|
|
33373
33318
|
}
|
|
33374
|
-
.
|
|
33375
|
-
|
|
33319
|
+
.E_lqeaosa .pointer-wrapper {
|
|
33320
|
+
position: absolute;
|
|
33321
|
+
bottom: 10px;
|
|
33322
|
+
padding: 0 8px;
|
|
33323
|
+
font-size: 12px;
|
|
33324
|
+
color: #fff;
|
|
33325
|
+
transform: translateX(-50%);
|
|
33376
33326
|
}
|
|
33377
|
-
|
|
33378
|
-
|
|
33327
|
+
|
|
33328
|
+
.E_t2pr38p {
|
|
33329
|
+
min-width: 200px;
|
|
33330
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
33331
|
+
border-radius: 4px;
|
|
33332
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33333
|
+
padding: 8px;
|
|
33379
33334
|
}
|
|
33380
|
-
|
|
33381
|
-
|
|
33335
|
+
|
|
33336
|
+
.E_tecdsj7 {
|
|
33337
|
+
display: flex;
|
|
33338
|
+
align-items: center;
|
|
33339
|
+
background-color: unset;
|
|
33340
|
+
color: #FFFFFF;
|
|
33341
|
+
justify-content: space-between;
|
|
33342
|
+
font-size: 12px;
|
|
33343
|
+
padding-top: 6px;
|
|
33382
33344
|
}
|
|
33383
|
-
.
|
|
33384
|
-
|
|
33385
|
-
font-weight: 400;
|
|
33386
|
-
position: relative;
|
|
33387
|
-
border-bottom: none;
|
|
33388
|
-
color: #00122e;
|
|
33389
|
-
transition: none;
|
|
33390
|
-
padding: 14px 8px 14px 8px;
|
|
33391
|
-
line-height: 20px;
|
|
33345
|
+
.E_tecdsj7:first-child {
|
|
33346
|
+
padding-top: 3px;
|
|
33392
33347
|
}
|
|
33393
|
-
.
|
|
33394
|
-
|
|
33395
|
-
width: 1px;
|
|
33396
|
-
top: 0;
|
|
33397
|
-
bottom: 0;
|
|
33398
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33399
|
-
position: absolute;
|
|
33400
|
-
right: 0;
|
|
33348
|
+
.E_tecdsj7:last-child {
|
|
33349
|
+
padding-bottom: 3px;
|
|
33401
33350
|
}
|
|
33402
|
-
.
|
|
33403
|
-
|
|
33351
|
+
.E_tecdsj7 .column-value {
|
|
33352
|
+
color: #FFFFFF;
|
|
33353
|
+
margin-left: 8px;
|
|
33404
33354
|
}
|
|
33405
|
-
|
|
33406
|
-
|
|
33355
|
+
|
|
33356
|
+
.E_ljhvvia {
|
|
33357
|
+
display: inline-block;
|
|
33358
|
+
height: 8px;
|
|
33359
|
+
width: 8px;
|
|
33360
|
+
margin-right: 8px;
|
|
33361
|
+
border-radius: 2px;
|
|
33407
33362
|
}
|
|
33408
|
-
.
|
|
33409
|
-
|
|
33410
|
-
overflow: hidden;
|
|
33411
|
-
white-space: nowrap;
|
|
33412
|
-
text-overflow: ellipsis;
|
|
33363
|
+
.E_ljhvvia.borderd {
|
|
33364
|
+
border: 1px solid #fff;
|
|
33413
33365
|
}
|
|
33414
|
-
|
|
33415
|
-
|
|
33416
|
-
|
|
33366
|
+
|
|
33367
|
+
.E_t1gvlxt5 {
|
|
33368
|
+
min-width: 0;
|
|
33417
33369
|
flex: 1;
|
|
33418
33370
|
}
|
|
33419
|
-
.
|
|
33420
|
-
|
|
33421
|
-
}
|
|
33422
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33423
|
-
padding: 0;
|
|
33371
|
+
.E_t1gvlxt5 .tag {
|
|
33372
|
+
flex: 0 0 auto;
|
|
33424
33373
|
}
|
|
33425
|
-
.
|
|
33426
|
-
|
|
33427
|
-
|
|
33428
|
-
top: 50%;
|
|
33429
|
-
transform: translateY(-50%);
|
|
33430
|
-
height: 16px;
|
|
33431
|
-
display: none;
|
|
33432
|
-
transition: transform 320ms ease;
|
|
33374
|
+
.E_t1gvlxt5 .progress-title {
|
|
33375
|
+
flex: 2;
|
|
33376
|
+
max-width: fit-content;
|
|
33433
33377
|
}
|
|
33434
|
-
.
|
|
33435
|
-
|
|
33436
|
-
|
|
33378
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33379
|
+
flex: 1;
|
|
33380
|
+
max-width: fit-content;
|
|
33437
33381
|
}
|
|
33438
|
-
|
|
33439
|
-
|
|
33382
|
+
|
|
33383
|
+
.E_a1ji6r68 {
|
|
33384
|
+
display: flex;
|
|
33385
|
+
align-items: center;
|
|
33386
|
+
column-gap: var(--a1ji6r68-0);
|
|
33440
33387
|
}
|
|
33441
|
-
|
|
33442
|
-
|
|
33388
|
+
|
|
33389
|
+
button.E_l48ei06.ant-btn,
|
|
33390
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33391
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33392
|
+
font-size: 12px;
|
|
33393
|
+
line-height: 18px;
|
|
33394
|
+
height: 18px;
|
|
33443
33395
|
}
|
|
33444
|
-
|
|
33445
|
-
|
|
33396
|
+
|
|
33397
|
+
button.E_l48ei06 {
|
|
33398
|
+
color: #0080FF;
|
|
33399
|
+
height: unset;
|
|
33446
33400
|
}
|
|
33447
|
-
.
|
|
33448
|
-
|
|
33401
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33402
|
+
margin-right: 4px;
|
|
33449
33403
|
}
|
|
33450
|
-
.
|
|
33451
|
-
|
|
33404
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33405
|
+
margin-left: 4px;
|
|
33452
33406
|
}
|
|
33453
|
-
.
|
|
33454
|
-
|
|
33407
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33408
|
+
color: #009DFF;
|
|
33455
33409
|
}
|
|
33456
|
-
.
|
|
33457
|
-
|
|
33410
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33411
|
+
color: #005ED1;
|
|
33458
33412
|
}
|
|
33459
|
-
.
|
|
33460
|
-
|
|
33413
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33414
|
+
color: #0080FF;
|
|
33461
33415
|
}
|
|
33462
|
-
.
|
|
33463
|
-
|
|
33464
|
-
left: 50%;
|
|
33465
|
-
top: 50%;
|
|
33466
|
-
transform: translate(-50%, -50%);
|
|
33416
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33417
|
+
color: #00122E;
|
|
33467
33418
|
}
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33419
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33420
|
+
color: #0080FF;
|
|
33470
33421
|
}
|
|
33471
|
-
.
|
|
33472
|
-
|
|
33422
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33423
|
+
color: #005ED1;
|
|
33473
33424
|
}
|
|
33474
|
-
.
|
|
33475
|
-
|
|
33425
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33426
|
+
color: #00122E;
|
|
33476
33427
|
}
|
|
33477
|
-
.
|
|
33478
|
-
|
|
33479
|
-
border: none;
|
|
33480
|
-
background: inherit !important;
|
|
33481
|
-
height: 100px;
|
|
33482
|
-
vertical-align: middle;
|
|
33428
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33429
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33483
33430
|
}
|
|
33484
|
-
.
|
|
33485
|
-
|
|
33486
|
-
font-weight: bold;
|
|
33487
|
-
font-size: 20px;
|
|
33488
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33431
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33432
|
+
color: #0080FF;
|
|
33489
33433
|
}
|
|
33490
|
-
.
|
|
33491
|
-
|
|
33492
|
-
z-index: 10;
|
|
33434
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33435
|
+
color: #005ED1;
|
|
33493
33436
|
}
|
|
33494
|
-
.
|
|
33495
|
-
|
|
33496
|
-
position: relative;
|
|
33497
|
-
background: #fff;
|
|
33437
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33438
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33498
33439
|
}
|
|
33499
|
-
|
|
33500
|
-
|
|
33440
|
+
|
|
33441
|
+
.E_l1ucdodl {
|
|
33442
|
+
margin: 0;
|
|
33443
|
+
border-radius: 20px;
|
|
33444
|
+
padding: 2px 10px;
|
|
33445
|
+
height: 22px;
|
|
33501
33446
|
display: flex;
|
|
33502
33447
|
align-items: center;
|
|
33503
|
-
justify-content: flex-end;
|
|
33504
|
-
padding-right: 8px;
|
|
33505
33448
|
}
|
|
33506
|
-
.
|
|
33507
|
-
|
|
33508
|
-
|
|
33449
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33450
|
+
color: #FFFFFF;
|
|
33451
|
+
}
|
|
33452
|
+
.E_l1ucdodl.tag-hover {
|
|
33509
33453
|
cursor: pointer;
|
|
33510
|
-
justify-content: center;
|
|
33511
|
-
border-radius: 4px;
|
|
33512
33454
|
}
|
|
33513
|
-
.
|
|
33514
|
-
|
|
33455
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33456
|
+
color: #00122e;
|
|
33515
33457
|
}
|
|
33516
|
-
|
|
33517
|
-
|
|
33518
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33519
|
-
text-align: center;
|
|
33520
|
-
display: flex;
|
|
33521
|
-
align-items: center;
|
|
33522
|
-
justify-content: center;
|
|
33523
|
-
flex-direction: column;
|
|
33524
|
-
height: 100%;
|
|
33458
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33459
|
+
margin-right: 6px;
|
|
33525
33460
|
}
|
|
33526
|
-
.
|
|
33527
|
-
|
|
33528
|
-
|
|
33461
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33462
|
+
margin-left: 8px;
|
|
33463
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33529
33464
|
}
|
|
33530
|
-
|
|
33531
|
-
|
|
33532
|
-
width: 100%;
|
|
33533
|
-
height: 100%;
|
|
33534
|
-
display: flex;
|
|
33535
|
-
flex-direction: column;
|
|
33465
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33466
|
+
color: #FFFFFF;
|
|
33536
33467
|
}
|
|
33537
|
-
.
|
|
33538
|
-
|
|
33539
|
-
display: flex;
|
|
33540
|
-
line-height: 30px;
|
|
33541
|
-
justify-content: space-between;
|
|
33468
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33469
|
+
background-color: #0080ff;
|
|
33542
33470
|
}
|
|
33543
|
-
.
|
|
33544
|
-
|
|
33545
|
-
font-size: 12px;
|
|
33546
|
-
align-items: center;
|
|
33471
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33472
|
+
background-color: #f0483e;
|
|
33547
33473
|
}
|
|
33548
|
-
.
|
|
33549
|
-
color: #
|
|
33474
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33475
|
+
background-color: #fea008;
|
|
33550
33476
|
}
|
|
33551
|
-
.
|
|
33552
|
-
|
|
33477
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33478
|
+
background-color: #00ba5d;
|
|
33553
33479
|
}
|
|
33554
|
-
.
|
|
33555
|
-
|
|
33556
|
-
cursor: pointer;
|
|
33480
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33481
|
+
background-color: #6b7d99;
|
|
33557
33482
|
}
|
|
33558
|
-
.
|
|
33559
|
-
|
|
33560
|
-
width: 100%;
|
|
33561
|
-
display: flex;
|
|
33562
|
-
justify-content: center;
|
|
33563
|
-
align-items: center;
|
|
33483
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33484
|
+
background-color: #7E41FF;
|
|
33564
33485
|
}
|
|
33565
|
-
|
|
33566
|
-
|
|
33486
|
+
|
|
33487
|
+
.E_s1qj66nc {
|
|
33488
|
+
width: 8px;
|
|
33489
|
+
height: 8px;
|
|
33490
|
+
border-radius: 50%;
|
|
33491
|
+
display: inline-block;
|
|
33567
33492
|
}
|
|
33568
33493
|
|
|
33569
|
-
.
|
|
33570
|
-
|
|
33571
|
-
|
|
33572
|
-
|
|
33573
|
-
|
|
33574
|
-
width: 100%;
|
|
33494
|
+
.E_s5x1boq {
|
|
33495
|
+
width: 8px;
|
|
33496
|
+
height: 8px;
|
|
33497
|
+
border-radius: 2px;
|
|
33498
|
+
display: inline-block;
|
|
33575
33499
|
}
|
|
33576
|
-
|
|
33577
|
-
|
|
33578
|
-
|
|
33500
|
+
|
|
33501
|
+
.E_c1xm185 {
|
|
33502
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33579
33503
|
}
|
|
33580
33504
|
|
|
33581
|
-
.
|
|
33582
|
-
|
|
33583
|
-
justify-content: flex-start;
|
|
33584
|
-
align-items: center;
|
|
33585
|
-
font-size: 12px;
|
|
33586
|
-
cursor: pointer;
|
|
33505
|
+
.E_c1x5l5qc {
|
|
33506
|
+
flex: 1;
|
|
33587
33507
|
}
|
|
33588
|
-
|
|
33589
|
-
|
|
33508
|
+
|
|
33509
|
+
.E_sddwhm6 {
|
|
33510
|
+
margin: 0;
|
|
33511
|
+
border-radius: 20px;
|
|
33512
|
+
padding: 2px 10px;
|
|
33513
|
+
height: 22px;
|
|
33590
33514
|
}
|
|
33591
|
-
.
|
|
33592
|
-
|
|
33515
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33516
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33593
33517
|
}
|
|
33594
|
-
.
|
|
33595
|
-
background:
|
|
33596
|
-
border-radius: 2px;
|
|
33518
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33519
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33597
33520
|
}
|
|
33598
|
-
.
|
|
33599
|
-
|
|
33521
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33522
|
+
color: #00122e;
|
|
33600
33523
|
}
|
|
33601
|
-
.
|
|
33602
|
-
margin-
|
|
33524
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33525
|
+
margin-right: 6px;
|
|
33603
33526
|
}
|
|
33604
|
-
|
|
33605
|
-
|
|
33606
|
-
|
|
33607
|
-
justify-content: flex-start;
|
|
33608
|
-
align-items: center;
|
|
33609
|
-
font-size: 12px;
|
|
33610
|
-
cursor: pointer;
|
|
33527
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33528
|
+
margin-left: 8px;
|
|
33529
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33611
33530
|
}
|
|
33612
|
-
.
|
|
33613
|
-
|
|
33531
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33532
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33614
33533
|
}
|
|
33615
|
-
.
|
|
33616
|
-
background: #
|
|
33617
|
-
border-radius: 2px;
|
|
33534
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33535
|
+
background-color: #0080ff;
|
|
33618
33536
|
}
|
|
33619
|
-
.
|
|
33620
|
-
|
|
33537
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33538
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33621
33539
|
}
|
|
33622
|
-
|
|
33623
|
-
.
|
|
33624
|
-
display: inline-block;
|
|
33625
|
-
height: 8px;
|
|
33626
|
-
width: 8px;
|
|
33627
|
-
margin-right: 6px;
|
|
33628
|
-
border-radius: 2px;
|
|
33540
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33541
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33629
33542
|
}
|
|
33630
|
-
|
|
33631
|
-
|
|
33632
|
-
display: flex;
|
|
33633
|
-
align-items: center;
|
|
33634
|
-
font-size: 12px;
|
|
33635
|
-
margin: 0;
|
|
33543
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33544
|
+
background-color: #f0483e;
|
|
33636
33545
|
}
|
|
33637
|
-
|
|
33638
|
-
.
|
|
33639
|
-
position: relative;
|
|
33546
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33547
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33640
33548
|
}
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33549
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33550
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33643
33551
|
}
|
|
33644
|
-
.
|
|
33645
|
-
|
|
33646
|
-
justify-content: space-between;
|
|
33647
|
-
line-height: 30px;
|
|
33552
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33553
|
+
background-color: #fea008;
|
|
33648
33554
|
}
|
|
33649
|
-
.
|
|
33650
|
-
|
|
33651
|
-
flex-shrink: 0;
|
|
33652
|
-
font-size: 12px;
|
|
33653
|
-
align-items: center;
|
|
33555
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33556
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33654
33557
|
}
|
|
33655
|
-
.
|
|
33656
|
-
color:
|
|
33558
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33559
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33657
33560
|
}
|
|
33658
|
-
.
|
|
33659
|
-
|
|
33561
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33562
|
+
background-color: #00ba5d;
|
|
33660
33563
|
}
|
|
33661
|
-
.
|
|
33662
|
-
|
|
33663
|
-
cursor: pointer;
|
|
33564
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33565
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33664
33566
|
}
|
|
33665
|
-
.
|
|
33666
|
-
|
|
33567
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33568
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33667
33569
|
}
|
|
33668
|
-
.
|
|
33669
|
-
|
|
33670
|
-
|
|
33671
|
-
|
|
33672
|
-
|
|
33673
|
-
color: #fff;
|
|
33674
|
-
transform: translateX(-50%);
|
|
33570
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33571
|
+
background-color: #6b7d99;
|
|
33572
|
+
}
|
|
33573
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33574
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33675
33575
|
}
|
|
33676
33576
|
|
|
33677
|
-
.
|
|
33678
|
-
|
|
33679
|
-
|
|
33680
|
-
border-radius:
|
|
33681
|
-
|
|
33682
|
-
padding: 8px;
|
|
33577
|
+
.E_satwmqm {
|
|
33578
|
+
width: 8px;
|
|
33579
|
+
height: 8px;
|
|
33580
|
+
border-radius: 50%;
|
|
33581
|
+
display: inline-block;
|
|
33683
33582
|
}
|
|
33684
33583
|
|
|
33685
|
-
.
|
|
33686
|
-
|
|
33687
|
-
align-items: center;
|
|
33688
|
-
background-color: unset;
|
|
33689
|
-
color: #FFFFFF;
|
|
33690
|
-
justify-content: space-between;
|
|
33691
|
-
font-size: 12px;
|
|
33692
|
-
padding-top: 6px;
|
|
33584
|
+
.E_tc97u5y {
|
|
33585
|
+
height: 100%;
|
|
33693
33586
|
}
|
|
33694
|
-
|
|
33695
|
-
|
|
33587
|
+
|
|
33588
|
+
.E_efzf37v .ant-table-content,
|
|
33589
|
+
.E_efzf37v .ant-table-body {
|
|
33590
|
+
overflow: visible !important;
|
|
33591
|
+
height: 100%;
|
|
33696
33592
|
}
|
|
33697
|
-
.
|
|
33698
|
-
|
|
33593
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33594
|
+
height: 100%;
|
|
33699
33595
|
}
|
|
33700
|
-
.
|
|
33701
|
-
|
|
33702
|
-
|
|
33596
|
+
.E_efzf37v table {
|
|
33597
|
+
width: 100% !important;
|
|
33598
|
+
height: 100%;
|
|
33703
33599
|
}
|
|
33704
|
-
|
|
33705
|
-
|
|
33706
|
-
display: inline-block;
|
|
33707
|
-
height: 8px;
|
|
33708
|
-
width: 8px;
|
|
33709
|
-
margin-right: 8px;
|
|
33710
|
-
border-radius: 2px;
|
|
33600
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33601
|
+
padding: 15px 0;
|
|
33711
33602
|
}
|
|
33712
|
-
.
|
|
33713
|
-
|
|
33603
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33604
|
+
display: none;
|
|
33714
33605
|
}
|
|
33715
33606
|
|
|
33716
|
-
.
|
|
33717
|
-
|
|
33718
|
-
height: 64px;
|
|
33719
|
-
display: flex;
|
|
33720
|
-
align-items: center;
|
|
33721
|
-
justify-content: center;
|
|
33722
|
-
position: relative;
|
|
33723
|
-
opacity: 0.2;
|
|
33607
|
+
.E_t1fisho6 {
|
|
33608
|
+
height: 100%;
|
|
33724
33609
|
}
|
|
33725
|
-
|
|
33726
|
-
|
|
33727
|
-
|
|
33728
|
-
width: 5px;
|
|
33729
|
-
height: 48px;
|
|
33730
|
-
left: 9.33px;
|
|
33731
|
-
top: 40.5px;
|
|
33732
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33733
|
-
border-radius: 5px;
|
|
33734
|
-
transform: rotate(-128deg);
|
|
33735
|
-
transform-origin: top left;
|
|
33736
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33610
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33611
|
+
padding-top: 6px;
|
|
33612
|
+
padding-bottom: 6px;
|
|
33737
33613
|
}
|
|
33738
|
-
|
|
33739
|
-
|
|
33740
|
-
position: absolute;
|
|
33741
|
-
width: 5px;
|
|
33742
|
-
height: 48px;
|
|
33743
|
-
left: 40.8px;
|
|
33744
|
-
top: 8.4px;
|
|
33745
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33746
|
-
border-radius: 5px;
|
|
33747
|
-
transform: rotate(-8deg);
|
|
33748
|
-
transform-origin: top left;
|
|
33749
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33614
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33615
|
+
font-weight: 700;
|
|
33750
33616
|
}
|
|
33751
|
-
|
|
33752
|
-
|
|
33753
|
-
position: absolute;
|
|
33754
|
-
width: 5px;
|
|
33755
|
-
height: 48px;
|
|
33756
|
-
left: 52.9px;
|
|
33757
|
-
top: 51.8px;
|
|
33758
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33759
|
-
border-radius: 5px;
|
|
33760
|
-
transform: rotate(112deg);
|
|
33761
|
-
transform-origin: top left;
|
|
33762
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33617
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33618
|
+
font-weight: 700;
|
|
33763
33619
|
}
|
|
33764
|
-
|
|
33765
|
-
|
|
33766
|
-
|
|
33767
|
-
|
|
33620
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33621
|
+
height: 100%;
|
|
33622
|
+
}
|
|
33623
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33624
|
+
height: 100%;
|
|
33625
|
+
overflow: visible;
|
|
33626
|
+
}
|
|
33627
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33628
|
+
max-height: none;
|
|
33629
|
+
}
|
|
33630
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33631
|
+
background: transparent;
|
|
33632
|
+
}
|
|
33633
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33634
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33635
|
+
background: #fff;
|
|
33636
|
+
padding: 0 !important;
|
|
33637
|
+
}
|
|
33638
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33639
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33768
33640
|
display: flex;
|
|
33769
33641
|
align-items: center;
|
|
33770
|
-
justify-content: center;
|
|
33771
|
-
flex-direction: column;
|
|
33772
33642
|
height: 100%;
|
|
33643
|
+
padding: 8px;
|
|
33773
33644
|
}
|
|
33774
|
-
.
|
|
33775
|
-
|
|
33776
|
-
|
|
33777
|
-
|
|
33778
|
-
|
|
33779
|
-
.E_mp64wfi {
|
|
33645
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33646
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33647
|
+
overflow: hidden;
|
|
33648
|
+
text-overflow: ellipsis;
|
|
33780
33649
|
width: 100%;
|
|
33650
|
+
}
|
|
33651
|
+
.E_t1fisho6 .ant-table-container {
|
|
33781
33652
|
height: 100%;
|
|
33782
|
-
display: flex;
|
|
33783
|
-
flex-direction: column;
|
|
33784
33653
|
}
|
|
33785
|
-
.
|
|
33786
|
-
|
|
33787
|
-
display: flex;
|
|
33788
|
-
line-height: 30px;
|
|
33789
|
-
padding: 0 16px;
|
|
33790
|
-
justify-content: space-between;
|
|
33654
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33655
|
+
box-shadow: none !important;
|
|
33791
33656
|
}
|
|
33792
|
-
.
|
|
33793
|
-
|
|
33657
|
+
.E_t1fisho6 div.ant-table {
|
|
33658
|
+
border-radius: 0px;
|
|
33659
|
+
border-left: none;
|
|
33660
|
+
border-right: none;
|
|
33661
|
+
border-bottom: none;
|
|
33662
|
+
height: 100%;
|
|
33794
33663
|
font-size: 12px;
|
|
33795
|
-
|
|
33664
|
+
background: transparent;
|
|
33796
33665
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33666
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33667
|
+
position: relative;
|
|
33668
|
+
z-index: 3;
|
|
33669
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33670
|
+
margin-bottom: -1px;
|
|
33799
33671
|
}
|
|
33800
|
-
.
|
|
33801
|
-
|
|
33672
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33673
|
+
.E_t1fisho6 div.ant-table .value {
|
|
33674
|
+
color: #2d3a56;
|
|
33802
33675
|
}
|
|
33803
|
-
.
|
|
33804
|
-
|
|
33676
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33677
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
33678
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33679
|
+
}
|
|
33680
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33681
|
+
position: unset;
|
|
33682
|
+
text-align: center;
|
|
33683
|
+
}
|
|
33684
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33685
|
+
background: #fff;
|
|
33686
|
+
}
|
|
33687
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33805
33688
|
cursor: pointer;
|
|
33689
|
+
position: absolute;
|
|
33690
|
+
top: 50%;
|
|
33691
|
+
right: 12px;
|
|
33692
|
+
transform: translateY(-50%);
|
|
33806
33693
|
}
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33809
|
-
width:
|
|
33810
|
-
|
|
33811
|
-
justify-content: center;
|
|
33812
|
-
align-items: center;
|
|
33694
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33695
|
+
box-shadow: none;
|
|
33696
|
+
width: 1px;
|
|
33697
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33813
33698
|
}
|
|
33814
|
-
.
|
|
33815
|
-
|
|
33699
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33700
|
+
box-shadow: none;
|
|
33701
|
+
width: 1px;
|
|
33702
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33816
33703
|
}
|
|
33817
|
-
|
|
33818
|
-
|
|
33819
|
-
|
|
33820
|
-
|
|
33704
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33705
|
+
position: relative;
|
|
33706
|
+
}
|
|
33707
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33708
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33709
|
+
border-bottom: 1px solid white;
|
|
33710
|
+
height: 40px;
|
|
33711
|
+
vertical-align: middle;
|
|
33712
|
+
transition: background 0ms;
|
|
33713
|
+
color: #00122e;
|
|
33714
|
+
}
|
|
33715
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33716
|
+
background: #f2f5fa;
|
|
33717
|
+
border-bottom-color: #f2f5fa;
|
|
33718
|
+
}
|
|
33719
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33720
|
+
height: auto;
|
|
33721
|
+
color: #00122e;
|
|
33722
|
+
font-size: 12px;
|
|
33723
|
+
text-align: left;
|
|
33724
|
+
transition: none;
|
|
33725
|
+
overflow: hidden;
|
|
33726
|
+
text-overflow: ellipsis;
|
|
33821
33727
|
white-space: nowrap;
|
|
33728
|
+
}
|
|
33729
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
33730
|
+
color: #0096ff;
|
|
33731
|
+
}
|
|
33732
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
33822
33733
|
overflow: hidden;
|
|
33734
|
+
text-overflow: ellipsis;
|
|
33823
33735
|
width: 100%;
|
|
33736
|
+
vertical-align: middle;
|
|
33824
33737
|
}
|
|
33825
|
-
.
|
|
33826
|
-
|
|
33827
|
-
font-size: 12px;
|
|
33738
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33739
|
+
line-height: 0px;
|
|
33828
33740
|
}
|
|
33829
|
-
|
|
33830
|
-
|
|
33831
|
-
display: flex;
|
|
33832
|
-
justify-content: flex-start;
|
|
33833
|
-
align-items: center;
|
|
33834
|
-
font-size: 12px;
|
|
33835
|
-
cursor: pointer;
|
|
33741
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33742
|
+
padding-right: 25px;
|
|
33836
33743
|
}
|
|
33837
|
-
.
|
|
33838
|
-
|
|
33744
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33745
|
+
border-top-color: transparent;
|
|
33839
33746
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33747
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33748
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33749
|
+
border-color: transparent transparent white;
|
|
33842
33750
|
}
|
|
33843
|
-
.
|
|
33844
|
-
|
|
33751
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33752
|
+
border-radius: 8px 0 0 8px;
|
|
33845
33753
|
}
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
display: inline-block;
|
|
33849
|
-
height: 8px;
|
|
33850
|
-
width: 8px;
|
|
33851
|
-
margin-right: 8px;
|
|
33754
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33755
|
+
border-radius: 8px 0 0 8px;
|
|
33852
33756
|
}
|
|
33853
|
-
|
|
33854
|
-
|
|
33855
|
-
|
|
33856
|
-
|
|
33857
|
-
|
|
33858
|
-
|
|
33757
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33758
|
+
content: "";
|
|
33759
|
+
width: 4px;
|
|
33760
|
+
top: -1px;
|
|
33761
|
+
bottom: -1px;
|
|
33762
|
+
background: white;
|
|
33859
33763
|
}
|
|
33860
|
-
|
|
33861
|
-
|
|
33862
|
-
position: relative;
|
|
33764
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33765
|
+
border-radius: 0 8px 8px 0;
|
|
33863
33766
|
}
|
|
33864
|
-
.
|
|
33865
|
-
|
|
33767
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33768
|
+
border-radius: 0;
|
|
33769
|
+
background: white;
|
|
33770
|
+
border-top: none;
|
|
33866
33771
|
}
|
|
33867
|
-
.
|
|
33772
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33773
|
+
border-top: 1px solid transparent;
|
|
33774
|
+
border-radius: 0 8px 8px 0;
|
|
33775
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33776
|
+
}
|
|
33777
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33778
|
+
background: white;
|
|
33779
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33780
|
+
}
|
|
33781
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33868
33782
|
display: flex;
|
|
33869
|
-
|
|
33870
|
-
|
|
33871
|
-
|
|
33783
|
+
align-items: center;
|
|
33784
|
+
height: 100%;
|
|
33785
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33872
33786
|
}
|
|
33873
|
-
.
|
|
33787
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33788
|
+
background: white;
|
|
33789
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33790
|
+
}
|
|
33791
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33874
33792
|
display: flex;
|
|
33875
|
-
font-size: 12px;
|
|
33876
33793
|
align-items: center;
|
|
33794
|
+
height: 100%;
|
|
33795
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33877
33796
|
}
|
|
33878
|
-
.
|
|
33879
|
-
|
|
33797
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33798
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33880
33799
|
}
|
|
33881
|
-
.
|
|
33882
|
-
|
|
33800
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33801
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33802
|
+
border-radius: 8px;
|
|
33883
33803
|
}
|
|
33884
|
-
.
|
|
33885
|
-
|
|
33886
|
-
cursor: pointer;
|
|
33804
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33805
|
+
border-top-color: white;
|
|
33887
33806
|
}
|
|
33888
|
-
.
|
|
33889
|
-
|
|
33807
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33808
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33809
|
+
border-bottom-color: transparent;
|
|
33810
|
+
border-top-color: transparent;
|
|
33890
33811
|
}
|
|
33891
|
-
.
|
|
33812
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33813
|
+
border-radius: 8px 0 0 8px;
|
|
33814
|
+
}
|
|
33815
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33816
|
+
border-radius: 0 8px 8px 0;
|
|
33817
|
+
}
|
|
33818
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33819
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33820
|
+
}
|
|
33821
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33822
|
+
background: #fff;
|
|
33823
|
+
font-weight: 400;
|
|
33824
|
+
position: relative;
|
|
33825
|
+
border-bottom: none;
|
|
33826
|
+
color: #00122e;
|
|
33827
|
+
transition: none;
|
|
33828
|
+
padding: 14px 8px 14px 8px;
|
|
33829
|
+
line-height: 20px;
|
|
33830
|
+
}
|
|
33831
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33832
|
+
content: "";
|
|
33833
|
+
width: 1px;
|
|
33834
|
+
top: 0;
|
|
33835
|
+
bottom: 0;
|
|
33836
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33892
33837
|
position: absolute;
|
|
33893
|
-
|
|
33894
|
-
padding: 0 8px;
|
|
33895
|
-
border-radius: 4px;
|
|
33896
|
-
font-size: 12px;
|
|
33897
|
-
color: #fff;
|
|
33898
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33899
|
-
transform: translateX(-50%);
|
|
33838
|
+
right: 0;
|
|
33900
33839
|
}
|
|
33901
|
-
|
|
33902
|
-
|
|
33903
|
-
min-width: 200px;
|
|
33840
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33841
|
+
padding: unset;
|
|
33904
33842
|
}
|
|
33905
|
-
|
|
33906
|
-
|
|
33907
|
-
display: flex;
|
|
33908
|
-
align-items: center;
|
|
33909
|
-
justify-content: space-between;
|
|
33910
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33911
|
-
color: #b4beca;
|
|
33912
|
-
font-size: 12px;
|
|
33913
|
-
padding: 3px 6px;
|
|
33843
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33844
|
+
display: none;
|
|
33914
33845
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33846
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33847
|
+
width: 100%;
|
|
33848
|
+
overflow: hidden;
|
|
33849
|
+
white-space: nowrap;
|
|
33850
|
+
text-overflow: ellipsis;
|
|
33917
33851
|
}
|
|
33918
|
-
.
|
|
33919
|
-
|
|
33852
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33853
|
+
overflow: hidden;
|
|
33854
|
+
text-overflow: ellipsis;
|
|
33855
|
+
flex: 1;
|
|
33920
33856
|
}
|
|
33921
|
-
.
|
|
33922
|
-
|
|
33923
|
-
|
|
33857
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33858
|
+
padding: 15px 25px 15px 8px;
|
|
33859
|
+
}
|
|
33860
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33861
|
+
padding: 0;
|
|
33862
|
+
}
|
|
33863
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33864
|
+
position: absolute;
|
|
33865
|
+
right: 6px;
|
|
33866
|
+
top: 50%;
|
|
33867
|
+
transform: translateY(-50%);
|
|
33868
|
+
height: 16px;
|
|
33869
|
+
display: none;
|
|
33870
|
+
transition: transform 320ms ease;
|
|
33871
|
+
}
|
|
33872
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33873
|
+
display: block;
|
|
33874
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33875
|
+
}
|
|
33876
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33877
|
+
display: block;
|
|
33878
|
+
}
|
|
33879
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33880
|
+
display: none;
|
|
33881
|
+
}
|
|
33882
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33883
|
+
transform: translateY(-50%);
|
|
33884
|
+
}
|
|
33885
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33886
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33887
|
+
}
|
|
33888
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33889
|
+
background: #f2f5fa;
|
|
33890
|
+
}
|
|
33891
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33892
|
+
display: block;
|
|
33893
|
+
}
|
|
33894
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33895
|
+
padding-right: 25px;
|
|
33896
|
+
}
|
|
33897
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33898
|
+
padding: 0 !important;
|
|
33899
|
+
}
|
|
33900
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33901
|
+
position: absolute;
|
|
33902
|
+
left: 50%;
|
|
33903
|
+
top: 50%;
|
|
33904
|
+
transform: translate(-50%, -50%);
|
|
33905
|
+
}
|
|
33906
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33907
|
+
display: none;
|
|
33908
|
+
}
|
|
33909
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33910
|
+
background: #fff;
|
|
33911
|
+
}
|
|
33912
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33913
|
+
background: inherit;
|
|
33914
|
+
}
|
|
33915
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33916
|
+
position: static;
|
|
33917
|
+
border: none;
|
|
33918
|
+
background: inherit !important;
|
|
33919
|
+
height: 100px;
|
|
33920
|
+
vertical-align: middle;
|
|
33921
|
+
}
|
|
33922
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33923
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33924
|
+
font-weight: bold;
|
|
33925
|
+
font-size: 20px;
|
|
33926
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33927
|
+
}
|
|
33928
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33929
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33930
|
+
z-index: 10;
|
|
33924
33931
|
}
|
|
33925
|
-
|
|
33926
|
-
|
|
33927
|
-
|
|
33928
|
-
|
|
33932
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33933
|
+
padding: 0 !important;
|
|
33934
|
+
position: relative;
|
|
33935
|
+
background: #fff;
|
|
33929
33936
|
}
|
|
33930
|
-
.
|
|
33931
|
-
|
|
33937
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33938
|
+
height: 100%;
|
|
33939
|
+
display: flex;
|
|
33940
|
+
align-items: center;
|
|
33941
|
+
justify-content: flex-end;
|
|
33942
|
+
padding-right: 8px;
|
|
33932
33943
|
}
|
|
33933
|
-
.
|
|
33934
|
-
|
|
33935
|
-
|
|
33944
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33945
|
+
width: 24px;
|
|
33946
|
+
height: 24px;
|
|
33947
|
+
cursor: pointer;
|
|
33948
|
+
justify-content: center;
|
|
33949
|
+
border-radius: 4px;
|
|
33936
33950
|
}
|
|
33937
|
-
.
|
|
33938
|
-
|
|
33939
|
-
max-width: fit-content;
|
|
33951
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33952
|
+
background: #fff;
|
|
33940
33953
|
}
|
|
33941
33954
|
|
|
33942
|
-
.
|
|
33943
|
-
|
|
33944
|
-
|
|
33945
|
-
|
|
33955
|
+
.E_w7ob4th.outside-tag {
|
|
33956
|
+
padding-left: 0;
|
|
33957
|
+
}
|
|
33958
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33959
|
+
border-radius: 4px 0 0 4px;
|
|
33960
|
+
padding-right: 4px;
|
|
33961
|
+
margin-right: 4px;
|
|
33946
33962
|
}
|
|
33947
33963
|
|
|
33948
33964
|
.E_sjob3jg {
|
|
@@ -34140,6 +34156,40 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34140
34156
|
justify-content: center;
|
|
34141
34157
|
}
|
|
34142
34158
|
|
|
34159
|
+
.E_slr2ynn {
|
|
34160
|
+
padding: 0 8px;
|
|
34161
|
+
height: 18px;
|
|
34162
|
+
}
|
|
34163
|
+
|
|
34164
|
+
.E_m140wbb6 {
|
|
34165
|
+
padding: 2px 8px;
|
|
34166
|
+
height: 24px;
|
|
34167
|
+
}
|
|
34168
|
+
|
|
34169
|
+
.E_t1fozc1i {
|
|
34170
|
+
margin: 0;
|
|
34171
|
+
}
|
|
34172
|
+
|
|
34173
|
+
.E_i1vxv4ln {
|
|
34174
|
+
margin-right: 4px;
|
|
34175
|
+
height: 16px;
|
|
34176
|
+
}
|
|
34177
|
+
|
|
34178
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34179
|
+
font-weight: 700;
|
|
34180
|
+
color: #00122e;
|
|
34181
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34182
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34183
|
+
word-break: break-all;
|
|
34184
|
+
display: inline;
|
|
34185
|
+
white-space: normal;
|
|
34186
|
+
}
|
|
34187
|
+
|
|
34188
|
+
.E_i1g85yz3 {
|
|
34189
|
+
margin-right: 4px;
|
|
34190
|
+
height: 16px;
|
|
34191
|
+
}
|
|
34192
|
+
|
|
34143
34193
|
.E_t1dtlqs1 {
|
|
34144
34194
|
margin-bottom: 4px;
|
|
34145
34195
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34336,15 +34386,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34336
34386
|
margin-right: 8px;
|
|
34337
34387
|
}
|
|
34338
34388
|
|
|
34339
|
-
.E_w7ob4th.outside-tag {
|
|
34340
|
-
padding-left: 0;
|
|
34341
|
-
}
|
|
34342
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34343
|
-
border-radius: 4px 0 0 4px;
|
|
34344
|
-
padding-right: 4px;
|
|
34345
|
-
margin-right: 4px;
|
|
34346
|
-
}
|
|
34347
|
-
|
|
34348
34389
|
.E_t13ef470 {
|
|
34349
34390
|
height: 100%;
|
|
34350
34391
|
}
|
|
@@ -34375,69 +34416,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34375
34416
|
background: rgba(163, 180, 204, 0.18);
|
|
34376
34417
|
}
|
|
34377
34418
|
|
|
34378
|
-
.E_slr2ynn {
|
|
34379
|
-
padding: 0 8px;
|
|
34380
|
-
height: 18px;
|
|
34381
|
-
}
|
|
34382
|
-
|
|
34383
|
-
.E_m140wbb6 {
|
|
34384
|
-
padding: 2px 8px;
|
|
34385
|
-
height: 24px;
|
|
34386
|
-
}
|
|
34387
|
-
|
|
34388
|
-
.E_t1fozc1i {
|
|
34389
|
-
margin: 0;
|
|
34390
|
-
}
|
|
34391
|
-
|
|
34392
|
-
.E_i1vxv4ln {
|
|
34393
|
-
margin-right: 4px;
|
|
34394
|
-
height: 16px;
|
|
34395
|
-
}
|
|
34396
|
-
|
|
34397
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34398
|
-
font-weight: 700;
|
|
34399
|
-
color: #00122e;
|
|
34400
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34401
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34402
|
-
word-break: break-all;
|
|
34403
|
-
display: inline;
|
|
34404
|
-
white-space: normal;
|
|
34405
|
-
}
|
|
34406
|
-
|
|
34407
|
-
.E_i1g85yz3 {
|
|
34408
|
-
margin-right: 4px;
|
|
34409
|
-
height: 16px;
|
|
34410
|
-
}
|
|
34411
|
-
|
|
34412
|
-
.E_s20iney.skeleton-box {
|
|
34413
|
-
display: flex;
|
|
34414
|
-
align-items: center;
|
|
34415
|
-
justify-content: center;
|
|
34416
|
-
position: relative;
|
|
34417
|
-
border-radius: 2px;
|
|
34418
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34419
|
-
overflow: hidden;
|
|
34420
|
-
}
|
|
34421
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34422
|
-
width: 200%;
|
|
34423
|
-
height: 200%;
|
|
34424
|
-
transform: rotate(15deg);
|
|
34425
|
-
position: absolute;
|
|
34426
|
-
top: -50%;
|
|
34427
|
-
flex-shrink: 0;
|
|
34428
|
-
opacity: 0.8;
|
|
34429
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34430
|
-
animation: shimmer 1100ms infinite;
|
|
34431
|
-
}
|
|
34432
|
-
@keyframes shimmer {
|
|
34433
|
-
from {
|
|
34434
|
-
left: -120%;
|
|
34435
|
-
}
|
|
34436
|
-
to {
|
|
34437
|
-
left: 100%;
|
|
34438
|
-
}
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
34419
|
.E_t59qhqp {
|
|
34442
34420
|
background: #FFFFFF;
|
|
34443
34421
|
padding: 24px 32px;
|
|
@@ -34486,6 +34464,39 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34486
34464
|
color: #00122E;
|
|
34487
34465
|
}
|
|
34488
34466
|
|
|
34467
|
+
.E_s20iney.skeleton-box {
|
|
34468
|
+
display: flex;
|
|
34469
|
+
align-items: center;
|
|
34470
|
+
justify-content: center;
|
|
34471
|
+
position: relative;
|
|
34472
|
+
border-radius: 2px;
|
|
34473
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34474
|
+
overflow: hidden;
|
|
34475
|
+
}
|
|
34476
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34477
|
+
width: 200%;
|
|
34478
|
+
height: 200%;
|
|
34479
|
+
transform: rotate(15deg);
|
|
34480
|
+
position: absolute;
|
|
34481
|
+
top: -50%;
|
|
34482
|
+
flex-shrink: 0;
|
|
34483
|
+
opacity: 0.8;
|
|
34484
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34485
|
+
animation: shimmer 1100ms infinite;
|
|
34486
|
+
}
|
|
34487
|
+
@keyframes shimmer {
|
|
34488
|
+
from {
|
|
34489
|
+
left: -120%;
|
|
34490
|
+
}
|
|
34491
|
+
to {
|
|
34492
|
+
left: 100%;
|
|
34493
|
+
}
|
|
34494
|
+
}
|
|
34495
|
+
|
|
34496
|
+
.E_t1616y1o {
|
|
34497
|
+
color: #fff;
|
|
34498
|
+
}
|
|
34499
|
+
|
|
34489
34500
|
.E_t1g36k2w {
|
|
34490
34501
|
overflow: hidden;
|
|
34491
34502
|
height: 100%;
|
|
@@ -34515,10 +34526,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34515
34526
|
background: rgba(225, 230, 241, 0.6);
|
|
34516
34527
|
}
|
|
34517
34528
|
|
|
34518
|
-
.E_t1616y1o {
|
|
34519
|
-
color: #fff;
|
|
34520
|
-
}
|
|
34521
|
-
|
|
34522
34529
|
.E_a9y3flr {
|
|
34523
34530
|
margin-left: 8px;
|
|
34524
34531
|
}
|
|
@@ -34547,18 +34554,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34547
34554
|
display: block;
|
|
34548
34555
|
}
|
|
34549
34556
|
|
|
34550
|
-
.E_i14c7jc8 {
|
|
34551
|
-
color: var(--i14c7jc8-0);
|
|
34552
|
-
}
|
|
34553
|
-
|
|
34554
|
-
.E_i1ibuolf {
|
|
34555
|
-
display: flex;
|
|
34556
|
-
align-items: center;
|
|
34557
|
-
column-gap: 4px;
|
|
34558
|
-
font-size: 12px;
|
|
34559
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34560
|
-
}
|
|
34561
|
-
|
|
34562
34557
|
.E_d1u4ndxc {
|
|
34563
34558
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34564
34559
|
font-size: 12px;
|
|
@@ -34589,18 +34584,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34589
34584
|
transform: translateX(100%);
|
|
34590
34585
|
}
|
|
34591
34586
|
}
|
|
34592
|
-
|
|
34593
|
-
.
|
|
34594
|
-
|
|
34595
|
-
|
|
34596
|
-
|
|
34597
|
-
|
|
34598
|
-
display: flex;
|
|
34599
|
-
|
|
34600
|
-
|
|
34587
|
+
|
|
34588
|
+
.E_i14c7jc8 {
|
|
34589
|
+
color: var(--i14c7jc8-0);
|
|
34590
|
+
}
|
|
34591
|
+
|
|
34592
|
+
.E_i1ibuolf {
|
|
34593
|
+
display: flex;
|
|
34594
|
+
align-items: center;
|
|
34595
|
+
column-gap: 4px;
|
|
34596
|
+
font-size: 12px;
|
|
34597
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34598
|
+
}
|
|
34599
|
+
|
|
34600
|
+
.E_s1ebs0ra {
|
|
34601
|
+
display: flex;
|
|
34602
|
+
align-items: center;
|
|
34603
|
+
justify-content: space-between;
|
|
34604
|
+
background: #edf0f7;
|
|
34605
|
+
padding: 8px 12px;
|
|
34606
|
+
position: sticky;
|
|
34607
|
+
top: 0;
|
|
34608
|
+
z-index: 1;
|
|
34609
|
+
margin-bottom: -52px;
|
|
34610
|
+
}
|
|
34611
|
+
.E_s1ebs0ra .select-total {
|
|
34612
|
+
display: flex;
|
|
34613
|
+
align-items: center;
|
|
34614
|
+
font-weight: 700;
|
|
34615
|
+
flex-shrink: 0;
|
|
34616
|
+
}
|
|
34617
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34618
|
+
cursor: pointer;
|
|
34619
|
+
margin-left: 8px;
|
|
34620
|
+
width: 32px;
|
|
34621
|
+
height: 32px;
|
|
34622
|
+
border-radius: 50%;
|
|
34623
|
+
justify-content: center;
|
|
34624
|
+
}
|
|
34625
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34626
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34627
|
+
}
|
|
34628
|
+
.E_s1ebs0ra .action-group {
|
|
34629
|
+
flex: 1;
|
|
34630
|
+
margin-left: 88px;
|
|
34631
|
+
white-space: nowrap;
|
|
34632
|
+
text-align: right;
|
|
34633
|
+
position: relative;
|
|
34634
|
+
padding: 4px 0;
|
|
34635
|
+
margin-top: -4px;
|
|
34636
|
+
overflow: hidden;
|
|
34637
|
+
}
|
|
34638
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34639
|
+
transform: translateY(-4px);
|
|
34640
|
+
}
|
|
34641
|
+
.E_s1ebs0ra .action-group button {
|
|
34642
|
+
border: none;
|
|
34643
|
+
}
|
|
34644
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34645
|
+
margin-right: 8px;
|
|
34646
|
+
}
|
|
34647
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34648
|
+
margin-right: 4px;
|
|
34601
34649
|
}
|
|
34602
|
-
.
|
|
34603
|
-
|
|
34650
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34651
|
+
cursor: pointer;
|
|
34652
|
+
width: 32px;
|
|
34653
|
+
height: 32px;
|
|
34654
|
+
justify-content: center;
|
|
34655
|
+
border-radius: 50%;
|
|
34656
|
+
}
|
|
34657
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34658
|
+
background: #fff;
|
|
34604
34659
|
}
|
|
34605
34660
|
|
|
34606
34661
|
.E_c18bcrac {
|
|
@@ -34650,98 +34705,97 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34650
34705
|
margin-right: 4px;
|
|
34651
34706
|
}
|
|
34652
34707
|
|
|
34653
|
-
.
|
|
34654
|
-
|
|
34655
|
-
|
|
34656
|
-
|
|
34657
|
-
line-height: 18px;
|
|
34708
|
+
.E_clm1wy1 {
|
|
34709
|
+
width: 192px;
|
|
34710
|
+
height: 246px;
|
|
34711
|
+
border-radius: 4px;
|
|
34658
34712
|
}
|
|
34659
|
-
.
|
|
34660
|
-
|
|
34713
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
34714
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34715
|
+
width: 100%;
|
|
34716
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
34717
|
+
border-top: none;
|
|
34661
34718
|
}
|
|
34662
|
-
|
|
34663
|
-
.
|
|
34664
|
-
|
|
34719
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34720
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34721
|
+
padding: 0 16px;
|
|
34665
34722
|
}
|
|
34666
|
-
|
|
34667
|
-
.
|
|
34668
|
-
|
|
34669
|
-
|
|
34723
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34724
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34725
|
+
width: 100%;
|
|
34726
|
+
height: 180px;
|
|
34727
|
+
border-spacing: 0;
|
|
34670
34728
|
}
|
|
34671
|
-
|
|
34672
|
-
|
|
34673
|
-
margin:
|
|
34729
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34730
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34731
|
+
margin-bottom: 8px;
|
|
34674
34732
|
}
|
|
34675
|
-
|
|
34676
|
-
.
|
|
34677
|
-
|
|
34733
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34734
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34735
|
+
width: 22px;
|
|
34678
34736
|
}
|
|
34679
|
-
.
|
|
34680
|
-
|
|
34737
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34738
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34739
|
+
padding: 0;
|
|
34681
34740
|
}
|
|
34682
|
-
.
|
|
34683
|
-
color:
|
|
34741
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
34742
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34743
|
+
opacity: 0.4;
|
|
34744
|
+
}
|
|
34745
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34746
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34747
|
+
opacity: 1;
|
|
34748
|
+
}
|
|
34749
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34750
|
+
color: #3e4652;
|
|
34751
|
+
}
|
|
34752
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
34753
|
+
pointer-events: none;
|
|
34684
34754
|
}
|
|
34685
34755
|
|
|
34686
|
-
.
|
|
34687
|
-
|
|
34688
|
-
|
|
34689
|
-
|
|
34690
|
-
|
|
34691
|
-
padding: 8px 12px;
|
|
34692
|
-
position: sticky;
|
|
34693
|
-
top: 0;
|
|
34694
|
-
z-index: 1;
|
|
34695
|
-
margin-bottom: -52px;
|
|
34756
|
+
.E_t1tsm00v {
|
|
34757
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34758
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34759
|
+
backdrop-filter: blur(10px);
|
|
34760
|
+
padding: 7px 10px;
|
|
34696
34761
|
}
|
|
34697
|
-
|
|
34762
|
+
|
|
34763
|
+
.E_c167wnad {
|
|
34764
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34698
34765
|
display: flex;
|
|
34766
|
+
justify-content: space-between;
|
|
34699
34767
|
align-items: center;
|
|
34700
|
-
|
|
34701
|
-
flex-shrink: 0;
|
|
34768
|
+
padding: 8px 16px;
|
|
34702
34769
|
}
|
|
34703
|
-
.
|
|
34770
|
+
.E_c167wnad .anticon {
|
|
34704
34771
|
cursor: pointer;
|
|
34705
|
-
margin-left: 8px;
|
|
34706
|
-
width: 32px;
|
|
34707
|
-
height: 32px;
|
|
34708
|
-
border-radius: 50%;
|
|
34709
|
-
justify-content: center;
|
|
34710
|
-
}
|
|
34711
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34712
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34713
|
-
}
|
|
34714
|
-
.E_s1ebs0ra .action-group {
|
|
34715
|
-
flex: 1;
|
|
34716
|
-
margin-left: 88px;
|
|
34717
|
-
white-space: nowrap;
|
|
34718
|
-
text-align: right;
|
|
34719
|
-
position: relative;
|
|
34720
|
-
padding: 4px 0;
|
|
34721
|
-
margin-top: -4px;
|
|
34722
|
-
overflow: hidden;
|
|
34723
34772
|
}
|
|
34724
|
-
.
|
|
34725
|
-
|
|
34773
|
+
.E_c167wnad .anticon:hover {
|
|
34774
|
+
color: #0096ff;
|
|
34726
34775
|
}
|
|
34727
|
-
|
|
34728
|
-
|
|
34776
|
+
|
|
34777
|
+
.E_cxhf7dh {
|
|
34778
|
+
text-align: center;
|
|
34729
34779
|
}
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34780
|
+
.E_cxhf7dh .dots {
|
|
34781
|
+
display: flex;
|
|
34782
|
+
justify-content: center;
|
|
34732
34783
|
}
|
|
34733
|
-
.
|
|
34734
|
-
|
|
34784
|
+
.E_cxhf7dh .dot {
|
|
34785
|
+
display: inline-block;
|
|
34786
|
+
width: 2px;
|
|
34787
|
+
height: 2px;
|
|
34788
|
+
border-radius: 1px;
|
|
34789
|
+
background: #0096ff;
|
|
34735
34790
|
}
|
|
34736
|
-
.
|
|
34737
|
-
|
|
34738
|
-
width: 32px;
|
|
34739
|
-
height: 32px;
|
|
34740
|
-
justify-content: center;
|
|
34741
|
-
border-radius: 50%;
|
|
34791
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
34792
|
+
margin-right: 2px;
|
|
34742
34793
|
}
|
|
34743
|
-
.
|
|
34744
|
-
|
|
34794
|
+
.E_cxhf7dh .bar {
|
|
34795
|
+
width: 9px;
|
|
34796
|
+
height: 2px;
|
|
34797
|
+
background: #0096ff;
|
|
34798
|
+
border-radius: 2px;
|
|
34745
34799
|
}
|
|
34746
34800
|
|
|
34747
34801
|
.E_c1up1pdz {
|
|
@@ -34884,124 +34938,72 @@ span.E_tqjc4ui {
|
|
|
34884
34938
|
color: #fff;
|
|
34885
34939
|
}
|
|
34886
34940
|
|
|
34887
|
-
.
|
|
34888
|
-
|
|
34889
|
-
text-overflow: ellipsis;
|
|
34941
|
+
span.E_tqjc4ui {
|
|
34942
|
+
margin: 0 2px;
|
|
34890
34943
|
}
|
|
34891
34944
|
|
|
34892
|
-
.
|
|
34893
|
-
|
|
34945
|
+
.E_n12mqh7z {
|
|
34946
|
+
display: flex;
|
|
34947
|
+
align-items: center;
|
|
34948
|
+
font-size: 12px;
|
|
34949
|
+
line-height: 18px;
|
|
34894
34950
|
}
|
|
34895
|
-
|
|
34896
|
-
|
|
34897
|
-
display: -webkit-box;
|
|
34898
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34899
|
-
-webkit-box-orient: vertical;
|
|
34900
|
-
word-break: break-all;
|
|
34951
|
+
.E_n12mqh7z:not(:last-child) {
|
|
34952
|
+
margin-bottom: 4px;
|
|
34901
34953
|
}
|
|
34902
34954
|
|
|
34903
|
-
.
|
|
34904
|
-
|
|
34905
|
-
}
|
|
34906
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34907
|
-
background: rgba(23, 38, 64, 0.8);
|
|
34908
|
-
border-radius: 4px;
|
|
34909
|
-
}
|
|
34910
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34911
|
-
visibility: hidden;
|
|
34955
|
+
.E_tf5bynu {
|
|
34956
|
+
margin: 0 3px;
|
|
34912
34957
|
}
|
|
34913
34958
|
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
border-radius: 4px;
|
|
34918
|
-
}
|
|
34919
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34920
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34921
|
-
width: 100%;
|
|
34922
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34923
|
-
border-top: none;
|
|
34924
|
-
}
|
|
34925
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34926
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34927
|
-
padding: 0 16px;
|
|
34928
|
-
}
|
|
34929
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34930
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34931
|
-
width: 100%;
|
|
34932
|
-
height: 180px;
|
|
34933
|
-
border-spacing: 0;
|
|
34934
|
-
}
|
|
34935
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34936
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34937
|
-
margin-bottom: 8px;
|
|
34938
|
-
}
|
|
34939
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34940
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34941
|
-
width: 22px;
|
|
34942
|
-
}
|
|
34943
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34944
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34945
|
-
padding: 0;
|
|
34946
|
-
}
|
|
34947
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34948
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34949
|
-
opacity: 0.4;
|
|
34950
|
-
}
|
|
34951
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34952
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34953
|
-
opacity: 1;
|
|
34959
|
+
.E_tcckoz1 {
|
|
34960
|
+
max-height: 400px;
|
|
34961
|
+
overflow: auto;
|
|
34954
34962
|
}
|
|
34955
|
-
|
|
34956
|
-
|
|
34963
|
+
|
|
34964
|
+
.E_ou7iq30 {
|
|
34965
|
+
overflow: hidden;
|
|
34966
|
+
text-overflow: ellipsis;
|
|
34957
34967
|
}
|
|
34958
|
-
|
|
34959
|
-
|
|
34968
|
+
|
|
34969
|
+
.E_s1tui002 {
|
|
34970
|
+
white-space: nowrap;
|
|
34960
34971
|
}
|
|
34961
34972
|
|
|
34962
|
-
.
|
|
34963
|
-
|
|
34964
|
-
|
|
34965
|
-
|
|
34966
|
-
|
|
34973
|
+
.E_mxrc2zg {
|
|
34974
|
+
display: -webkit-box;
|
|
34975
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34976
|
+
-webkit-box-orient: vertical;
|
|
34977
|
+
word-break: break-all;
|
|
34967
34978
|
}
|
|
34968
34979
|
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34971
|
-
display: flex;
|
|
34972
|
-
justify-content: space-between;
|
|
34973
|
-
align-items: center;
|
|
34974
|
-
padding: 8px 16px;
|
|
34980
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
34981
|
+
display: none;
|
|
34975
34982
|
}
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34983
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34984
|
+
background: rgba(23, 38, 64, 0.8);
|
|
34985
|
+
border-radius: 4px;
|
|
34978
34986
|
}
|
|
34979
|
-
.
|
|
34980
|
-
|
|
34987
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34988
|
+
visibility: hidden;
|
|
34981
34989
|
}
|
|
34982
34990
|
|
|
34983
|
-
.
|
|
34984
|
-
|
|
34991
|
+
.E_gmyahx3 {
|
|
34992
|
+
cursor: pointer;
|
|
34985
34993
|
}
|
|
34986
|
-
.
|
|
34987
|
-
|
|
34988
|
-
justify-content: center;
|
|
34994
|
+
.E_gmyahx3 .link-text {
|
|
34995
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34989
34996
|
}
|
|
34990
|
-
.
|
|
34991
|
-
|
|
34992
|
-
width: 2px;
|
|
34993
|
-
height: 2px;
|
|
34994
|
-
border-radius: 1px;
|
|
34995
|
-
background: #0096ff;
|
|
34997
|
+
.E_gmyahx3:hover .link-text {
|
|
34998
|
+
color: #0080ff;
|
|
34996
34999
|
}
|
|
34997
|
-
|
|
34998
|
-
|
|
35000
|
+
|
|
35001
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35002
|
+
display: flex;
|
|
35003
|
+
align-items: center;
|
|
34999
35004
|
}
|
|
35000
|
-
.
|
|
35001
|
-
|
|
35002
|
-
height: 2px;
|
|
35003
|
-
background: #0096ff;
|
|
35004
|
-
border-radius: 2px;
|
|
35005
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35006
|
+
margin-right: 8px;
|
|
35005
35007
|
}
|
|
35006
35008
|
|
|
35007
35009
|
.E_t1sqg15u {
|
|
@@ -35094,6 +35096,42 @@ span.E_tqjc4ui {
|
|
|
35094
35096
|
padding-right: 12px;
|
|
35095
35097
|
}
|
|
35096
35098
|
|
|
35099
|
+
.E_skwah65 {
|
|
35100
|
+
height: 8px;
|
|
35101
|
+
box-sizing: border-box;
|
|
35102
|
+
border-radius: 2px;
|
|
35103
|
+
background: #f5f7fa;
|
|
35104
|
+
display: flex;
|
|
35105
|
+
width: 100%;
|
|
35106
|
+
overflow: hidden;
|
|
35107
|
+
}
|
|
35108
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35109
|
+
margin-left: 1px;
|
|
35110
|
+
}
|
|
35111
|
+
|
|
35112
|
+
.E_wg1tsps {
|
|
35113
|
+
display: flex;
|
|
35114
|
+
align-items: center;
|
|
35115
|
+
justify-content: flex-end;
|
|
35116
|
+
}
|
|
35117
|
+
|
|
35118
|
+
.E_b1ctd5xy {
|
|
35119
|
+
display: flex;
|
|
35120
|
+
align-items: center;
|
|
35121
|
+
width: calc(100% - 40px);
|
|
35122
|
+
}
|
|
35123
|
+
.E_b1ctd5xy .chart {
|
|
35124
|
+
display: inline-block;
|
|
35125
|
+
width: 100%;
|
|
35126
|
+
}
|
|
35127
|
+
|
|
35128
|
+
.E_u1p8acpn {
|
|
35129
|
+
min-width: 40px;
|
|
35130
|
+
}
|
|
35131
|
+
.E_u1p8acpn .unit {
|
|
35132
|
+
color: #00122e !important;
|
|
35133
|
+
}
|
|
35134
|
+
|
|
35097
35135
|
.E_s1at6qmn.ant-layout-sider {
|
|
35098
35136
|
background: #edf0f7;
|
|
35099
35137
|
padding: 32px 8px;
|
|
@@ -35410,78 +35448,57 @@ span.E_tqjc4ui {
|
|
|
35410
35448
|
background: transparent;
|
|
35411
35449
|
}
|
|
35412
35450
|
|
|
35413
|
-
.
|
|
35414
|
-
|
|
35415
|
-
|
|
35451
|
+
.E_cyms3br {
|
|
35452
|
+
background: #fff;
|
|
35453
|
+
width: 100%;
|
|
35454
|
+
border-radius: 8px;
|
|
35455
|
+
border: 1px solid rgb(228, 233, 242);
|
|
35416
35456
|
}
|
|
35417
|
-
.
|
|
35418
|
-
|
|
35457
|
+
.E_cyms3br .ant-list {
|
|
35458
|
+
padding: 12px;
|
|
35419
35459
|
}
|
|
35420
|
-
|
|
35421
|
-
|
|
35460
|
+
.E_cyms3br .ant-list-item {
|
|
35461
|
+
padding: 4px 0;
|
|
35462
|
+
}
|
|
35463
|
+
.E_cyms3br .ant-alert {
|
|
35464
|
+
margin-left: 24px;
|
|
35465
|
+
}
|
|
35466
|
+
.E_cyms3br header {
|
|
35467
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35468
|
+
font-size: 12px;
|
|
35469
|
+
color: rgb(29, 50, 108);
|
|
35470
|
+
font-weight: 700;
|
|
35471
|
+
padding: 6px 12px;
|
|
35422
35472
|
display: flex;
|
|
35473
|
+
flex-direction: row;
|
|
35423
35474
|
align-items: center;
|
|
35424
|
-
justify-content:
|
|
35475
|
+
justify-content: space-between;
|
|
35425
35476
|
}
|
|
35426
|
-
|
|
35427
|
-
.E_b1ctd5xy {
|
|
35477
|
+
.E_cyms3br header .switch-text {
|
|
35428
35478
|
display: flex;
|
|
35479
|
+
flex-direction: row;
|
|
35429
35480
|
align-items: center;
|
|
35430
|
-
|
|
35431
|
-
|
|
35432
|
-
|
|
35433
|
-
|
|
35434
|
-
|
|
35435
|
-
}
|
|
35436
|
-
|
|
35437
|
-
.E_u1p8acpn {
|
|
35438
|
-
min-width: 40px;
|
|
35439
|
-
}
|
|
35440
|
-
.E_u1p8acpn .unit {
|
|
35441
|
-
color: #00122e !important;
|
|
35442
|
-
}
|
|
35443
|
-
|
|
35444
|
-
.E_h1ol2wl7 {
|
|
35445
|
-
font-weight: bold;
|
|
35446
|
-
background-color: unset;
|
|
35447
|
-
padding: unset;
|
|
35481
|
+
justify-content: space-between;
|
|
35482
|
+
gap: 6px;
|
|
35483
|
+
font-size: 12px;
|
|
35484
|
+
font-weight: 400;
|
|
35485
|
+
color: rgb(0, 18, 46);
|
|
35448
35486
|
}
|
|
35449
35487
|
|
|
35450
|
-
.
|
|
35451
|
-
|
|
35452
|
-
|
|
35453
|
-
padding-bottom: 0 !important;
|
|
35454
|
-
}
|
|
35455
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
35456
|
-
background: #fff;
|
|
35457
|
-
border-radius: 16px;
|
|
35458
|
-
}
|
|
35459
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
35460
|
-
padding: 32px 40px 0;
|
|
35461
|
-
border-bottom: none;
|
|
35462
|
-
border-radius: 16px 16px 0 0;
|
|
35463
|
-
}
|
|
35464
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
35465
|
-
right: 40px;
|
|
35466
|
-
top: 32px;
|
|
35467
|
-
}
|
|
35468
|
-
.E_d11hhzf9 .ant-modal-body {
|
|
35469
|
-
padding: 32px 40px;
|
|
35470
|
-
min-height: 160px;
|
|
35471
|
-
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35472
|
-
overflow-y: auto;
|
|
35488
|
+
.E_c157gu4z .ant-list-item {
|
|
35489
|
+
display: flex;
|
|
35490
|
+
flex-direction: row;
|
|
35473
35491
|
}
|
|
35474
|
-
.
|
|
35475
|
-
|
|
35476
|
-
margin-
|
|
35477
|
-
border-top: none;
|
|
35478
|
-
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35492
|
+
.E_c157gu4z .description {
|
|
35493
|
+
flex-grow: 1;
|
|
35494
|
+
margin-left: 8px;
|
|
35479
35495
|
}
|
|
35480
35496
|
|
|
35481
|
-
.
|
|
35497
|
+
.E_eu1sysj {
|
|
35482
35498
|
display: flex;
|
|
35483
|
-
|
|
35484
|
-
|
|
35499
|
+
flex-direction: column;
|
|
35500
|
+
align-items: center;
|
|
35501
|
+
justify-content: center;
|
|
35485
35502
|
}
|
|
35486
35503
|
|
|
35487
35504
|
.E_i5w779o {
|
|
@@ -35525,57 +35542,47 @@ span.E_tqjc4ui {
|
|
|
35525
35542
|
color: rgba(0, 21, 64, 0.3);
|
|
35526
35543
|
}
|
|
35527
35544
|
|
|
35528
|
-
.
|
|
35529
|
-
|
|
35530
|
-
|
|
35531
|
-
|
|
35532
|
-
border: 1px solid rgb(228, 233, 242);
|
|
35545
|
+
.E_d11hhzf9 {
|
|
35546
|
+
width: 492px !important;
|
|
35547
|
+
margin: 40px auto !important;
|
|
35548
|
+
padding-bottom: 0 !important;
|
|
35533
35549
|
}
|
|
35534
|
-
.
|
|
35535
|
-
|
|
35550
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
35551
|
+
background: #fff;
|
|
35552
|
+
border-radius: 16px;
|
|
35536
35553
|
}
|
|
35537
|
-
.
|
|
35538
|
-
padding:
|
|
35554
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
35555
|
+
padding: 32px 40px 0;
|
|
35556
|
+
border-bottom: none;
|
|
35557
|
+
border-radius: 16px 16px 0 0;
|
|
35539
35558
|
}
|
|
35540
|
-
.
|
|
35541
|
-
|
|
35559
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
35560
|
+
right: 40px;
|
|
35561
|
+
top: 32px;
|
|
35542
35562
|
}
|
|
35543
|
-
.
|
|
35544
|
-
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
|
|
35548
|
-
padding: 6px 12px;
|
|
35549
|
-
display: flex;
|
|
35550
|
-
flex-direction: row;
|
|
35551
|
-
align-items: center;
|
|
35552
|
-
justify-content: space-between;
|
|
35563
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
35564
|
+
padding: 32px 40px;
|
|
35565
|
+
min-height: 160px;
|
|
35566
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35567
|
+
overflow-y: auto;
|
|
35553
35568
|
}
|
|
35554
|
-
.
|
|
35555
|
-
|
|
35556
|
-
|
|
35557
|
-
|
|
35558
|
-
|
|
35559
|
-
gap: 6px;
|
|
35560
|
-
font-size: 12px;
|
|
35561
|
-
font-weight: 400;
|
|
35562
|
-
color: rgb(0, 18, 46);
|
|
35569
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
35570
|
+
padding: 24px 40px;
|
|
35571
|
+
margin-top: 0;
|
|
35572
|
+
border-top: none;
|
|
35573
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35563
35574
|
}
|
|
35564
35575
|
|
|
35565
|
-
.
|
|
35576
|
+
.E_f1g147n6 {
|
|
35566
35577
|
display: flex;
|
|
35567
|
-
|
|
35568
|
-
|
|
35569
|
-
.E_c157gu4z .description {
|
|
35570
|
-
flex-grow: 1;
|
|
35571
|
-
margin-left: 8px;
|
|
35578
|
+
justify-content: flex-end;
|
|
35579
|
+
gap: 8px;
|
|
35572
35580
|
}
|
|
35573
35581
|
|
|
35574
|
-
.
|
|
35575
|
-
|
|
35576
|
-
|
|
35577
|
-
|
|
35578
|
-
justify-content: center;
|
|
35582
|
+
.E_h1ol2wl7 {
|
|
35583
|
+
font-weight: bold;
|
|
35584
|
+
background-color: unset;
|
|
35585
|
+
padding: unset;
|
|
35579
35586
|
}
|
|
35580
35587
|
|
|
35581
35588
|
.E_c14ouk5o {
|