@cloudtower/eagle 0.33.48 → 0.33.50
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 +23 -6
- package/dist/cjs/coreX/BarChart/index.js +5 -2
- package/dist/cjs/coreX/UnderlineTootip/index.js +70 -0
- package/dist/cjs/index.js +30 -27
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1344 -1328
- package/dist/esm/core/LineChart/LineChartLegend.js +23 -6
- package/dist/esm/coreX/BarChart/index.js +4 -2
- package/dist/esm/coreX/UnderlineTootip/index.js +61 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1537 -1518
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/src/coreX/UnderlineTootip/index.d.ts +43 -0
- package/dist/src/coreX/index.d.ts +4 -2
- package/dist/stories/docs/coreX/UnserlineTooltip.stories.d.ts +11 -0
- package/dist/style.css +1344 -1328
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29693,6 +29693,22 @@ html body {
|
|
|
29693
29693
|
padding: 8px 12px;
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
+
.E_berrcjl {
|
|
29697
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29698
|
+
margin-bottom: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_berrcjl .breadcrumb-link {
|
|
29701
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29702
|
+
cursor: pointer;
|
|
29703
|
+
transition: color 160ms ease;
|
|
29704
|
+
}
|
|
29705
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29706
|
+
color: #0080ff;
|
|
29707
|
+
}
|
|
29708
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29709
|
+
color: #005ed1;
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29696
29712
|
.E_m74vjol {
|
|
29697
29713
|
display: flex;
|
|
29698
29714
|
justify-content: space-between;
|
|
@@ -29999,57 +30015,6 @@ html body {
|
|
|
29999
30015
|
border-radius: unset;
|
|
30000
30016
|
}
|
|
30001
30017
|
|
|
30002
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30003
|
-
border: 0px;
|
|
30004
|
-
background-color: #fff;
|
|
30005
|
-
}
|
|
30006
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30007
|
-
padding-top: 0px;
|
|
30008
|
-
padding-bottom: 0px;
|
|
30009
|
-
padding-left: 0px !important;
|
|
30010
|
-
padding-right: 24px;
|
|
30011
|
-
}
|
|
30012
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30013
|
-
right: 0px;
|
|
30014
|
-
}
|
|
30015
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30016
|
-
padding: 0px;
|
|
30017
|
-
}
|
|
30018
|
-
|
|
30019
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30020
|
-
padding-right: 0px;
|
|
30021
|
-
cursor: default;
|
|
30022
|
-
}
|
|
30023
|
-
|
|
30024
|
-
.E_c1yyuluq {
|
|
30025
|
-
border-radius: 8px;
|
|
30026
|
-
}
|
|
30027
|
-
.E_c1yyuluq .ant-card-body {
|
|
30028
|
-
padding: 20px 24px 24px 24px;
|
|
30029
|
-
}
|
|
30030
|
-
|
|
30031
|
-
.E_c1uzzomf {
|
|
30032
|
-
margin-bottom: 16px;
|
|
30033
|
-
}
|
|
30034
|
-
.E_c1uzzomf .card-title {
|
|
30035
|
-
font-size: 16px;
|
|
30036
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30037
|
-
font-weight: 700;
|
|
30038
|
-
line-height: 32px;
|
|
30039
|
-
}
|
|
30040
|
-
.E_c1uzzomf .card-body {
|
|
30041
|
-
padding: 24px;
|
|
30042
|
-
border-radius: 8px;
|
|
30043
|
-
background: #fff;
|
|
30044
|
-
}
|
|
30045
|
-
.E_c1uzzomf .empty {
|
|
30046
|
-
font-weight: 700;
|
|
30047
|
-
font-size: 14px;
|
|
30048
|
-
line-height: 22px;
|
|
30049
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30050
|
-
text-align: center;
|
|
30051
|
-
}
|
|
30052
|
-
|
|
30053
30018
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30054
30019
|
padding: 4px 8px 0 8px;
|
|
30055
30020
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30063,22 +30028,6 @@ html body {
|
|
|
30063
30028
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30064
30029
|
}
|
|
30065
30030
|
|
|
30066
|
-
.E_berrcjl {
|
|
30067
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30068
|
-
margin-bottom: 4px;
|
|
30069
|
-
}
|
|
30070
|
-
.E_berrcjl .breadcrumb-link {
|
|
30071
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30072
|
-
cursor: pointer;
|
|
30073
|
-
transition: color 160ms ease;
|
|
30074
|
-
}
|
|
30075
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30076
|
-
color: #0080ff;
|
|
30077
|
-
}
|
|
30078
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30079
|
-
color: #005ed1;
|
|
30080
|
-
}
|
|
30081
|
-
|
|
30082
30031
|
.E_d1bw7c5z {
|
|
30083
30032
|
position: relative;
|
|
30084
30033
|
max-width: 388px;
|
|
@@ -30162,211 +30111,118 @@ html body {
|
|
|
30162
30111
|
width: 102px;
|
|
30163
30112
|
}
|
|
30164
30113
|
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
}
|
|
30168
|
-
|
|
30169
|
-
.E_ivqqkzv {
|
|
30170
|
-
height: 24px;
|
|
30171
|
-
width: 56px !important;
|
|
30172
|
-
margin-right: 4px;
|
|
30114
|
+
.E_c1uzzomf {
|
|
30115
|
+
margin-bottom: 16px;
|
|
30173
30116
|
}
|
|
30174
|
-
|
|
30175
|
-
|
|
30117
|
+
.E_c1uzzomf .card-title {
|
|
30118
|
+
font-size: 16px;
|
|
30176
30119
|
color: rgba(44, 56, 82, 0.6);
|
|
30120
|
+
font-weight: 700;
|
|
30121
|
+
line-height: 32px;
|
|
30177
30122
|
}
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
white-space: pre-wrap;
|
|
30183
|
-
}
|
|
30184
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30185
|
-
position: relative;
|
|
30186
|
-
top: 3px;
|
|
30187
|
-
}
|
|
30188
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30189
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30123
|
+
.E_c1uzzomf .card-body {
|
|
30124
|
+
padding: 24px;
|
|
30125
|
+
border-radius: 8px;
|
|
30126
|
+
background: #fff;
|
|
30190
30127
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30128
|
+
.E_c1uzzomf .empty {
|
|
30129
|
+
font-weight: 700;
|
|
30130
|
+
font-size: 14px;
|
|
30131
|
+
line-height: 22px;
|
|
30132
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30133
|
+
text-align: center;
|
|
30193
30134
|
}
|
|
30194
|
-
|
|
30195
|
-
|
|
30196
|
-
|
|
30135
|
+
|
|
30136
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30137
|
+
border: 0px;
|
|
30138
|
+
background-color: #fff;
|
|
30197
30139
|
}
|
|
30198
|
-
.
|
|
30199
|
-
top:
|
|
30200
|
-
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
background: #fff;
|
|
30140
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30141
|
+
padding-top: 0px;
|
|
30142
|
+
padding-bottom: 0px;
|
|
30143
|
+
padding-left: 0px !important;
|
|
30144
|
+
padding-right: 24px;
|
|
30204
30145
|
}
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30146
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30147
|
+
right: 0px;
|
|
30207
30148
|
}
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30149
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30150
|
+
padding: 0px;
|
|
30211
30151
|
}
|
|
30212
|
-
|
|
30213
|
-
|
|
30152
|
+
|
|
30153
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30154
|
+
padding-right: 0px;
|
|
30155
|
+
cursor: default;
|
|
30214
30156
|
}
|
|
30215
|
-
|
|
30216
|
-
|
|
30217
|
-
|
|
30157
|
+
|
|
30158
|
+
.E_c1yyuluq {
|
|
30159
|
+
border-radius: 8px;
|
|
30218
30160
|
}
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30161
|
+
.E_c1yyuluq .ant-card-body {
|
|
30162
|
+
padding: 20px 24px 24px 24px;
|
|
30221
30163
|
}
|
|
30222
|
-
|
|
30223
|
-
|
|
30224
|
-
|
|
30225
|
-
padding-left: 10px;
|
|
30164
|
+
|
|
30165
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30166
|
+
display: flex;
|
|
30226
30167
|
}
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30168
|
+
.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 {
|
|
30169
|
+
border-bottom-left-radius: 5px;
|
|
30170
|
+
border-top-left-radius: 5px;
|
|
30231
30171
|
}
|
|
30232
|
-
.
|
|
30233
|
-
|
|
30172
|
+
.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 {
|
|
30173
|
+
border-bottom-right-radius: 5px;
|
|
30174
|
+
border-top-right-radius: 5px;
|
|
30234
30175
|
}
|
|
30235
30176
|
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30238
|
-
}
|
|
30239
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30240
|
-
border-radius: 0 5px 5px 0;
|
|
30177
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30178
|
+
line-height: 18px;
|
|
30241
30179
|
}
|
|
30242
30180
|
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
|
|
30181
|
+
.E_phljevk {
|
|
30182
|
+
display: flex;
|
|
30183
|
+
justify-content: space-between;
|
|
30184
|
+
align-items: center;
|
|
30185
|
+
padding: 10px 0;
|
|
30186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30187
|
+
font-size: 12px;
|
|
30188
|
+
line-height: 24px;
|
|
30246
30189
|
}
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30190
|
+
.E_phljevk .pagination-left {
|
|
30191
|
+
padding: 2px 8px;
|
|
30249
30192
|
}
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30193
|
+
.E_phljevk .dropdown-trigger {
|
|
30194
|
+
display: flex;
|
|
30195
|
+
align-items: center;
|
|
30196
|
+
border-radius: 6px;
|
|
30197
|
+
cursor: pointer;
|
|
30198
|
+
transition: all 0.3s ease;
|
|
30254
30199
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30200
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30201
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30202
|
+
color: #0080ff;
|
|
30257
30203
|
}
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
padding: 0 7px;
|
|
30261
|
-
line-height: 20px;
|
|
30204
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30205
|
+
margin-left: 4px;
|
|
30262
30206
|
}
|
|
30263
|
-
.
|
|
30264
|
-
|
|
30207
|
+
.E_phljevk .pagination-right {
|
|
30208
|
+
display: flex;
|
|
30209
|
+
align-items: center;
|
|
30210
|
+
color: #0080ff;
|
|
30211
|
+
font-weight: bold;
|
|
30265
30212
|
}
|
|
30266
|
-
.
|
|
30267
|
-
|
|
30213
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30214
|
+
margin-left: 4px;
|
|
30268
30215
|
}
|
|
30269
|
-
.
|
|
30270
|
-
|
|
30271
|
-
|
|
30216
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30217
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30218
|
+
padding: 0 8px;
|
|
30272
30219
|
}
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30220
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30221
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30222
|
+
color: #0080ff;
|
|
30275
30223
|
}
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30278
|
-
}
|
|
30279
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30280
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30281
|
-
}
|
|
30282
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30283
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30284
|
-
border-color: #ccd4e3;
|
|
30285
|
-
opacity: 0.5;
|
|
30286
|
-
}
|
|
30287
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30288
|
-
color: #00122e;
|
|
30289
|
-
border-color: #ccd4e3;
|
|
30290
|
-
}
|
|
30291
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30292
|
-
color: #00122e;
|
|
30293
|
-
border-color: #ccd4e3;
|
|
30294
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30295
|
-
}
|
|
30296
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
30297
|
-
margin-right: 8px;
|
|
30298
|
-
display: inline;
|
|
30299
|
-
border: none;
|
|
30300
|
-
padding: 0;
|
|
30301
|
-
width: 36px;
|
|
30302
|
-
background: transparent;
|
|
30303
|
-
}
|
|
30304
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30305
|
-
box-shadow: none;
|
|
30306
|
-
}
|
|
30307
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30308
|
-
margin-right: 0;
|
|
30309
|
-
width: initial;
|
|
30310
|
-
box-shadow: none;
|
|
30311
|
-
}
|
|
30312
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30313
|
-
display: none;
|
|
30314
|
-
}
|
|
30315
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30316
|
-
display: inline;
|
|
30317
|
-
}
|
|
30318
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30319
|
-
display: inline;
|
|
30320
|
-
margin-right: 8px;
|
|
30321
|
-
padding: 0;
|
|
30322
|
-
width: 36px;
|
|
30323
|
-
}
|
|
30324
|
-
|
|
30325
|
-
.E_phljevk {
|
|
30326
|
-
display: flex;
|
|
30327
|
-
justify-content: space-between;
|
|
30328
|
-
align-items: center;
|
|
30329
|
-
padding: 10px 0;
|
|
30330
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30331
|
-
font-size: 12px;
|
|
30332
|
-
line-height: 24px;
|
|
30333
|
-
}
|
|
30334
|
-
.E_phljevk .pagination-left {
|
|
30335
|
-
padding: 2px 8px;
|
|
30336
|
-
}
|
|
30337
|
-
.E_phljevk .dropdown-trigger {
|
|
30338
|
-
display: flex;
|
|
30339
|
-
align-items: center;
|
|
30340
|
-
border-radius: 6px;
|
|
30341
|
-
cursor: pointer;
|
|
30342
|
-
transition: all 0.3s ease;
|
|
30343
|
-
}
|
|
30344
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30345
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30346
|
-
color: #0080ff;
|
|
30347
|
-
}
|
|
30348
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30349
|
-
margin-left: 4px;
|
|
30350
|
-
}
|
|
30351
|
-
.E_phljevk .pagination-right {
|
|
30352
|
-
display: flex;
|
|
30353
|
-
align-items: center;
|
|
30354
|
-
color: #0080ff;
|
|
30355
|
-
font-weight: bold;
|
|
30356
|
-
}
|
|
30357
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30358
|
-
margin-left: 4px;
|
|
30359
|
-
}
|
|
30360
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30361
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30362
|
-
padding: 0 8px;
|
|
30363
|
-
}
|
|
30364
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30365
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30366
|
-
color: #0080ff;
|
|
30367
|
-
}
|
|
30368
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30369
|
-
transform: rotate(180deg);
|
|
30224
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30225
|
+
transform: rotate(180deg);
|
|
30370
30226
|
}
|
|
30371
30227
|
|
|
30372
30228
|
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
@@ -30379,42 +30235,14 @@ html body {
|
|
|
30379
30235
|
line-height: 18px;
|
|
30380
30236
|
}
|
|
30381
30237
|
|
|
30382
|
-
.
|
|
30383
|
-
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
margin-left: 8px;
|
|
30387
|
-
}
|
|
30388
|
-
|
|
30389
|
-
.E_cc368xp {
|
|
30390
|
-
color: #00122e;
|
|
30391
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30392
|
-
margin-right: 8px;
|
|
30393
|
-
padding-right: 8px;
|
|
30394
|
-
}
|
|
30395
|
-
|
|
30396
|
-
.E_i11o6xqj {
|
|
30397
|
-
display: flex;
|
|
30398
|
-
gap: 4px;
|
|
30399
|
-
}
|
|
30400
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30401
|
-
cursor: pointer;
|
|
30402
|
-
}
|
|
30403
|
-
|
|
30404
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30405
|
-
cursor: not-allowed;
|
|
30238
|
+
.E_ivqqkzv {
|
|
30239
|
+
height: 24px;
|
|
30240
|
+
width: 56px !important;
|
|
30241
|
+
margin-right: 4px;
|
|
30406
30242
|
}
|
|
30407
30243
|
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30410
|
-
}
|
|
30411
|
-
.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 {
|
|
30412
|
-
border-bottom-left-radius: 5px;
|
|
30413
|
-
border-top-left-radius: 5px;
|
|
30414
|
-
}
|
|
30415
|
-
.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 {
|
|
30416
|
-
border-bottom-right-radius: 5px;
|
|
30417
|
-
border-top-right-radius: 5px;
|
|
30244
|
+
.E_c1wk4q29 {
|
|
30245
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30418
30246
|
}
|
|
30419
30247
|
|
|
30420
30248
|
.E_c1bus5hc {
|
|
@@ -30512,93 +30340,153 @@ html body {
|
|
|
30512
30340
|
margin-left: 5px;
|
|
30513
30341
|
}
|
|
30514
30342
|
|
|
30515
|
-
.
|
|
30516
|
-
display: inline-
|
|
30517
|
-
|
|
30518
|
-
|
|
30519
|
-
.E_s1sck0th {
|
|
30520
|
-
padding: 0 8px;
|
|
30521
|
-
border-radius: 4px;
|
|
30343
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30344
|
+
display: inline-flex;
|
|
30345
|
+
align-items: baseline;
|
|
30346
|
+
white-space: pre-wrap;
|
|
30522
30347
|
}
|
|
30523
|
-
|
|
30524
|
-
|
|
30525
|
-
|
|
30526
|
-
border-radius: 3px;
|
|
30348
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30349
|
+
position: relative;
|
|
30350
|
+
top: 3px;
|
|
30527
30351
|
}
|
|
30528
|
-
|
|
30529
|
-
.
|
|
30530
|
-
padding: 3px 8px;
|
|
30531
|
-
border-radius: 2px;
|
|
30352
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30353
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30532
30354
|
}
|
|
30533
|
-
|
|
30534
|
-
|
|
30535
|
-
opacity: unset;
|
|
30355
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30356
|
+
border-color: #0080ff;
|
|
30536
30357
|
}
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
display: inline-flex;
|
|
30541
|
-
align-items: center;
|
|
30542
|
-
border: none;
|
|
30358
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30359
|
+
border-color: #0080ff;
|
|
30360
|
+
background: #0080ff;
|
|
30543
30361
|
}
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
display: inline-flex;
|
|
30362
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30363
|
+
top: 4px;
|
|
30364
|
+
left: 4px;
|
|
30365
|
+
width: 6px;
|
|
30366
|
+
height: 6px;
|
|
30367
|
+
background: #fff;
|
|
30551
30368
|
}
|
|
30552
|
-
.
|
|
30553
|
-
opacity:
|
|
30369
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30370
|
+
opacity: 0.5;
|
|
30554
30371
|
}
|
|
30555
|
-
.
|
|
30556
|
-
color:
|
|
30557
|
-
background
|
|
30372
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30373
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30374
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30558
30375
|
}
|
|
30559
|
-
.
|
|
30560
|
-
|
|
30561
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30376
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30377
|
+
background: #00122e;
|
|
30562
30378
|
}
|
|
30563
|
-
.
|
|
30564
|
-
color: #
|
|
30565
|
-
|
|
30379
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30380
|
+
color: #00122e;
|
|
30381
|
+
opacity: 0.5;
|
|
30566
30382
|
}
|
|
30567
|
-
.
|
|
30568
|
-
color: #
|
|
30569
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30383
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30384
|
+
color: #00122e;
|
|
30570
30385
|
}
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
|
|
30386
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30387
|
+
display: inline-block;
|
|
30388
|
+
padding: 0;
|
|
30389
|
+
padding-left: 10px;
|
|
30574
30390
|
}
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
|
|
30391
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30392
|
+
margin-bottom: 0;
|
|
30393
|
+
white-space: pre-wrap;
|
|
30394
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30578
30395
|
}
|
|
30579
|
-
.
|
|
30580
|
-
|
|
30396
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30397
|
+
padding-left: 8px;
|
|
30581
30398
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30399
|
+
|
|
30400
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30401
|
+
border-radius: 5px 0 0 5px;
|
|
30584
30402
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30403
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30404
|
+
border-radius: 0 5px 5px 0;
|
|
30587
30405
|
}
|
|
30588
|
-
|
|
30589
|
-
|
|
30406
|
+
|
|
30407
|
+
.E_rcc63c8 {
|
|
30408
|
+
color: #00122e;
|
|
30409
|
+
border-color: #ccd4e3;
|
|
30590
30410
|
}
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30411
|
+
.E_rcc63c8:first-child {
|
|
30412
|
+
border-color: #a3b4cc;
|
|
30593
30413
|
}
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30414
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30415
|
+
padding: 0 12px;
|
|
30416
|
+
line-height: 32px;
|
|
30417
|
+
height: 32px;
|
|
30596
30418
|
}
|
|
30597
|
-
.
|
|
30598
|
-
|
|
30419
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30420
|
+
white-space: nowrap;
|
|
30599
30421
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30422
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30423
|
+
height: 22px;
|
|
30424
|
+
padding: 0 7px;
|
|
30425
|
+
line-height: 20px;
|
|
30426
|
+
}
|
|
30427
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30428
|
+
background: #ccd4e3;
|
|
30429
|
+
}
|
|
30430
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30431
|
+
background: #0080ff;
|
|
30432
|
+
}
|
|
30433
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30434
|
+
background: #ccd4e3;
|
|
30435
|
+
opacity: 0.5;
|
|
30436
|
+
}
|
|
30437
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30438
|
+
border-right-color: #0080ff;
|
|
30439
|
+
}
|
|
30440
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30441
|
+
border-color: #0080ff;
|
|
30442
|
+
}
|
|
30443
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30444
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30445
|
+
}
|
|
30446
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30447
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30448
|
+
border-color: #ccd4e3;
|
|
30449
|
+
opacity: 0.5;
|
|
30450
|
+
}
|
|
30451
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30452
|
+
color: #00122e;
|
|
30453
|
+
border-color: #ccd4e3;
|
|
30454
|
+
}
|
|
30455
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30456
|
+
color: #00122e;
|
|
30457
|
+
border-color: #ccd4e3;
|
|
30458
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30459
|
+
}
|
|
30460
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30461
|
+
margin-right: 8px;
|
|
30462
|
+
display: inline;
|
|
30463
|
+
border: none;
|
|
30464
|
+
padding: 0;
|
|
30465
|
+
width: 36px;
|
|
30466
|
+
background: transparent;
|
|
30467
|
+
}
|
|
30468
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30469
|
+
box-shadow: none;
|
|
30470
|
+
}
|
|
30471
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30472
|
+
margin-right: 0;
|
|
30473
|
+
width: initial;
|
|
30474
|
+
box-shadow: none;
|
|
30475
|
+
}
|
|
30476
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30477
|
+
display: none;
|
|
30478
|
+
}
|
|
30479
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30480
|
+
display: inline;
|
|
30481
|
+
}
|
|
30482
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30483
|
+
display: inline;
|
|
30484
|
+
margin-right: 8px;
|
|
30485
|
+
padding: 0;
|
|
30486
|
+
width: 36px;
|
|
30487
|
+
}
|
|
30488
|
+
|
|
30489
|
+
.E_s1dni7lo {
|
|
30602
30490
|
width: 430px !important;
|
|
30603
30491
|
}
|
|
30604
30492
|
|
|
@@ -30679,117 +30567,151 @@ html body {
|
|
|
30679
30567
|
opacity: 0;
|
|
30680
30568
|
}
|
|
30681
30569
|
|
|
30682
|
-
.
|
|
30683
|
-
|
|
30570
|
+
.E_tju3gfj .date {
|
|
30571
|
+
margin-right: 4px;
|
|
30684
30572
|
}
|
|
30685
|
-
|
|
30686
|
-
|
|
30573
|
+
|
|
30574
|
+
.E_s1sck0th {
|
|
30575
|
+
padding: 0 8px;
|
|
30687
30576
|
border-radius: 4px;
|
|
30688
30577
|
}
|
|
30689
|
-
|
|
30690
|
-
|
|
30578
|
+
|
|
30579
|
+
.E_m855nr1 {
|
|
30580
|
+
padding: 2px 8px;
|
|
30581
|
+
border-radius: 3px;
|
|
30691
30582
|
}
|
|
30692
30583
|
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30584
|
+
.E_l1270xpg {
|
|
30585
|
+
padding: 3px 8px;
|
|
30586
|
+
border-radius: 2px;
|
|
30695
30587
|
}
|
|
30696
30588
|
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
|
|
30702
|
-
|
|
30703
|
-
|
|
30589
|
+
.E_t14rextb.ant-tag:hover {
|
|
30590
|
+
opacity: unset;
|
|
30591
|
+
}
|
|
30592
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30593
|
+
margin: 0;
|
|
30594
|
+
margin-right: 8px;
|
|
30595
|
+
display: inline-flex;
|
|
30704
30596
|
align-items: center;
|
|
30597
|
+
border: none;
|
|
30705
30598
|
}
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
|
|
30599
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30600
|
+
width: 16px;
|
|
30601
|
+
height: 16px;
|
|
30602
|
+
color: inherit;
|
|
30603
|
+
margin-left: 4px;
|
|
30604
|
+
opacity: 0.6;
|
|
30605
|
+
display: inline-flex;
|
|
30710
30606
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
width: 100%;
|
|
30714
|
-
margin-bottom: 0 !important;
|
|
30715
|
-
flex-flow: nowrap !important;
|
|
30716
|
-
line-break: auto;
|
|
30607
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30608
|
+
opacity: 1;
|
|
30717
30609
|
}
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30720
|
-
|
|
30610
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30611
|
+
color: #0080ff;
|
|
30612
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30721
30613
|
}
|
|
30722
|
-
.
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
font-size: 13px;
|
|
30726
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30727
|
-
white-space: normal;
|
|
30614
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30615
|
+
color: #f0483e;
|
|
30616
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30728
30617
|
}
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30619
|
+
color: #e07f00;
|
|
30620
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30731
30621
|
}
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30622
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30623
|
+
color: #008f4c;
|
|
30624
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30734
30625
|
}
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30738
|
-
min-height: 0px;
|
|
30626
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30627
|
+
color: #1d326c;
|
|
30628
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30739
30629
|
}
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
color: rgba(
|
|
30743
|
-
|
|
30630
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30631
|
+
color: #7E41FF;
|
|
30632
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30633
|
+
}
|
|
30634
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30635
|
+
color: #fff;
|
|
30636
|
+
}
|
|
30637
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30638
|
+
background-color: #f0483e;
|
|
30639
|
+
}
|
|
30640
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30641
|
+
background-color: #fea008;
|
|
30642
|
+
}
|
|
30643
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30644
|
+
background-color: #00ba5d;
|
|
30645
|
+
}
|
|
30646
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30647
|
+
background-color: #0080ff;
|
|
30648
|
+
}
|
|
30649
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30650
|
+
background-color: #6b7d99;
|
|
30651
|
+
}
|
|
30652
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30653
|
+
background-color: #7E41FF;
|
|
30744
30654
|
}
|
|
30745
30655
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30748
|
-
align-items: center;
|
|
30656
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30657
|
+
margin-right: 8px;
|
|
30749
30658
|
}
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30752
|
-
align-items: center;
|
|
30753
|
-
justify-content: center;
|
|
30659
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30660
|
+
margin-left: 8px;
|
|
30754
30661
|
}
|
|
30755
|
-
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30662
|
+
|
|
30663
|
+
.E_cc368xp {
|
|
30664
|
+
color: #00122e;
|
|
30665
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30666
|
+
margin-right: 8px;
|
|
30667
|
+
padding-right: 8px;
|
|
30758
30668
|
}
|
|
30759
|
-
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30669
|
+
|
|
30670
|
+
.E_i11o6xqj {
|
|
30671
|
+
display: flex;
|
|
30672
|
+
gap: 4px;
|
|
30673
|
+
}
|
|
30674
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30675
|
+
cursor: pointer;
|
|
30762
30676
|
}
|
|
30763
30677
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30678
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30679
|
+
cursor: not-allowed;
|
|
30766
30680
|
}
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
display:
|
|
30770
|
-
line-height: 1.5715;
|
|
30771
|
-
height: inherit;
|
|
30681
|
+
|
|
30682
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30683
|
+
display: none;
|
|
30772
30684
|
}
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
flex: none;
|
|
30777
|
-
align-items: center;
|
|
30778
|
-
margin-left: 4px;
|
|
30685
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30686
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30687
|
+
border-radius: 4px;
|
|
30779
30688
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
|
|
30783
|
-
|
|
30689
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30690
|
+
visibility: hidden;
|
|
30691
|
+
}
|
|
30692
|
+
|
|
30693
|
+
.E_iq1gosr {
|
|
30694
|
+
display: inline-block;
|
|
30695
|
+
}
|
|
30696
|
+
|
|
30697
|
+
.E_i1inqkme {
|
|
30698
|
+
height: 18px;
|
|
30699
|
+
line-height: 18px;
|
|
30700
|
+
padding: 0 4px;
|
|
30701
|
+
border-radius: 4px;
|
|
30702
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30703
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30704
|
+
display: flex;
|
|
30784
30705
|
align-items: center;
|
|
30706
|
+
white-space: nowrap;
|
|
30785
30707
|
margin-right: 4px;
|
|
30786
|
-
cursor: auto;
|
|
30787
30708
|
}
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
margin:
|
|
30791
|
-
|
|
30792
|
-
|
|
30709
|
+
|
|
30710
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30711
|
+
margin-left: 8px;
|
|
30712
|
+
}
|
|
30713
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30714
|
+
padding: 2px 7px 2px 12px;
|
|
30793
30715
|
}
|
|
30794
30716
|
|
|
30795
30717
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -30852,6 +30774,89 @@ html body {
|
|
|
30852
30774
|
padding: 2px 8px;
|
|
30853
30775
|
}
|
|
30854
30776
|
|
|
30777
|
+
.E_iouxfgt {
|
|
30778
|
+
display: inline-flex;
|
|
30779
|
+
align-items: center;
|
|
30780
|
+
}
|
|
30781
|
+
.E_iouxfgt .icon-inner {
|
|
30782
|
+
display: inline-flex;
|
|
30783
|
+
align-items: center;
|
|
30784
|
+
justify-content: center;
|
|
30785
|
+
}
|
|
30786
|
+
.E_iouxfgt .icon-inner + span,
|
|
30787
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30788
|
+
margin-left: 4px;
|
|
30789
|
+
}
|
|
30790
|
+
.E_iouxfgt.is-rotate img,
|
|
30791
|
+
.E_iouxfgt.is-rotate svg {
|
|
30792
|
+
animation: rotate 680ms linear infinite;
|
|
30793
|
+
}
|
|
30794
|
+
|
|
30795
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30796
|
+
display: var(--a1wfy30z-0);
|
|
30797
|
+
}
|
|
30798
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30799
|
+
padding: 4px 11px;
|
|
30800
|
+
display: inline-flex;
|
|
30801
|
+
line-height: 1.5715;
|
|
30802
|
+
height: inherit;
|
|
30803
|
+
}
|
|
30804
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30805
|
+
content: var(--a1wfy30z-1);
|
|
30806
|
+
display: var(--a1wfy30z-2);
|
|
30807
|
+
flex: none;
|
|
30808
|
+
align-items: center;
|
|
30809
|
+
margin-left: 4px;
|
|
30810
|
+
}
|
|
30811
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30812
|
+
content: var(--a1wfy30z-3);
|
|
30813
|
+
display: var(--a1wfy30z-4);
|
|
30814
|
+
flex: none;
|
|
30815
|
+
align-items: center;
|
|
30816
|
+
margin-right: 4px;
|
|
30817
|
+
cursor: auto;
|
|
30818
|
+
}
|
|
30819
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30820
|
+
padding: 0;
|
|
30821
|
+
margin: 0;
|
|
30822
|
+
height: auto;
|
|
30823
|
+
font-size: inherit;
|
|
30824
|
+
}
|
|
30825
|
+
|
|
30826
|
+
.E_f7pxqmh {
|
|
30827
|
+
width: 100%;
|
|
30828
|
+
margin-bottom: 0 !important;
|
|
30829
|
+
flex-flow: nowrap !important;
|
|
30830
|
+
line-break: auto;
|
|
30831
|
+
}
|
|
30832
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30833
|
+
text-align: left !important;
|
|
30834
|
+
padding-bottom: 0 !important;
|
|
30835
|
+
}
|
|
30836
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30837
|
+
min-height: 32px;
|
|
30838
|
+
height: auto;
|
|
30839
|
+
font-size: 13px;
|
|
30840
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30841
|
+
white-space: normal;
|
|
30842
|
+
}
|
|
30843
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30844
|
+
border-color: #ff4d4f !important;
|
|
30845
|
+
}
|
|
30846
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30847
|
+
border-color: #ff4d4f !important;
|
|
30848
|
+
}
|
|
30849
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30850
|
+
margin-top: 4px;
|
|
30851
|
+
font-size: 12px;
|
|
30852
|
+
min-height: 0px;
|
|
30853
|
+
}
|
|
30854
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30855
|
+
font-size: 12px;
|
|
30856
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30857
|
+
min-height: 0px;
|
|
30858
|
+
}
|
|
30859
|
+
|
|
30855
30860
|
.E_owd0kml {
|
|
30856
30861
|
display: inline-block;
|
|
30857
30862
|
}
|
|
@@ -30861,24 +30866,23 @@ html body {
|
|
|
30861
30866
|
position: absolute;
|
|
30862
30867
|
}
|
|
30863
30868
|
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
border-radius: 4px;
|
|
30869
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30870
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30869
|
+
.E_fzh9mnb {
|
|
30870
|
+
width: 100%;
|
|
30871
|
+
height: 100%;
|
|
30872
|
+
min-height: 124px;
|
|
30871
30873
|
display: flex;
|
|
30874
|
+
flex-direction: column;
|
|
30875
|
+
justify-content: center;
|
|
30872
30876
|
align-items: center;
|
|
30873
|
-
white-space: nowrap;
|
|
30874
|
-
margin-right: 4px;
|
|
30875
30877
|
}
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
margin-
|
|
30878
|
+
.E_fzh9mnb .error-text {
|
|
30879
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30880
|
+
margin-bottom: 16px;
|
|
30881
|
+
font-size: 18px;
|
|
30879
30882
|
}
|
|
30880
|
-
|
|
30881
|
-
|
|
30883
|
+
|
|
30884
|
+
.E_m196gn1d {
|
|
30885
|
+
min-width: 1280px;
|
|
30882
30886
|
}
|
|
30883
30887
|
|
|
30884
30888
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -30911,10 +30915,6 @@ html body {
|
|
|
30911
30915
|
transition: all 320ms ease;
|
|
30912
30916
|
}
|
|
30913
30917
|
|
|
30914
|
-
.E_m196gn1d {
|
|
30915
|
-
min-width: 1280px;
|
|
30916
|
-
}
|
|
30917
|
-
|
|
30918
30918
|
.E_dsnbhzf {
|
|
30919
30919
|
font-family: Inter;
|
|
30920
30920
|
font-style: normal;
|
|
@@ -32080,6 +32080,63 @@ input.E_rf8rlle.ant-input {
|
|
|
32080
32080
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32081
32081
|
}
|
|
32082
32082
|
|
|
32083
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32084
|
+
border-radius: 6px;
|
|
32085
|
+
}
|
|
32086
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32087
|
+
width: 100%;
|
|
32088
|
+
color: #2d3a56;
|
|
32089
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32090
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32091
|
+
font-size: 13px;
|
|
32092
|
+
}
|
|
32093
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32094
|
+
height: 30px;
|
|
32095
|
+
}
|
|
32096
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32097
|
+
height: 38px;
|
|
32098
|
+
font-size: 13px;
|
|
32099
|
+
}
|
|
32100
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32101
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32102
|
+
transition: 160ms ease;
|
|
32103
|
+
}
|
|
32104
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32105
|
+
color: #0080ff;
|
|
32106
|
+
}
|
|
32107
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32108
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32109
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32110
|
+
}
|
|
32111
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32112
|
+
color: #0080ff;
|
|
32113
|
+
}
|
|
32114
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32115
|
+
border-color: #0080ff;
|
|
32116
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32117
|
+
}
|
|
32118
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32119
|
+
transform: rotate(180deg);
|
|
32120
|
+
}
|
|
32121
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32122
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32123
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32124
|
+
cursor: "not-allowed";
|
|
32125
|
+
}
|
|
32126
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32127
|
+
border-color: #f0483e !important;
|
|
32128
|
+
}
|
|
32129
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32130
|
+
color: #1d326c;
|
|
32131
|
+
}
|
|
32132
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32133
|
+
border-color: #0080ff;
|
|
32134
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32135
|
+
}
|
|
32136
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32137
|
+
transform: rotate(180deg);
|
|
32138
|
+
}
|
|
32139
|
+
|
|
32083
32140
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32084
32141
|
opacity: 1;
|
|
32085
32142
|
}
|
|
@@ -32232,61 +32289,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32232
32289
|
flex-shrink: 0;
|
|
32233
32290
|
}
|
|
32234
32291
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
width: 100%;
|
|
32240
|
-
color: #2d3a56;
|
|
32241
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32243
|
-
font-size: 13px;
|
|
32244
|
-
}
|
|
32245
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
-
height: 30px;
|
|
32247
|
-
}
|
|
32248
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
-
height: 38px;
|
|
32250
|
-
font-size: 13px;
|
|
32251
|
-
}
|
|
32252
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
-
transition: 160ms ease;
|
|
32255
|
-
}
|
|
32256
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32257
|
-
color: #0080ff;
|
|
32258
|
-
}
|
|
32259
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32260
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32262
|
-
}
|
|
32263
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32264
|
-
color: #0080ff;
|
|
32265
|
-
}
|
|
32266
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32267
|
-
border-color: #0080ff;
|
|
32268
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32269
|
-
}
|
|
32270
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
-
transform: rotate(180deg);
|
|
32272
|
-
}
|
|
32273
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
-
cursor: "not-allowed";
|
|
32277
|
-
}
|
|
32278
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
-
border-color: #f0483e !important;
|
|
32280
|
-
}
|
|
32281
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32282
|
-
color: #1d326c;
|
|
32292
|
+
.E_w1dxz879 {
|
|
32293
|
+
display: flex;
|
|
32294
|
+
flex-direction: column;
|
|
32295
|
+
gap: 6px;
|
|
32283
32296
|
}
|
|
32284
|
-
.
|
|
32285
|
-
|
|
32286
|
-
|
|
32297
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32298
|
+
max-height: var(--w1dxz879-0);
|
|
32299
|
+
text-overflow: clip;
|
|
32300
|
+
overflow: hidden;
|
|
32287
32301
|
}
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32302
|
+
.E_w1dxz879 .tips {
|
|
32303
|
+
color: #fff;
|
|
32304
|
+
opacity: 0.8;
|
|
32290
32305
|
}
|
|
32291
32306
|
|
|
32292
32307
|
.E_suhck3k {
|
|
@@ -32302,37 +32317,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32302
32317
|
fill: blue;
|
|
32303
32318
|
}
|
|
32304
32319
|
|
|
32305
|
-
.E_ryby9ds {
|
|
32306
|
-
display: flex;
|
|
32307
|
-
align-items: center;
|
|
32308
|
-
}
|
|
32309
|
-
.E_ryby9ds .order {
|
|
32310
|
-
height: 24px;
|
|
32311
|
-
width: 24px;
|
|
32312
|
-
border-radius: 20px;
|
|
32313
|
-
color: #0080ff;
|
|
32314
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32315
|
-
display: flex;
|
|
32316
|
-
align-items: center;
|
|
32317
|
-
justify-content: center;
|
|
32318
|
-
margin-right: 6px;
|
|
32319
|
-
}
|
|
32320
|
-
|
|
32321
|
-
.E_w1dxz879 {
|
|
32322
|
-
display: flex;
|
|
32323
|
-
flex-direction: column;
|
|
32324
|
-
gap: 6px;
|
|
32325
|
-
}
|
|
32326
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32327
|
-
max-height: var(--w1dxz879-0);
|
|
32328
|
-
text-overflow: clip;
|
|
32329
|
-
overflow: hidden;
|
|
32330
|
-
}
|
|
32331
|
-
.E_w1dxz879 .tips {
|
|
32332
|
-
color: #fff;
|
|
32333
|
-
opacity: 0.8;
|
|
32334
|
-
}
|
|
32335
|
-
|
|
32336
32320
|
.E_hrhfj7c {
|
|
32337
32321
|
display: none;
|
|
32338
32322
|
}
|
|
@@ -32552,6 +32536,57 @@ input.E_rf8rlle.ant-input {
|
|
|
32552
32536
|
font-size: 14px;
|
|
32553
32537
|
}
|
|
32554
32538
|
|
|
32539
|
+
.E_ryby9ds {
|
|
32540
|
+
display: flex;
|
|
32541
|
+
align-items: center;
|
|
32542
|
+
}
|
|
32543
|
+
.E_ryby9ds .order {
|
|
32544
|
+
height: 24px;
|
|
32545
|
+
width: 24px;
|
|
32546
|
+
border-radius: 20px;
|
|
32547
|
+
color: #0080ff;
|
|
32548
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32549
|
+
display: flex;
|
|
32550
|
+
align-items: center;
|
|
32551
|
+
justify-content: center;
|
|
32552
|
+
margin-right: 6px;
|
|
32553
|
+
}
|
|
32554
|
+
|
|
32555
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32556
|
+
margin-right: 2px;
|
|
32557
|
+
}
|
|
32558
|
+
|
|
32559
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32560
|
+
padding-left: 8px;
|
|
32561
|
+
padding-right: 8px;
|
|
32562
|
+
font-size: 12px;
|
|
32563
|
+
}
|
|
32564
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32565
|
+
border-radius: 4px;
|
|
32566
|
+
}
|
|
32567
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32568
|
+
border-radius: 4px;
|
|
32569
|
+
}
|
|
32570
|
+
|
|
32571
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32572
|
+
padding-left: 12px;
|
|
32573
|
+
padding-right: 12px;
|
|
32574
|
+
}
|
|
32575
|
+
|
|
32576
|
+
.E_ckld275 {
|
|
32577
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32578
|
+
}
|
|
32579
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32580
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32581
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32582
|
+
}
|
|
32583
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32584
|
+
background-color: transparent;
|
|
32585
|
+
}
|
|
32586
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32587
|
+
background-color: transparent;
|
|
32588
|
+
}
|
|
32589
|
+
|
|
32555
32590
|
.E_m5foqp8 {
|
|
32556
32591
|
--footer-height: 96px;
|
|
32557
32592
|
--header-height: 80px;
|
|
@@ -32804,40 +32839,66 @@ input.E_rf8rlle.ant-input {
|
|
|
32804
32839
|
opacity: 1;
|
|
32805
32840
|
position: static;
|
|
32806
32841
|
}
|
|
32807
|
-
|
|
32808
|
-
.
|
|
32842
|
+
|
|
32843
|
+
.E_c1kghdax {
|
|
32844
|
+
color: #2d3a56;
|
|
32845
|
+
padding: 7px 12px;
|
|
32846
|
+
display: flex;
|
|
32847
|
+
justify-content: space-between;
|
|
32848
|
+
align-items: center;
|
|
32849
|
+
}
|
|
32850
|
+
.E_c1kghdax.has-arrow {
|
|
32851
|
+
padding-left: 10px;
|
|
32852
|
+
}
|
|
32853
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32854
|
+
cursor: pointer;
|
|
32855
|
+
color: #00122e;
|
|
32856
|
+
}
|
|
32857
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32858
|
+
color: #2d3a56;
|
|
32859
|
+
font-weight: 600;
|
|
32860
|
+
}
|
|
32861
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32862
|
+
transform: rotate(90deg);
|
|
32863
|
+
}
|
|
32864
|
+
.E_c1kghdax .sub-info {
|
|
32865
|
+
font-size: 12px;
|
|
32866
|
+
line-height: 18px;
|
|
32867
|
+
}
|
|
32868
|
+
.E_c1kghdax .title-wrapper {
|
|
32869
|
+
display: flex;
|
|
32870
|
+
align-items: center;
|
|
32871
|
+
user-select: none;
|
|
32872
|
+
flex-grow: 1;
|
|
32873
|
+
font-size: 12px;
|
|
32874
|
+
line-height: 18px;
|
|
32875
|
+
color: #2d3a56;
|
|
32876
|
+
font-weight: 700;
|
|
32877
|
+
}
|
|
32878
|
+
.E_c1kghdax .collapse-arrow {
|
|
32879
|
+
transition: all 50ms ease-out 0ms;
|
|
32809
32880
|
margin-right: 2px;
|
|
32810
32881
|
}
|
|
32811
32882
|
|
|
32812
|
-
.
|
|
32813
|
-
padding
|
|
32814
|
-
padding-right: 8px;
|
|
32815
|
-
font-size: 12px;
|
|
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;
|
|
32883
|
+
.E_c1yd35n {
|
|
32884
|
+
padding: 0 12px 14px 12px;
|
|
32822
32885
|
}
|
|
32823
32886
|
|
|
32824
|
-
.
|
|
32825
|
-
|
|
32826
|
-
padding-right: 12px;
|
|
32887
|
+
.E_b14q2gmw {
|
|
32888
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32827
32889
|
}
|
|
32828
32890
|
|
|
32829
|
-
.
|
|
32830
|
-
|
|
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);
|
|
32891
|
+
.E_c1eym6el {
|
|
32892
|
+
border-radius: 8px;
|
|
32893
|
+
background-color: white;
|
|
32835
32894
|
}
|
|
32836
|
-
.
|
|
32837
|
-
|
|
32895
|
+
.E_c1eym6el.hoverable {
|
|
32896
|
+
cursor: pointer;
|
|
32838
32897
|
}
|
|
32839
|
-
.
|
|
32840
|
-
|
|
32898
|
+
.E_c1eym6el.hoverable:hover {
|
|
32899
|
+
transition: all 200ms ease;
|
|
32900
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32901
|
+
transform: translateY(-4px);
|
|
32841
32902
|
}
|
|
32842
32903
|
|
|
32843
32904
|
.E_ckui4s7 {
|
|
@@ -32904,65 +32965,134 @@ input.E_rf8rlle.ant-input {
|
|
|
32904
32965
|
margin-left: 24px;
|
|
32905
32966
|
}
|
|
32906
32967
|
|
|
32907
|
-
.
|
|
32908
|
-
|
|
32968
|
+
.E_lht19u8 {
|
|
32969
|
+
width: 64px;
|
|
32970
|
+
height: 64px;
|
|
32971
|
+
display: flex;
|
|
32972
|
+
align-items: center;
|
|
32973
|
+
justify-content: center;
|
|
32974
|
+
position: relative;
|
|
32975
|
+
opacity: 0.2;
|
|
32909
32976
|
}
|
|
32910
32977
|
|
|
32911
|
-
.
|
|
32912
|
-
|
|
32913
|
-
|
|
32978
|
+
.E_lk3gkp4 {
|
|
32979
|
+
position: absolute;
|
|
32980
|
+
width: 5px;
|
|
32981
|
+
height: 48px;
|
|
32982
|
+
left: 9.33px;
|
|
32983
|
+
top: 40.5px;
|
|
32984
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32985
|
+
border-radius: 5px;
|
|
32986
|
+
transform: rotate(-128deg);
|
|
32987
|
+
transform-origin: top left;
|
|
32988
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32914
32989
|
}
|
|
32915
|
-
|
|
32916
|
-
|
|
32990
|
+
|
|
32991
|
+
.E_ll4n94n {
|
|
32992
|
+
position: absolute;
|
|
32993
|
+
width: 5px;
|
|
32994
|
+
height: 48px;
|
|
32995
|
+
left: 40.8px;
|
|
32996
|
+
top: 8.4px;
|
|
32997
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32998
|
+
border-radius: 5px;
|
|
32999
|
+
transform: rotate(-8deg);
|
|
33000
|
+
transform-origin: top left;
|
|
33001
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32917
33002
|
}
|
|
32918
|
-
|
|
32919
|
-
|
|
32920
|
-
|
|
32921
|
-
|
|
33003
|
+
|
|
33004
|
+
.E_l17lbdo6 {
|
|
33005
|
+
position: absolute;
|
|
33006
|
+
width: 5px;
|
|
33007
|
+
height: 48px;
|
|
33008
|
+
left: 52.9px;
|
|
33009
|
+
top: 51.8px;
|
|
33010
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33011
|
+
border-radius: 5px;
|
|
33012
|
+
transform: rotate(112deg);
|
|
33013
|
+
transform-origin: top left;
|
|
33014
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32922
33015
|
}
|
|
32923
33016
|
|
|
32924
|
-
.
|
|
32925
|
-
|
|
32926
|
-
|
|
32927
|
-
display: flex;
|
|
32928
|
-
justify-content: space-between;
|
|
32929
|
-
align-items: center;
|
|
33017
|
+
.E_slr2ynn {
|
|
33018
|
+
padding: 0 8px;
|
|
33019
|
+
height: 18px;
|
|
32930
33020
|
}
|
|
32931
|
-
|
|
32932
|
-
|
|
33021
|
+
|
|
33022
|
+
.E_m140wbb6 {
|
|
33023
|
+
padding: 2px 8px;
|
|
33024
|
+
height: 24px;
|
|
32933
33025
|
}
|
|
32934
|
-
|
|
32935
|
-
|
|
32936
|
-
|
|
33026
|
+
|
|
33027
|
+
.E_t1fozc1i {
|
|
33028
|
+
margin: 0;
|
|
32937
33029
|
}
|
|
32938
|
-
|
|
32939
|
-
|
|
32940
|
-
|
|
33030
|
+
|
|
33031
|
+
.E_i1vxv4ln {
|
|
33032
|
+
margin-right: 4px;
|
|
33033
|
+
height: 16px;
|
|
32941
33034
|
}
|
|
32942
|
-
|
|
32943
|
-
|
|
33035
|
+
|
|
33036
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33037
|
+
font-weight: 700;
|
|
33038
|
+
color: #00122e;
|
|
33039
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33040
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33041
|
+
word-break: break-all;
|
|
33042
|
+
display: inline;
|
|
33043
|
+
white-space: normal;
|
|
32944
33044
|
}
|
|
32945
|
-
|
|
33045
|
+
|
|
33046
|
+
button.E_l48ei06.ant-btn,
|
|
33047
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33048
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32946
33049
|
font-size: 12px;
|
|
32947
33050
|
line-height: 18px;
|
|
33051
|
+
height: 18px;
|
|
32948
33052
|
}
|
|
32949
|
-
|
|
32950
|
-
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
flex-grow: 1;
|
|
32954
|
-
font-size: 12px;
|
|
32955
|
-
line-height: 18px;
|
|
32956
|
-
color: #2d3a56;
|
|
32957
|
-
font-weight: 700;
|
|
33053
|
+
|
|
33054
|
+
button.E_l48ei06 {
|
|
33055
|
+
color: #0080FF;
|
|
33056
|
+
height: unset;
|
|
32958
33057
|
}
|
|
32959
|
-
.
|
|
32960
|
-
|
|
32961
|
-
margin-right: 2px;
|
|
33058
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33059
|
+
margin-right: 4px;
|
|
32962
33060
|
}
|
|
32963
|
-
|
|
32964
|
-
|
|
32965
|
-
|
|
33061
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33062
|
+
margin-left: 4px;
|
|
33063
|
+
}
|
|
33064
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33065
|
+
color: #009DFF;
|
|
33066
|
+
}
|
|
33067
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33068
|
+
color: #005ED1;
|
|
33069
|
+
}
|
|
33070
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33071
|
+
color: #0080FF;
|
|
33072
|
+
}
|
|
33073
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33074
|
+
color: #00122E;
|
|
33075
|
+
}
|
|
33076
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33077
|
+
color: #0080FF;
|
|
33078
|
+
}
|
|
33079
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33080
|
+
color: #005ED1;
|
|
33081
|
+
}
|
|
33082
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33083
|
+
color: #00122E;
|
|
33084
|
+
}
|
|
33085
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33086
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33087
|
+
}
|
|
33088
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33089
|
+
color: #0080FF;
|
|
33090
|
+
}
|
|
33091
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33092
|
+
color: #005ED1;
|
|
33093
|
+
}
|
|
33094
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33095
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32966
33096
|
}
|
|
32967
33097
|
|
|
32968
33098
|
.E_sddwhm6 {
|
|
@@ -33026,70 +33156,18 @@ input.E_rf8rlle.ant-input {
|
|
|
33026
33156
|
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33027
33157
|
background-color: rgba(225, 230, 241, 0.6);
|
|
33028
33158
|
}
|
|
33029
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33030
|
-
background-color: #6b7d99;
|
|
33031
|
-
}
|
|
33032
|
-
.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 {
|
|
33033
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33034
|
-
}
|
|
33035
|
-
|
|
33036
|
-
.E_satwmqm {
|
|
33037
|
-
width: 8px;
|
|
33038
|
-
height: 8px;
|
|
33039
|
-
border-radius: 50%;
|
|
33040
|
-
display: inline-block;
|
|
33041
|
-
}
|
|
33042
|
-
|
|
33043
|
-
button.E_l48ei06.ant-btn,
|
|
33044
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33045
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33046
|
-
font-size: 12px;
|
|
33047
|
-
line-height: 18px;
|
|
33048
|
-
height: 18px;
|
|
33049
|
-
}
|
|
33050
|
-
|
|
33051
|
-
button.E_l48ei06 {
|
|
33052
|
-
color: #0080FF;
|
|
33053
|
-
height: unset;
|
|
33054
|
-
}
|
|
33055
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33056
|
-
margin-right: 4px;
|
|
33057
|
-
}
|
|
33058
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33059
|
-
margin-left: 4px;
|
|
33060
|
-
}
|
|
33061
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33062
|
-
color: #009DFF;
|
|
33063
|
-
}
|
|
33064
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33065
|
-
color: #005ED1;
|
|
33066
|
-
}
|
|
33067
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33068
|
-
color: #0080FF;
|
|
33069
|
-
}
|
|
33070
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33071
|
-
color: #00122E;
|
|
33072
|
-
}
|
|
33073
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33074
|
-
color: #0080FF;
|
|
33075
|
-
}
|
|
33076
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33077
|
-
color: #005ED1;
|
|
33078
|
-
}
|
|
33079
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33080
|
-
color: #00122E;
|
|
33081
|
-
}
|
|
33082
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
33083
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33084
|
-
}
|
|
33085
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33086
|
-
color: #0080FF;
|
|
33087
|
-
}
|
|
33088
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33089
|
-
color: #005ED1;
|
|
33159
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33160
|
+
background-color: #6b7d99;
|
|
33090
33161
|
}
|
|
33091
|
-
|
|
33092
|
-
color: rgba(
|
|
33162
|
+
.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 {
|
|
33163
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33164
|
+
}
|
|
33165
|
+
|
|
33166
|
+
.E_satwmqm {
|
|
33167
|
+
width: 8px;
|
|
33168
|
+
height: 8px;
|
|
33169
|
+
border-radius: 50%;
|
|
33170
|
+
display: inline-block;
|
|
33093
33171
|
}
|
|
33094
33172
|
|
|
33095
33173
|
.E_tc97u5y {
|
|
@@ -33463,25 +33541,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33463
33541
|
background: #fff;
|
|
33464
33542
|
}
|
|
33465
33543
|
|
|
33466
|
-
.E_r77hffu {
|
|
33467
|
-
display: flex;
|
|
33468
|
-
align-items: center;
|
|
33469
|
-
justify-content: space-between;
|
|
33470
|
-
column-gap: 6px;
|
|
33471
|
-
}
|
|
33472
|
-
|
|
33473
|
-
.E_p1cmxsf7 {
|
|
33474
|
-
display: flex;
|
|
33475
|
-
flex-direction: column;
|
|
33476
|
-
justify-content: center;
|
|
33477
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33478
|
-
}
|
|
33479
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33480
|
-
font-size: 0;
|
|
33481
|
-
margin-bottom: unset;
|
|
33482
|
-
margin-inline-end: unset;
|
|
33483
|
-
}
|
|
33484
|
-
|
|
33485
33544
|
.E_w7ob4th.outside-tag {
|
|
33486
33545
|
padding-left: 0;
|
|
33487
33546
|
}
|
|
@@ -33491,84 +33550,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33491
33550
|
margin-right: 4px;
|
|
33492
33551
|
}
|
|
33493
33552
|
|
|
33494
|
-
.
|
|
33495
|
-
padding: 0 8px;
|
|
33496
|
-
height: 18px;
|
|
33497
|
-
}
|
|
33498
|
-
|
|
33499
|
-
.E_m140wbb6 {
|
|
33500
|
-
padding: 2px 8px;
|
|
33501
|
-
height: 24px;
|
|
33502
|
-
}
|
|
33503
|
-
|
|
33504
|
-
.E_t1fozc1i {
|
|
33505
|
-
margin: 0;
|
|
33506
|
-
}
|
|
33507
|
-
|
|
33508
|
-
.E_i1vxv4ln {
|
|
33553
|
+
.E_i1g85yz3 {
|
|
33509
33554
|
margin-right: 4px;
|
|
33510
33555
|
height: 16px;
|
|
33511
33556
|
}
|
|
33512
33557
|
|
|
33513
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33514
|
-
font-weight: 700;
|
|
33515
|
-
color: #00122e;
|
|
33516
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33517
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33518
|
-
word-break: break-all;
|
|
33519
|
-
display: inline;
|
|
33520
|
-
white-space: normal;
|
|
33521
|
-
}
|
|
33522
|
-
|
|
33523
|
-
.E_lht19u8 {
|
|
33524
|
-
width: 64px;
|
|
33525
|
-
height: 64px;
|
|
33526
|
-
display: flex;
|
|
33527
|
-
align-items: center;
|
|
33528
|
-
justify-content: center;
|
|
33529
|
-
position: relative;
|
|
33530
|
-
opacity: 0.2;
|
|
33531
|
-
}
|
|
33532
|
-
|
|
33533
|
-
.E_lk3gkp4 {
|
|
33534
|
-
position: absolute;
|
|
33535
|
-
width: 5px;
|
|
33536
|
-
height: 48px;
|
|
33537
|
-
left: 9.33px;
|
|
33538
|
-
top: 40.5px;
|
|
33539
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33540
|
-
border-radius: 5px;
|
|
33541
|
-
transform: rotate(-128deg);
|
|
33542
|
-
transform-origin: top left;
|
|
33543
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33544
|
-
}
|
|
33545
|
-
|
|
33546
|
-
.E_ll4n94n {
|
|
33547
|
-
position: absolute;
|
|
33548
|
-
width: 5px;
|
|
33549
|
-
height: 48px;
|
|
33550
|
-
left: 40.8px;
|
|
33551
|
-
top: 8.4px;
|
|
33552
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33553
|
-
border-radius: 5px;
|
|
33554
|
-
transform: rotate(-8deg);
|
|
33555
|
-
transform-origin: top left;
|
|
33556
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33557
|
-
}
|
|
33558
|
-
|
|
33559
|
-
.E_l17lbdo6 {
|
|
33560
|
-
position: absolute;
|
|
33561
|
-
width: 5px;
|
|
33562
|
-
height: 48px;
|
|
33563
|
-
left: 52.9px;
|
|
33564
|
-
top: 51.8px;
|
|
33565
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33566
|
-
border-radius: 5px;
|
|
33567
|
-
transform: rotate(112deg);
|
|
33568
|
-
transform-origin: top left;
|
|
33569
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33570
|
-
}
|
|
33571
|
-
|
|
33572
33558
|
.E_sjob3jg {
|
|
33573
33559
|
--item-min-width: 60px;
|
|
33574
33560
|
}
|
|
@@ -33960,9 +33946,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33960
33946
|
margin-right: 8px;
|
|
33961
33947
|
}
|
|
33962
33948
|
|
|
33963
|
-
.
|
|
33964
|
-
|
|
33965
|
-
|
|
33949
|
+
.E_r77hffu {
|
|
33950
|
+
display: flex;
|
|
33951
|
+
align-items: center;
|
|
33952
|
+
justify-content: space-between;
|
|
33953
|
+
column-gap: 6px;
|
|
33954
|
+
}
|
|
33955
|
+
|
|
33956
|
+
.E_p1cmxsf7 {
|
|
33957
|
+
display: flex;
|
|
33958
|
+
flex-direction: column;
|
|
33959
|
+
justify-content: center;
|
|
33960
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33961
|
+
}
|
|
33962
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33963
|
+
font-size: 0;
|
|
33964
|
+
margin-bottom: unset;
|
|
33965
|
+
margin-inline-end: unset;
|
|
33966
33966
|
}
|
|
33967
33967
|
|
|
33968
33968
|
.E_t13ef470 {
|
|
@@ -34035,215 +34035,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34035
34035
|
background-color: #00ba5d;
|
|
34036
34036
|
}
|
|
34037
34037
|
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34038
|
-
background-color: #6b7d99;
|
|
34039
|
-
}
|
|
34040
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34041
|
-
background-color: #7E41FF;
|
|
34042
|
-
}
|
|
34043
|
-
|
|
34044
|
-
.E_s1qj66nc {
|
|
34045
|
-
width: 8px;
|
|
34046
|
-
height: 8px;
|
|
34047
|
-
border-radius: 50%;
|
|
34048
|
-
display: inline-block;
|
|
34049
|
-
}
|
|
34050
|
-
|
|
34051
|
-
.E_s5x1boq {
|
|
34052
|
-
width: 8px;
|
|
34053
|
-
height: 8px;
|
|
34054
|
-
border-radius: 2px;
|
|
34055
|
-
display: inline-block;
|
|
34056
|
-
}
|
|
34057
|
-
|
|
34058
|
-
.E_c1xm185 {
|
|
34059
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34060
|
-
}
|
|
34061
|
-
|
|
34062
|
-
.E_c1x5l5qc {
|
|
34063
|
-
flex: 1;
|
|
34064
|
-
}
|
|
34065
|
-
|
|
34066
|
-
.E_t1gvlxt5 {
|
|
34067
|
-
min-width: 0;
|
|
34068
|
-
flex: 1;
|
|
34069
|
-
}
|
|
34070
|
-
.E_t1gvlxt5 .tag {
|
|
34071
|
-
flex: 0 0 auto;
|
|
34072
|
-
}
|
|
34073
|
-
.E_t1gvlxt5 .progress-title {
|
|
34074
|
-
flex: 2;
|
|
34075
|
-
max-width: fit-content;
|
|
34076
|
-
}
|
|
34077
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34078
|
-
flex: 1;
|
|
34079
|
-
max-width: fit-content;
|
|
34080
|
-
}
|
|
34081
|
-
|
|
34082
|
-
.E_a1ji6r68 {
|
|
34083
|
-
display: flex;
|
|
34084
|
-
align-items: center;
|
|
34085
|
-
column-gap: var(--a1ji6r68-0);
|
|
34086
|
-
}
|
|
34087
|
-
|
|
34088
|
-
.E_msn7nxt {
|
|
34089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34090
|
-
text-align: center;
|
|
34091
|
-
display: flex;
|
|
34092
|
-
align-items: center;
|
|
34093
|
-
justify-content: center;
|
|
34094
|
-
flex-direction: column;
|
|
34095
|
-
height: 100%;
|
|
34096
|
-
}
|
|
34097
|
-
.E_msn7nxt .link {
|
|
34098
|
-
color: #0080ff;
|
|
34099
|
-
cursor: pointer;
|
|
34100
|
-
}
|
|
34101
|
-
|
|
34102
|
-
.E_mp64wfi {
|
|
34103
|
-
width: 100%;
|
|
34104
|
-
height: 100%;
|
|
34105
|
-
display: flex;
|
|
34106
|
-
flex-direction: column;
|
|
34107
|
-
}
|
|
34108
|
-
.E_mp64wfi .name-toolbar {
|
|
34109
|
-
width: 100%;
|
|
34110
|
-
display: flex;
|
|
34111
|
-
line-height: 30px;
|
|
34112
|
-
padding: 0 16px;
|
|
34113
|
-
justify-content: space-between;
|
|
34114
|
-
}
|
|
34115
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34116
|
-
display: flex;
|
|
34117
|
-
font-size: 12px;
|
|
34118
|
-
align-items: center;
|
|
34119
|
-
}
|
|
34120
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34121
|
-
color: #a3b4cc;
|
|
34122
|
-
}
|
|
34123
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34124
|
-
margin-left: 10px;
|
|
34125
|
-
}
|
|
34126
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34127
|
-
margin-left: 10px;
|
|
34128
|
-
cursor: pointer;
|
|
34129
|
-
}
|
|
34130
|
-
.E_mp64wfi .content {
|
|
34131
|
-
flex: 1;
|
|
34132
|
-
width: 100%;
|
|
34133
|
-
display: flex;
|
|
34134
|
-
justify-content: center;
|
|
34135
|
-
align-items: center;
|
|
34136
|
-
}
|
|
34137
|
-
.E_mp64wfi .single-content {
|
|
34138
|
-
height: 65px;
|
|
34139
|
-
}
|
|
34140
|
-
|
|
34141
|
-
.E_l1oyigan {
|
|
34142
|
-
display: flex;
|
|
34143
|
-
align-items: center;
|
|
34144
|
-
white-space: nowrap;
|
|
34145
|
-
overflow: hidden;
|
|
34146
|
-
width: 100%;
|
|
34147
|
-
}
|
|
34148
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34149
|
-
margin-left: auto;
|
|
34150
|
-
font-size: 12px;
|
|
34151
|
-
}
|
|
34152
|
-
|
|
34153
|
-
.E_l1noi4n1 {
|
|
34154
|
-
display: flex;
|
|
34155
|
-
justify-content: flex-start;
|
|
34156
|
-
align-items: center;
|
|
34157
|
-
font-size: 12px;
|
|
34158
|
-
cursor: pointer;
|
|
34159
|
-
}
|
|
34160
|
-
.E_l1noi4n1:not(:last-child) {
|
|
34161
|
-
margin-right: 20px;
|
|
34162
|
-
}
|
|
34163
|
-
.E_l1noi4n1.deselected {
|
|
34164
|
-
opacity: 0.4;
|
|
34038
|
+
background-color: #6b7d99;
|
|
34165
34039
|
}
|
|
34166
|
-
.
|
|
34167
|
-
background: #
|
|
34040
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34041
|
+
background-color: #7E41FF;
|
|
34168
34042
|
}
|
|
34169
34043
|
|
|
34170
|
-
.
|
|
34171
|
-
display: inline-block;
|
|
34172
|
-
height: 8px;
|
|
34044
|
+
.E_s1qj66nc {
|
|
34173
34045
|
width: 8px;
|
|
34174
|
-
|
|
34046
|
+
height: 8px;
|
|
34047
|
+
border-radius: 50%;
|
|
34048
|
+
display: inline-block;
|
|
34175
34049
|
}
|
|
34176
34050
|
|
|
34177
|
-
.
|
|
34178
|
-
|
|
34179
|
-
|
|
34180
|
-
|
|
34181
|
-
|
|
34051
|
+
.E_s5x1boq {
|
|
34052
|
+
width: 8px;
|
|
34053
|
+
height: 8px;
|
|
34054
|
+
border-radius: 2px;
|
|
34055
|
+
display: inline-block;
|
|
34182
34056
|
}
|
|
34183
34057
|
|
|
34184
|
-
.
|
|
34185
|
-
|
|
34186
|
-
}
|
|
34187
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34188
|
-
bottom: -12px;
|
|
34189
|
-
}
|
|
34190
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
34191
|
-
display: flex;
|
|
34192
|
-
justify-content: space-between;
|
|
34193
|
-
line-height: 30px;
|
|
34194
|
-
margin: 0 16px;
|
|
34195
|
-
}
|
|
34196
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34197
|
-
display: flex;
|
|
34198
|
-
font-size: 12px;
|
|
34199
|
-
align-items: center;
|
|
34200
|
-
}
|
|
34201
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34202
|
-
color: #a3b4cc;
|
|
34058
|
+
.E_c1xm185 {
|
|
34059
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34203
34060
|
}
|
|
34204
|
-
|
|
34205
|
-
|
|
34061
|
+
|
|
34062
|
+
.E_c1x5l5qc {
|
|
34063
|
+
flex: 1;
|
|
34206
34064
|
}
|
|
34207
|
-
|
|
34208
|
-
|
|
34209
|
-
|
|
34065
|
+
|
|
34066
|
+
.E_t1gvlxt5 {
|
|
34067
|
+
min-width: 0;
|
|
34068
|
+
flex: 1;
|
|
34210
34069
|
}
|
|
34211
|
-
.
|
|
34212
|
-
|
|
34070
|
+
.E_t1gvlxt5 .tag {
|
|
34071
|
+
flex: 0 0 auto;
|
|
34213
34072
|
}
|
|
34214
|
-
.
|
|
34215
|
-
|
|
34216
|
-
|
|
34217
|
-
padding: 0 8px;
|
|
34218
|
-
border-radius: 4px;
|
|
34219
|
-
font-size: 12px;
|
|
34220
|
-
color: #fff;
|
|
34221
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34222
|
-
transform: translateX(-50%);
|
|
34073
|
+
.E_t1gvlxt5 .progress-title {
|
|
34074
|
+
flex: 2;
|
|
34075
|
+
max-width: fit-content;
|
|
34223
34076
|
}
|
|
34224
|
-
|
|
34225
|
-
|
|
34226
|
-
|
|
34077
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34078
|
+
flex: 1;
|
|
34079
|
+
max-width: fit-content;
|
|
34227
34080
|
}
|
|
34228
34081
|
|
|
34229
|
-
.
|
|
34082
|
+
.E_a1ji6r68 {
|
|
34230
34083
|
display: flex;
|
|
34231
34084
|
align-items: center;
|
|
34232
|
-
|
|
34233
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34234
|
-
color: #b4beca;
|
|
34235
|
-
font-size: 12px;
|
|
34236
|
-
padding: 3px 6px;
|
|
34237
|
-
}
|
|
34238
|
-
.E_t1ub2aex:first-child {
|
|
34239
|
-
padding-top: 3px;
|
|
34240
|
-
}
|
|
34241
|
-
.E_t1ub2aex:last-child {
|
|
34242
|
-
padding-bottom: 3px;
|
|
34243
|
-
}
|
|
34244
|
-
.E_t1ub2aex .column-value {
|
|
34245
|
-
color: #fff;
|
|
34246
|
-
margin-left: 8px;
|
|
34085
|
+
column-gap: var(--a1ji6r68-0);
|
|
34247
34086
|
}
|
|
34248
34087
|
|
|
34249
34088
|
.E_m11nzl2x {
|
|
@@ -34461,6 +34300,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34461
34300
|
border: 1px solid #fff;
|
|
34462
34301
|
}
|
|
34463
34302
|
|
|
34303
|
+
.E_msn7nxt {
|
|
34304
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34305
|
+
text-align: center;
|
|
34306
|
+
display: flex;
|
|
34307
|
+
align-items: center;
|
|
34308
|
+
justify-content: center;
|
|
34309
|
+
flex-direction: column;
|
|
34310
|
+
height: 100%;
|
|
34311
|
+
}
|
|
34312
|
+
.E_msn7nxt .link {
|
|
34313
|
+
color: #0080ff;
|
|
34314
|
+
cursor: pointer;
|
|
34315
|
+
}
|
|
34316
|
+
|
|
34317
|
+
.E_mp64wfi {
|
|
34318
|
+
width: 100%;
|
|
34319
|
+
height: 100%;
|
|
34320
|
+
display: flex;
|
|
34321
|
+
flex-direction: column;
|
|
34322
|
+
}
|
|
34323
|
+
.E_mp64wfi .name-toolbar {
|
|
34324
|
+
width: 100%;
|
|
34325
|
+
display: flex;
|
|
34326
|
+
line-height: 30px;
|
|
34327
|
+
padding: 0 16px;
|
|
34328
|
+
justify-content: space-between;
|
|
34329
|
+
}
|
|
34330
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34331
|
+
display: flex;
|
|
34332
|
+
font-size: 12px;
|
|
34333
|
+
align-items: center;
|
|
34334
|
+
}
|
|
34335
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34336
|
+
color: #a3b4cc;
|
|
34337
|
+
}
|
|
34338
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34339
|
+
margin-left: 10px;
|
|
34340
|
+
}
|
|
34341
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34342
|
+
margin-left: 10px;
|
|
34343
|
+
cursor: pointer;
|
|
34344
|
+
}
|
|
34345
|
+
.E_mp64wfi .content {
|
|
34346
|
+
flex: 1;
|
|
34347
|
+
width: 100%;
|
|
34348
|
+
display: flex;
|
|
34349
|
+
justify-content: center;
|
|
34350
|
+
align-items: center;
|
|
34351
|
+
}
|
|
34352
|
+
.E_mp64wfi .single-content {
|
|
34353
|
+
height: 65px;
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
.E_l1oyigan {
|
|
34357
|
+
display: flex;
|
|
34358
|
+
align-items: center;
|
|
34359
|
+
white-space: nowrap;
|
|
34360
|
+
overflow: hidden;
|
|
34361
|
+
width: 100%;
|
|
34362
|
+
}
|
|
34363
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34364
|
+
margin-left: auto;
|
|
34365
|
+
font-size: 12px;
|
|
34366
|
+
}
|
|
34367
|
+
|
|
34368
|
+
.E_l1noi4n1 {
|
|
34369
|
+
display: flex;
|
|
34370
|
+
justify-content: flex-start;
|
|
34371
|
+
align-items: center;
|
|
34372
|
+
font-size: 12px;
|
|
34373
|
+
cursor: pointer;
|
|
34374
|
+
}
|
|
34375
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34376
|
+
margin-right: 20px;
|
|
34377
|
+
}
|
|
34378
|
+
.E_l1noi4n1.deselected {
|
|
34379
|
+
opacity: 0.4;
|
|
34380
|
+
}
|
|
34381
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34382
|
+
background: #b4beca !important;
|
|
34383
|
+
}
|
|
34384
|
+
|
|
34385
|
+
.E_cz19rz6 {
|
|
34386
|
+
display: inline-block;
|
|
34387
|
+
height: 8px;
|
|
34388
|
+
width: 8px;
|
|
34389
|
+
margin-right: 8px;
|
|
34390
|
+
}
|
|
34391
|
+
|
|
34392
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34393
|
+
display: flex;
|
|
34394
|
+
align-items: center;
|
|
34395
|
+
font-size: 12px;
|
|
34396
|
+
margin: 0;
|
|
34397
|
+
}
|
|
34398
|
+
|
|
34399
|
+
.E_m1y1hhnr {
|
|
34400
|
+
position: relative;
|
|
34401
|
+
}
|
|
34402
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34403
|
+
bottom: -12px;
|
|
34404
|
+
}
|
|
34405
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34406
|
+
display: flex;
|
|
34407
|
+
justify-content: space-between;
|
|
34408
|
+
line-height: 30px;
|
|
34409
|
+
margin: 0 16px;
|
|
34410
|
+
}
|
|
34411
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34412
|
+
display: flex;
|
|
34413
|
+
font-size: 12px;
|
|
34414
|
+
align-items: center;
|
|
34415
|
+
}
|
|
34416
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34417
|
+
color: #a3b4cc;
|
|
34418
|
+
}
|
|
34419
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34420
|
+
margin-left: 10px;
|
|
34421
|
+
}
|
|
34422
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34423
|
+
margin-left: 10px;
|
|
34424
|
+
cursor: pointer;
|
|
34425
|
+
}
|
|
34426
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34427
|
+
font-size: 12px;
|
|
34428
|
+
}
|
|
34429
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34430
|
+
position: absolute;
|
|
34431
|
+
bottom: 10px;
|
|
34432
|
+
padding: 0 8px;
|
|
34433
|
+
border-radius: 4px;
|
|
34434
|
+
font-size: 12px;
|
|
34435
|
+
color: #fff;
|
|
34436
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34437
|
+
transform: translateX(-50%);
|
|
34438
|
+
}
|
|
34439
|
+
|
|
34440
|
+
.E_tnvijvs {
|
|
34441
|
+
min-width: 200px;
|
|
34442
|
+
}
|
|
34443
|
+
|
|
34444
|
+
.E_t1ub2aex {
|
|
34445
|
+
display: flex;
|
|
34446
|
+
align-items: center;
|
|
34447
|
+
justify-content: space-between;
|
|
34448
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34449
|
+
color: #b4beca;
|
|
34450
|
+
font-size: 12px;
|
|
34451
|
+
padding: 3px 6px;
|
|
34452
|
+
}
|
|
34453
|
+
.E_t1ub2aex:first-child {
|
|
34454
|
+
padding-top: 3px;
|
|
34455
|
+
}
|
|
34456
|
+
.E_t1ub2aex:last-child {
|
|
34457
|
+
padding-bottom: 3px;
|
|
34458
|
+
}
|
|
34459
|
+
.E_t1ub2aex .column-value {
|
|
34460
|
+
color: #fff;
|
|
34461
|
+
margin-left: 8px;
|
|
34462
|
+
}
|
|
34463
|
+
|
|
34464
34464
|
.E_bpgac8u {
|
|
34465
34465
|
color: #FFFFFF;
|
|
34466
34466
|
display: flex;
|
|
@@ -34935,10 +34935,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34935
34935
|
background: rgba(225, 230, 241, 0.6);
|
|
34936
34936
|
}
|
|
34937
34937
|
|
|
34938
|
-
.E_t1616y1o {
|
|
34939
|
-
color: #fff;
|
|
34940
|
-
}
|
|
34941
|
-
|
|
34942
34938
|
.E_f16blduf.ant-form-item {
|
|
34943
34939
|
margin-bottom: 0;
|
|
34944
34940
|
}
|
|
@@ -34958,6 +34954,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34958
34954
|
display: block;
|
|
34959
34955
|
}
|
|
34960
34956
|
|
|
34957
|
+
.E_t1616y1o {
|
|
34958
|
+
color: #fff;
|
|
34959
|
+
}
|
|
34960
|
+
|
|
34961
34961
|
.E_a9y3flr {
|
|
34962
34962
|
margin-left: 8px;
|
|
34963
34963
|
}
|
|
@@ -34967,6 +34967,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34967
34967
|
color: #00122e;
|
|
34968
34968
|
}
|
|
34969
34969
|
|
|
34970
|
+
.E_i14c7jc8 {
|
|
34971
|
+
color: var(--i14c7jc8-0);
|
|
34972
|
+
}
|
|
34973
|
+
|
|
34974
|
+
.E_i1ibuolf {
|
|
34975
|
+
display: flex;
|
|
34976
|
+
align-items: center;
|
|
34977
|
+
column-gap: 4px;
|
|
34978
|
+
font-size: 12px;
|
|
34979
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34980
|
+
}
|
|
34981
|
+
|
|
34970
34982
|
.E_d1u4ndxc {
|
|
34971
34983
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34972
34984
|
font-size: 12px;
|
|
@@ -34998,16 +35010,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34998
35010
|
}
|
|
34999
35011
|
}
|
|
35000
35012
|
|
|
35001
|
-
.
|
|
35002
|
-
|
|
35013
|
+
.E_s1ebs0ra {
|
|
35014
|
+
display: flex;
|
|
35015
|
+
align-items: center;
|
|
35016
|
+
justify-content: space-between;
|
|
35017
|
+
background: #edf0f7;
|
|
35018
|
+
padding: 8px 12px;
|
|
35019
|
+
position: sticky;
|
|
35020
|
+
top: 0;
|
|
35021
|
+
z-index: 1;
|
|
35022
|
+
margin-bottom: -52px;
|
|
35003
35023
|
}
|
|
35004
|
-
|
|
35005
|
-
.E_i1ibuolf {
|
|
35024
|
+
.E_s1ebs0ra .select-total {
|
|
35006
35025
|
display: flex;
|
|
35007
35026
|
align-items: center;
|
|
35008
|
-
|
|
35009
|
-
|
|
35010
|
-
|
|
35027
|
+
font-weight: 700;
|
|
35028
|
+
flex-shrink: 0;
|
|
35029
|
+
}
|
|
35030
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35031
|
+
cursor: pointer;
|
|
35032
|
+
margin-left: 8px;
|
|
35033
|
+
width: 32px;
|
|
35034
|
+
height: 32px;
|
|
35035
|
+
border-radius: 50%;
|
|
35036
|
+
justify-content: center;
|
|
35037
|
+
}
|
|
35038
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35039
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35040
|
+
}
|
|
35041
|
+
.E_s1ebs0ra .action-group {
|
|
35042
|
+
flex: 1;
|
|
35043
|
+
margin-left: 88px;
|
|
35044
|
+
white-space: nowrap;
|
|
35045
|
+
text-align: right;
|
|
35046
|
+
position: relative;
|
|
35047
|
+
padding: 4px 0;
|
|
35048
|
+
margin-top: -4px;
|
|
35049
|
+
overflow: hidden;
|
|
35050
|
+
}
|
|
35051
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35052
|
+
transform: translateY(-4px);
|
|
35053
|
+
}
|
|
35054
|
+
.E_s1ebs0ra .action-group button {
|
|
35055
|
+
border: none;
|
|
35056
|
+
}
|
|
35057
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35058
|
+
margin-right: 8px;
|
|
35059
|
+
}
|
|
35060
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35061
|
+
margin-right: 4px;
|
|
35062
|
+
}
|
|
35063
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35064
|
+
cursor: pointer;
|
|
35065
|
+
width: 32px;
|
|
35066
|
+
height: 32px;
|
|
35067
|
+
justify-content: center;
|
|
35068
|
+
border-radius: 50%;
|
|
35069
|
+
}
|
|
35070
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35071
|
+
background: #fff;
|
|
35011
35072
|
}
|
|
35012
35073
|
|
|
35013
35074
|
.E_clm1wy1 {
|
|
@@ -35103,90 +35164,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35103
35164
|
border-radius: 2px;
|
|
35104
35165
|
}
|
|
35105
35166
|
|
|
35106
|
-
.E_skwah65 {
|
|
35107
|
-
height: 8px;
|
|
35108
|
-
box-sizing: border-box;
|
|
35109
|
-
border-radius: 2px;
|
|
35110
|
-
background: #f5f7fa;
|
|
35111
|
-
display: flex;
|
|
35112
|
-
width: 100%;
|
|
35113
|
-
overflow: hidden;
|
|
35114
|
-
}
|
|
35115
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35116
|
-
margin-left: 1px;
|
|
35117
|
-
}
|
|
35118
|
-
|
|
35119
|
-
.E_s1ebs0ra {
|
|
35120
|
-
display: flex;
|
|
35121
|
-
align-items: center;
|
|
35122
|
-
justify-content: space-between;
|
|
35123
|
-
background: #edf0f7;
|
|
35124
|
-
padding: 8px 12px;
|
|
35125
|
-
position: sticky;
|
|
35126
|
-
top: 0;
|
|
35127
|
-
z-index: 1;
|
|
35128
|
-
margin-bottom: -52px;
|
|
35129
|
-
}
|
|
35130
|
-
.E_s1ebs0ra .select-total {
|
|
35131
|
-
display: flex;
|
|
35132
|
-
align-items: center;
|
|
35133
|
-
font-weight: 700;
|
|
35134
|
-
flex-shrink: 0;
|
|
35135
|
-
}
|
|
35136
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35137
|
-
cursor: pointer;
|
|
35138
|
-
margin-left: 8px;
|
|
35139
|
-
width: 32px;
|
|
35140
|
-
height: 32px;
|
|
35141
|
-
border-radius: 50%;
|
|
35142
|
-
justify-content: center;
|
|
35143
|
-
}
|
|
35144
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35145
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35146
|
-
}
|
|
35147
|
-
.E_s1ebs0ra .action-group {
|
|
35148
|
-
flex: 1;
|
|
35149
|
-
margin-left: 88px;
|
|
35150
|
-
white-space: nowrap;
|
|
35151
|
-
text-align: right;
|
|
35152
|
-
position: relative;
|
|
35153
|
-
padding: 4px 0;
|
|
35154
|
-
margin-top: -4px;
|
|
35155
|
-
overflow: hidden;
|
|
35156
|
-
}
|
|
35157
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35158
|
-
transform: translateY(-4px);
|
|
35159
|
-
}
|
|
35160
|
-
.E_s1ebs0ra .action-group button {
|
|
35161
|
-
border: none;
|
|
35162
|
-
}
|
|
35163
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35164
|
-
margin-right: 8px;
|
|
35165
|
-
}
|
|
35166
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35167
|
-
margin-right: 4px;
|
|
35168
|
-
}
|
|
35169
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35170
|
-
cursor: pointer;
|
|
35171
|
-
width: 32px;
|
|
35172
|
-
height: 32px;
|
|
35173
|
-
justify-content: center;
|
|
35174
|
-
border-radius: 50%;
|
|
35175
|
-
}
|
|
35176
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35177
|
-
background: #fff;
|
|
35178
|
-
}
|
|
35179
|
-
|
|
35180
|
-
.E_gmyahx3 {
|
|
35181
|
-
cursor: pointer;
|
|
35182
|
-
}
|
|
35183
|
-
.E_gmyahx3 .link-text {
|
|
35184
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35185
|
-
}
|
|
35186
|
-
.E_gmyahx3:hover .link-text {
|
|
35187
|
-
color: #0080ff;
|
|
35188
|
-
}
|
|
35189
|
-
|
|
35190
35167
|
.E_c18bcrac {
|
|
35191
35168
|
display: inline-block;
|
|
35192
35169
|
width: 100%;
|
|
@@ -35335,163 +35312,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35335
35312
|
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35336
35313
|
}
|
|
35337
35314
|
.E_wpbf4pq .ant-input,
|
|
35338
|
-
.E_wpbf4pq .ant-picker {
|
|
35339
|
-
width: 80px;
|
|
35340
|
-
margin: 0 9px;
|
|
35341
|
-
text-align: center;
|
|
35342
|
-
}
|
|
35343
|
-
.E_wpbf4pq .options {
|
|
35344
|
-
padding: 12px 0 12px 16px;
|
|
35345
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35346
|
-
margin: 5px 0 5px 8px;
|
|
35347
|
-
}
|
|
35348
|
-
.E_wpbf4pq .week-day-option,
|
|
35349
|
-
.E_wpbf4pq .month-day-option {
|
|
35350
|
-
background: #f5f7fa;
|
|
35351
|
-
box-sizing: border-box;
|
|
35352
|
-
border-radius: 16px;
|
|
35353
|
-
margin-right: 8px;
|
|
35354
|
-
}
|
|
35355
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35356
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35357
|
-
color: inherit;
|
|
35358
|
-
border-color: #d9d9d9;
|
|
35359
|
-
}
|
|
35360
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35361
|
-
background-color: #0096ff;
|
|
35362
|
-
border-color: #0096ff;
|
|
35363
|
-
color: #fff;
|
|
35364
|
-
}
|
|
35365
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35366
|
-
width: 110px;
|
|
35367
|
-
margin-top: 4px;
|
|
35368
|
-
}
|
|
35369
|
-
.E_wpbf4pq .month-day-option {
|
|
35370
|
-
width: 32px;
|
|
35371
|
-
padding: 0;
|
|
35372
|
-
margin-bottom: 8px;
|
|
35373
|
-
}
|
|
35374
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35375
|
-
background-color: #0096ff;
|
|
35376
|
-
border-color: #0096ff;
|
|
35377
|
-
color: #fff;
|
|
35378
|
-
}
|
|
35379
|
-
|
|
35380
|
-
span.E_tqjc4ui {
|
|
35381
|
-
margin: 0 2px;
|
|
35382
|
-
}
|
|
35383
|
-
|
|
35384
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35385
|
-
background: #edf0f7;
|
|
35386
|
-
padding: 32px 8px;
|
|
35387
|
-
overflow: auto;
|
|
35388
|
-
}
|
|
35389
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35390
|
-
display: flex;
|
|
35391
|
-
flex-direction: column;
|
|
35392
|
-
justify-content: space-between;
|
|
35393
|
-
}
|
|
35394
|
-
.E_s1at6qmn footer {
|
|
35395
|
-
display: flex;
|
|
35396
|
-
}
|
|
35397
|
-
.E_s1at6qmn .ant-menu {
|
|
35398
|
-
background: #edf0f7;
|
|
35399
|
-
}
|
|
35400
|
-
.E_s1at6qmn .ant-menu a {
|
|
35401
|
-
color: #00122e;
|
|
35402
|
-
width: 180px;
|
|
35403
|
-
overflow: hidden;
|
|
35404
|
-
text-overflow: ellipsis;
|
|
35405
|
-
}
|
|
35406
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35407
|
-
margin-bottom: 24px;
|
|
35408
|
-
}
|
|
35409
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35410
|
-
margin: 0;
|
|
35411
|
-
}
|
|
35412
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35413
|
-
font-size: 12px;
|
|
35414
|
-
padding: 0 8px 4px;
|
|
35415
|
-
line-height: 18px;
|
|
35416
|
-
}
|
|
35417
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35418
|
-
padding: 0;
|
|
35419
|
-
}
|
|
35420
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35421
|
-
padding-bottom: 24px;
|
|
35422
|
-
}
|
|
35423
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35424
|
-
margin-bottom: 24px;
|
|
35425
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35315
|
+
.E_wpbf4pq .ant-picker {
|
|
35316
|
+
width: 80px;
|
|
35317
|
+
margin: 0 9px;
|
|
35318
|
+
text-align: center;
|
|
35426
35319
|
}
|
|
35427
|
-
.
|
|
35428
|
-
|
|
35429
|
-
|
|
35430
|
-
|
|
35431
|
-
height: 32px;
|
|
35432
|
-
line-height: 22px;
|
|
35433
|
-
padding: 0 8px;
|
|
35320
|
+
.E_wpbf4pq .options {
|
|
35321
|
+
padding: 12px 0 12px 16px;
|
|
35322
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35323
|
+
margin: 5px 0 5px 8px;
|
|
35434
35324
|
}
|
|
35435
|
-
.
|
|
35436
|
-
|
|
35325
|
+
.E_wpbf4pq .week-day-option,
|
|
35326
|
+
.E_wpbf4pq .month-day-option {
|
|
35327
|
+
background: #f5f7fa;
|
|
35328
|
+
box-sizing: border-box;
|
|
35329
|
+
border-radius: 16px;
|
|
35330
|
+
margin-right: 8px;
|
|
35437
35331
|
}
|
|
35438
|
-
.
|
|
35439
|
-
|
|
35440
|
-
|
|
35332
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35333
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35334
|
+
color: inherit;
|
|
35335
|
+
border-color: #d9d9d9;
|
|
35441
35336
|
}
|
|
35442
|
-
.
|
|
35443
|
-
background:
|
|
35444
|
-
|
|
35445
|
-
border-radius: 6px;
|
|
35337
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35338
|
+
background-color: #0096ff;
|
|
35339
|
+
border-color: #0096ff;
|
|
35446
35340
|
color: #fff;
|
|
35447
35341
|
}
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35342
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35343
|
+
width: 110px;
|
|
35344
|
+
margin-top: 4px;
|
|
35450
35345
|
}
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35453
|
-
|
|
35454
|
-
|
|
35346
|
+
.E_wpbf4pq .month-day-option {
|
|
35347
|
+
width: 32px;
|
|
35348
|
+
padding: 0;
|
|
35349
|
+
margin-bottom: 8px;
|
|
35455
35350
|
}
|
|
35456
|
-
|
|
35457
|
-
|
|
35458
|
-
|
|
35459
|
-
|
|
35351
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35352
|
+
background-color: #0096ff;
|
|
35353
|
+
border-color: #0096ff;
|
|
35354
|
+
color: #fff;
|
|
35460
35355
|
}
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
|
|
35356
|
+
|
|
35357
|
+
.E_gmyahx3 {
|
|
35358
|
+
cursor: pointer;
|
|
35464
35359
|
}
|
|
35465
|
-
.
|
|
35466
|
-
|
|
35360
|
+
.E_gmyahx3 .link-text {
|
|
35361
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35467
35362
|
}
|
|
35468
|
-
.
|
|
35469
|
-
|
|
35470
|
-
padding: 0 6px;
|
|
35363
|
+
.E_gmyahx3:hover .link-text {
|
|
35364
|
+
color: #0080ff;
|
|
35471
35365
|
}
|
|
35472
35366
|
|
|
35473
|
-
.
|
|
35367
|
+
.E_n12mqh7z {
|
|
35474
35368
|
display: flex;
|
|
35475
|
-
|
|
35476
|
-
|
|
35369
|
+
align-items: center;
|
|
35370
|
+
font-size: 12px;
|
|
35371
|
+
line-height: 18px;
|
|
35477
35372
|
}
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35480
|
-
opacity: 1 !important;
|
|
35373
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35374
|
+
margin-bottom: 4px;
|
|
35481
35375
|
}
|
|
35482
|
-
|
|
35483
|
-
|
|
35484
|
-
|
|
35376
|
+
|
|
35377
|
+
.E_tf5bynu {
|
|
35378
|
+
margin: 0 3px;
|
|
35485
35379
|
}
|
|
35486
|
-
|
|
35487
|
-
|
|
35380
|
+
|
|
35381
|
+
.E_tcckoz1 {
|
|
35382
|
+
max-height: 400px;
|
|
35383
|
+
overflow: auto;
|
|
35488
35384
|
}
|
|
35489
|
-
|
|
35490
|
-
|
|
35491
|
-
|
|
35492
|
-
white-space: nowrap;
|
|
35493
|
-
text-overflow: ellipsis;
|
|
35494
|
-
text-align: left;
|
|
35385
|
+
|
|
35386
|
+
span.E_tqjc4ui {
|
|
35387
|
+
margin: 0 2px;
|
|
35495
35388
|
}
|
|
35496
35389
|
|
|
35497
35390
|
.E_t1sqg15u {
|
|
@@ -35615,23 +35508,173 @@ span.E_tqjc4ui {
|
|
|
35615
35508
|
color: #00122e !important;
|
|
35616
35509
|
}
|
|
35617
35510
|
|
|
35618
|
-
.
|
|
35619
|
-
|
|
35620
|
-
|
|
35621
|
-
|
|
35622
|
-
|
|
35511
|
+
.E_ou7iq30 {
|
|
35512
|
+
overflow: hidden;
|
|
35513
|
+
text-overflow: ellipsis;
|
|
35514
|
+
}
|
|
35515
|
+
|
|
35516
|
+
.E_s1tui002 {
|
|
35517
|
+
white-space: nowrap;
|
|
35518
|
+
}
|
|
35519
|
+
|
|
35520
|
+
.E_mxrc2zg {
|
|
35521
|
+
display: -webkit-box;
|
|
35522
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35523
|
+
-webkit-box-orient: vertical;
|
|
35524
|
+
word-break: break-all;
|
|
35525
|
+
}
|
|
35526
|
+
|
|
35527
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35528
|
+
display: none;
|
|
35529
|
+
}
|
|
35530
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35531
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35532
|
+
border-radius: 4px;
|
|
35533
|
+
}
|
|
35534
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35535
|
+
visibility: hidden;
|
|
35536
|
+
}
|
|
35537
|
+
|
|
35538
|
+
.E_skwah65 {
|
|
35539
|
+
height: 8px;
|
|
35540
|
+
box-sizing: border-box;
|
|
35541
|
+
border-radius: 2px;
|
|
35542
|
+
background: #f5f7fa;
|
|
35543
|
+
display: flex;
|
|
35544
|
+
width: 100%;
|
|
35545
|
+
overflow: hidden;
|
|
35546
|
+
}
|
|
35547
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35548
|
+
margin-left: 1px;
|
|
35549
|
+
}
|
|
35550
|
+
|
|
35551
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35552
|
+
background: #edf0f7;
|
|
35553
|
+
padding: 32px 8px;
|
|
35554
|
+
overflow: auto;
|
|
35555
|
+
}
|
|
35556
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35557
|
+
display: flex;
|
|
35558
|
+
flex-direction: column;
|
|
35559
|
+
justify-content: space-between;
|
|
35560
|
+
}
|
|
35561
|
+
.E_s1at6qmn footer {
|
|
35562
|
+
display: flex;
|
|
35563
|
+
}
|
|
35564
|
+
.E_s1at6qmn .ant-menu {
|
|
35565
|
+
background: #edf0f7;
|
|
35566
|
+
}
|
|
35567
|
+
.E_s1at6qmn .ant-menu a {
|
|
35568
|
+
color: #00122e;
|
|
35569
|
+
width: 180px;
|
|
35570
|
+
overflow: hidden;
|
|
35571
|
+
text-overflow: ellipsis;
|
|
35572
|
+
}
|
|
35573
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35574
|
+
margin-bottom: 24px;
|
|
35575
|
+
}
|
|
35576
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35577
|
+
margin: 0;
|
|
35578
|
+
}
|
|
35579
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35580
|
+
font-size: 12px;
|
|
35581
|
+
padding: 0 8px 4px;
|
|
35582
|
+
line-height: 18px;
|
|
35583
|
+
}
|
|
35584
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35585
|
+
padding: 0;
|
|
35586
|
+
}
|
|
35587
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35588
|
+
padding-bottom: 24px;
|
|
35589
|
+
}
|
|
35590
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35591
|
+
margin-bottom: 24px;
|
|
35592
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35593
|
+
}
|
|
35594
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35595
|
+
transition: none;
|
|
35596
|
+
display: flex;
|
|
35597
|
+
align-items: center;
|
|
35598
|
+
height: 32px;
|
|
35599
|
+
line-height: 22px;
|
|
35600
|
+
padding: 0 8px;
|
|
35601
|
+
}
|
|
35602
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35603
|
+
margin-right: 12px;
|
|
35604
|
+
}
|
|
35605
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35606
|
+
margin: 0;
|
|
35607
|
+
margin-bottom: 2px;
|
|
35608
|
+
}
|
|
35609
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35610
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35611
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35612
|
+
border-radius: 6px;
|
|
35613
|
+
color: #fff;
|
|
35614
|
+
}
|
|
35615
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35616
|
+
color: #fff;
|
|
35617
|
+
}
|
|
35618
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35619
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35620
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35621
|
+
border-radius: 6px;
|
|
35622
|
+
}
|
|
35623
|
+
|
|
35624
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35625
|
+
white-space: nowrap;
|
|
35626
|
+
transition: all 0s;
|
|
35627
|
+
}
|
|
35628
|
+
.E_s1wu0lms.shrink {
|
|
35629
|
+
transition: all 0s;
|
|
35630
|
+
overflow: hidden;
|
|
35631
|
+
}
|
|
35632
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35633
|
+
visibility: hidden;
|
|
35634
|
+
}
|
|
35635
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35636
|
+
width: 36px;
|
|
35637
|
+
padding: 0 6px;
|
|
35638
|
+
}
|
|
35639
|
+
|
|
35640
|
+
.E_n1ugzfva {
|
|
35641
|
+
display: flex;
|
|
35642
|
+
place-items: center;
|
|
35643
|
+
width: 100% !important;
|
|
35644
|
+
}
|
|
35645
|
+
.E_n1ugzfva[disabled] {
|
|
35646
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35647
|
+
opacity: 1 !important;
|
|
35648
|
+
}
|
|
35649
|
+
.E_n1ugzfva.ant-btn {
|
|
35650
|
+
width: 100%;
|
|
35651
|
+
color: #00122e;
|
|
35652
|
+
}
|
|
35653
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35654
|
+
margin-right: 12px;
|
|
35655
|
+
}
|
|
35656
|
+
.E_n1ugzfva .link-title {
|
|
35657
|
+
flex: 1;
|
|
35658
|
+
overflow: hidden;
|
|
35659
|
+
white-space: nowrap;
|
|
35660
|
+
text-overflow: ellipsis;
|
|
35661
|
+
text-align: left;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.E_u15heuvq.content {
|
|
35665
|
+
cursor: default !important;
|
|
35623
35666
|
}
|
|
35624
|
-
.
|
|
35625
|
-
|
|
35667
|
+
.E_u15heuvq.content.link {
|
|
35668
|
+
cursor: pointer !important;
|
|
35626
35669
|
}
|
|
35627
|
-
|
|
35628
|
-
|
|
35629
|
-
margin: 0 3px;
|
|
35670
|
+
.E_u15heuvq.content.link:hover {
|
|
35671
|
+
color: #0080ff;
|
|
35630
35672
|
}
|
|
35631
|
-
|
|
35632
|
-
|
|
35633
|
-
|
|
35634
|
-
|
|
35673
|
+
.E_u15heuvq.content.black {
|
|
35674
|
+
color: #00122e;
|
|
35675
|
+
}
|
|
35676
|
+
.E_u15heuvq.content.gray {
|
|
35677
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35635
35678
|
}
|
|
35636
35679
|
|
|
35637
35680
|
.E_t160l1cm {
|
|
@@ -35837,33 +35880,6 @@ span.E_tqjc4ui {
|
|
|
35837
35880
|
background: transparent;
|
|
35838
35881
|
}
|
|
35839
35882
|
|
|
35840
|
-
.E_ou7iq30 {
|
|
35841
|
-
overflow: hidden;
|
|
35842
|
-
text-overflow: ellipsis;
|
|
35843
|
-
}
|
|
35844
|
-
|
|
35845
|
-
.E_s1tui002 {
|
|
35846
|
-
white-space: nowrap;
|
|
35847
|
-
}
|
|
35848
|
-
|
|
35849
|
-
.E_mxrc2zg {
|
|
35850
|
-
display: -webkit-box;
|
|
35851
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35852
|
-
-webkit-box-orient: vertical;
|
|
35853
|
-
word-break: break-all;
|
|
35854
|
-
}
|
|
35855
|
-
|
|
35856
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35857
|
-
display: none;
|
|
35858
|
-
}
|
|
35859
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35860
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35861
|
-
border-radius: 4px;
|
|
35862
|
-
}
|
|
35863
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35864
|
-
visibility: hidden;
|
|
35865
|
-
}
|
|
35866
|
-
|
|
35867
35883
|
.E_cyms3br {
|
|
35868
35884
|
background: #fff;
|
|
35869
35885
|
width: 100%;
|
|
@@ -35917,53 +35933,6 @@ span.E_tqjc4ui {
|
|
|
35917
35933
|
justify-content: center;
|
|
35918
35934
|
}
|
|
35919
35935
|
|
|
35920
|
-
.E_h1ol2wl7 {
|
|
35921
|
-
font-weight: bold;
|
|
35922
|
-
background-color: unset;
|
|
35923
|
-
padding: unset;
|
|
35924
|
-
}
|
|
35925
|
-
|
|
35926
|
-
.E_i5w779o {
|
|
35927
|
-
padding: 8px 0;
|
|
35928
|
-
}
|
|
35929
|
-
.E_i5w779o .col-label {
|
|
35930
|
-
flex-shrink: unset;
|
|
35931
|
-
}
|
|
35932
|
-
.E_i5w779o .col-label * {
|
|
35933
|
-
line-height: 18px;
|
|
35934
|
-
}
|
|
35935
|
-
.E_i5w779o .col-content {
|
|
35936
|
-
flex: 1 1 0;
|
|
35937
|
-
display: flex;
|
|
35938
|
-
align-items: center;
|
|
35939
|
-
}
|
|
35940
|
-
.E_i5w779o .col-content * {
|
|
35941
|
-
line-height: 18px;
|
|
35942
|
-
}
|
|
35943
|
-
|
|
35944
|
-
.E_l18dja44 {
|
|
35945
|
-
padding: 6px 0;
|
|
35946
|
-
}
|
|
35947
|
-
.E_l18dja44 .col-label * {
|
|
35948
|
-
font-size: 13px;
|
|
35949
|
-
line-height: 20px;
|
|
35950
|
-
}
|
|
35951
|
-
.E_l18dja44 .col-content * {
|
|
35952
|
-
font-size: 14px;
|
|
35953
|
-
line-height: 20px;
|
|
35954
|
-
}
|
|
35955
|
-
|
|
35956
|
-
.E_c8c2hys {
|
|
35957
|
-
display: flex;
|
|
35958
|
-
justify-content: space-between;
|
|
35959
|
-
flex: 1;
|
|
35960
|
-
min-width: 0;
|
|
35961
|
-
}
|
|
35962
|
-
|
|
35963
|
-
.E_n4m6c4d {
|
|
35964
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35965
|
-
}
|
|
35966
|
-
|
|
35967
35936
|
.E_kr6am0s .ant-modal-body {
|
|
35968
35937
|
padding: 60px 128px;
|
|
35969
35938
|
}
|
|
@@ -36027,37 +35996,51 @@ span.E_tqjc4ui {
|
|
|
36027
35996
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36028
35997
|
}
|
|
36029
35998
|
|
|
36030
|
-
.
|
|
36031
|
-
|
|
36032
|
-
|
|
36033
|
-
|
|
36034
|
-
|
|
36035
|
-
|
|
35999
|
+
.E_i5w779o {
|
|
36000
|
+
padding: 8px 0;
|
|
36001
|
+
}
|
|
36002
|
+
.E_i5w779o .col-label {
|
|
36003
|
+
flex-shrink: unset;
|
|
36004
|
+
}
|
|
36005
|
+
.E_i5w779o .col-label * {
|
|
36006
|
+
line-height: 18px;
|
|
36007
|
+
}
|
|
36008
|
+
.E_i5w779o .col-content {
|
|
36009
|
+
flex: 1 1 0;
|
|
36036
36010
|
display: flex;
|
|
36037
36011
|
align-items: center;
|
|
36038
|
-
justify-content: center;
|
|
36039
|
-
position: relative;
|
|
36040
|
-
opacity: 0.6;
|
|
36041
36012
|
}
|
|
36042
|
-
.
|
|
36043
|
-
|
|
36013
|
+
.E_i5w779o .col-content * {
|
|
36014
|
+
line-height: 18px;
|
|
36044
36015
|
}
|
|
36045
|
-
|
|
36046
|
-
|
|
36047
|
-
|
|
36048
|
-
|
|
36049
|
-
|
|
36050
|
-
|
|
36051
|
-
|
|
36016
|
+
|
|
36017
|
+
.E_l18dja44 {
|
|
36018
|
+
padding: 6px 0;
|
|
36019
|
+
}
|
|
36020
|
+
.E_l18dja44 .col-label * {
|
|
36021
|
+
font-size: 13px;
|
|
36022
|
+
line-height: 20px;
|
|
36023
|
+
}
|
|
36024
|
+
.E_l18dja44 .col-content * {
|
|
36025
|
+
font-size: 14px;
|
|
36026
|
+
line-height: 20px;
|
|
36052
36027
|
}
|
|
36053
36028
|
|
|
36054
|
-
.
|
|
36055
|
-
|
|
36029
|
+
.E_c8c2hys {
|
|
36030
|
+
display: flex;
|
|
36031
|
+
justify-content: space-between;
|
|
36032
|
+
flex: 1;
|
|
36033
|
+
min-width: 0;
|
|
36056
36034
|
}
|
|
36057
36035
|
|
|
36058
|
-
.
|
|
36059
|
-
|
|
36060
|
-
|
|
36036
|
+
.E_n4m6c4d {
|
|
36037
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36038
|
+
}
|
|
36039
|
+
|
|
36040
|
+
.E_h1ol2wl7 {
|
|
36041
|
+
font-weight: bold;
|
|
36042
|
+
background-color: unset;
|
|
36043
|
+
padding: unset;
|
|
36061
36044
|
}
|
|
36062
36045
|
|
|
36063
36046
|
.E_c14ouk5o {
|
|
@@ -36104,6 +36087,53 @@ span.E_tqjc4ui {
|
|
|
36104
36087
|
height: auto;
|
|
36105
36088
|
}
|
|
36106
36089
|
|
|
36090
|
+
.E_c1ss4prm {
|
|
36091
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36092
|
+
}
|
|
36093
|
+
.E_c1ss4prm li {
|
|
36094
|
+
margin-bottom: 4px;
|
|
36095
|
+
}
|
|
36096
|
+
.E_c1ss4prm li:last-child {
|
|
36097
|
+
margin-bottom: 0;
|
|
36098
|
+
}
|
|
36099
|
+
|
|
36100
|
+
.E_ms3tlei {
|
|
36101
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36102
|
+
padding: 8px;
|
|
36103
|
+
border-radius: 6px;
|
|
36104
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36105
|
+
}
|
|
36106
|
+
.E_ms3tlei li {
|
|
36107
|
+
margin-bottom: 4px;
|
|
36108
|
+
}
|
|
36109
|
+
.E_ms3tlei li:last-child {
|
|
36110
|
+
margin-bottom: 0;
|
|
36111
|
+
}
|
|
36112
|
+
|
|
36113
|
+
.E_du44iy7 {
|
|
36114
|
+
margin-bottom: 4px;
|
|
36115
|
+
}
|
|
36116
|
+
|
|
36117
|
+
.E_s1qmhanr {
|
|
36118
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36119
|
+
margin-bottom: 8px;
|
|
36120
|
+
}
|
|
36121
|
+
|
|
36122
|
+
.E_drje1h0 {
|
|
36123
|
+
height: 1px;
|
|
36124
|
+
background: #e4e9f2;
|
|
36125
|
+
margin: 16px 0;
|
|
36126
|
+
}
|
|
36127
|
+
|
|
36128
|
+
.E_cevhqx7 {
|
|
36129
|
+
color: #00122e;
|
|
36130
|
+
}
|
|
36131
|
+
|
|
36132
|
+
.E_snbqlt4 {
|
|
36133
|
+
margin-top: 8px;
|
|
36134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36135
|
+
}
|
|
36136
|
+
|
|
36107
36137
|
.E_c1kchka8 {
|
|
36108
36138
|
height: 100%;
|
|
36109
36139
|
width: 100%;
|
|
@@ -36596,40 +36626,26 @@ span.E_tqjc4ui {
|
|
|
36596
36626
|
padding: 0;
|
|
36597
36627
|
}
|
|
36598
36628
|
|
|
36599
|
-
.
|
|
36600
|
-
|
|
36601
|
-
|
|
36602
|
-
|
|
36603
|
-
|
|
36604
|
-
|
|
36605
|
-
|
|
36606
|
-
|
|
36607
|
-
|
|
36608
|
-
|
|
36609
|
-
.
|
|
36610
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36611
|
-
padding: 8px;
|
|
36612
|
-
border-radius: 6px;
|
|
36613
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36614
|
-
}
|
|
36615
|
-
.E_ms3tlei li {
|
|
36616
|
-
margin-bottom: 4px;
|
|
36617
|
-
}
|
|
36618
|
-
.E_ms3tlei li:last-child {
|
|
36619
|
-
margin-bottom: 0;
|
|
36620
|
-
}
|
|
36621
|
-
|
|
36622
|
-
.E_du44iy7 {
|
|
36623
|
-
margin-bottom: 4px;
|
|
36629
|
+
.E_l12xdkhl {
|
|
36630
|
+
width: 64px;
|
|
36631
|
+
height: 64px;
|
|
36632
|
+
max-width: 64px;
|
|
36633
|
+
max-height: 64px;
|
|
36634
|
+
overflow: hidden;
|
|
36635
|
+
display: flex;
|
|
36636
|
+
align-items: center;
|
|
36637
|
+
justify-content: center;
|
|
36638
|
+
position: relative;
|
|
36639
|
+
opacity: 0.6;
|
|
36624
36640
|
}
|
|
36625
|
-
|
|
36626
|
-
.
|
|
36627
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36628
|
-
margin-bottom: 8px;
|
|
36641
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36642
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36629
36643
|
}
|
|
36630
|
-
|
|
36631
|
-
|
|
36632
|
-
|
|
36633
|
-
|
|
36634
|
-
|
|
36644
|
+
@keyframes rotate {
|
|
36645
|
+
from {
|
|
36646
|
+
transform: rotate(0deg);
|
|
36647
|
+
}
|
|
36648
|
+
to {
|
|
36649
|
+
transform: rotate(360deg);
|
|
36650
|
+
}
|
|
36635
36651
|
}
|