@cloudtower/eagle 0.35.3 → 0.35.5
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/Progress/progress.widgets.js +2 -0
- package/dist/cjs/coreX/BatchOperation/index.js +4 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2232 -2226
- package/dist/esm/core/Progress/progress.widgets.js +2 -0
- package/dist/esm/coreX/BatchOperation/index.js +4 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2589 -2583
- package/dist/style.css +2232 -2226
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,6 +29713,22 @@ body {
|
|
|
29713
29713
|
flex: 1;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
+
.E_berrcjl {
|
|
29717
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29718
|
+
margin-bottom: 4px;
|
|
29719
|
+
}
|
|
29720
|
+
.E_berrcjl .breadcrumb-link {
|
|
29721
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29722
|
+
cursor: pointer;
|
|
29723
|
+
transition: color 160ms ease;
|
|
29724
|
+
}
|
|
29725
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29726
|
+
color: #0080ff;
|
|
29727
|
+
}
|
|
29728
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29729
|
+
color: #005ed1;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29716
29732
|
.E_b1nip9bk {
|
|
29717
29733
|
padding: 4px 11px;
|
|
29718
29734
|
}
|
|
@@ -29742,20 +29758,39 @@ body {
|
|
|
29742
29758
|
border-radius: unset;
|
|
29743
29759
|
}
|
|
29744
29760
|
|
|
29745
|
-
.
|
|
29746
|
-
|
|
29747
|
-
|
|
29761
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29762
|
+
padding: 4px 8px 0 8px;
|
|
29763
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29764
|
+
font-size: 12px;
|
|
29748
29765
|
}
|
|
29749
|
-
.
|
|
29750
|
-
|
|
29751
|
-
cursor: pointer;
|
|
29752
|
-
transition: color 160ms ease;
|
|
29766
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
+
padding-bottom: 6px;
|
|
29753
29768
|
}
|
|
29754
|
-
.
|
|
29755
|
-
|
|
29769
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29770
|
+
padding-top: 4px;
|
|
29771
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29756
29772
|
}
|
|
29757
|
-
|
|
29758
|
-
|
|
29773
|
+
|
|
29774
|
+
.E_c1uzzomf {
|
|
29775
|
+
margin-bottom: 16px;
|
|
29776
|
+
}
|
|
29777
|
+
.E_c1uzzomf .card-title {
|
|
29778
|
+
font-size: 16px;
|
|
29779
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29780
|
+
font-weight: 700;
|
|
29781
|
+
line-height: 32px;
|
|
29782
|
+
}
|
|
29783
|
+
.E_c1uzzomf .card-body {
|
|
29784
|
+
padding: 24px;
|
|
29785
|
+
border-radius: 8px;
|
|
29786
|
+
background: #fff;
|
|
29787
|
+
}
|
|
29788
|
+
.E_c1uzzomf .empty {
|
|
29789
|
+
font-weight: 700;
|
|
29790
|
+
font-size: 14px;
|
|
29791
|
+
line-height: 22px;
|
|
29792
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29793
|
+
text-align: center;
|
|
29759
29794
|
}
|
|
29760
29795
|
|
|
29761
29796
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30015,28 +30050,6 @@ body {
|
|
|
30015
30050
|
justify-content: center;
|
|
30016
30051
|
}
|
|
30017
30052
|
|
|
30018
|
-
.E_c1uzzomf {
|
|
30019
|
-
margin-bottom: 16px;
|
|
30020
|
-
}
|
|
30021
|
-
.E_c1uzzomf .card-title {
|
|
30022
|
-
font-size: 16px;
|
|
30023
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30024
|
-
font-weight: 700;
|
|
30025
|
-
line-height: 32px;
|
|
30026
|
-
}
|
|
30027
|
-
.E_c1uzzomf .card-body {
|
|
30028
|
-
padding: 24px;
|
|
30029
|
-
border-radius: 8px;
|
|
30030
|
-
background: #fff;
|
|
30031
|
-
}
|
|
30032
|
-
.E_c1uzzomf .empty {
|
|
30033
|
-
font-weight: 700;
|
|
30034
|
-
font-size: 14px;
|
|
30035
|
-
line-height: 22px;
|
|
30036
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
-
text-align: center;
|
|
30038
|
-
}
|
|
30039
|
-
|
|
30040
30053
|
.E_d1bw7c5z {
|
|
30041
30054
|
position: relative;
|
|
30042
30055
|
max-width: 388px;
|
|
@@ -30120,50 +30133,19 @@ body {
|
|
|
30120
30133
|
width: 102px;
|
|
30121
30134
|
}
|
|
30122
30135
|
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
padding: 4px 8px 0 8px;
|
|
30132
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30133
|
-
font-size: 12px;
|
|
30134
|
-
}
|
|
30135
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30136
|
-
padding-bottom: 6px;
|
|
30137
|
-
}
|
|
30138
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30139
|
-
padding-top: 4px;
|
|
30140
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30141
|
-
}
|
|
30142
|
-
|
|
30143
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30144
|
-
line-height: 18px;
|
|
30145
|
-
}
|
|
30146
|
-
|
|
30147
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30148
|
-
border: 0px;
|
|
30149
|
-
background-color: #fff;
|
|
30150
|
-
}
|
|
30151
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30152
|
-
padding-top: 0px;
|
|
30153
|
-
padding-bottom: 0px;
|
|
30154
|
-
padding-left: 0px !important;
|
|
30155
|
-
padding-right: 24px;
|
|
30156
|
-
}
|
|
30157
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30158
|
-
right: 0px;
|
|
30159
|
-
}
|
|
30160
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30161
|
-
padding: 0px;
|
|
30136
|
+
.E_fzh9mnb {
|
|
30137
|
+
width: 100%;
|
|
30138
|
+
height: 100%;
|
|
30139
|
+
min-height: 124px;
|
|
30140
|
+
display: flex;
|
|
30141
|
+
flex-direction: column;
|
|
30142
|
+
justify-content: center;
|
|
30143
|
+
align-items: center;
|
|
30162
30144
|
}
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
|
|
30145
|
+
.E_fzh9mnb .error-text {
|
|
30146
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30147
|
+
margin-bottom: 16px;
|
|
30148
|
+
font-size: 18px;
|
|
30167
30149
|
}
|
|
30168
30150
|
|
|
30169
30151
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30178,79 +30160,198 @@ body {
|
|
|
30178
30160
|
border-top-right-radius: 5px;
|
|
30179
30161
|
}
|
|
30180
30162
|
|
|
30181
|
-
.
|
|
30182
|
-
display:
|
|
30183
|
-
|
|
30163
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30164
|
+
display: var(--ai7qkf2-0);
|
|
30165
|
+
}
|
|
30166
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30167
|
+
display: inline-flex;
|
|
30168
|
+
line-height: 1.5715;
|
|
30169
|
+
height: 100%;
|
|
30170
|
+
width: 100%;
|
|
30171
|
+
}
|
|
30172
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30173
|
+
content: var(--ai7qkf2-1);
|
|
30174
|
+
display: var(--ai7qkf2-2);
|
|
30175
|
+
flex: none;
|
|
30184
30176
|
align-items: center;
|
|
30185
|
-
|
|
30177
|
+
margin-left: 4px;
|
|
30178
|
+
padding: 5px 12px 5px 0;
|
|
30186
30179
|
color: rgba(44, 56, 82, 0.6);
|
|
30187
|
-
font-size: 12px;
|
|
30188
|
-
line-height: 24px;
|
|
30189
|
-
}
|
|
30190
|
-
.E_phljevk .pagination-left {
|
|
30191
|
-
padding: 2px 8px;
|
|
30192
30180
|
}
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30181
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30182
|
+
content: var(--ai7qkf2-3);
|
|
30183
|
+
display: var(--ai7qkf2-4);
|
|
30184
|
+
flex: none;
|
|
30195
30185
|
align-items: center;
|
|
30196
|
-
|
|
30197
|
-
cursor:
|
|
30198
|
-
|
|
30186
|
+
margin-right: 4px;
|
|
30187
|
+
cursor: auto;
|
|
30188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30199
30189
|
}
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
color: #0080ff;
|
|
30190
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30191
|
+
border-radius: 0;
|
|
30203
30192
|
}
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30193
|
+
.E_ai7qkf2.ant-input-number {
|
|
30194
|
+
width: 100%;
|
|
30195
|
+
border-radius: 6px;
|
|
30206
30196
|
}
|
|
30207
|
-
.
|
|
30208
|
-
|
|
30209
|
-
|
|
30210
|
-
|
|
30211
|
-
font-weight: bold;
|
|
30197
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30198
|
+
border-color: #0096ff;
|
|
30199
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30200
|
+
z-index: 1;
|
|
30212
30201
|
}
|
|
30213
|
-
.
|
|
30214
|
-
|
|
30202
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30203
|
+
border-color: #e75a3a;
|
|
30204
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30215
30205
|
}
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30218
|
-
|
|
30206
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30207
|
+
height: 30px;
|
|
30208
|
+
border: 1px;
|
|
30209
|
+
padding: 5px 12px;
|
|
30210
|
+
font-size: inherit;
|
|
30219
30211
|
}
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30212
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30213
|
+
height: 38px;
|
|
30214
|
+
border: 1px;
|
|
30215
|
+
padding: 8px 16px;
|
|
30223
30216
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30217
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30218
|
+
height: 22px;
|
|
30219
|
+
border: 1px;
|
|
30220
|
+
padding: 2px 8px;
|
|
30226
30221
|
}
|
|
30227
30222
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30230
|
-
overflow-y: auto;
|
|
30223
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30224
|
+
margin-left: 8px;
|
|
30231
30225
|
}
|
|
30232
|
-
.
|
|
30233
|
-
padding:
|
|
30234
|
-
|
|
30226
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30227
|
+
padding: 2px 7px 2px 12px;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30235
30231
|
line-height: 18px;
|
|
30236
30232
|
}
|
|
30237
30233
|
|
|
30238
|
-
.
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
|
|
30234
|
+
.E_f7pxqmh {
|
|
30235
|
+
width: 100%;
|
|
30236
|
+
margin-bottom: 0 !important;
|
|
30237
|
+
flex-flow: nowrap !important;
|
|
30238
|
+
line-break: auto;
|
|
30242
30239
|
}
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
|
|
30240
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30241
|
+
text-align: left !important;
|
|
30242
|
+
padding-bottom: 0 !important;
|
|
30246
30243
|
}
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30244
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30245
|
+
min-height: 32px;
|
|
30246
|
+
height: auto;
|
|
30247
|
+
font-size: 13px;
|
|
30248
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30249
|
+
white-space: normal;
|
|
30249
30250
|
}
|
|
30250
|
-
.
|
|
30251
|
-
border-color: #
|
|
30251
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30252
|
+
border-color: #ff4d4f !important;
|
|
30252
30253
|
}
|
|
30253
|
-
.
|
|
30254
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30255
|
+
border-color: #ff4d4f !important;
|
|
30256
|
+
}
|
|
30257
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30258
|
+
margin-top: 4px;
|
|
30259
|
+
font-size: 12px;
|
|
30260
|
+
min-height: 0px;
|
|
30261
|
+
}
|
|
30262
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30263
|
+
font-size: 12px;
|
|
30264
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30265
|
+
min-height: 0px;
|
|
30266
|
+
}
|
|
30267
|
+
|
|
30268
|
+
.E_i1inqkme {
|
|
30269
|
+
height: 18px;
|
|
30270
|
+
line-height: 18px;
|
|
30271
|
+
padding: 0 4px;
|
|
30272
|
+
border-radius: 4px;
|
|
30273
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30274
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30275
|
+
display: flex;
|
|
30276
|
+
align-items: center;
|
|
30277
|
+
white-space: nowrap;
|
|
30278
|
+
margin-right: 4px;
|
|
30279
|
+
}
|
|
30280
|
+
|
|
30281
|
+
.E_iouxfgt {
|
|
30282
|
+
display: inline-flex;
|
|
30283
|
+
align-items: center;
|
|
30284
|
+
}
|
|
30285
|
+
.E_iouxfgt .icon-inner {
|
|
30286
|
+
display: inline-flex;
|
|
30287
|
+
align-items: center;
|
|
30288
|
+
justify-content: center;
|
|
30289
|
+
}
|
|
30290
|
+
.E_iouxfgt .icon-inner + span,
|
|
30291
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30292
|
+
margin-left: 4px;
|
|
30293
|
+
}
|
|
30294
|
+
.E_iouxfgt.is-rotate img,
|
|
30295
|
+
.E_iouxfgt.is-rotate svg {
|
|
30296
|
+
animation: rotate 680ms linear infinite;
|
|
30297
|
+
}
|
|
30298
|
+
|
|
30299
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30300
|
+
display: var(--a1wfy30z-0);
|
|
30301
|
+
}
|
|
30302
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30303
|
+
padding: 4px 11px;
|
|
30304
|
+
display: inline-flex;
|
|
30305
|
+
line-height: 1.5715;
|
|
30306
|
+
height: inherit;
|
|
30307
|
+
}
|
|
30308
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30309
|
+
content: var(--a1wfy30z-1);
|
|
30310
|
+
display: var(--a1wfy30z-2);
|
|
30311
|
+
flex: none;
|
|
30312
|
+
align-items: center;
|
|
30313
|
+
margin-left: 4px;
|
|
30314
|
+
}
|
|
30315
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30316
|
+
content: var(--a1wfy30z-3);
|
|
30317
|
+
display: var(--a1wfy30z-4);
|
|
30318
|
+
flex: none;
|
|
30319
|
+
align-items: center;
|
|
30320
|
+
margin-right: 4px;
|
|
30321
|
+
cursor: auto;
|
|
30322
|
+
}
|
|
30323
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30324
|
+
padding: 0;
|
|
30325
|
+
margin: 0;
|
|
30326
|
+
height: auto;
|
|
30327
|
+
font-size: inherit;
|
|
30328
|
+
}
|
|
30329
|
+
|
|
30330
|
+
.E_owd0kml {
|
|
30331
|
+
display: inline-block;
|
|
30332
|
+
}
|
|
30333
|
+
|
|
30334
|
+
.E_h1jsgezc {
|
|
30335
|
+
visibility: hidden;
|
|
30336
|
+
position: absolute;
|
|
30337
|
+
}
|
|
30338
|
+
|
|
30339
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30340
|
+
display: inline-flex;
|
|
30341
|
+
align-items: baseline;
|
|
30342
|
+
white-space: pre-wrap;
|
|
30343
|
+
}
|
|
30344
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30345
|
+
position: relative;
|
|
30346
|
+
top: 3px;
|
|
30347
|
+
}
|
|
30348
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30349
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30350
|
+
}
|
|
30351
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30352
|
+
border-color: #0080ff;
|
|
30353
|
+
}
|
|
30354
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30254
30355
|
border-color: #0080ff;
|
|
30255
30356
|
background: #0080ff;
|
|
30256
30357
|
}
|
|
@@ -30381,6 +30482,16 @@ body {
|
|
|
30381
30482
|
width: 36px;
|
|
30382
30483
|
}
|
|
30383
30484
|
|
|
30485
|
+
.E_ivqqkzv {
|
|
30486
|
+
height: 24px;
|
|
30487
|
+
width: 56px !important;
|
|
30488
|
+
margin-right: 4px;
|
|
30489
|
+
}
|
|
30490
|
+
|
|
30491
|
+
.E_c1wk4q29 {
|
|
30492
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30493
|
+
}
|
|
30494
|
+
|
|
30384
30495
|
.E_i11gg7mj .ant-input-prefix {
|
|
30385
30496
|
margin-right: 8px;
|
|
30386
30497
|
}
|
|
@@ -30407,44 +30518,61 @@ body {
|
|
|
30407
30518
|
cursor: not-allowed;
|
|
30408
30519
|
}
|
|
30409
30520
|
|
|
30410
|
-
.
|
|
30411
|
-
--color: white;
|
|
30412
|
-
height: 14px;
|
|
30413
|
-
width: 14px;
|
|
30414
|
-
border-radius: 50%;
|
|
30415
|
-
flex-shrink: 0;
|
|
30521
|
+
.E_phljevk {
|
|
30416
30522
|
display: flex;
|
|
30523
|
+
justify-content: space-between;
|
|
30417
30524
|
align-items: center;
|
|
30418
|
-
|
|
30419
|
-
|
|
30525
|
+
padding: 10px 0;
|
|
30526
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30527
|
+
font-size: 12px;
|
|
30528
|
+
line-height: 24px;
|
|
30420
30529
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30423
|
-
height: 10px;
|
|
30424
|
-
width: 10px;
|
|
30425
|
-
border-radius: 50%;
|
|
30426
|
-
overflow: hidden;
|
|
30530
|
+
.E_phljevk .pagination-left {
|
|
30531
|
+
padding: 2px 8px;
|
|
30427
30532
|
}
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30533
|
+
.E_phljevk .dropdown-trigger {
|
|
30534
|
+
display: flex;
|
|
30535
|
+
align-items: center;
|
|
30536
|
+
border-radius: 6px;
|
|
30537
|
+
cursor: pointer;
|
|
30538
|
+
transition: all 0.3s ease;
|
|
30539
|
+
}
|
|
30540
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30541
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30542
|
+
color: #0080ff;
|
|
30543
|
+
}
|
|
30544
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30545
|
+
margin-left: 4px;
|
|
30546
|
+
}
|
|
30547
|
+
.E_phljevk .pagination-right {
|
|
30548
|
+
display: flex;
|
|
30549
|
+
align-items: center;
|
|
30550
|
+
color: #0080ff;
|
|
30551
|
+
font-weight: bold;
|
|
30552
|
+
}
|
|
30553
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30554
|
+
margin-left: 4px;
|
|
30555
|
+
}
|
|
30556
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30557
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30558
|
+
padding: 0 8px;
|
|
30559
|
+
}
|
|
30560
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30561
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30562
|
+
color: #0080ff;
|
|
30563
|
+
}
|
|
30564
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30436
30565
|
transform: rotate(180deg);
|
|
30437
30566
|
}
|
|
30438
|
-
|
|
30439
|
-
|
|
30440
|
-
height:
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
|
|
30447
|
-
transform: rotate(0deg);
|
|
30567
|
+
|
|
30568
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30569
|
+
max-height: calc(100vh - 128px);
|
|
30570
|
+
overflow-y: auto;
|
|
30571
|
+
}
|
|
30572
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30573
|
+
padding: 4px 20px;
|
|
30574
|
+
font-size: 12px;
|
|
30575
|
+
line-height: 18px;
|
|
30448
30576
|
}
|
|
30449
30577
|
|
|
30450
30578
|
.E_s1dizucg.ant-switch {
|
|
@@ -30502,120 +30630,58 @@ body {
|
|
|
30502
30630
|
margin-left: 5px;
|
|
30503
30631
|
}
|
|
30504
30632
|
|
|
30633
|
+
.E_c1bus5hc {
|
|
30634
|
+
--color: white;
|
|
30635
|
+
height: 14px;
|
|
30636
|
+
width: 14px;
|
|
30637
|
+
border-radius: 50%;
|
|
30638
|
+
flex-shrink: 0;
|
|
30639
|
+
display: flex;
|
|
30640
|
+
align-items: center;
|
|
30641
|
+
justify-content: center;
|
|
30642
|
+
border: 1px solid var(--color);
|
|
30643
|
+
}
|
|
30644
|
+
.E_c1bus5hc .circle-inner {
|
|
30645
|
+
position: relative;
|
|
30646
|
+
height: 10px;
|
|
30647
|
+
width: 10px;
|
|
30648
|
+
border-radius: 50%;
|
|
30649
|
+
overflow: hidden;
|
|
30650
|
+
}
|
|
30651
|
+
.E_c1bus5hc .circle-content {
|
|
30652
|
+
position: absolute;
|
|
30653
|
+
height: 100%;
|
|
30654
|
+
width: 100%;
|
|
30655
|
+
left: 0;
|
|
30656
|
+
top: 0;
|
|
30657
|
+
border-radius: 50%;
|
|
30658
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30659
|
+
transform: rotate(180deg);
|
|
30660
|
+
}
|
|
30661
|
+
.E_c1bus5hc .circle-child {
|
|
30662
|
+
position: absolute;
|
|
30663
|
+
height: 100%;
|
|
30664
|
+
width: 100%;
|
|
30665
|
+
left: 0;
|
|
30666
|
+
top: 0;
|
|
30667
|
+
margin-left: 50%;
|
|
30668
|
+
transform-origin: left;
|
|
30669
|
+
background: white;
|
|
30670
|
+
transform: rotate(0deg);
|
|
30671
|
+
}
|
|
30672
|
+
|
|
30505
30673
|
.E_tju3gfj .date {
|
|
30506
30674
|
margin-right: 4px;
|
|
30507
30675
|
}
|
|
30508
30676
|
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30677
|
+
.E_s1sck0th {
|
|
30678
|
+
padding: 0 8px;
|
|
30679
|
+
border-radius: 4px;
|
|
30511
30680
|
}
|
|
30512
30681
|
|
|
30513
|
-
.
|
|
30514
|
-
padding: 8px
|
|
30515
|
-
|
|
30516
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30517
|
-
height: 34px;
|
|
30518
|
-
min-height: 34px;
|
|
30519
|
-
box-sizing: border-box;
|
|
30520
|
-
margin-top: 8px;
|
|
30521
|
-
}
|
|
30522
|
-
|
|
30523
|
-
.E_o1ugr09p {
|
|
30524
|
-
display: flex;
|
|
30525
|
-
flex-direction: column;
|
|
30526
|
-
margin: 1px 8px;
|
|
30527
|
-
padding: 8px;
|
|
30528
|
-
border-radius: 4px;
|
|
30529
|
-
}
|
|
30530
|
-
.E_o1ugr09p .selected-icon {
|
|
30531
|
-
display: none;
|
|
30532
|
-
}
|
|
30533
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30534
|
-
padding-left: 8px;
|
|
30535
|
-
}
|
|
30536
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30537
|
-
background-color: white;
|
|
30538
|
-
}
|
|
30539
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30540
|
-
color: #0080ff;
|
|
30541
|
-
}
|
|
30542
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30543
|
-
display: block;
|
|
30544
|
-
}
|
|
30545
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
30546
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30547
|
-
}
|
|
30548
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30549
|
-
color: #0080ff;
|
|
30550
|
-
}
|
|
30551
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30552
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30553
|
-
color: #0080ff;
|
|
30554
|
-
}
|
|
30555
|
-
|
|
30556
|
-
.E_o1ifxsq4 {
|
|
30557
|
-
display: flex;
|
|
30558
|
-
justify-content: space-between;
|
|
30559
|
-
height: 20px;
|
|
30560
|
-
line-height: 20px;
|
|
30561
|
-
}
|
|
30562
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30563
|
-
color: #2d3a56;
|
|
30564
|
-
overflow: hidden;
|
|
30565
|
-
text-overflow: ellipsis;
|
|
30566
|
-
}
|
|
30567
|
-
|
|
30568
|
-
.E_o1zue7 {
|
|
30569
|
-
display: flex;
|
|
30570
|
-
justify-content: space-between;
|
|
30571
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30572
|
-
height: 18px;
|
|
30573
|
-
line-height: 18px;
|
|
30574
|
-
margin-top: 2px;
|
|
30575
|
-
}
|
|
30576
|
-
|
|
30577
|
-
.E_tyfmlxg {
|
|
30578
|
-
border: none;
|
|
30579
|
-
margin-right: 0;
|
|
30580
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30581
|
-
}
|
|
30582
|
-
|
|
30583
|
-
.E_o18uybox {
|
|
30584
|
-
pointer-events: none;
|
|
30585
|
-
height: 32px;
|
|
30586
|
-
width: 100%;
|
|
30587
|
-
opacity: 0;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30591
|
-
display: none;
|
|
30592
|
-
}
|
|
30593
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30594
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30595
|
-
border-radius: 4px;
|
|
30596
|
-
}
|
|
30597
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30598
|
-
visibility: hidden;
|
|
30599
|
-
}
|
|
30600
|
-
|
|
30601
|
-
.E_ivqqkzv {
|
|
30602
|
-
height: 24px;
|
|
30603
|
-
width: 56px !important;
|
|
30604
|
-
margin-right: 4px;
|
|
30605
|
-
}
|
|
30606
|
-
|
|
30607
|
-
.E_c1wk4q29 {
|
|
30608
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
|
-
.E_s1sck0th {
|
|
30612
|
-
padding: 0 8px;
|
|
30613
|
-
border-radius: 4px;
|
|
30614
|
-
}
|
|
30615
|
-
|
|
30616
|
-
.E_m855nr1 {
|
|
30617
|
-
padding: 2px 8px;
|
|
30618
|
-
border-radius: 3px;
|
|
30682
|
+
.E_m855nr1 {
|
|
30683
|
+
padding: 2px 8px;
|
|
30684
|
+
border-radius: 3px;
|
|
30619
30685
|
}
|
|
30620
30686
|
|
|
30621
30687
|
.E_l1270xpg {
|
|
@@ -30690,290 +30756,108 @@ body {
|
|
|
30690
30756
|
background-color: #7E41FF;
|
|
30691
30757
|
}
|
|
30692
30758
|
|
|
30693
|
-
.
|
|
30694
|
-
display:
|
|
30759
|
+
.E_cnujxq2 {
|
|
30760
|
+
display: flex;
|
|
30761
|
+
flex-direction: column;
|
|
30695
30762
|
}
|
|
30696
30763
|
|
|
30697
|
-
.
|
|
30764
|
+
.E_m7s48ia {
|
|
30765
|
+
max-width: 1120px;
|
|
30698
30766
|
width: 100%;
|
|
30699
|
-
margin
|
|
30700
|
-
|
|
30701
|
-
line-break: auto;
|
|
30702
|
-
}
|
|
30703
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30704
|
-
text-align: left !important;
|
|
30705
|
-
padding-bottom: 0 !important;
|
|
30767
|
+
margin: 0 auto;
|
|
30768
|
+
height: 100%;
|
|
30706
30769
|
}
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
|
|
30770
|
+
|
|
30771
|
+
.E_wt5zbg6 {
|
|
30772
|
+
max-width: 1120px;
|
|
30773
|
+
width: 100%;
|
|
30774
|
+
margin: 0 auto;
|
|
30775
|
+
display: flex;
|
|
30713
30776
|
}
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30777
|
+
.E_wt5zbg6 .left,
|
|
30778
|
+
.E_wt5zbg6 .right {
|
|
30779
|
+
flex-grow: 0;
|
|
30780
|
+
flex-shrink: 0;
|
|
30781
|
+
flex-basis: 21%;
|
|
30716
30782
|
}
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30783
|
+
.E_wt5zbg6 .left {
|
|
30784
|
+
display: flex;
|
|
30785
|
+
justify-content: flex-end;
|
|
30786
|
+
padding-right: 44px;
|
|
30719
30787
|
}
|
|
30720
|
-
.
|
|
30721
|
-
|
|
30722
|
-
font-size: 12px;
|
|
30723
|
-
min-height: 0px;
|
|
30788
|
+
.E_wt5zbg6 .right {
|
|
30789
|
+
padding-left: 44px;
|
|
30724
30790
|
}
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
|
|
30791
|
+
.E_wt5zbg6 .middle {
|
|
30792
|
+
margin-bottom: 40px;
|
|
30793
|
+
flex-grow: 0;
|
|
30794
|
+
flex-shrink: 0;
|
|
30795
|
+
flex-basis: 58%;
|
|
30796
|
+
overflow: hidden;
|
|
30729
30797
|
}
|
|
30730
|
-
|
|
30731
|
-
.E_fzh9mnb {
|
|
30798
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30732
30799
|
width: 100%;
|
|
30733
|
-
height: 100%;
|
|
30734
|
-
min-height: 124px;
|
|
30735
|
-
display: flex;
|
|
30736
|
-
flex-direction: column;
|
|
30737
|
-
justify-content: center;
|
|
30738
|
-
align-items: center;
|
|
30739
30800
|
}
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
margin-bottom: 16px;
|
|
30743
|
-
font-size: 18px;
|
|
30801
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30802
|
+
width: auto;
|
|
30744
30803
|
}
|
|
30745
30804
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30805
|
+
.E_h18jprzg .ant-modal-header {
|
|
30806
|
+
margin: 0 auto;
|
|
30807
|
+
width: 100%;
|
|
30808
|
+
max-width: 648px;
|
|
30748
30809
|
}
|
|
30749
|
-
.
|
|
30750
|
-
|
|
30751
|
-
|
|
30752
|
-
|
|
30810
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30811
|
+
margin-left: 0;
|
|
30812
|
+
}
|
|
30813
|
+
.E_h18jprzg .ant-modal-body {
|
|
30814
|
+
margin: 0 auto;
|
|
30815
|
+
padding: 0;
|
|
30753
30816
|
width: 100%;
|
|
30817
|
+
max-width: 648px;
|
|
30818
|
+
overflow: hidden;
|
|
30754
30819
|
}
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30757
|
-
display: var(--ai7qkf2-2);
|
|
30758
|
-
flex: none;
|
|
30759
|
-
align-items: center;
|
|
30760
|
-
margin-left: 4px;
|
|
30761
|
-
padding: 5px 12px 5px 0;
|
|
30762
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30820
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30821
|
+
margin-bottom: 40px;
|
|
30763
30822
|
}
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
flex: none;
|
|
30768
|
-
align-items: center;
|
|
30769
|
-
margin-right: 4px;
|
|
30770
|
-
cursor: auto;
|
|
30771
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30823
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30824
|
+
height: calc(100vh - 225px);
|
|
30825
|
+
overflow-y: auto;
|
|
30772
30826
|
}
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30827
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30828
|
+
margin: 0 auto;
|
|
30829
|
+
max-width: 648px;
|
|
30775
30830
|
}
|
|
30776
|
-
|
|
30831
|
+
|
|
30832
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30833
|
+
margin: 0 auto;
|
|
30777
30834
|
width: 100%;
|
|
30778
|
-
|
|
30835
|
+
max-width: 1024px;
|
|
30779
30836
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30783
|
-
z-index: 1;
|
|
30837
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30838
|
+
margin-left: 0;
|
|
30784
30839
|
}
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30787
|
-
|
|
30840
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30841
|
+
margin: 0 auto;
|
|
30842
|
+
padding: 0;
|
|
30843
|
+
width: 100%;
|
|
30844
|
+
max-width: 1024px;
|
|
30845
|
+
overflow: hidden;
|
|
30788
30846
|
}
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30791
|
-
border: 1px;
|
|
30792
|
-
padding: 5px 12px;
|
|
30793
|
-
font-size: inherit;
|
|
30847
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30848
|
+
margin-bottom: 40px;
|
|
30794
30849
|
}
|
|
30795
|
-
.
|
|
30796
|
-
height:
|
|
30797
|
-
|
|
30798
|
-
padding: 8px 16px;
|
|
30850
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30851
|
+
height: calc(100vh - 225px);
|
|
30852
|
+
overflow-y: auto;
|
|
30799
30853
|
}
|
|
30800
|
-
.
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
padding: 2px 8px;
|
|
30854
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30855
|
+
margin: 0 auto;
|
|
30856
|
+
max-width: 1024px;
|
|
30804
30857
|
}
|
|
30805
30858
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
}
|
|
30809
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30810
|
-
padding: 4px 11px;
|
|
30811
|
-
display: inline-flex;
|
|
30812
|
-
line-height: 1.5715;
|
|
30813
|
-
height: inherit;
|
|
30814
|
-
}
|
|
30815
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30816
|
-
content: var(--a1wfy30z-1);
|
|
30817
|
-
display: var(--a1wfy30z-2);
|
|
30818
|
-
flex: none;
|
|
30819
|
-
align-items: center;
|
|
30820
|
-
margin-left: 4px;
|
|
30821
|
-
}
|
|
30822
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30823
|
-
content: var(--a1wfy30z-3);
|
|
30824
|
-
display: var(--a1wfy30z-4);
|
|
30825
|
-
flex: none;
|
|
30826
|
-
align-items: center;
|
|
30827
|
-
margin-right: 4px;
|
|
30828
|
-
cursor: auto;
|
|
30829
|
-
}
|
|
30830
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30831
|
-
padding: 0;
|
|
30832
|
-
margin: 0;
|
|
30833
|
-
height: auto;
|
|
30834
|
-
font-size: inherit;
|
|
30835
|
-
}
|
|
30836
|
-
|
|
30837
|
-
.E_iouxfgt {
|
|
30838
|
-
display: inline-flex;
|
|
30839
|
-
align-items: center;
|
|
30840
|
-
}
|
|
30841
|
-
.E_iouxfgt .icon-inner {
|
|
30842
|
-
display: inline-flex;
|
|
30843
|
-
align-items: center;
|
|
30844
|
-
justify-content: center;
|
|
30845
|
-
}
|
|
30846
|
-
.E_iouxfgt .icon-inner + span,
|
|
30847
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30848
|
-
margin-left: 4px;
|
|
30849
|
-
}
|
|
30850
|
-
.E_iouxfgt.is-rotate img,
|
|
30851
|
-
.E_iouxfgt.is-rotate svg {
|
|
30852
|
-
animation: rotate 680ms linear infinite;
|
|
30853
|
-
}
|
|
30854
|
-
|
|
30855
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30856
|
-
margin-left: 8px;
|
|
30857
|
-
}
|
|
30858
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30859
|
-
padding: 2px 7px 2px 12px;
|
|
30860
|
-
}
|
|
30861
|
-
|
|
30862
|
-
.E_i1inqkme {
|
|
30863
|
-
height: 18px;
|
|
30864
|
-
line-height: 18px;
|
|
30865
|
-
padding: 0 4px;
|
|
30866
|
-
border-radius: 4px;
|
|
30867
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30868
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30869
|
-
display: flex;
|
|
30870
|
-
align-items: center;
|
|
30871
|
-
white-space: nowrap;
|
|
30872
|
-
margin-right: 4px;
|
|
30873
|
-
}
|
|
30874
|
-
|
|
30875
|
-
.E_cnujxq2 {
|
|
30876
|
-
display: flex;
|
|
30877
|
-
flex-direction: column;
|
|
30878
|
-
}
|
|
30879
|
-
|
|
30880
|
-
.E_m7s48ia {
|
|
30881
|
-
max-width: 1120px;
|
|
30882
|
-
width: 100%;
|
|
30883
|
-
margin: 0 auto;
|
|
30884
|
-
height: 100%;
|
|
30885
|
-
}
|
|
30886
|
-
|
|
30887
|
-
.E_wt5zbg6 {
|
|
30888
|
-
max-width: 1120px;
|
|
30889
|
-
width: 100%;
|
|
30890
|
-
margin: 0 auto;
|
|
30891
|
-
display: flex;
|
|
30892
|
-
}
|
|
30893
|
-
.E_wt5zbg6 .left,
|
|
30894
|
-
.E_wt5zbg6 .right {
|
|
30895
|
-
flex-grow: 0;
|
|
30896
|
-
flex-shrink: 0;
|
|
30897
|
-
flex-basis: 21%;
|
|
30898
|
-
}
|
|
30899
|
-
.E_wt5zbg6 .left {
|
|
30900
|
-
display: flex;
|
|
30901
|
-
justify-content: flex-end;
|
|
30902
|
-
padding-right: 44px;
|
|
30903
|
-
}
|
|
30904
|
-
.E_wt5zbg6 .right {
|
|
30905
|
-
padding-left: 44px;
|
|
30906
|
-
}
|
|
30907
|
-
.E_wt5zbg6 .middle {
|
|
30908
|
-
margin-bottom: 40px;
|
|
30909
|
-
flex-grow: 0;
|
|
30910
|
-
flex-shrink: 0;
|
|
30911
|
-
flex-basis: 58%;
|
|
30912
|
-
overflow: hidden;
|
|
30913
|
-
}
|
|
30914
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
30915
|
-
width: 100%;
|
|
30916
|
-
}
|
|
30917
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30918
|
-
width: auto;
|
|
30919
|
-
}
|
|
30920
|
-
|
|
30921
|
-
.E_h18jprzg .ant-modal-header {
|
|
30922
|
-
margin: 0 auto;
|
|
30923
|
-
width: 100%;
|
|
30924
|
-
max-width: 648px;
|
|
30925
|
-
}
|
|
30926
|
-
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30927
|
-
margin-left: 0;
|
|
30928
|
-
}
|
|
30929
|
-
.E_h18jprzg .ant-modal-body {
|
|
30930
|
-
margin: 0 auto;
|
|
30931
|
-
padding: 0;
|
|
30932
|
-
width: 100%;
|
|
30933
|
-
max-width: 648px;
|
|
30934
|
-
overflow: hidden;
|
|
30935
|
-
}
|
|
30936
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30937
|
-
margin-bottom: 40px;
|
|
30938
|
-
}
|
|
30939
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30940
|
-
height: calc(100vh - 225px);
|
|
30941
|
-
overflow-y: auto;
|
|
30942
|
-
}
|
|
30943
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30944
|
-
margin: 0 auto;
|
|
30945
|
-
max-width: 648px;
|
|
30946
|
-
}
|
|
30947
|
-
|
|
30948
|
-
.E_h16z9xgz .ant-modal-header {
|
|
30949
|
-
margin: 0 auto;
|
|
30950
|
-
width: 100%;
|
|
30951
|
-
max-width: 1024px;
|
|
30952
|
-
}
|
|
30953
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30954
|
-
margin-left: 0;
|
|
30955
|
-
}
|
|
30956
|
-
.E_h16z9xgz .ant-modal-body {
|
|
30957
|
-
margin: 0 auto;
|
|
30958
|
-
padding: 0;
|
|
30959
|
-
width: 100%;
|
|
30960
|
-
max-width: 1024px;
|
|
30961
|
-
overflow: hidden;
|
|
30962
|
-
}
|
|
30963
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30964
|
-
margin-bottom: 40px;
|
|
30965
|
-
}
|
|
30966
|
-
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30967
|
-
height: calc(100vh - 225px);
|
|
30968
|
-
overflow-y: auto;
|
|
30969
|
-
}
|
|
30970
|
-
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30971
|
-
margin: 0 auto;
|
|
30972
|
-
max-width: 1024px;
|
|
30973
|
-
}
|
|
30974
|
-
|
|
30975
|
-
.E_f1lrhghm {
|
|
30976
|
-
flex: 1;
|
|
30859
|
+
.E_f1lrhghm {
|
|
30860
|
+
flex: 1;
|
|
30977
30861
|
}
|
|
30978
30862
|
.E_f1lrhghm label {
|
|
30979
30863
|
font-size: 13px;
|
|
@@ -31562,13 +31446,89 @@ input.E_rf8rlle.ant-input {
|
|
|
31562
31446
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31563
31447
|
}
|
|
31564
31448
|
|
|
31565
|
-
.
|
|
31566
|
-
|
|
31449
|
+
.E_s1dni7lo {
|
|
31450
|
+
width: 430px !important;
|
|
31567
31451
|
}
|
|
31568
31452
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31571
|
-
|
|
31453
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31454
|
+
padding: 8px 16px;
|
|
31455
|
+
line-height: 18px;
|
|
31456
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31457
|
+
height: 34px;
|
|
31458
|
+
min-height: 34px;
|
|
31459
|
+
box-sizing: border-box;
|
|
31460
|
+
margin-top: 8px;
|
|
31461
|
+
}
|
|
31462
|
+
|
|
31463
|
+
.E_o1ugr09p {
|
|
31464
|
+
display: flex;
|
|
31465
|
+
flex-direction: column;
|
|
31466
|
+
margin: 1px 8px;
|
|
31467
|
+
padding: 8px;
|
|
31468
|
+
border-radius: 4px;
|
|
31469
|
+
}
|
|
31470
|
+
.E_o1ugr09p .selected-icon {
|
|
31471
|
+
display: none;
|
|
31472
|
+
}
|
|
31473
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31474
|
+
padding-left: 8px;
|
|
31475
|
+
}
|
|
31476
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31477
|
+
background-color: white;
|
|
31478
|
+
}
|
|
31479
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31480
|
+
color: #0080ff;
|
|
31481
|
+
}
|
|
31482
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31483
|
+
display: block;
|
|
31484
|
+
}
|
|
31485
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31486
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31487
|
+
}
|
|
31488
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31489
|
+
color: #0080ff;
|
|
31490
|
+
}
|
|
31491
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31492
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31493
|
+
color: #0080ff;
|
|
31494
|
+
}
|
|
31495
|
+
|
|
31496
|
+
.E_o1ifxsq4 {
|
|
31497
|
+
display: flex;
|
|
31498
|
+
justify-content: space-between;
|
|
31499
|
+
height: 20px;
|
|
31500
|
+
line-height: 20px;
|
|
31501
|
+
}
|
|
31502
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31503
|
+
color: #2d3a56;
|
|
31504
|
+
overflow: hidden;
|
|
31505
|
+
text-overflow: ellipsis;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.E_o1zue7 {
|
|
31509
|
+
display: flex;
|
|
31510
|
+
justify-content: space-between;
|
|
31511
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31512
|
+
height: 18px;
|
|
31513
|
+
line-height: 18px;
|
|
31514
|
+
margin-top: 2px;
|
|
31515
|
+
}
|
|
31516
|
+
|
|
31517
|
+
.E_tyfmlxg {
|
|
31518
|
+
border: none;
|
|
31519
|
+
margin-right: 0;
|
|
31520
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31521
|
+
}
|
|
31522
|
+
|
|
31523
|
+
.E_o18uybox {
|
|
31524
|
+
pointer-events: none;
|
|
31525
|
+
height: 32px;
|
|
31526
|
+
width: 100%;
|
|
31527
|
+
opacity: 0;
|
|
31528
|
+
}
|
|
31529
|
+
|
|
31530
|
+
.E_iq1gosr {
|
|
31531
|
+
display: inline-block;
|
|
31572
31532
|
}
|
|
31573
31533
|
|
|
31574
31534
|
.E_dsnbhzf {
|
|
@@ -32046,10 +32006,54 @@ input.E_rf8rlle.ant-input {
|
|
|
32046
32006
|
line-height: 12px;
|
|
32047
32007
|
}
|
|
32048
32008
|
|
|
32049
|
-
.
|
|
32050
|
-
display:
|
|
32051
|
-
|
|
32052
|
-
|
|
32009
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32010
|
+
display: none;
|
|
32011
|
+
}
|
|
32012
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32013
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32014
|
+
border-radius: 4px;
|
|
32015
|
+
}
|
|
32016
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32017
|
+
visibility: hidden;
|
|
32018
|
+
}
|
|
32019
|
+
|
|
32020
|
+
.E_c1yyuluq {
|
|
32021
|
+
border-radius: 8px;
|
|
32022
|
+
}
|
|
32023
|
+
.E_c1yyuluq .ant-card-body {
|
|
32024
|
+
padding: 20px 24px 24px 24px;
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32028
|
+
border: 0px;
|
|
32029
|
+
background-color: #fff;
|
|
32030
|
+
}
|
|
32031
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32032
|
+
padding-top: 0px;
|
|
32033
|
+
padding-bottom: 0px;
|
|
32034
|
+
padding-left: 0px !important;
|
|
32035
|
+
padding-right: 24px;
|
|
32036
|
+
}
|
|
32037
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32038
|
+
right: 0px;
|
|
32039
|
+
}
|
|
32040
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32041
|
+
padding: 0px;
|
|
32042
|
+
}
|
|
32043
|
+
|
|
32044
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32045
|
+
padding-right: 0px;
|
|
32046
|
+
cursor: default;
|
|
32047
|
+
}
|
|
32048
|
+
|
|
32049
|
+
.E_m196gn1d {
|
|
32050
|
+
min-width: 1280px;
|
|
32051
|
+
}
|
|
32052
|
+
|
|
32053
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32054
|
+
display: inline-flex;
|
|
32055
|
+
align-items: center;
|
|
32056
|
+
justify-content: center;
|
|
32053
32057
|
color: #fff;
|
|
32054
32058
|
font-weight: bold;
|
|
32055
32059
|
font-size: 12px;
|
|
@@ -32076,394 +32080,150 @@ input.E_rf8rlle.ant-input {
|
|
|
32076
32080
|
transition: all 320ms ease;
|
|
32077
32081
|
}
|
|
32078
32082
|
|
|
32079
|
-
.
|
|
32080
|
-
min-width: 1280px;
|
|
32081
|
-
}
|
|
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 {
|
|
32083
|
+
.E_b1lj76ty {
|
|
32087
32084
|
width: 100%;
|
|
32088
|
-
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
|
|
32093
|
-
|
|
32094
|
-
|
|
32085
|
+
height: 100%;
|
|
32086
|
+
margin: 0 auto;
|
|
32087
|
+
display: flex;
|
|
32088
|
+
flex-direction: column;
|
|
32089
|
+
align-items: center;
|
|
32090
|
+
justify-content: center;
|
|
32091
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32095
32092
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
font-size: 13px;
|
|
32093
|
+
.E_b1lj76ty.large {
|
|
32094
|
+
max-width: 648px;
|
|
32099
32095
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
32102
|
-
transition: 160ms ease;
|
|
32096
|
+
.E_b1lj76ty.medium {
|
|
32097
|
+
max-width: 412px;
|
|
32103
32098
|
}
|
|
32104
|
-
.
|
|
32105
|
-
color:
|
|
32099
|
+
.E_b1lj76ty.gray {
|
|
32100
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32106
32101
|
}
|
|
32107
|
-
.
|
|
32108
|
-
|
|
32109
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32102
|
+
.E_b1lj76ty.white {
|
|
32103
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32110
32104
|
}
|
|
32111
|
-
.
|
|
32112
|
-
|
|
32105
|
+
.E_b1lj76ty .title {
|
|
32106
|
+
margin-bottom: 4px;
|
|
32113
32107
|
}
|
|
32114
|
-
.
|
|
32115
|
-
|
|
32116
|
-
|
|
32108
|
+
.E_b1lj76ty .title,
|
|
32109
|
+
.E_b1lj76ty .desc {
|
|
32110
|
+
word-break: break-all;
|
|
32111
|
+
text-align: center;
|
|
32117
32112
|
}
|
|
32118
|
-
.
|
|
32119
|
-
|
|
32113
|
+
.E_b1lj76ty .action-button.middle {
|
|
32114
|
+
margin-top: 16px;
|
|
32120
32115
|
}
|
|
32121
|
-
.
|
|
32122
|
-
|
|
32123
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32124
|
-
cursor: "not-allowed";
|
|
32116
|
+
.E_b1lj76ty .action-button.small {
|
|
32117
|
+
margin-top: 8px;
|
|
32125
32118
|
}
|
|
32126
|
-
|
|
32127
|
-
|
|
32119
|
+
|
|
32120
|
+
.E_suhck3k {
|
|
32121
|
+
height: 24px;
|
|
32122
|
+
width: 24px;
|
|
32123
|
+
border-radius: 6px;
|
|
32124
|
+
padding: 4px;
|
|
32128
32125
|
}
|
|
32129
|
-
.
|
|
32130
|
-
color:
|
|
32126
|
+
.E_suhck3k:hover {
|
|
32127
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32131
32128
|
}
|
|
32132
|
-
.
|
|
32133
|
-
|
|
32134
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32129
|
+
.E_suhck3k:hover svg path {
|
|
32130
|
+
fill: blue;
|
|
32135
32131
|
}
|
|
32136
|
-
|
|
32137
|
-
|
|
32132
|
+
|
|
32133
|
+
.E_hrhfj7c {
|
|
32134
|
+
display: none;
|
|
32138
32135
|
}
|
|
32139
32136
|
|
|
32140
|
-
.
|
|
32141
|
-
|
|
32137
|
+
.E_dt9qoak .bottom {
|
|
32138
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32142
32139
|
}
|
|
32143
|
-
.
|
|
32144
|
-
|
|
32140
|
+
.E_dt9qoak .left {
|
|
32141
|
+
min-width: 0;
|
|
32145
32142
|
}
|
|
32146
32143
|
|
|
32147
|
-
.
|
|
32148
|
-
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32152
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32153
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32154
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32155
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32156
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32157
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32158
|
-
display: none;
|
|
32159
|
-
width: 16px;
|
|
32160
|
-
height: 16px;
|
|
32144
|
+
.E_crhnxq5 {
|
|
32145
|
+
display: flex;
|
|
32146
|
+
flex-direction: row;
|
|
32147
|
+
justify-content: space-between;
|
|
32161
32148
|
}
|
|
32162
|
-
.
|
|
32163
|
-
|
|
32149
|
+
.E_crhnxq5 .label {
|
|
32150
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32151
|
+
font-weight: 400;
|
|
32164
32152
|
}
|
|
32165
|
-
|
|
32166
|
-
|
|
32153
|
+
|
|
32154
|
+
.E_c1iq43vd {
|
|
32155
|
+
display: flex;
|
|
32156
|
+
flex-direction: column;
|
|
32157
|
+
justify-content: center;
|
|
32158
|
+
align-items: center;
|
|
32159
|
+
height: 240px;
|
|
32160
|
+
width: 432px;
|
|
32167
32161
|
}
|
|
32168
|
-
|
|
32169
|
-
|
|
32162
|
+
|
|
32163
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32164
|
+
border-radius: 0px;
|
|
32165
|
+
box-shadow: unset;
|
|
32166
|
+
border: 0;
|
|
32167
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32170
32168
|
}
|
|
32171
|
-
|
|
32172
|
-
|
|
32169
|
+
|
|
32170
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32171
|
+
padding: 4px;
|
|
32173
32172
|
}
|
|
32174
|
-
.
|
|
32175
|
-
|
|
32173
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32174
|
+
line-height: normal;
|
|
32176
32175
|
}
|
|
32177
|
-
.
|
|
32178
|
-
|
|
32176
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32177
|
+
height: 22px;
|
|
32179
32178
|
}
|
|
32180
|
-
.
|
|
32181
|
-
|
|
32179
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32180
|
+
row-gap: 2px;
|
|
32182
32181
|
}
|
|
32183
|
-
.
|
|
32184
|
-
|
|
32182
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32183
|
+
line-height: normal;
|
|
32185
32184
|
}
|
|
32186
|
-
.
|
|
32187
|
-
|
|
32185
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32186
|
+
max-width: 100%;
|
|
32188
32187
|
}
|
|
32189
|
-
.
|
|
32190
|
-
|
|
32188
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32189
|
+
font-size: 13px;
|
|
32190
|
+
line-height: 20px;
|
|
32191
32191
|
}
|
|
32192
|
-
|
|
32193
|
-
|
|
32192
|
+
|
|
32193
|
+
.E_c1ec3mnt {
|
|
32194
|
+
font-size: 13px;
|
|
32194
32195
|
}
|
|
32195
|
-
|
|
32196
|
-
|
|
32196
|
+
|
|
32197
|
+
.E_c1iye0zj {
|
|
32198
|
+
padding: 7px 14px;
|
|
32199
|
+
height: 20px;
|
|
32200
|
+
font-weight: 400;
|
|
32201
|
+
box-sizing: content-box;
|
|
32202
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32203
|
+
display: flex;
|
|
32204
|
+
flex-direction: row;
|
|
32205
|
+
justify-content: space-between;
|
|
32206
|
+
align-items: center;
|
|
32207
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32197
32208
|
}
|
|
32198
|
-
|
|
32199
|
-
|
|
32209
|
+
|
|
32210
|
+
.E_ckhyuyx {
|
|
32211
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32212
|
+
border-radius: 8px;
|
|
32213
|
+
padding: 0px;
|
|
32200
32214
|
}
|
|
32201
|
-
.
|
|
32202
|
-
|
|
32215
|
+
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
32216
|
+
padding: 6px;
|
|
32217
|
+
height: 240px;
|
|
32203
32218
|
}
|
|
32204
|
-
.
|
|
32205
|
-
|
|
32219
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
32220
|
+
min-width: 296px;
|
|
32221
|
+
padding: 4px 4px 4px 8px;
|
|
32222
|
+
color: #00122e;
|
|
32223
|
+
margin-bottom: 2px;
|
|
32206
32224
|
}
|
|
32207
|
-
.
|
|
32208
|
-
|
|
32209
|
-
}
|
|
32210
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32211
|
-
display: inline;
|
|
32212
|
-
}
|
|
32213
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32214
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32215
|
-
display: none;
|
|
32216
|
-
}
|
|
32217
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32218
|
-
display: inline;
|
|
32219
|
-
}
|
|
32220
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32221
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32222
|
-
display: none;
|
|
32223
|
-
}
|
|
32224
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32225
|
-
display: inline;
|
|
32226
|
-
}
|
|
32227
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32228
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32229
|
-
display: none;
|
|
32230
|
-
}
|
|
32231
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32232
|
-
display: inline;
|
|
32233
|
-
}
|
|
32234
|
-
|
|
32235
|
-
.E_swwhohx.ant-select .ant-select-selector {
|
|
32236
|
-
padding: 0 7px 0 12px;
|
|
32237
|
-
}
|
|
32238
|
-
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32239
|
-
right: 8px;
|
|
32240
|
-
top: 50%;
|
|
32241
|
-
margin-top: -8px;
|
|
32242
|
-
width: 16px;
|
|
32243
|
-
height: 16px;
|
|
32244
|
-
display: flex;
|
|
32245
|
-
align-items: center;
|
|
32246
|
-
}
|
|
32247
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32248
|
-
padding: 0 11px 0 16px;
|
|
32249
|
-
}
|
|
32250
|
-
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32251
|
-
right: 12px;
|
|
32252
|
-
}
|
|
32253
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32254
|
-
padding: 0 3px 0 8px;
|
|
32255
|
-
}
|
|
32256
|
-
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32257
|
-
right: 4px;
|
|
32258
|
-
}
|
|
32259
|
-
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32260
|
-
padding-right: 24px;
|
|
32261
|
-
}
|
|
32262
|
-
|
|
32263
|
-
.E_p2sxmsl {
|
|
32264
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32265
|
-
}
|
|
32266
|
-
|
|
32267
|
-
.E_w1dxz879 {
|
|
32268
|
-
display: flex;
|
|
32269
|
-
flex-direction: column;
|
|
32270
|
-
gap: 6px;
|
|
32271
|
-
}
|
|
32272
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32273
|
-
max-height: var(--w1dxz879-0);
|
|
32274
|
-
text-overflow: clip;
|
|
32275
|
-
overflow: hidden;
|
|
32276
|
-
}
|
|
32277
|
-
.E_w1dxz879 .tips {
|
|
32278
|
-
color: #fff;
|
|
32279
|
-
opacity: 0.8;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.E_oa99sl3 {
|
|
32283
|
-
display: flex;
|
|
32284
|
-
justify-content: space-between;
|
|
32285
|
-
align-items: center;
|
|
32286
|
-
gap: 8px;
|
|
32287
|
-
}
|
|
32288
|
-
.E_oa99sl3,
|
|
32289
|
-
.E_oa99sl3 :first-child {
|
|
32290
|
-
line-height: inherit !important;
|
|
32291
|
-
}
|
|
32292
|
-
|
|
32293
|
-
.E_lvp5pj7 {
|
|
32294
|
-
display: flex;
|
|
32295
|
-
justify-content: space-between;
|
|
32296
|
-
align-items: center;
|
|
32297
|
-
gap: 8px;
|
|
32298
|
-
min-width: 0;
|
|
32299
|
-
}
|
|
32300
|
-
|
|
32301
|
-
.E_s1io1lws {
|
|
32302
|
-
display: flex;
|
|
32303
|
-
align-items: center;
|
|
32304
|
-
flex-shrink: 0;
|
|
32305
|
-
}
|
|
32306
|
-
|
|
32307
|
-
.E_suhck3k {
|
|
32308
|
-
height: 24px;
|
|
32309
|
-
width: 24px;
|
|
32310
|
-
border-radius: 6px;
|
|
32311
|
-
padding: 4px;
|
|
32312
|
-
}
|
|
32313
|
-
.E_suhck3k:hover {
|
|
32314
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32315
|
-
}
|
|
32316
|
-
.E_suhck3k:hover svg path {
|
|
32317
|
-
fill: blue;
|
|
32318
|
-
}
|
|
32319
|
-
|
|
32320
|
-
.E_ryby9ds {
|
|
32321
|
-
display: flex;
|
|
32322
|
-
align-items: center;
|
|
32323
|
-
}
|
|
32324
|
-
.E_ryby9ds .order {
|
|
32325
|
-
height: 24px;
|
|
32326
|
-
width: 24px;
|
|
32327
|
-
border-radius: 20px;
|
|
32328
|
-
color: #0080ff;
|
|
32329
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32330
|
-
display: flex;
|
|
32331
|
-
align-items: center;
|
|
32332
|
-
justify-content: center;
|
|
32333
|
-
margin-right: 6px;
|
|
32334
|
-
}
|
|
32335
|
-
|
|
32336
|
-
.E_b1lj76ty {
|
|
32337
|
-
width: 100%;
|
|
32338
|
-
height: 100%;
|
|
32339
|
-
margin: 0 auto;
|
|
32340
|
-
display: flex;
|
|
32341
|
-
flex-direction: column;
|
|
32342
|
-
align-items: center;
|
|
32343
|
-
justify-content: center;
|
|
32344
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32345
|
-
}
|
|
32346
|
-
.E_b1lj76ty.large {
|
|
32347
|
-
max-width: 648px;
|
|
32348
|
-
}
|
|
32349
|
-
.E_b1lj76ty.medium {
|
|
32350
|
-
max-width: 412px;
|
|
32351
|
-
}
|
|
32352
|
-
.E_b1lj76ty.gray {
|
|
32353
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32354
|
-
}
|
|
32355
|
-
.E_b1lj76ty.white {
|
|
32356
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32357
|
-
}
|
|
32358
|
-
.E_b1lj76ty .title {
|
|
32359
|
-
margin-bottom: 4px;
|
|
32360
|
-
}
|
|
32361
|
-
.E_b1lj76ty .title,
|
|
32362
|
-
.E_b1lj76ty .desc {
|
|
32363
|
-
word-break: break-all;
|
|
32364
|
-
text-align: center;
|
|
32365
|
-
}
|
|
32366
|
-
.E_b1lj76ty .action-button.middle {
|
|
32367
|
-
margin-top: 16px;
|
|
32368
|
-
}
|
|
32369
|
-
.E_b1lj76ty .action-button.small {
|
|
32370
|
-
margin-top: 8px;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.E_hrhfj7c {
|
|
32374
|
-
display: none;
|
|
32375
|
-
}
|
|
32376
|
-
|
|
32377
|
-
.E_dt9qoak .bottom {
|
|
32378
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32379
|
-
}
|
|
32380
|
-
.E_dt9qoak .left {
|
|
32381
|
-
min-width: 0;
|
|
32382
|
-
}
|
|
32383
|
-
|
|
32384
|
-
.E_crhnxq5 {
|
|
32385
|
-
display: flex;
|
|
32386
|
-
flex-direction: row;
|
|
32387
|
-
justify-content: space-between;
|
|
32388
|
-
}
|
|
32389
|
-
.E_crhnxq5 .label {
|
|
32390
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32391
|
-
font-weight: 400;
|
|
32392
|
-
}
|
|
32393
|
-
|
|
32394
|
-
.E_c1iq43vd {
|
|
32395
|
-
display: flex;
|
|
32396
|
-
flex-direction: column;
|
|
32397
|
-
justify-content: center;
|
|
32398
|
-
align-items: center;
|
|
32399
|
-
height: 240px;
|
|
32400
|
-
width: 432px;
|
|
32401
|
-
}
|
|
32402
|
-
|
|
32403
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32404
|
-
border-radius: 0px;
|
|
32405
|
-
box-shadow: unset;
|
|
32406
|
-
border: 0;
|
|
32407
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32408
|
-
}
|
|
32409
|
-
|
|
32410
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32411
|
-
padding: 4px;
|
|
32412
|
-
}
|
|
32413
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32414
|
-
line-height: normal;
|
|
32415
|
-
}
|
|
32416
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32417
|
-
height: 22px;
|
|
32418
|
-
}
|
|
32419
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32420
|
-
row-gap: 2px;
|
|
32421
|
-
}
|
|
32422
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32423
|
-
line-height: normal;
|
|
32424
|
-
}
|
|
32425
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32426
|
-
max-width: 100%;
|
|
32427
|
-
}
|
|
32428
|
-
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32429
|
-
font-size: 13px;
|
|
32430
|
-
line-height: 20px;
|
|
32431
|
-
}
|
|
32432
|
-
|
|
32433
|
-
.E_c1ec3mnt {
|
|
32434
|
-
font-size: 13px;
|
|
32435
|
-
}
|
|
32436
|
-
|
|
32437
|
-
.E_c1iye0zj {
|
|
32438
|
-
padding: 7px 14px;
|
|
32439
|
-
height: 20px;
|
|
32440
|
-
font-weight: 400;
|
|
32441
|
-
box-sizing: content-box;
|
|
32442
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32443
|
-
display: flex;
|
|
32444
|
-
flex-direction: row;
|
|
32445
|
-
justify-content: space-between;
|
|
32446
|
-
align-items: center;
|
|
32447
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32448
|
-
}
|
|
32449
|
-
|
|
32450
|
-
.E_ckhyuyx {
|
|
32451
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32452
|
-
border-radius: 8px;
|
|
32453
|
-
padding: 0px;
|
|
32454
|
-
}
|
|
32455
|
-
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
32456
|
-
padding: 6px;
|
|
32457
|
-
height: 240px;
|
|
32458
|
-
}
|
|
32459
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li {
|
|
32460
|
-
min-width: 296px;
|
|
32461
|
-
padding: 4px 4px 4px 8px;
|
|
32462
|
-
color: #00122e;
|
|
32463
|
-
margin-bottom: 2px;
|
|
32464
|
-
}
|
|
32465
|
-
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
32466
|
-
vertical-align: middle;
|
|
32225
|
+
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li .icon-wrapper {
|
|
32226
|
+
vertical-align: middle;
|
|
32467
32227
|
}
|
|
32468
32228
|
.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item-active {
|
|
32469
32229
|
font-weight: 400;
|
|
@@ -32589,39 +32349,77 @@ input.E_rf8rlle.ant-input {
|
|
|
32589
32349
|
font-size: 14px;
|
|
32590
32350
|
}
|
|
32591
32351
|
|
|
32592
|
-
.
|
|
32593
|
-
|
|
32352
|
+
.E_ryby9ds {
|
|
32353
|
+
display: flex;
|
|
32354
|
+
align-items: center;
|
|
32355
|
+
}
|
|
32356
|
+
.E_ryby9ds .order {
|
|
32357
|
+
height: 24px;
|
|
32358
|
+
width: 24px;
|
|
32359
|
+
border-radius: 20px;
|
|
32360
|
+
color: #0080ff;
|
|
32361
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32362
|
+
display: flex;
|
|
32363
|
+
align-items: center;
|
|
32364
|
+
justify-content: center;
|
|
32365
|
+
margin-right: 6px;
|
|
32594
32366
|
}
|
|
32595
32367
|
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32598
|
-
padding-right: 8px;
|
|
32599
|
-
font-size: 12px;
|
|
32368
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32369
|
+
border-radius: 6px;
|
|
32600
32370
|
}
|
|
32601
|
-
.
|
|
32602
|
-
|
|
32371
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32372
|
+
width: 100%;
|
|
32373
|
+
color: #2d3a56;
|
|
32374
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32375
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32376
|
+
font-size: 13px;
|
|
32603
32377
|
}
|
|
32604
|
-
.
|
|
32605
|
-
|
|
32378
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32379
|
+
height: 30px;
|
|
32606
32380
|
}
|
|
32607
|
-
|
|
32608
|
-
|
|
32609
|
-
|
|
32610
|
-
padding-right: 12px;
|
|
32381
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32382
|
+
height: 38px;
|
|
32383
|
+
font-size: 13px;
|
|
32611
32384
|
}
|
|
32612
|
-
|
|
32613
|
-
.
|
|
32614
|
-
|
|
32385
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32386
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32387
|
+
transition: 160ms ease;
|
|
32615
32388
|
}
|
|
32616
|
-
.
|
|
32617
|
-
|
|
32618
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32389
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32390
|
+
color: #0080ff;
|
|
32619
32391
|
}
|
|
32620
|
-
.
|
|
32621
|
-
|
|
32392
|
+
.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 {
|
|
32393
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32394
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32622
32395
|
}
|
|
32623
|
-
.
|
|
32624
|
-
|
|
32396
|
+
.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 {
|
|
32397
|
+
color: #0080ff;
|
|
32398
|
+
}
|
|
32399
|
+
.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 {
|
|
32400
|
+
border-color: #0080ff;
|
|
32401
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32402
|
+
}
|
|
32403
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32404
|
+
transform: rotate(180deg);
|
|
32405
|
+
}
|
|
32406
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32407
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32408
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32409
|
+
cursor: "not-allowed";
|
|
32410
|
+
}
|
|
32411
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32412
|
+
border-color: #f0483e !important;
|
|
32413
|
+
}
|
|
32414
|
+
.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 {
|
|
32415
|
+
color: #1d326c;
|
|
32416
|
+
}
|
|
32417
|
+
.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 {
|
|
32418
|
+
border-color: #0080ff;
|
|
32419
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32420
|
+
}
|
|
32421
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32422
|
+
transform: rotate(180deg);
|
|
32625
32423
|
}
|
|
32626
32424
|
|
|
32627
32425
|
.E_m5foqp8 {
|
|
@@ -32653,137 +32451,296 @@ input.E_rf8rlle.ant-input {
|
|
|
32653
32451
|
height: 32px;
|
|
32654
32452
|
}
|
|
32655
32453
|
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32658
|
-
|
|
32659
|
-
|
|
32660
|
-
|
|
32661
|
-
width: 1px;
|
|
32454
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32455
|
+
opacity: 1;
|
|
32456
|
+
}
|
|
32457
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32458
|
+
pointer-events: none;
|
|
32662
32459
|
}
|
|
32663
32460
|
|
|
32664
|
-
.
|
|
32665
|
-
|
|
32666
|
-
|
|
32667
|
-
|
|
32668
|
-
|
|
32669
|
-
|
|
32670
|
-
|
|
32671
|
-
|
|
32672
|
-
|
|
32673
|
-
|
|
32461
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32462
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32463
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32464
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32465
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32466
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32467
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32468
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32469
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32470
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32471
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32472
|
+
display: none;
|
|
32473
|
+
width: 16px;
|
|
32474
|
+
height: 16px;
|
|
32674
32475
|
}
|
|
32675
|
-
.
|
|
32676
|
-
|
|
32677
|
-
.E_h12yihis .center {
|
|
32678
|
-
display: flex;
|
|
32679
|
-
align-items: center;
|
|
32680
|
-
flex: 1;
|
|
32681
|
-
flex-shrink: 0;
|
|
32476
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32477
|
+
opacity: 0.5;
|
|
32682
32478
|
}
|
|
32683
|
-
.
|
|
32684
|
-
|
|
32479
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32480
|
+
display: none;
|
|
32685
32481
|
}
|
|
32686
|
-
.
|
|
32687
|
-
|
|
32482
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32483
|
+
display: inline;
|
|
32688
32484
|
}
|
|
32689
|
-
.
|
|
32690
|
-
|
|
32485
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32486
|
+
display: none;
|
|
32691
32487
|
}
|
|
32692
|
-
.
|
|
32693
|
-
|
|
32694
|
-
position: relative;
|
|
32695
|
-
display: flex;
|
|
32696
|
-
align-items: center;
|
|
32488
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32489
|
+
display: inline;
|
|
32697
32490
|
}
|
|
32698
|
-
.
|
|
32699
|
-
|
|
32700
|
-
opacity: 0;
|
|
32701
|
-
height: 24px;
|
|
32702
|
-
width: 1px;
|
|
32703
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32704
|
-
position: absolute;
|
|
32705
|
-
left: -16px;
|
|
32706
|
-
top: 50%;
|
|
32707
|
-
transform: translateY(-50%);
|
|
32708
|
-
transition: opacity 160ms ease;
|
|
32491
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32492
|
+
display: none;
|
|
32709
32493
|
}
|
|
32710
|
-
.
|
|
32711
|
-
|
|
32712
|
-
cursor: pointer;
|
|
32713
|
-
width: 56px;
|
|
32714
|
-
height: 40px;
|
|
32715
|
-
display: inline-flex;
|
|
32716
|
-
align-items: center;
|
|
32717
|
-
justify-content: center;
|
|
32718
|
-
border-radius: 6px;
|
|
32494
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32495
|
+
display: inline;
|
|
32719
32496
|
}
|
|
32720
|
-
.
|
|
32721
|
-
|
|
32497
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32498
|
+
display: none;
|
|
32722
32499
|
}
|
|
32723
|
-
.
|
|
32724
|
-
|
|
32725
|
-
transition: all 320ms ease;
|
|
32500
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32501
|
+
display: inline;
|
|
32726
32502
|
}
|
|
32727
|
-
.
|
|
32728
|
-
|
|
32503
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32504
|
+
display: none;
|
|
32729
32505
|
}
|
|
32730
|
-
.
|
|
32731
|
-
|
|
32732
|
-
overflow: hidden;
|
|
32733
|
-
display: flex;
|
|
32734
|
-
align-items: center;
|
|
32735
|
-
padding: 0 4px;
|
|
32736
|
-
margin: 0 -4px;
|
|
32506
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32507
|
+
display: inline;
|
|
32737
32508
|
}
|
|
32738
|
-
.
|
|
32739
|
-
|
|
32740
|
-
transform: translateY(0);
|
|
32509
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32510
|
+
display: none;
|
|
32741
32511
|
}
|
|
32742
|
-
.
|
|
32743
|
-
|
|
32744
|
-
height: 48px;
|
|
32745
|
-
transform: translateY(100%);
|
|
32746
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
32747
|
-
display: inline-flex;
|
|
32748
|
-
align-items: center;
|
|
32512
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32513
|
+
display: inline;
|
|
32749
32514
|
}
|
|
32750
|
-
.
|
|
32751
|
-
|
|
32515
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32516
|
+
display: none;
|
|
32752
32517
|
}
|
|
32753
|
-
.
|
|
32754
|
-
|
|
32755
|
-
height: 32px;
|
|
32756
|
-
border-radius: 6px;
|
|
32518
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32519
|
+
display: inline;
|
|
32757
32520
|
}
|
|
32758
|
-
.
|
|
32759
|
-
|
|
32521
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32522
|
+
display: none;
|
|
32760
32523
|
}
|
|
32761
|
-
.
|
|
32762
|
-
|
|
32763
|
-
position: relative;
|
|
32524
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32525
|
+
display: inline;
|
|
32764
32526
|
}
|
|
32765
|
-
.
|
|
32766
|
-
.
|
|
32767
|
-
|
|
32768
|
-
.E_h12yihis .task .task-icon {
|
|
32769
|
-
width: 56px;
|
|
32770
|
-
height: 40px;
|
|
32771
|
-
justify-content: center;
|
|
32527
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32528
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32529
|
+
display: none;
|
|
32772
32530
|
}
|
|
32773
|
-
.
|
|
32774
|
-
|
|
32775
|
-
right: 16px;
|
|
32776
|
-
top: 10px;
|
|
32531
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32532
|
+
display: inline;
|
|
32777
32533
|
}
|
|
32778
|
-
.
|
|
32779
|
-
|
|
32780
|
-
|
|
32534
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32535
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32536
|
+
display: none;
|
|
32781
32537
|
}
|
|
32782
|
-
.
|
|
32783
|
-
|
|
32538
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32539
|
+
display: inline;
|
|
32784
32540
|
}
|
|
32785
|
-
.
|
|
32786
|
-
|
|
32541
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32542
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32543
|
+
display: none;
|
|
32544
|
+
}
|
|
32545
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32546
|
+
display: inline;
|
|
32547
|
+
}
|
|
32548
|
+
|
|
32549
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
32550
|
+
padding: 0 7px 0 12px;
|
|
32551
|
+
}
|
|
32552
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32553
|
+
right: 8px;
|
|
32554
|
+
top: 50%;
|
|
32555
|
+
margin-top: -8px;
|
|
32556
|
+
width: 16px;
|
|
32557
|
+
height: 16px;
|
|
32558
|
+
display: flex;
|
|
32559
|
+
align-items: center;
|
|
32560
|
+
}
|
|
32561
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32562
|
+
padding: 0 11px 0 16px;
|
|
32563
|
+
}
|
|
32564
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32565
|
+
right: 12px;
|
|
32566
|
+
}
|
|
32567
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32568
|
+
padding: 0 3px 0 8px;
|
|
32569
|
+
}
|
|
32570
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32571
|
+
right: 4px;
|
|
32572
|
+
}
|
|
32573
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32574
|
+
padding-right: 24px;
|
|
32575
|
+
}
|
|
32576
|
+
|
|
32577
|
+
.E_p2sxmsl {
|
|
32578
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32579
|
+
}
|
|
32580
|
+
|
|
32581
|
+
.E_oa99sl3 {
|
|
32582
|
+
display: flex;
|
|
32583
|
+
justify-content: space-between;
|
|
32584
|
+
align-items: center;
|
|
32585
|
+
gap: 8px;
|
|
32586
|
+
}
|
|
32587
|
+
.E_oa99sl3,
|
|
32588
|
+
.E_oa99sl3 :first-child {
|
|
32589
|
+
line-height: inherit !important;
|
|
32590
|
+
}
|
|
32591
|
+
|
|
32592
|
+
.E_lvp5pj7 {
|
|
32593
|
+
display: flex;
|
|
32594
|
+
justify-content: space-between;
|
|
32595
|
+
align-items: center;
|
|
32596
|
+
gap: 8px;
|
|
32597
|
+
min-width: 0;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.E_s1io1lws {
|
|
32601
|
+
display: flex;
|
|
32602
|
+
align-items: center;
|
|
32603
|
+
flex-shrink: 0;
|
|
32604
|
+
}
|
|
32605
|
+
|
|
32606
|
+
.E_w1dxz879 {
|
|
32607
|
+
display: flex;
|
|
32608
|
+
flex-direction: column;
|
|
32609
|
+
gap: 6px;
|
|
32610
|
+
}
|
|
32611
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32612
|
+
max-height: var(--w1dxz879-0);
|
|
32613
|
+
text-overflow: clip;
|
|
32614
|
+
overflow: hidden;
|
|
32615
|
+
}
|
|
32616
|
+
.E_w1dxz879 .tips {
|
|
32617
|
+
color: #fff;
|
|
32618
|
+
opacity: 0.8;
|
|
32619
|
+
}
|
|
32620
|
+
|
|
32621
|
+
.E_h12yihis {
|
|
32622
|
+
height: 50px;
|
|
32623
|
+
border-bottom: 2px solid #edf0f7;
|
|
32624
|
+
background: #fff;
|
|
32625
|
+
display: flex;
|
|
32626
|
+
justify-content: space-between;
|
|
32627
|
+
align-items: center;
|
|
32628
|
+
padding: 0 24px 0 14px;
|
|
32629
|
+
position: relative;
|
|
32630
|
+
z-index: 10;
|
|
32631
|
+
}
|
|
32632
|
+
.E_h12yihis .left,
|
|
32633
|
+
.E_h12yihis .right,
|
|
32634
|
+
.E_h12yihis .center {
|
|
32635
|
+
display: flex;
|
|
32636
|
+
align-items: center;
|
|
32637
|
+
flex: 1;
|
|
32638
|
+
flex-shrink: 0;
|
|
32639
|
+
}
|
|
32640
|
+
.E_h12yihis .center {
|
|
32641
|
+
flex: 0.8;
|
|
32642
|
+
}
|
|
32643
|
+
.E_h12yihis .right {
|
|
32644
|
+
justify-content: flex-end;
|
|
32645
|
+
}
|
|
32646
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
32647
|
+
opacity: 1;
|
|
32648
|
+
}
|
|
32649
|
+
.E_h12yihis .right .btn-group {
|
|
32650
|
+
margin-left: 32px;
|
|
32651
|
+
position: relative;
|
|
32652
|
+
display: flex;
|
|
32653
|
+
align-items: center;
|
|
32654
|
+
}
|
|
32655
|
+
.E_h12yihis .right .btn-group:before {
|
|
32656
|
+
content: "";
|
|
32657
|
+
opacity: 0;
|
|
32658
|
+
height: 24px;
|
|
32659
|
+
width: 1px;
|
|
32660
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32661
|
+
position: absolute;
|
|
32662
|
+
left: -16px;
|
|
32663
|
+
top: 50%;
|
|
32664
|
+
transform: translateY(-50%);
|
|
32665
|
+
transition: opacity 160ms ease;
|
|
32666
|
+
}
|
|
32667
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
32668
|
+
transition: all 160ms ease;
|
|
32669
|
+
cursor: pointer;
|
|
32670
|
+
width: 56px;
|
|
32671
|
+
height: 40px;
|
|
32672
|
+
display: inline-flex;
|
|
32673
|
+
align-items: center;
|
|
32674
|
+
justify-content: center;
|
|
32675
|
+
border-radius: 6px;
|
|
32676
|
+
}
|
|
32677
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
32678
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32679
|
+
}
|
|
32680
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
32681
|
+
transform: translateY(2px);
|
|
32682
|
+
transition: all 320ms ease;
|
|
32683
|
+
}
|
|
32684
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
32685
|
+
margin-left: 4px;
|
|
32686
|
+
}
|
|
32687
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
32688
|
+
height: 48px;
|
|
32689
|
+
overflow: hidden;
|
|
32690
|
+
display: flex;
|
|
32691
|
+
align-items: center;
|
|
32692
|
+
padding: 0 4px;
|
|
32693
|
+
margin: 0 -4px;
|
|
32694
|
+
}
|
|
32695
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
32696
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
32697
|
+
transform: translateY(0);
|
|
32698
|
+
}
|
|
32699
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
32700
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32701
|
+
height: 48px;
|
|
32702
|
+
transform: translateY(100%);
|
|
32703
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
32704
|
+
display: inline-flex;
|
|
32705
|
+
align-items: center;
|
|
32706
|
+
}
|
|
32707
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
32708
|
+
margin-right: 10px;
|
|
32709
|
+
}
|
|
32710
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
32711
|
+
width: 32px;
|
|
32712
|
+
height: 32px;
|
|
32713
|
+
border-radius: 6px;
|
|
32714
|
+
}
|
|
32715
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
32716
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32717
|
+
}
|
|
32718
|
+
.E_h12yihis .alert,
|
|
32719
|
+
.E_h12yihis .task {
|
|
32720
|
+
position: relative;
|
|
32721
|
+
}
|
|
32722
|
+
.E_h12yihis .alert .alert-icon,
|
|
32723
|
+
.E_h12yihis .alert .task-icon,
|
|
32724
|
+
.E_h12yihis .task .alert-icon,
|
|
32725
|
+
.E_h12yihis .task .task-icon {
|
|
32726
|
+
width: 56px;
|
|
32727
|
+
height: 40px;
|
|
32728
|
+
justify-content: center;
|
|
32729
|
+
}
|
|
32730
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
32731
|
+
.E_h12yihis .task .ant-badge-count {
|
|
32732
|
+
right: 16px;
|
|
32733
|
+
top: 10px;
|
|
32734
|
+
}
|
|
32735
|
+
.E_h12yihis .logo {
|
|
32736
|
+
display: inline-flex;
|
|
32737
|
+
align-items: center;
|
|
32738
|
+
}
|
|
32739
|
+
.E_h12yihis .left {
|
|
32740
|
+
position: relative;
|
|
32741
|
+
}
|
|
32742
|
+
.E_h12yihis .left .events-audit-title {
|
|
32743
|
+
font-size: 20px;
|
|
32787
32744
|
line-height: 24px;
|
|
32788
32745
|
font-weight: bold;
|
|
32789
32746
|
color: #1d326c;
|
|
@@ -32881,68 +32838,66 @@ input.E_rf8rlle.ant-input {
|
|
|
32881
32838
|
position: static;
|
|
32882
32839
|
}
|
|
32883
32840
|
|
|
32884
|
-
.
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32841
|
+
.E_ckaaqep {
|
|
32842
|
+
background: rgba(172, 186, 211, 0.6);
|
|
32843
|
+
content: "";
|
|
32844
|
+
height: 100%;
|
|
32845
|
+
margin: 0 6px;
|
|
32846
|
+
width: 1px;
|
|
32888
32847
|
}
|
|
32889
|
-
|
|
32890
|
-
|
|
32848
|
+
|
|
32849
|
+
.E_r77hffu {
|
|
32891
32850
|
display: flex;
|
|
32892
32851
|
align-items: center;
|
|
32893
|
-
|
|
32894
|
-
|
|
32895
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32896
|
-
border: none;
|
|
32852
|
+
justify-content: space-between;
|
|
32853
|
+
column-gap: 6px;
|
|
32897
32854
|
}
|
|
32898
|
-
|
|
32899
|
-
|
|
32855
|
+
|
|
32856
|
+
.E_p1cmxsf7 {
|
|
32857
|
+
display: flex;
|
|
32858
|
+
flex-direction: column;
|
|
32859
|
+
justify-content: center;
|
|
32860
|
+
row-gap: var(--p1cmxsf7-0);
|
|
32900
32861
|
}
|
|
32901
|
-
.
|
|
32902
|
-
|
|
32862
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
32863
|
+
font-size: 0;
|
|
32864
|
+
margin-bottom: unset;
|
|
32865
|
+
margin-inline-end: unset;
|
|
32903
32866
|
}
|
|
32904
|
-
|
|
32905
|
-
|
|
32867
|
+
|
|
32868
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32869
|
+
margin-right: 2px;
|
|
32906
32870
|
}
|
|
32907
|
-
|
|
32908
|
-
|
|
32871
|
+
|
|
32872
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32873
|
+
padding-left: 8px;
|
|
32874
|
+
padding-right: 8px;
|
|
32875
|
+
font-size: 12px;
|
|
32909
32876
|
}
|
|
32910
|
-
.
|
|
32911
|
-
|
|
32912
|
-
height: 2px;
|
|
32913
|
-
width: 10px;
|
|
32914
|
-
border-radius: 2px;
|
|
32877
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32878
|
+
border-radius: 4px;
|
|
32915
32879
|
}
|
|
32916
|
-
.
|
|
32917
|
-
|
|
32918
|
-
}
|
|
32919
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32920
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32921
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32922
|
-
}
|
|
32923
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32924
|
-
border-color: #2d3a56;
|
|
32925
|
-
}
|
|
32926
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32927
|
-
background: #2d3a56;
|
|
32880
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32881
|
+
border-radius: 4px;
|
|
32928
32882
|
}
|
|
32929
|
-
|
|
32930
|
-
|
|
32883
|
+
|
|
32884
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32885
|
+
padding-left: 12px;
|
|
32886
|
+
padding-right: 12px;
|
|
32931
32887
|
}
|
|
32932
|
-
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
color: #2d3a56;
|
|
32888
|
+
|
|
32889
|
+
.E_ckld275 {
|
|
32890
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32936
32891
|
}
|
|
32937
|
-
.
|
|
32938
|
-
|
|
32939
|
-
color: rgba(44, 56, 82, 0.
|
|
32892
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32893
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32894
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32940
32895
|
}
|
|
32941
|
-
.
|
|
32942
|
-
|
|
32896
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32897
|
+
background-color: transparent;
|
|
32943
32898
|
}
|
|
32944
|
-
.
|
|
32945
|
-
|
|
32899
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32900
|
+
background-color: transparent;
|
|
32946
32901
|
}
|
|
32947
32902
|
|
|
32948
32903
|
.E_u3l9ivi {
|
|
@@ -33124,6 +33079,23 @@ input.E_rf8rlle.ant-input {
|
|
|
33124
33079
|
opacity: 0.5;
|
|
33125
33080
|
}
|
|
33126
33081
|
|
|
33082
|
+
.E_b14q2gmw {
|
|
33083
|
+
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);
|
|
33084
|
+
}
|
|
33085
|
+
|
|
33086
|
+
.E_c1eym6el {
|
|
33087
|
+
border-radius: 8px;
|
|
33088
|
+
background-color: white;
|
|
33089
|
+
}
|
|
33090
|
+
.E_c1eym6el.hoverable {
|
|
33091
|
+
cursor: pointer;
|
|
33092
|
+
}
|
|
33093
|
+
.E_c1eym6el.hoverable:hover {
|
|
33094
|
+
transition: all 200ms ease;
|
|
33095
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33096
|
+
transform: translateY(-4px);
|
|
33097
|
+
}
|
|
33098
|
+
|
|
33127
33099
|
.E_c1kghdax {
|
|
33128
33100
|
color: #2d3a56;
|
|
33129
33101
|
padding: 7px 12px;
|
|
@@ -33168,6 +33140,70 @@ input.E_rf8rlle.ant-input {
|
|
|
33168
33140
|
padding: 0 12px 14px 12px;
|
|
33169
33141
|
}
|
|
33170
33142
|
|
|
33143
|
+
.E_ckui4s7 {
|
|
33144
|
+
color: #2d3a56;
|
|
33145
|
+
line-height: 22px;
|
|
33146
|
+
display: inline-flex;
|
|
33147
|
+
}
|
|
33148
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33149
|
+
height: 22px;
|
|
33150
|
+
display: flex;
|
|
33151
|
+
align-items: center;
|
|
33152
|
+
top: 0;
|
|
33153
|
+
}
|
|
33154
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33155
|
+
border: none;
|
|
33156
|
+
}
|
|
33157
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33158
|
+
border-color: #0080ff;
|
|
33159
|
+
}
|
|
33160
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33161
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33162
|
+
}
|
|
33163
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33164
|
+
border: 1px solid #0080ff;
|
|
33165
|
+
}
|
|
33166
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33167
|
+
background: #0080ff;
|
|
33168
|
+
}
|
|
33169
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33170
|
+
background-color: #fff;
|
|
33171
|
+
height: 2px;
|
|
33172
|
+
width: 10px;
|
|
33173
|
+
border-radius: 2px;
|
|
33174
|
+
}
|
|
33175
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33176
|
+
opacity: 0.5;
|
|
33177
|
+
}
|
|
33178
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33179
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33180
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33181
|
+
}
|
|
33182
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33183
|
+
border-color: #2d3a56;
|
|
33184
|
+
}
|
|
33185
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33186
|
+
background: #2d3a56;
|
|
33187
|
+
}
|
|
33188
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33189
|
+
padding: 0;
|
|
33190
|
+
}
|
|
33191
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33192
|
+
display: inline-block;
|
|
33193
|
+
margin-left: 12px;
|
|
33194
|
+
color: #2d3a56;
|
|
33195
|
+
}
|
|
33196
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33197
|
+
margin-left: 28px;
|
|
33198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33199
|
+
}
|
|
33200
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33201
|
+
margin-left: 8px;
|
|
33202
|
+
}
|
|
33203
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33204
|
+
margin-left: 24px;
|
|
33205
|
+
}
|
|
33206
|
+
|
|
33171
33207
|
.E_t1tbywr9 {
|
|
33172
33208
|
width: 100%;
|
|
33173
33209
|
flex: 1;
|
|
@@ -33329,23 +33365,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33329
33365
|
height: 16px;
|
|
33330
33366
|
}
|
|
33331
33367
|
|
|
33332
|
-
.E_b14q2gmw {
|
|
33333
|
-
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);
|
|
33334
|
-
}
|
|
33335
|
-
|
|
33336
|
-
.E_c1eym6el {
|
|
33337
|
-
border-radius: 8px;
|
|
33338
|
-
background-color: white;
|
|
33339
|
-
}
|
|
33340
|
-
.E_c1eym6el.hoverable {
|
|
33341
|
-
cursor: pointer;
|
|
33342
|
-
}
|
|
33343
|
-
.E_c1eym6el.hoverable:hover {
|
|
33344
|
-
transition: all 200ms ease;
|
|
33345
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33346
|
-
transform: translateY(-4px);
|
|
33347
|
-
}
|
|
33348
|
-
|
|
33349
33368
|
button.E_l48ei06.ant-btn,
|
|
33350
33369
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33351
33370
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -33398,81 +33417,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33398
33417
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33399
33418
|
}
|
|
33400
33419
|
|
|
33401
|
-
.
|
|
33420
|
+
.E_l1ucdodl {
|
|
33402
33421
|
margin: 0;
|
|
33403
33422
|
border-radius: 20px;
|
|
33404
33423
|
padding: 2px 10px;
|
|
33405
33424
|
height: 22px;
|
|
33425
|
+
display: flex;
|
|
33426
|
+
align-items: center;
|
|
33406
33427
|
}
|
|
33407
|
-
.
|
|
33408
|
-
|
|
33428
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33429
|
+
color: #FFFFFF;
|
|
33409
33430
|
}
|
|
33410
|
-
.
|
|
33411
|
-
|
|
33431
|
+
.E_l1ucdodl.tag-hover {
|
|
33432
|
+
cursor: pointer;
|
|
33412
33433
|
}
|
|
33413
|
-
.
|
|
33434
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33414
33435
|
color: #00122e;
|
|
33415
33436
|
}
|
|
33416
|
-
.
|
|
33437
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33417
33438
|
margin-right: 6px;
|
|
33418
33439
|
}
|
|
33419
|
-
.
|
|
33440
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33420
33441
|
margin-left: 8px;
|
|
33421
33442
|
color: rgba(44, 56, 82, 0.6);
|
|
33422
33443
|
}
|
|
33423
|
-
.
|
|
33424
|
-
|
|
33444
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33445
|
+
color: #FFFFFF;
|
|
33425
33446
|
}
|
|
33426
|
-
.
|
|
33447
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33427
33448
|
background-color: #0080ff;
|
|
33428
33449
|
}
|
|
33429
|
-
.
|
|
33430
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33431
|
-
}
|
|
33432
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33433
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33434
|
-
}
|
|
33435
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33450
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33436
33451
|
background-color: #f0483e;
|
|
33437
33452
|
}
|
|
33438
|
-
.
|
|
33439
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33440
|
-
}
|
|
33441
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33442
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33443
|
-
}
|
|
33444
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33453
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33445
33454
|
background-color: #fea008;
|
|
33446
33455
|
}
|
|
33447
|
-
.
|
|
33448
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33449
|
-
}
|
|
33450
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33451
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33452
|
-
}
|
|
33453
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33456
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33454
33457
|
background-color: #00ba5d;
|
|
33455
33458
|
}
|
|
33456
|
-
.
|
|
33457
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33458
|
-
}
|
|
33459
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33460
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33461
|
-
}
|
|
33462
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33459
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33463
33460
|
background-color: #6b7d99;
|
|
33464
33461
|
}
|
|
33465
|
-
.
|
|
33466
|
-
background-color:
|
|
33462
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33463
|
+
background-color: #7E41FF;
|
|
33467
33464
|
}
|
|
33468
33465
|
|
|
33469
|
-
.
|
|
33466
|
+
.E_s1qj66nc {
|
|
33470
33467
|
width: 8px;
|
|
33471
33468
|
height: 8px;
|
|
33472
33469
|
border-radius: 50%;
|
|
33473
33470
|
display: inline-block;
|
|
33474
33471
|
}
|
|
33475
33472
|
|
|
33473
|
+
.E_s5x1boq {
|
|
33474
|
+
width: 8px;
|
|
33475
|
+
height: 8px;
|
|
33476
|
+
border-radius: 2px;
|
|
33477
|
+
display: inline-block;
|
|
33478
|
+
}
|
|
33479
|
+
|
|
33480
|
+
.E_c1xm185 {
|
|
33481
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33482
|
+
}
|
|
33483
|
+
|
|
33484
|
+
.E_c1x5l5qc {
|
|
33485
|
+
flex: 1;
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33476
33488
|
.E_tc97u5y {
|
|
33477
33489
|
height: 100%;
|
|
33478
33490
|
}
|
|
@@ -33844,376 +33856,569 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33844
33856
|
background: #fff;
|
|
33845
33857
|
}
|
|
33846
33858
|
|
|
33847
|
-
.
|
|
33848
|
-
|
|
33849
|
-
|
|
33850
|
-
|
|
33851
|
-
|
|
33859
|
+
.E_sddwhm6 {
|
|
33860
|
+
margin: 0;
|
|
33861
|
+
border-radius: 20px;
|
|
33862
|
+
padding: 2px 10px;
|
|
33863
|
+
height: 22px;
|
|
33852
33864
|
}
|
|
33853
|
-
|
|
33854
|
-
.
|
|
33855
|
-
display: flex;
|
|
33856
|
-
flex-direction: column;
|
|
33857
|
-
justify-content: center;
|
|
33858
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33865
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33866
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33859
33867
|
}
|
|
33860
|
-
.
|
|
33861
|
-
|
|
33862
|
-
margin-bottom: unset;
|
|
33863
|
-
margin-inline-end: unset;
|
|
33868
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33869
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33864
33870
|
}
|
|
33865
|
-
|
|
33866
|
-
|
|
33867
|
-
width: 64px;
|
|
33868
|
-
height: 64px;
|
|
33869
|
-
display: flex;
|
|
33870
|
-
align-items: center;
|
|
33871
|
-
justify-content: center;
|
|
33872
|
-
position: relative;
|
|
33873
|
-
opacity: 0.2;
|
|
33871
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33872
|
+
color: #00122e;
|
|
33874
33873
|
}
|
|
33875
|
-
|
|
33876
|
-
|
|
33877
|
-
position: absolute;
|
|
33878
|
-
width: 5px;
|
|
33879
|
-
height: 48px;
|
|
33880
|
-
left: 9.33px;
|
|
33881
|
-
top: 40.5px;
|
|
33882
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33883
|
-
border-radius: 5px;
|
|
33884
|
-
transform: rotate(-128deg);
|
|
33885
|
-
transform-origin: top left;
|
|
33886
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33874
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33875
|
+
margin-right: 6px;
|
|
33887
33876
|
}
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
width: 5px;
|
|
33892
|
-
height: 48px;
|
|
33893
|
-
left: 40.8px;
|
|
33894
|
-
top: 8.4px;
|
|
33895
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33896
|
-
border-radius: 5px;
|
|
33897
|
-
transform: rotate(-8deg);
|
|
33898
|
-
transform-origin: top left;
|
|
33899
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33877
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33878
|
+
margin-left: 8px;
|
|
33879
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33900
33880
|
}
|
|
33901
|
-
|
|
33902
|
-
.
|
|
33903
|
-
position: absolute;
|
|
33904
|
-
width: 5px;
|
|
33905
|
-
height: 48px;
|
|
33906
|
-
left: 52.9px;
|
|
33907
|
-
top: 51.8px;
|
|
33908
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33909
|
-
border-radius: 5px;
|
|
33910
|
-
transform: rotate(112deg);
|
|
33911
|
-
transform-origin: top left;
|
|
33912
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33881
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33882
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33913
33883
|
}
|
|
33914
|
-
|
|
33915
|
-
|
|
33916
|
-
padding-left: 0;
|
|
33884
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33885
|
+
background-color: #0080ff;
|
|
33917
33886
|
}
|
|
33918
|
-
.
|
|
33919
|
-
|
|
33920
|
-
padding-right: 4px;
|
|
33921
|
-
margin-right: 4px;
|
|
33887
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33888
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33922
33889
|
}
|
|
33923
|
-
|
|
33924
|
-
.
|
|
33925
|
-
padding: 0 8px;
|
|
33926
|
-
height: 18px;
|
|
33890
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33891
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33927
33892
|
}
|
|
33928
|
-
|
|
33929
|
-
|
|
33930
|
-
padding: 2px 8px;
|
|
33931
|
-
height: 24px;
|
|
33893
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33894
|
+
background-color: #f0483e;
|
|
33932
33895
|
}
|
|
33933
|
-
|
|
33934
|
-
.
|
|
33935
|
-
margin: 0;
|
|
33896
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33897
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33936
33898
|
}
|
|
33937
|
-
|
|
33938
|
-
.
|
|
33939
|
-
margin-right: 4px;
|
|
33940
|
-
height: 16px;
|
|
33899
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33900
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33941
33901
|
}
|
|
33942
|
-
|
|
33943
|
-
|
|
33944
|
-
font-weight: 700;
|
|
33945
|
-
color: #00122e;
|
|
33946
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33947
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33948
|
-
word-break: break-all;
|
|
33949
|
-
display: inline;
|
|
33950
|
-
white-space: normal;
|
|
33902
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33903
|
+
background-color: #fea008;
|
|
33951
33904
|
}
|
|
33952
|
-
|
|
33953
|
-
.
|
|
33954
|
-
margin-bottom: 4px;
|
|
33955
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33905
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33906
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33956
33907
|
}
|
|
33957
|
-
|
|
33958
|
-
.
|
|
33959
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33960
|
-
line-height: 32px;
|
|
33961
|
-
height: 32px;
|
|
33962
|
-
margin-bottom: 0;
|
|
33908
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33909
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33963
33910
|
}
|
|
33964
|
-
.
|
|
33965
|
-
color: #
|
|
33911
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33912
|
+
background-color: #00ba5d;
|
|
33966
33913
|
}
|
|
33967
|
-
.
|
|
33968
|
-
color:
|
|
33914
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33915
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33969
33916
|
}
|
|
33970
|
-
.
|
|
33971
|
-
color:
|
|
33917
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33918
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33972
33919
|
}
|
|
33973
|
-
.
|
|
33974
|
-
color: #
|
|
33920
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33921
|
+
background-color: #6b7d99;
|
|
33975
33922
|
}
|
|
33976
|
-
.
|
|
33977
|
-
color: rgba(
|
|
33923
|
+
.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 {
|
|
33924
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33978
33925
|
}
|
|
33979
33926
|
|
|
33980
|
-
.
|
|
33981
|
-
|
|
33982
|
-
|
|
33927
|
+
.E_satwmqm {
|
|
33928
|
+
width: 8px;
|
|
33929
|
+
height: 8px;
|
|
33930
|
+
border-radius: 50%;
|
|
33931
|
+
display: inline-block;
|
|
33983
33932
|
}
|
|
33984
33933
|
|
|
33985
|
-
.
|
|
33986
|
-
|
|
33987
|
-
|
|
33934
|
+
.E_m11nzl2x {
|
|
33935
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33936
|
+
text-align: center;
|
|
33937
|
+
display: flex;
|
|
33938
|
+
align-items: center;
|
|
33939
|
+
justify-content: center;
|
|
33940
|
+
flex-direction: column;
|
|
33941
|
+
height: 100%;
|
|
33942
|
+
}
|
|
33943
|
+
.E_m11nzl2x .link {
|
|
33944
|
+
color: #0080ff;
|
|
33945
|
+
cursor: pointer;
|
|
33988
33946
|
}
|
|
33989
33947
|
|
|
33990
|
-
.
|
|
33991
|
-
|
|
33992
|
-
|
|
33993
|
-
|
|
33994
|
-
|
|
33948
|
+
.E_mn7joto {
|
|
33949
|
+
width: 100%;
|
|
33950
|
+
height: 100%;
|
|
33951
|
+
display: flex;
|
|
33952
|
+
flex-direction: column;
|
|
33995
33953
|
}
|
|
33996
|
-
.
|
|
33954
|
+
.E_mn7joto .name-toolbar {
|
|
33997
33955
|
width: 100%;
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
|
|
33956
|
+
display: flex;
|
|
33957
|
+
line-height: 30px;
|
|
33958
|
+
justify-content: space-between;
|
|
34001
33959
|
}
|
|
34002
|
-
|
|
34003
|
-
|
|
34004
|
-
|
|
34005
|
-
|
|
34006
|
-
overflow: auto;
|
|
33960
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
33961
|
+
display: flex;
|
|
33962
|
+
font-size: 12px;
|
|
33963
|
+
align-items: center;
|
|
34007
33964
|
}
|
|
34008
|
-
.
|
|
34009
|
-
|
|
33965
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33966
|
+
color: #a3b4cc;
|
|
34010
33967
|
}
|
|
34011
|
-
.
|
|
34012
|
-
|
|
33968
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33969
|
+
margin-left: 10px;
|
|
34013
33970
|
}
|
|
34014
|
-
.
|
|
34015
|
-
|
|
34016
|
-
|
|
34017
|
-
|
|
33971
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33972
|
+
margin-left: 10px;
|
|
33973
|
+
cursor: pointer;
|
|
33974
|
+
}
|
|
33975
|
+
.E_mn7joto .content {
|
|
33976
|
+
flex: 1;
|
|
33977
|
+
width: 100%;
|
|
34018
33978
|
display: flex;
|
|
34019
|
-
|
|
34020
|
-
|
|
34021
|
-
justify-content: flex-start;
|
|
34022
|
-
background: #f2f5fa;
|
|
34023
|
-
font-size: 14px;
|
|
34024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34025
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33979
|
+
justify-content: center;
|
|
33980
|
+
align-items: center;
|
|
34026
33981
|
}
|
|
34027
|
-
.
|
|
34028
|
-
|
|
33982
|
+
.E_mn7joto .single-content {
|
|
33983
|
+
height: 65px;
|
|
34029
33984
|
}
|
|
34030
|
-
|
|
34031
|
-
|
|
33985
|
+
|
|
33986
|
+
.E_l1bifhon {
|
|
33987
|
+
display: flex;
|
|
33988
|
+
align-items: center;
|
|
33989
|
+
white-space: nowrap;
|
|
33990
|
+
overflow: hidden;
|
|
33991
|
+
width: 100%;
|
|
34032
33992
|
}
|
|
34033
|
-
.
|
|
33993
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
33994
|
+
font-size: 12px;
|
|
33995
|
+
margin-left: 8px;
|
|
33996
|
+
}
|
|
33997
|
+
|
|
33998
|
+
.E_ltthzck {
|
|
34034
33999
|
display: flex;
|
|
34035
34000
|
justify-content: flex-start;
|
|
34036
|
-
align-items:
|
|
34037
|
-
|
|
34038
|
-
|
|
34039
|
-
border: none;
|
|
34001
|
+
align-items: center;
|
|
34002
|
+
font-size: 12px;
|
|
34003
|
+
cursor: pointer;
|
|
34040
34004
|
}
|
|
34041
|
-
.
|
|
34042
|
-
|
|
34043
|
-
margin: 12px 0 0;
|
|
34044
|
-
order: 99;
|
|
34045
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34005
|
+
.E_ltthzck:not(:first-child) {
|
|
34006
|
+
margin-left: 8px;
|
|
34046
34007
|
}
|
|
34047
|
-
.
|
|
34048
|
-
|
|
34049
|
-
flex-basis: 100%;
|
|
34050
|
-
order: 98;
|
|
34051
|
-
margin: 12px 0 0;
|
|
34008
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34009
|
+
opacity: 0.3;
|
|
34052
34010
|
}
|
|
34053
|
-
.
|
|
34054
|
-
background
|
|
34011
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34012
|
+
background: #b4beca !important;
|
|
34013
|
+
border-radius: 2px;
|
|
34055
34014
|
}
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34015
|
+
.E_ltthzck.hoverering-self {
|
|
34016
|
+
opacity: 1;
|
|
34058
34017
|
}
|
|
34059
|
-
.
|
|
34060
|
-
|
|
34061
|
-
overflow: hidden;
|
|
34018
|
+
.E_ltthzck .dropdown-trigger {
|
|
34019
|
+
margin-left: 12px;
|
|
34062
34020
|
}
|
|
34063
|
-
.
|
|
34064
|
-
color:
|
|
34065
|
-
margin: 0;
|
|
34021
|
+
.E_ltthzck .legend-name {
|
|
34022
|
+
color: #00122e;
|
|
34066
34023
|
}
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34024
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
34025
|
+
display: flex;
|
|
34026
|
+
align-items: center;
|
|
34027
|
+
margin-left: 4px;
|
|
34069
34028
|
}
|
|
34070
|
-
|
|
34071
|
-
|
|
34029
|
+
|
|
34030
|
+
.E_l1mumj7o {
|
|
34031
|
+
display: flex;
|
|
34032
|
+
justify-content: flex-start;
|
|
34033
|
+
align-items: center;
|
|
34034
|
+
font-size: 12px;
|
|
34035
|
+
cursor: pointer;
|
|
34072
34036
|
}
|
|
34073
|
-
.
|
|
34074
|
-
|
|
34037
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34038
|
+
opacity: 0.3;
|
|
34075
34039
|
}
|
|
34076
|
-
.
|
|
34077
|
-
|
|
34040
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34041
|
+
background: #b4beca !important;
|
|
34042
|
+
border-radius: 2px;
|
|
34078
34043
|
}
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34044
|
+
.E_l1mumj7o .legend-name {
|
|
34045
|
+
color: #00122e;
|
|
34081
34046
|
}
|
|
34082
|
-
.
|
|
34083
|
-
|
|
34047
|
+
.E_l1mumj7o.hoverering-self {
|
|
34048
|
+
opacity: 1;
|
|
34084
34049
|
}
|
|
34085
|
-
.
|
|
34086
|
-
margin-
|
|
34050
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34051
|
+
margin-left: 4px;
|
|
34052
|
+
display: flex;
|
|
34053
|
+
align-items: center;
|
|
34087
34054
|
}
|
|
34088
|
-
|
|
34089
|
-
|
|
34090
|
-
|
|
34091
|
-
height:
|
|
34092
|
-
|
|
34055
|
+
|
|
34056
|
+
.E_c14rn6j5 {
|
|
34057
|
+
display: inline-block;
|
|
34058
|
+
height: 8px;
|
|
34059
|
+
width: 8px;
|
|
34060
|
+
margin-right: 6px;
|
|
34061
|
+
border-radius: 2px;
|
|
34093
34062
|
}
|
|
34094
|
-
|
|
34095
|
-
|
|
34063
|
+
|
|
34064
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34065
|
+
display: flex;
|
|
34066
|
+
align-items: center;
|
|
34067
|
+
font-size: 12px;
|
|
34068
|
+
margin: 0;
|
|
34096
34069
|
}
|
|
34097
|
-
|
|
34098
|
-
|
|
34099
|
-
|
|
34070
|
+
|
|
34071
|
+
.E_lqeaosa {
|
|
34072
|
+
position: relative;
|
|
34100
34073
|
}
|
|
34101
|
-
.
|
|
34102
|
-
|
|
34074
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34075
|
+
bottom: -12px;
|
|
34103
34076
|
}
|
|
34104
|
-
.
|
|
34105
|
-
|
|
34106
|
-
|
|
34077
|
+
.E_lqeaosa .metric-toolbar {
|
|
34078
|
+
display: flex;
|
|
34079
|
+
justify-content: space-between;
|
|
34080
|
+
line-height: 30px;
|
|
34081
|
+
}
|
|
34082
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34083
|
+
display: flex;
|
|
34084
|
+
flex-shrink: 0;
|
|
34107
34085
|
font-size: 12px;
|
|
34086
|
+
align-items: center;
|
|
34108
34087
|
}
|
|
34109
|
-
.
|
|
34110
|
-
|
|
34088
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34089
|
+
color: #a3b4cc;
|
|
34111
34090
|
}
|
|
34112
|
-
.
|
|
34113
|
-
|
|
34091
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34092
|
+
margin-left: 10px;
|
|
34093
|
+
}
|
|
34094
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34095
|
+
margin-left: 10px;
|
|
34096
|
+
cursor: pointer;
|
|
34097
|
+
}
|
|
34098
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34114
34099
|
font-size: 12px;
|
|
34115
|
-
position: relative;
|
|
34116
34100
|
}
|
|
34117
|
-
.
|
|
34118
|
-
|
|
34101
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34102
|
+
position: absolute;
|
|
34103
|
+
bottom: 10px;
|
|
34104
|
+
padding: 0 8px;
|
|
34105
|
+
font-size: 12px;
|
|
34106
|
+
color: #fff;
|
|
34107
|
+
transform: translateX(-50%);
|
|
34119
34108
|
}
|
|
34120
|
-
|
|
34121
|
-
|
|
34109
|
+
|
|
34110
|
+
.E_t2pr38p {
|
|
34111
|
+
min-width: 200px;
|
|
34112
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34113
|
+
border-radius: 4px;
|
|
34114
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34115
|
+
padding: 8px;
|
|
34122
34116
|
}
|
|
34123
34117
|
|
|
34124
|
-
.
|
|
34118
|
+
.E_tecdsj7 {
|
|
34125
34119
|
display: flex;
|
|
34126
34120
|
align-items: center;
|
|
34127
|
-
|
|
34128
|
-
|
|
34121
|
+
background-color: unset;
|
|
34122
|
+
color: #FFFFFF;
|
|
34123
|
+
justify-content: space-between;
|
|
34124
|
+
font-size: 12px;
|
|
34125
|
+
padding-top: 6px;
|
|
34129
34126
|
}
|
|
34130
|
-
.
|
|
34131
|
-
padding:
|
|
34132
|
-
height: 24px;
|
|
34127
|
+
.E_tecdsj7:first-child {
|
|
34128
|
+
padding-top: 3px;
|
|
34133
34129
|
}
|
|
34134
|
-
.
|
|
34135
|
-
|
|
34136
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34130
|
+
.E_tecdsj7:last-child {
|
|
34131
|
+
padding-bottom: 3px;
|
|
34137
34132
|
}
|
|
34138
|
-
.
|
|
34139
|
-
|
|
34133
|
+
.E_tecdsj7 .column-value {
|
|
34134
|
+
color: #FFFFFF;
|
|
34135
|
+
margin-left: 8px;
|
|
34140
34136
|
}
|
|
34141
34137
|
|
|
34142
|
-
.
|
|
34143
|
-
|
|
34144
|
-
height:
|
|
34145
|
-
|
|
34138
|
+
.E_ljhvvia {
|
|
34139
|
+
display: inline-block;
|
|
34140
|
+
height: 8px;
|
|
34141
|
+
width: 8px;
|
|
34146
34142
|
margin-right: 8px;
|
|
34143
|
+
border-radius: 2px;
|
|
34147
34144
|
}
|
|
34148
|
-
|
|
34149
|
-
|
|
34150
|
-
margin-right: 4px;
|
|
34151
|
-
height: 16px;
|
|
34145
|
+
.E_ljhvvia.borderd {
|
|
34146
|
+
border: 1px solid #fff;
|
|
34152
34147
|
}
|
|
34153
34148
|
|
|
34154
|
-
.
|
|
34155
|
-
|
|
34156
|
-
|
|
34157
|
-
|
|
34158
|
-
|
|
34159
|
-
|
|
34160
|
-
|
|
34161
|
-
|
|
34162
|
-
}
|
|
34163
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34164
|
-
color: #0080ff;
|
|
34149
|
+
.E_msn7nxt {
|
|
34150
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34151
|
+
text-align: center;
|
|
34152
|
+
display: flex;
|
|
34153
|
+
align-items: center;
|
|
34154
|
+
justify-content: center;
|
|
34155
|
+
flex-direction: column;
|
|
34156
|
+
height: 100%;
|
|
34165
34157
|
}
|
|
34166
|
-
.
|
|
34158
|
+
.E_msn7nxt .link {
|
|
34167
34159
|
color: #0080ff;
|
|
34168
|
-
|
|
34169
|
-
}
|
|
34170
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34171
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34160
|
+
cursor: pointer;
|
|
34172
34161
|
}
|
|
34173
|
-
|
|
34174
|
-
|
|
34162
|
+
|
|
34163
|
+
.E_mp64wfi {
|
|
34164
|
+
width: 100%;
|
|
34165
|
+
height: 100%;
|
|
34166
|
+
display: flex;
|
|
34167
|
+
flex-direction: column;
|
|
34175
34168
|
}
|
|
34176
|
-
.
|
|
34177
|
-
|
|
34169
|
+
.E_mp64wfi .name-toolbar {
|
|
34170
|
+
width: 100%;
|
|
34171
|
+
display: flex;
|
|
34172
|
+
line-height: 30px;
|
|
34173
|
+
padding: 0 16px;
|
|
34174
|
+
justify-content: space-between;
|
|
34178
34175
|
}
|
|
34179
|
-
.
|
|
34180
|
-
|
|
34181
|
-
|
|
34182
|
-
|
|
34176
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34177
|
+
display: flex;
|
|
34178
|
+
font-size: 12px;
|
|
34179
|
+
align-items: center;
|
|
34183
34180
|
}
|
|
34184
|
-
|
|
34185
|
-
|
|
34186
|
-
min-width: var(--item-min-width);
|
|
34181
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34182
|
+
color: #a3b4cc;
|
|
34187
34183
|
}
|
|
34188
|
-
.
|
|
34189
|
-
|
|
34184
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34185
|
+
margin-left: 10px;
|
|
34190
34186
|
}
|
|
34191
|
-
.
|
|
34192
|
-
|
|
34193
|
-
|
|
34187
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34188
|
+
margin-left: 10px;
|
|
34189
|
+
cursor: pointer;
|
|
34194
34190
|
}
|
|
34195
|
-
.
|
|
34196
|
-
padding: 0;
|
|
34197
|
-
margin-right: 4px;
|
|
34191
|
+
.E_mp64wfi .content {
|
|
34198
34192
|
flex: 1;
|
|
34199
|
-
overflow: visible;
|
|
34200
|
-
}
|
|
34201
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34202
34193
|
width: 100%;
|
|
34203
|
-
|
|
34194
|
+
display: flex;
|
|
34195
|
+
justify-content: center;
|
|
34196
|
+
align-items: center;
|
|
34204
34197
|
}
|
|
34205
|
-
.
|
|
34206
|
-
height:
|
|
34207
|
-
|
|
34198
|
+
.E_mp64wfi .single-content {
|
|
34199
|
+
height: 65px;
|
|
34200
|
+
}
|
|
34201
|
+
|
|
34202
|
+
.E_l1oyigan {
|
|
34203
|
+
display: flex;
|
|
34204
|
+
align-items: center;
|
|
34205
|
+
white-space: nowrap;
|
|
34206
|
+
overflow: hidden;
|
|
34208
34207
|
width: 100%;
|
|
34209
|
-
|
|
34208
|
+
}
|
|
34209
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34210
|
+
margin-left: auto;
|
|
34210
34211
|
font-size: 12px;
|
|
34211
34212
|
}
|
|
34212
|
-
|
|
34213
|
-
|
|
34213
|
+
|
|
34214
|
+
.E_l1noi4n1 {
|
|
34215
|
+
display: flex;
|
|
34216
|
+
justify-content: flex-start;
|
|
34217
|
+
align-items: center;
|
|
34218
|
+
font-size: 12px;
|
|
34219
|
+
cursor: pointer;
|
|
34214
34220
|
}
|
|
34215
|
-
.
|
|
34216
|
-
|
|
34221
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34222
|
+
margin-right: 20px;
|
|
34223
|
+
}
|
|
34224
|
+
.E_l1noi4n1.deselected {
|
|
34225
|
+
opacity: 0.4;
|
|
34226
|
+
}
|
|
34227
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34228
|
+
background: #b4beca !important;
|
|
34229
|
+
}
|
|
34230
|
+
|
|
34231
|
+
.E_cz19rz6 {
|
|
34232
|
+
display: inline-block;
|
|
34233
|
+
height: 8px;
|
|
34234
|
+
width: 8px;
|
|
34235
|
+
margin-right: 8px;
|
|
34236
|
+
}
|
|
34237
|
+
|
|
34238
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34239
|
+
display: flex;
|
|
34240
|
+
align-items: center;
|
|
34241
|
+
font-size: 12px;
|
|
34242
|
+
margin: 0;
|
|
34243
|
+
}
|
|
34244
|
+
|
|
34245
|
+
.E_m1y1hhnr {
|
|
34246
|
+
position: relative;
|
|
34247
|
+
}
|
|
34248
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34249
|
+
bottom: -12px;
|
|
34250
|
+
}
|
|
34251
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34252
|
+
display: flex;
|
|
34253
|
+
justify-content: space-between;
|
|
34254
|
+
line-height: 30px;
|
|
34255
|
+
margin: 0 16px;
|
|
34256
|
+
}
|
|
34257
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34258
|
+
display: flex;
|
|
34259
|
+
font-size: 12px;
|
|
34260
|
+
align-items: center;
|
|
34261
|
+
}
|
|
34262
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34263
|
+
color: #a3b4cc;
|
|
34264
|
+
}
|
|
34265
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34266
|
+
margin-left: 10px;
|
|
34267
|
+
}
|
|
34268
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34269
|
+
margin-left: 10px;
|
|
34270
|
+
cursor: pointer;
|
|
34271
|
+
}
|
|
34272
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34273
|
+
font-size: 12px;
|
|
34274
|
+
}
|
|
34275
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34276
|
+
position: absolute;
|
|
34277
|
+
bottom: 10px;
|
|
34278
|
+
padding: 0 8px;
|
|
34279
|
+
border-radius: 4px;
|
|
34280
|
+
font-size: 12px;
|
|
34281
|
+
color: #fff;
|
|
34282
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34283
|
+
transform: translateX(-50%);
|
|
34284
|
+
}
|
|
34285
|
+
|
|
34286
|
+
.E_tnvijvs {
|
|
34287
|
+
min-width: 200px;
|
|
34288
|
+
}
|
|
34289
|
+
|
|
34290
|
+
.E_t1ub2aex {
|
|
34291
|
+
display: flex;
|
|
34292
|
+
align-items: center;
|
|
34293
|
+
justify-content: space-between;
|
|
34294
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34295
|
+
color: #b4beca;
|
|
34296
|
+
font-size: 12px;
|
|
34297
|
+
padding: 3px 6px;
|
|
34298
|
+
}
|
|
34299
|
+
.E_t1ub2aex:first-child {
|
|
34300
|
+
padding-top: 3px;
|
|
34301
|
+
}
|
|
34302
|
+
.E_t1ub2aex:last-child {
|
|
34303
|
+
padding-bottom: 3px;
|
|
34304
|
+
}
|
|
34305
|
+
.E_t1ub2aex .column-value {
|
|
34306
|
+
color: #fff;
|
|
34307
|
+
margin-left: 8px;
|
|
34308
|
+
}
|
|
34309
|
+
|
|
34310
|
+
.E_lht19u8 {
|
|
34311
|
+
width: 64px;
|
|
34312
|
+
height: 64px;
|
|
34313
|
+
display: flex;
|
|
34314
|
+
align-items: center;
|
|
34315
|
+
justify-content: center;
|
|
34316
|
+
position: relative;
|
|
34317
|
+
opacity: 0.2;
|
|
34318
|
+
}
|
|
34319
|
+
|
|
34320
|
+
.E_lk3gkp4 {
|
|
34321
|
+
position: absolute;
|
|
34322
|
+
width: 5px;
|
|
34323
|
+
height: 48px;
|
|
34324
|
+
left: 9.33px;
|
|
34325
|
+
top: 40.5px;
|
|
34326
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34327
|
+
border-radius: 5px;
|
|
34328
|
+
transform: rotate(-128deg);
|
|
34329
|
+
transform-origin: top left;
|
|
34330
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34331
|
+
}
|
|
34332
|
+
|
|
34333
|
+
.E_ll4n94n {
|
|
34334
|
+
position: absolute;
|
|
34335
|
+
width: 5px;
|
|
34336
|
+
height: 48px;
|
|
34337
|
+
left: 40.8px;
|
|
34338
|
+
top: 8.4px;
|
|
34339
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34340
|
+
border-radius: 5px;
|
|
34341
|
+
transform: rotate(-8deg);
|
|
34342
|
+
transform-origin: top left;
|
|
34343
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34344
|
+
}
|
|
34345
|
+
|
|
34346
|
+
.E_l17lbdo6 {
|
|
34347
|
+
position: absolute;
|
|
34348
|
+
width: 5px;
|
|
34349
|
+
height: 48px;
|
|
34350
|
+
left: 52.9px;
|
|
34351
|
+
top: 51.8px;
|
|
34352
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34353
|
+
border-radius: 5px;
|
|
34354
|
+
transform: rotate(112deg);
|
|
34355
|
+
transform-origin: top left;
|
|
34356
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34357
|
+
}
|
|
34358
|
+
|
|
34359
|
+
.E_sjob3jg {
|
|
34360
|
+
--item-min-width: 60px;
|
|
34361
|
+
}
|
|
34362
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34363
|
+
display: none !important;
|
|
34364
|
+
}
|
|
34365
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34366
|
+
flex-shrink: 0 !important;
|
|
34367
|
+
}
|
|
34368
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34369
|
+
color: #0080ff;
|
|
34370
|
+
}
|
|
34371
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34372
|
+
color: #0080ff;
|
|
34373
|
+
font-weight: normal;
|
|
34374
|
+
}
|
|
34375
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34376
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34377
|
+
}
|
|
34378
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34379
|
+
color: #00122e;
|
|
34380
|
+
}
|
|
34381
|
+
.E_sjob3jg .step-item-text {
|
|
34382
|
+
display: inline-block;
|
|
34383
|
+
}
|
|
34384
|
+
.E_sjob3jg .step-item-title {
|
|
34385
|
+
overflow: hidden;
|
|
34386
|
+
white-space: nowrap;
|
|
34387
|
+
text-overflow: ellipsis;
|
|
34388
|
+
}
|
|
34389
|
+
|
|
34390
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34391
|
+
min-width: var(--item-min-width);
|
|
34392
|
+
}
|
|
34393
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34394
|
+
cursor: not-allowed !important;
|
|
34395
|
+
}
|
|
34396
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34397
|
+
flex-direction: row;
|
|
34398
|
+
justify-content: stretch;
|
|
34399
|
+
}
|
|
34400
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34401
|
+
padding: 0;
|
|
34402
|
+
margin-right: 4px;
|
|
34403
|
+
flex: 1;
|
|
34404
|
+
overflow: visible;
|
|
34405
|
+
}
|
|
34406
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34407
|
+
width: 100%;
|
|
34408
|
+
min-height: unset;
|
|
34409
|
+
}
|
|
34410
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34411
|
+
height: 26px;
|
|
34412
|
+
line-height: 26px;
|
|
34413
|
+
width: 100%;
|
|
34414
|
+
padding: 0;
|
|
34415
|
+
font-size: 12px;
|
|
34416
|
+
}
|
|
34417
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34418
|
+
margin-right: 10px;
|
|
34419
|
+
}
|
|
34420
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34421
|
+
display: none;
|
|
34217
34422
|
}
|
|
34218
34423
|
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34219
34424
|
padding-left: 8px;
|
|
@@ -34346,478 +34551,273 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34346
34551
|
justify-content: center;
|
|
34347
34552
|
}
|
|
34348
34553
|
|
|
34349
|
-
.
|
|
34350
|
-
margin:
|
|
34351
|
-
|
|
34352
|
-
padding: 2px 10px;
|
|
34353
|
-
height: 22px;
|
|
34354
|
-
display: flex;
|
|
34355
|
-
align-items: center;
|
|
34554
|
+
.E_i1g85yz3 {
|
|
34555
|
+
margin-right: 4px;
|
|
34556
|
+
height: 16px;
|
|
34356
34557
|
}
|
|
34357
|
-
|
|
34358
|
-
|
|
34558
|
+
|
|
34559
|
+
.E_slr2ynn {
|
|
34560
|
+
padding: 0 8px;
|
|
34561
|
+
height: 18px;
|
|
34359
34562
|
}
|
|
34360
|
-
|
|
34361
|
-
|
|
34563
|
+
|
|
34564
|
+
.E_m140wbb6 {
|
|
34565
|
+
padding: 2px 8px;
|
|
34566
|
+
height: 24px;
|
|
34362
34567
|
}
|
|
34363
|
-
|
|
34364
|
-
|
|
34568
|
+
|
|
34569
|
+
.E_t1fozc1i {
|
|
34570
|
+
margin: 0;
|
|
34365
34571
|
}
|
|
34366
|
-
|
|
34367
|
-
|
|
34572
|
+
|
|
34573
|
+
.E_i1vxv4ln {
|
|
34574
|
+
margin-right: 4px;
|
|
34575
|
+
height: 16px;
|
|
34368
34576
|
}
|
|
34369
|
-
|
|
34370
|
-
|
|
34371
|
-
|
|
34577
|
+
|
|
34578
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34579
|
+
font-weight: 700;
|
|
34580
|
+
color: #00122e;
|
|
34581
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34582
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34583
|
+
word-break: break-all;
|
|
34584
|
+
display: inline;
|
|
34585
|
+
white-space: normal;
|
|
34372
34586
|
}
|
|
34373
|
-
|
|
34374
|
-
|
|
34587
|
+
|
|
34588
|
+
.E_w7ob4th.outside-tag {
|
|
34589
|
+
padding-left: 0;
|
|
34375
34590
|
}
|
|
34376
|
-
.
|
|
34377
|
-
|
|
34378
|
-
|
|
34379
|
-
|
|
34380
|
-
background-color: #f0483e;
|
|
34381
|
-
}
|
|
34382
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34383
|
-
background-color: #fea008;
|
|
34384
|
-
}
|
|
34385
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34386
|
-
background-color: #00ba5d;
|
|
34387
|
-
}
|
|
34388
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34389
|
-
background-color: #6b7d99;
|
|
34390
|
-
}
|
|
34391
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34392
|
-
background-color: #7E41FF;
|
|
34393
|
-
}
|
|
34394
|
-
|
|
34395
|
-
.E_s1qj66nc {
|
|
34396
|
-
width: 8px;
|
|
34397
|
-
height: 8px;
|
|
34398
|
-
border-radius: 50%;
|
|
34399
|
-
display: inline-block;
|
|
34400
|
-
}
|
|
34401
|
-
|
|
34402
|
-
.E_s5x1boq {
|
|
34403
|
-
width: 8px;
|
|
34404
|
-
height: 8px;
|
|
34405
|
-
border-radius: 2px;
|
|
34406
|
-
display: inline-block;
|
|
34591
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34592
|
+
border-radius: 4px 0 0 4px;
|
|
34593
|
+
padding-right: 4px;
|
|
34594
|
+
margin-right: 4px;
|
|
34407
34595
|
}
|
|
34408
34596
|
|
|
34409
|
-
.
|
|
34597
|
+
.E_t1dtlqs1 {
|
|
34598
|
+
margin-bottom: 4px;
|
|
34410
34599
|
color: rgba(44, 56, 82, 0.6);
|
|
34411
34600
|
}
|
|
34412
34601
|
|
|
34413
|
-
.
|
|
34414
|
-
flex: 1;
|
|
34415
|
-
}
|
|
34416
|
-
|
|
34417
|
-
.E_t13ef470 {
|
|
34418
|
-
height: 100%;
|
|
34419
|
-
}
|
|
34420
|
-
.E_t13ef470 .table-loading-item {
|
|
34421
|
-
padding: 12px 4px;
|
|
34422
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34423
|
-
display: flex;
|
|
34424
|
-
}
|
|
34425
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34426
|
-
height: 16px;
|
|
34427
|
-
margin: 4px;
|
|
34428
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34429
|
-
border-radius: 2px;
|
|
34430
|
-
}
|
|
34431
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34432
|
-
width: 16px;
|
|
34433
|
-
}
|
|
34434
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34435
|
-
flex: 1;
|
|
34436
|
-
}
|
|
34437
|
-
.E_t13ef470 :nth-child(1) {
|
|
34438
|
-
padding: 8px 4px;
|
|
34439
|
-
}
|
|
34440
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34441
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34442
|
-
}
|
|
34443
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34444
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34445
|
-
}
|
|
34446
|
-
|
|
34447
|
-
.E_m11nzl2x {
|
|
34602
|
+
.E_s1ese5oy {
|
|
34448
34603
|
color: rgba(44, 56, 82, 0.6);
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34452
|
-
justify-content: center;
|
|
34453
|
-
flex-direction: column;
|
|
34454
|
-
height: 100%;
|
|
34604
|
+
line-height: 32px;
|
|
34605
|
+
height: 32px;
|
|
34606
|
+
margin-bottom: 0;
|
|
34455
34607
|
}
|
|
34456
|
-
.
|
|
34608
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34457
34609
|
color: #0080ff;
|
|
34458
|
-
cursor: pointer;
|
|
34459
|
-
}
|
|
34460
|
-
|
|
34461
|
-
.E_mn7joto {
|
|
34462
|
-
width: 100%;
|
|
34463
|
-
height: 100%;
|
|
34464
|
-
display: flex;
|
|
34465
|
-
flex-direction: column;
|
|
34466
34610
|
}
|
|
34467
|
-
.
|
|
34468
|
-
|
|
34469
|
-
display: flex;
|
|
34470
|
-
line-height: 30px;
|
|
34471
|
-
justify-content: space-between;
|
|
34472
|
-
}
|
|
34473
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
34474
|
-
display: flex;
|
|
34475
|
-
font-size: 12px;
|
|
34476
|
-
align-items: center;
|
|
34477
|
-
}
|
|
34478
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34479
|
-
color: #a3b4cc;
|
|
34480
|
-
}
|
|
34481
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34482
|
-
margin-left: 10px;
|
|
34483
|
-
}
|
|
34484
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34485
|
-
margin-left: 10px;
|
|
34486
|
-
cursor: pointer;
|
|
34487
|
-
}
|
|
34488
|
-
.E_mn7joto .content {
|
|
34489
|
-
flex: 1;
|
|
34490
|
-
width: 100%;
|
|
34491
|
-
display: flex;
|
|
34492
|
-
justify-content: center;
|
|
34493
|
-
align-items: center;
|
|
34494
|
-
}
|
|
34495
|
-
.E_mn7joto .single-content {
|
|
34496
|
-
height: 65px;
|
|
34497
|
-
}
|
|
34498
|
-
|
|
34499
|
-
.E_l1bifhon {
|
|
34500
|
-
display: flex;
|
|
34501
|
-
align-items: center;
|
|
34502
|
-
white-space: nowrap;
|
|
34503
|
-
overflow: hidden;
|
|
34504
|
-
width: 100%;
|
|
34505
|
-
}
|
|
34506
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
34507
|
-
font-size: 12px;
|
|
34508
|
-
margin-left: 8px;
|
|
34509
|
-
}
|
|
34510
|
-
|
|
34511
|
-
.E_ltthzck {
|
|
34512
|
-
display: flex;
|
|
34513
|
-
justify-content: flex-start;
|
|
34514
|
-
align-items: center;
|
|
34515
|
-
font-size: 12px;
|
|
34516
|
-
cursor: pointer;
|
|
34517
|
-
}
|
|
34518
|
-
.E_ltthzck:not(:first-child) {
|
|
34519
|
-
margin-left: 8px;
|
|
34520
|
-
}
|
|
34521
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34522
|
-
opacity: 0.3;
|
|
34523
|
-
}
|
|
34524
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34525
|
-
background: #b4beca !important;
|
|
34526
|
-
border-radius: 2px;
|
|
34527
|
-
}
|
|
34528
|
-
.E_ltthzck.hoverering-self {
|
|
34529
|
-
opacity: 1;
|
|
34611
|
+
.E_s1ese5oy.warning {
|
|
34612
|
+
color: #ffa500;
|
|
34530
34613
|
}
|
|
34531
|
-
.
|
|
34532
|
-
|
|
34614
|
+
.E_s1ese5oy.success {
|
|
34615
|
+
color: #00ba5d;
|
|
34533
34616
|
}
|
|
34534
|
-
.
|
|
34535
|
-
color: #
|
|
34617
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34618
|
+
color: #f0483e;
|
|
34536
34619
|
}
|
|
34537
|
-
.
|
|
34538
|
-
|
|
34539
|
-
align-items: center;
|
|
34540
|
-
margin-left: 4px;
|
|
34620
|
+
.E_s1ese5oy.normal {
|
|
34621
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34541
34622
|
}
|
|
34542
34623
|
|
|
34543
|
-
.
|
|
34544
|
-
|
|
34545
|
-
justify-content: flex-start;
|
|
34546
|
-
align-items: center;
|
|
34547
|
-
font-size: 12px;
|
|
34548
|
-
cursor: pointer;
|
|
34549
|
-
}
|
|
34550
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34551
|
-
opacity: 0.3;
|
|
34552
|
-
}
|
|
34553
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34554
|
-
background: #b4beca !important;
|
|
34555
|
-
border-radius: 2px;
|
|
34556
|
-
}
|
|
34557
|
-
.E_l1mumj7o .legend-name {
|
|
34624
|
+
.E_b1ibis43 {
|
|
34625
|
+
margin-bottom: 0;
|
|
34558
34626
|
color: #00122e;
|
|
34559
34627
|
}
|
|
34560
|
-
.E_l1mumj7o.hoverering-self {
|
|
34561
|
-
opacity: 1;
|
|
34562
|
-
}
|
|
34563
|
-
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34564
|
-
margin-left: 4px;
|
|
34565
|
-
display: flex;
|
|
34566
|
-
align-items: center;
|
|
34567
|
-
}
|
|
34568
34628
|
|
|
34569
|
-
.
|
|
34570
|
-
|
|
34571
|
-
height: 8px;
|
|
34572
|
-
width: 8px;
|
|
34629
|
+
.E_b11xxjd2 {
|
|
34630
|
+
line-height: 32px;
|
|
34573
34631
|
margin-right: 6px;
|
|
34574
|
-
border-radius: 2px;
|
|
34575
|
-
}
|
|
34576
|
-
|
|
34577
|
-
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34578
|
-
display: flex;
|
|
34579
|
-
align-items: center;
|
|
34580
|
-
font-size: 12px;
|
|
34581
|
-
margin: 0;
|
|
34582
34632
|
}
|
|
34583
34633
|
|
|
34584
|
-
.
|
|
34634
|
+
.E_bsub5bw.with-description {
|
|
34635
|
+
height: 24px;
|
|
34636
|
+
flex: 1;
|
|
34585
34637
|
position: relative;
|
|
34638
|
+
top: -7px;
|
|
34586
34639
|
}
|
|
34587
|
-
.
|
|
34588
|
-
|
|
34589
|
-
|
|
34590
|
-
|
|
34591
|
-
|
|
34592
|
-
justify-content: space-between;
|
|
34593
|
-
line-height: 30px;
|
|
34594
|
-
}
|
|
34595
|
-
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34596
|
-
display: flex;
|
|
34597
|
-
flex-shrink: 0;
|
|
34598
|
-
font-size: 12px;
|
|
34599
|
-
align-items: center;
|
|
34640
|
+
.E_bsub5bw p {
|
|
34641
|
+
width: 100%;
|
|
34642
|
+
overflow: hidden;
|
|
34643
|
+
text-overflow: ellipsis;
|
|
34644
|
+
white-space: nowrap;
|
|
34600
34645
|
}
|
|
34601
|
-
|
|
34602
|
-
|
|
34646
|
+
|
|
34647
|
+
.E_tmoyoag {
|
|
34648
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34649
|
+
border-radius: 8px;
|
|
34650
|
+
overflow: auto;
|
|
34603
34651
|
}
|
|
34604
|
-
.
|
|
34605
|
-
|
|
34652
|
+
.E_tmoyoag .ant-list {
|
|
34653
|
+
position: relative;
|
|
34606
34654
|
}
|
|
34607
|
-
.
|
|
34608
|
-
|
|
34609
|
-
cursor: pointer;
|
|
34655
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34656
|
+
border-bottom: none;
|
|
34610
34657
|
}
|
|
34611
|
-
.
|
|
34612
|
-
|
|
34658
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34659
|
+
position: sticky;
|
|
34660
|
+
top: 0;
|
|
34661
|
+
z-index: 2;
|
|
34662
|
+
display: flex;
|
|
34663
|
+
padding: 8px;
|
|
34664
|
+
flex-wrap: nowrap;
|
|
34665
|
+
justify-content: flex-start;
|
|
34666
|
+
background: #f2f5fa;
|
|
34667
|
+
font-size: 14px;
|
|
34668
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34669
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34613
34670
|
}
|
|
34614
|
-
.
|
|
34615
|
-
|
|
34616
|
-
bottom: 10px;
|
|
34617
|
-
padding: 0 8px;
|
|
34618
|
-
font-size: 12px;
|
|
34619
|
-
color: #fff;
|
|
34620
|
-
transform: translateX(-50%);
|
|
34671
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34672
|
+
align-items: inherit;
|
|
34621
34673
|
}
|
|
34622
|
-
|
|
34623
|
-
|
|
34624
|
-
min-width: 200px;
|
|
34625
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34626
|
-
border-radius: 4px;
|
|
34627
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34628
|
-
padding: 8px;
|
|
34674
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34675
|
+
margin-bottom: 0;
|
|
34629
34676
|
}
|
|
34630
|
-
|
|
34631
|
-
.E_tecdsj7 {
|
|
34677
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34632
34678
|
display: flex;
|
|
34633
|
-
|
|
34634
|
-
|
|
34635
|
-
|
|
34636
|
-
|
|
34637
|
-
|
|
34638
|
-
padding-top: 6px;
|
|
34679
|
+
justify-content: flex-start;
|
|
34680
|
+
align-items: flex-start;
|
|
34681
|
+
flex-wrap: wrap;
|
|
34682
|
+
padding: 8px;
|
|
34683
|
+
border: none;
|
|
34639
34684
|
}
|
|
34640
|
-
.
|
|
34641
|
-
|
|
34685
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34686
|
+
flex-basis: 100%;
|
|
34687
|
+
margin: 12px 0 0;
|
|
34688
|
+
order: 99;
|
|
34689
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34642
34690
|
}
|
|
34643
|
-
.
|
|
34644
|
-
|
|
34691
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34692
|
+
color: #f0483e;
|
|
34693
|
+
flex-basis: 100%;
|
|
34694
|
+
order: 98;
|
|
34695
|
+
margin: 12px 0 0;
|
|
34645
34696
|
}
|
|
34646
|
-
.
|
|
34647
|
-
color:
|
|
34648
|
-
margin-left: 8px;
|
|
34697
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34698
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34649
34699
|
}
|
|
34650
|
-
|
|
34651
|
-
.
|
|
34652
|
-
display: inline-block;
|
|
34653
|
-
height: 8px;
|
|
34654
|
-
width: 8px;
|
|
34655
|
-
margin-right: 8px;
|
|
34656
|
-
border-radius: 2px;
|
|
34700
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34701
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34657
34702
|
}
|
|
34658
|
-
.
|
|
34659
|
-
|
|
34703
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34704
|
+
flex: 1 0 0;
|
|
34705
|
+
overflow: hidden;
|
|
34660
34706
|
}
|
|
34661
|
-
|
|
34662
|
-
.E_msn7nxt {
|
|
34707
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34663
34708
|
color: rgba(44, 56, 82, 0.6);
|
|
34664
|
-
|
|
34665
|
-
display: flex;
|
|
34666
|
-
align-items: center;
|
|
34667
|
-
justify-content: center;
|
|
34668
|
-
flex-direction: column;
|
|
34669
|
-
height: 100%;
|
|
34670
|
-
}
|
|
34671
|
-
.E_msn7nxt .link {
|
|
34672
|
-
color: #0080ff;
|
|
34673
|
-
cursor: pointer;
|
|
34674
|
-
}
|
|
34675
|
-
|
|
34676
|
-
.E_mp64wfi {
|
|
34677
|
-
width: 100%;
|
|
34678
|
-
height: 100%;
|
|
34679
|
-
display: flex;
|
|
34680
|
-
flex-direction: column;
|
|
34709
|
+
margin: 0;
|
|
34681
34710
|
}
|
|
34682
|
-
.
|
|
34683
|
-
|
|
34684
|
-
display: flex;
|
|
34685
|
-
line-height: 30px;
|
|
34686
|
-
padding: 0 16px;
|
|
34687
|
-
justify-content: space-between;
|
|
34711
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34712
|
+
text-align: center;
|
|
34688
34713
|
}
|
|
34689
|
-
.
|
|
34690
|
-
|
|
34691
|
-
font-size: 12px;
|
|
34692
|
-
align-items: center;
|
|
34714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34715
|
+
text-align: center;
|
|
34693
34716
|
}
|
|
34694
|
-
.
|
|
34695
|
-
|
|
34717
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34718
|
+
text-align: left;
|
|
34696
34719
|
}
|
|
34697
|
-
.
|
|
34698
|
-
|
|
34720
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34721
|
+
text-align: left;
|
|
34699
34722
|
}
|
|
34700
|
-
.
|
|
34701
|
-
|
|
34702
|
-
cursor: pointer;
|
|
34723
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34724
|
+
text-align: right;
|
|
34703
34725
|
}
|
|
34704
|
-
.
|
|
34705
|
-
|
|
34706
|
-
width: 100%;
|
|
34707
|
-
display: flex;
|
|
34708
|
-
justify-content: center;
|
|
34709
|
-
align-items: center;
|
|
34726
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34727
|
+
text-align: right;
|
|
34710
34728
|
}
|
|
34711
|
-
.
|
|
34712
|
-
|
|
34729
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34730
|
+
margin-right: 8px;
|
|
34713
34731
|
}
|
|
34714
|
-
|
|
34715
|
-
|
|
34716
|
-
|
|
34717
|
-
|
|
34718
|
-
white-space: nowrap;
|
|
34732
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34733
|
+
padding: 4px;
|
|
34734
|
+
width: 24px;
|
|
34735
|
+
height: 24px;
|
|
34719
34736
|
overflow: hidden;
|
|
34720
|
-
width: 100%;
|
|
34721
|
-
}
|
|
34722
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34723
|
-
margin-left: auto;
|
|
34724
|
-
font-size: 12px;
|
|
34725
34737
|
}
|
|
34726
|
-
|
|
34727
|
-
|
|
34728
|
-
display: flex;
|
|
34729
|
-
justify-content: flex-start;
|
|
34730
|
-
align-items: center;
|
|
34731
|
-
font-size: 12px;
|
|
34732
|
-
cursor: pointer;
|
|
34738
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34739
|
+
padding: 0;
|
|
34733
34740
|
}
|
|
34734
|
-
.
|
|
34735
|
-
|
|
34741
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34742
|
+
cursor: not-allowed;
|
|
34743
|
+
opacity: 0.5;
|
|
34736
34744
|
}
|
|
34737
|
-
.
|
|
34738
|
-
|
|
34745
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34746
|
+
margin: 0;
|
|
34739
34747
|
}
|
|
34740
|
-
.
|
|
34741
|
-
|
|
34748
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34749
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34750
|
+
border-radius: 5px;
|
|
34751
|
+
font-size: 12px;
|
|
34742
34752
|
}
|
|
34743
|
-
|
|
34744
|
-
|
|
34745
|
-
display: inline-block;
|
|
34746
|
-
height: 8px;
|
|
34747
|
-
width: 8px;
|
|
34748
|
-
margin-right: 8px;
|
|
34753
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34754
|
+
font-size: inherit;
|
|
34749
34755
|
}
|
|
34750
|
-
|
|
34751
|
-
|
|
34752
|
-
display: flex;
|
|
34753
|
-
align-items: center;
|
|
34756
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34757
|
+
min-height: 24px;
|
|
34754
34758
|
font-size: 12px;
|
|
34755
|
-
margin: 0;
|
|
34756
|
-
}
|
|
34757
|
-
|
|
34758
|
-
.E_m1y1hhnr {
|
|
34759
34759
|
position: relative;
|
|
34760
34760
|
}
|
|
34761
|
-
.
|
|
34762
|
-
bottom:
|
|
34761
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34762
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34763
34763
|
}
|
|
34764
|
-
.
|
|
34765
|
-
|
|
34766
|
-
justify-content: space-between;
|
|
34767
|
-
line-height: 30px;
|
|
34768
|
-
margin: 0 16px;
|
|
34764
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34765
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34769
34766
|
}
|
|
34770
|
-
|
|
34767
|
+
|
|
34768
|
+
.E_a138syjm {
|
|
34771
34769
|
display: flex;
|
|
34772
|
-
font-size: 12px;
|
|
34773
34770
|
align-items: center;
|
|
34771
|
+
margin-top: 8px;
|
|
34772
|
+
gap: 8px;
|
|
34774
34773
|
}
|
|
34775
|
-
.
|
|
34776
|
-
|
|
34777
|
-
|
|
34778
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34779
|
-
margin-left: 10px;
|
|
34780
|
-
}
|
|
34781
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34782
|
-
margin-left: 10px;
|
|
34783
|
-
cursor: pointer;
|
|
34774
|
+
.E_a138syjm button.ant-btn {
|
|
34775
|
+
padding: 2px 8px;
|
|
34776
|
+
height: 24px;
|
|
34784
34777
|
}
|
|
34785
|
-
.
|
|
34786
|
-
|
|
34778
|
+
.E_a138syjm > span.maximum-desc {
|
|
34779
|
+
display: none;
|
|
34780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34787
34781
|
}
|
|
34788
|
-
.
|
|
34789
|
-
|
|
34790
|
-
bottom: 10px;
|
|
34791
|
-
padding: 0 8px;
|
|
34792
|
-
border-radius: 4px;
|
|
34793
|
-
font-size: 12px;
|
|
34794
|
-
color: #fff;
|
|
34795
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34796
|
-
transform: translateX(-50%);
|
|
34782
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34783
|
+
display: inline;
|
|
34797
34784
|
}
|
|
34798
34785
|
|
|
34799
|
-
.
|
|
34800
|
-
|
|
34786
|
+
.E_d77i8u0 {
|
|
34787
|
+
width: 24px;
|
|
34788
|
+
height: 24px;
|
|
34789
|
+
padding: 4px;
|
|
34790
|
+
margin-right: 8px;
|
|
34801
34791
|
}
|
|
34802
34792
|
|
|
34803
|
-
.
|
|
34793
|
+
.E_t13ef470 {
|
|
34794
|
+
height: 100%;
|
|
34795
|
+
}
|
|
34796
|
+
.E_t13ef470 .table-loading-item {
|
|
34797
|
+
padding: 12px 4px;
|
|
34798
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34804
34799
|
display: flex;
|
|
34805
|
-
align-items: center;
|
|
34806
|
-
justify-content: space-between;
|
|
34807
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34808
|
-
color: #b4beca;
|
|
34809
|
-
font-size: 12px;
|
|
34810
|
-
padding: 3px 6px;
|
|
34811
34800
|
}
|
|
34812
|
-
.
|
|
34813
|
-
|
|
34801
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34802
|
+
height: 16px;
|
|
34803
|
+
margin: 4px;
|
|
34804
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34805
|
+
border-radius: 2px;
|
|
34814
34806
|
}
|
|
34815
|
-
.
|
|
34816
|
-
|
|
34807
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34808
|
+
width: 16px;
|
|
34817
34809
|
}
|
|
34818
|
-
.
|
|
34819
|
-
|
|
34820
|
-
|
|
34810
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34811
|
+
flex: 1;
|
|
34812
|
+
}
|
|
34813
|
+
.E_t13ef470 :nth-child(1) {
|
|
34814
|
+
padding: 8px 4px;
|
|
34815
|
+
}
|
|
34816
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34817
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34818
|
+
}
|
|
34819
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34820
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34821
34821
|
}
|
|
34822
34822
|
|
|
34823
34823
|
.E_bpgac8u {
|
|
@@ -34847,52 +34847,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34847
34847
|
background-color: #E07F00;
|
|
34848
34848
|
}
|
|
34849
34849
|
|
|
34850
|
-
.
|
|
34851
|
-
|
|
34852
|
-
padding-top: 5px;
|
|
34853
|
-
padding-left: 5px;
|
|
34854
|
-
}
|
|
34855
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34856
|
-
margin-bottom: 16px;
|
|
34857
|
-
padding-bottom: 0px;
|
|
34858
|
-
}
|
|
34859
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34860
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34861
|
-
margin-bottom: 0;
|
|
34862
|
-
}
|
|
34863
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34864
|
-
margin-bottom: 12px;
|
|
34865
|
-
}
|
|
34866
|
-
.E_t59qhqp .info-action {
|
|
34867
|
-
align-self: baseline;
|
|
34868
|
-
}
|
|
34869
|
-
|
|
34870
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34871
|
-
margin-left: 18px;
|
|
34872
|
-
}
|
|
34873
|
-
.E_t2e44lg .item-time {
|
|
34874
|
-
display: flex;
|
|
34875
|
-
flex-direction: column;
|
|
34876
|
-
gap: 4px;
|
|
34877
|
-
margin-top: 4px;
|
|
34878
|
-
}
|
|
34879
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34880
|
-
padding-bottom: 0;
|
|
34881
|
-
}
|
|
34882
|
-
|
|
34883
|
-
.E_e14ua30y {
|
|
34884
|
-
display: flex;
|
|
34885
|
-
flex-direction: column;
|
|
34886
|
-
align-items: center;
|
|
34887
|
-
justify-content: center;
|
|
34888
|
-
}
|
|
34889
|
-
|
|
34890
|
-
.E_s1ikqzph {
|
|
34891
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34892
|
-
}
|
|
34893
|
-
|
|
34894
|
-
.E_i15astnl {
|
|
34895
|
-
color: #00122E;
|
|
34850
|
+
.E_b1jaupqb {
|
|
34851
|
+
color: #F0483E;
|
|
34896
34852
|
}
|
|
34897
34853
|
|
|
34898
34854
|
.E_icab5o7 {
|
|
@@ -35066,34 +35022,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35066
35022
|
gap: 16px;
|
|
35067
35023
|
text-align: left;
|
|
35068
35024
|
}
|
|
35069
|
-
|
|
35070
|
-
.E_f1f8uj0i {
|
|
35071
|
-
flex-shrink: 0;
|
|
35025
|
+
|
|
35026
|
+
.E_f1f8uj0i {
|
|
35027
|
+
flex-shrink: 0;
|
|
35028
|
+
}
|
|
35029
|
+
|
|
35030
|
+
.E_ejcjd85 {
|
|
35031
|
+
color: #f0483e;
|
|
35032
|
+
display: flex;
|
|
35033
|
+
align-items: center;
|
|
35034
|
+
height: 32px;
|
|
35035
|
+
}
|
|
35036
|
+
|
|
35037
|
+
.E_e1lj3r2s {
|
|
35038
|
+
margin-right: 4px;
|
|
35039
|
+
flex-shrink: 0;
|
|
35040
|
+
}
|
|
35041
|
+
|
|
35042
|
+
.E_eb58k2y {
|
|
35043
|
+
align-self: flex-start;
|
|
35044
|
+
margin-top: 5px;
|
|
35045
|
+
}
|
|
35046
|
+
|
|
35047
|
+
.E_c1bad0d {
|
|
35048
|
+
font-weight: bold;
|
|
35049
|
+
}
|
|
35050
|
+
|
|
35051
|
+
.E_t59qhqp {
|
|
35052
|
+
padding: 0px;
|
|
35053
|
+
padding-top: 5px;
|
|
35054
|
+
padding-left: 5px;
|
|
35055
|
+
}
|
|
35056
|
+
.E_t59qhqp .ant-timeline-item {
|
|
35057
|
+
margin-bottom: 16px;
|
|
35058
|
+
padding-bottom: 0px;
|
|
35059
|
+
}
|
|
35060
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
35061
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35062
|
+
margin-bottom: 0;
|
|
35063
|
+
}
|
|
35064
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
35065
|
+
margin-bottom: 12px;
|
|
35066
|
+
}
|
|
35067
|
+
.E_t59qhqp .info-action {
|
|
35068
|
+
align-self: baseline;
|
|
35072
35069
|
}
|
|
35073
35070
|
|
|
35074
|
-
.
|
|
35075
|
-
|
|
35071
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
35072
|
+
margin-left: 18px;
|
|
35073
|
+
}
|
|
35074
|
+
.E_t2e44lg .item-time {
|
|
35076
35075
|
display: flex;
|
|
35077
|
-
|
|
35078
|
-
|
|
35076
|
+
flex-direction: column;
|
|
35077
|
+
gap: 4px;
|
|
35078
|
+
margin-top: 4px;
|
|
35079
35079
|
}
|
|
35080
|
-
|
|
35081
|
-
|
|
35082
|
-
margin-right: 4px;
|
|
35083
|
-
flex-shrink: 0;
|
|
35080
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
35081
|
+
padding-bottom: 0;
|
|
35084
35082
|
}
|
|
35085
35083
|
|
|
35086
|
-
.
|
|
35087
|
-
|
|
35088
|
-
|
|
35084
|
+
.E_e14ua30y {
|
|
35085
|
+
display: flex;
|
|
35086
|
+
flex-direction: column;
|
|
35087
|
+
align-items: center;
|
|
35088
|
+
justify-content: center;
|
|
35089
35089
|
}
|
|
35090
35090
|
|
|
35091
|
-
.
|
|
35092
|
-
|
|
35091
|
+
.E_s1ikqzph {
|
|
35092
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35093
35093
|
}
|
|
35094
35094
|
|
|
35095
|
-
.
|
|
35096
|
-
color: #
|
|
35095
|
+
.E_i15astnl {
|
|
35096
|
+
color: #00122E;
|
|
35097
35097
|
}
|
|
35098
35098
|
|
|
35099
35099
|
.E_s20iney.skeleton-box {
|
|
@@ -35348,6 +35348,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35348
35348
|
column-gap: var(--a1ji6r68-0);
|
|
35349
35349
|
}
|
|
35350
35350
|
|
|
35351
|
+
.E_t1616y1o {
|
|
35352
|
+
color: #fff;
|
|
35353
|
+
}
|
|
35354
|
+
|
|
35351
35355
|
.E_f16blduf.ant-form-item {
|
|
35352
35356
|
margin-bottom: 0;
|
|
35353
35357
|
}
|
|
@@ -35367,10 +35371,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35367
35371
|
display: block;
|
|
35368
35372
|
}
|
|
35369
35373
|
|
|
35370
|
-
.E_t1616y1o {
|
|
35371
|
-
color: #fff;
|
|
35372
|
-
}
|
|
35373
|
-
|
|
35374
35374
|
.E_a9y3flr {
|
|
35375
35375
|
margin-left: 8px;
|
|
35376
35376
|
}
|
|
@@ -35423,6 +35423,149 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35423
35423
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35424
35424
|
}
|
|
35425
35425
|
|
|
35426
|
+
.E_clm1wy1 {
|
|
35427
|
+
width: 192px;
|
|
35428
|
+
height: 246px;
|
|
35429
|
+
border-radius: 4px;
|
|
35430
|
+
}
|
|
35431
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35432
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35433
|
+
width: 100%;
|
|
35434
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35435
|
+
border-top: none;
|
|
35436
|
+
}
|
|
35437
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35438
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35439
|
+
padding: 0 16px;
|
|
35440
|
+
}
|
|
35441
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35442
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35443
|
+
width: 100%;
|
|
35444
|
+
height: 180px;
|
|
35445
|
+
border-spacing: 0;
|
|
35446
|
+
}
|
|
35447
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35448
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35449
|
+
margin-bottom: 8px;
|
|
35450
|
+
}
|
|
35451
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35452
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35453
|
+
width: 22px;
|
|
35454
|
+
}
|
|
35455
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35456
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35457
|
+
padding: 0;
|
|
35458
|
+
}
|
|
35459
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35460
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35461
|
+
opacity: 0.4;
|
|
35462
|
+
}
|
|
35463
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35464
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35465
|
+
opacity: 1;
|
|
35466
|
+
}
|
|
35467
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35468
|
+
color: #3e4652;
|
|
35469
|
+
}
|
|
35470
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35471
|
+
pointer-events: none;
|
|
35472
|
+
}
|
|
35473
|
+
|
|
35474
|
+
.E_t1tsm00v {
|
|
35475
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35476
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35477
|
+
backdrop-filter: blur(10px);
|
|
35478
|
+
padding: 7px 10px;
|
|
35479
|
+
}
|
|
35480
|
+
|
|
35481
|
+
.E_c167wnad {
|
|
35482
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35483
|
+
display: flex;
|
|
35484
|
+
justify-content: space-between;
|
|
35485
|
+
align-items: center;
|
|
35486
|
+
padding: 8px 16px;
|
|
35487
|
+
}
|
|
35488
|
+
.E_c167wnad .anticon {
|
|
35489
|
+
cursor: pointer;
|
|
35490
|
+
}
|
|
35491
|
+
.E_c167wnad .anticon:hover {
|
|
35492
|
+
color: #0096ff;
|
|
35493
|
+
}
|
|
35494
|
+
|
|
35495
|
+
.E_cxhf7dh {
|
|
35496
|
+
text-align: center;
|
|
35497
|
+
}
|
|
35498
|
+
.E_cxhf7dh .dots {
|
|
35499
|
+
display: flex;
|
|
35500
|
+
justify-content: center;
|
|
35501
|
+
}
|
|
35502
|
+
.E_cxhf7dh .dot {
|
|
35503
|
+
display: inline-block;
|
|
35504
|
+
width: 2px;
|
|
35505
|
+
height: 2px;
|
|
35506
|
+
border-radius: 1px;
|
|
35507
|
+
background: #0096ff;
|
|
35508
|
+
}
|
|
35509
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35510
|
+
margin-right: 2px;
|
|
35511
|
+
}
|
|
35512
|
+
.E_cxhf7dh .bar {
|
|
35513
|
+
width: 9px;
|
|
35514
|
+
height: 2px;
|
|
35515
|
+
background: #0096ff;
|
|
35516
|
+
border-radius: 2px;
|
|
35517
|
+
}
|
|
35518
|
+
|
|
35519
|
+
.E_c18bcrac {
|
|
35520
|
+
display: inline-block;
|
|
35521
|
+
width: 100%;
|
|
35522
|
+
}
|
|
35523
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35524
|
+
margin-left: 4px;
|
|
35525
|
+
}
|
|
35526
|
+
|
|
35527
|
+
.E_cro7kg2 {
|
|
35528
|
+
padding: 4px;
|
|
35529
|
+
}
|
|
35530
|
+
.E_cro7kg2 .unit {
|
|
35531
|
+
color: white;
|
|
35532
|
+
}
|
|
35533
|
+
|
|
35534
|
+
.E_c14wcxf0 {
|
|
35535
|
+
display: flex;
|
|
35536
|
+
justify-content: space-between;
|
|
35537
|
+
align-items: center;
|
|
35538
|
+
font-size: 13px;
|
|
35539
|
+
line-height: 24px;
|
|
35540
|
+
color: #cccccc;
|
|
35541
|
+
white-space: nowrap;
|
|
35542
|
+
}
|
|
35543
|
+
.E_c14wcxf0 label {
|
|
35544
|
+
margin-right: 32px;
|
|
35545
|
+
}
|
|
35546
|
+
|
|
35547
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35548
|
+
font-weight: bold;
|
|
35549
|
+
color: white;
|
|
35550
|
+
}
|
|
35551
|
+
|
|
35552
|
+
.E_s11212zy {
|
|
35553
|
+
width: 8px;
|
|
35554
|
+
height: 8px;
|
|
35555
|
+
border-radius: 2px;
|
|
35556
|
+
display: inline-block;
|
|
35557
|
+
background: var(--s11212zy-0);
|
|
35558
|
+
border: 1px solid #fff;
|
|
35559
|
+
box-sizing: content-box;
|
|
35560
|
+
margin-right: 6px;
|
|
35561
|
+
}
|
|
35562
|
+
|
|
35563
|
+
.E_p1lyky6c > :first-child {
|
|
35564
|
+
font-weight: bold;
|
|
35565
|
+
color: white;
|
|
35566
|
+
margin-right: 4px;
|
|
35567
|
+
}
|
|
35568
|
+
|
|
35426
35569
|
.E_s1ebs0ra {
|
|
35427
35570
|
display: flex;
|
|
35428
35571
|
align-items: center;
|
|
@@ -35484,31 +35627,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35484
35627
|
background: #fff;
|
|
35485
35628
|
}
|
|
35486
35629
|
|
|
35487
|
-
.
|
|
35488
|
-
display: flex;
|
|
35489
|
-
align-items: center;
|
|
35490
|
-
}
|
|
35491
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35492
|
-
margin-right: 8px;
|
|
35493
|
-
}
|
|
35494
|
-
|
|
35495
|
-
.E_n12mqh7z {
|
|
35496
|
-
display: flex;
|
|
35630
|
+
.E_mzzncgx {
|
|
35631
|
+
display: inline-flex;
|
|
35497
35632
|
align-items: center;
|
|
35498
|
-
|
|
35499
|
-
line-height: 18px;
|
|
35500
|
-
}
|
|
35501
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35502
|
-
margin-bottom: 4px;
|
|
35503
|
-
}
|
|
35504
|
-
|
|
35505
|
-
.E_tf5bynu {
|
|
35506
|
-
margin: 0 3px;
|
|
35507
|
-
}
|
|
35508
|
-
|
|
35509
|
-
.E_tcckoz1 {
|
|
35510
|
-
max-height: 400px;
|
|
35511
|
-
overflow: auto;
|
|
35633
|
+
gap: 4px;
|
|
35512
35634
|
}
|
|
35513
35635
|
|
|
35514
35636
|
.E_c1up1pdz {
|
|
@@ -35626,126 +35748,89 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35626
35748
|
border-radius: 16px;
|
|
35627
35749
|
margin-right: 8px;
|
|
35628
35750
|
}
|
|
35629
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35630
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35631
|
-
color: inherit;
|
|
35632
|
-
border-color: #d9d9d9;
|
|
35633
|
-
}
|
|
35634
|
-
.E_wpbf4pq .week-day-option.active {
|
|
35635
|
-
background-color: #0096ff;
|
|
35636
|
-
border-color: #0096ff;
|
|
35637
|
-
color: #fff;
|
|
35638
|
-
}
|
|
35639
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35640
|
-
width: 110px;
|
|
35641
|
-
margin-top: 4px;
|
|
35642
|
-
}
|
|
35643
|
-
.E_wpbf4pq .month-day-option {
|
|
35644
|
-
width: 32px;
|
|
35645
|
-
padding: 0;
|
|
35646
|
-
margin-bottom: 8px;
|
|
35647
|
-
}
|
|
35648
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35649
|
-
background-color: #0096ff;
|
|
35650
|
-
border-color: #0096ff;
|
|
35651
|
-
color: #fff;
|
|
35652
|
-
}
|
|
35653
|
-
|
|
35654
|
-
.E_clm1wy1 {
|
|
35655
|
-
width: 192px;
|
|
35656
|
-
height: 246px;
|
|
35657
|
-
border-radius: 4px;
|
|
35658
|
-
}
|
|
35659
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35660
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35661
|
-
width: 100%;
|
|
35662
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35663
|
-
border-top: none;
|
|
35664
|
-
}
|
|
35665
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35666
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35667
|
-
padding: 0 16px;
|
|
35668
|
-
}
|
|
35669
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35670
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35671
|
-
width: 100%;
|
|
35672
|
-
height: 180px;
|
|
35673
|
-
border-spacing: 0;
|
|
35751
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35752
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35753
|
+
color: inherit;
|
|
35754
|
+
border-color: #d9d9d9;
|
|
35674
35755
|
}
|
|
35675
|
-
.
|
|
35676
|
-
|
|
35677
|
-
|
|
35756
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35757
|
+
background-color: #0096ff;
|
|
35758
|
+
border-color: #0096ff;
|
|
35759
|
+
color: #fff;
|
|
35678
35760
|
}
|
|
35679
|
-
.
|
|
35680
|
-
|
|
35681
|
-
|
|
35761
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35762
|
+
width: 110px;
|
|
35763
|
+
margin-top: 4px;
|
|
35682
35764
|
}
|
|
35683
|
-
.
|
|
35684
|
-
|
|
35765
|
+
.E_wpbf4pq .month-day-option {
|
|
35766
|
+
width: 32px;
|
|
35685
35767
|
padding: 0;
|
|
35768
|
+
margin-bottom: 8px;
|
|
35686
35769
|
}
|
|
35687
|
-
.
|
|
35688
|
-
color:
|
|
35689
|
-
|
|
35770
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35771
|
+
background-color: #0096ff;
|
|
35772
|
+
border-color: #0096ff;
|
|
35773
|
+
color: #fff;
|
|
35690
35774
|
}
|
|
35691
|
-
|
|
35692
|
-
|
|
35693
|
-
|
|
35775
|
+
|
|
35776
|
+
.E_gmyahx3 {
|
|
35777
|
+
cursor: pointer;
|
|
35694
35778
|
}
|
|
35695
|
-
.
|
|
35696
|
-
color:
|
|
35779
|
+
.E_gmyahx3 .link-text {
|
|
35780
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35697
35781
|
}
|
|
35698
|
-
.
|
|
35699
|
-
|
|
35782
|
+
.E_gmyahx3:hover .link-text {
|
|
35783
|
+
color: #0080ff;
|
|
35700
35784
|
}
|
|
35701
35785
|
|
|
35702
|
-
.
|
|
35703
|
-
|
|
35704
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35705
|
-
backdrop-filter: blur(10px);
|
|
35706
|
-
padding: 7px 10px;
|
|
35786
|
+
span.E_tqjc4ui {
|
|
35787
|
+
margin: 0 2px;
|
|
35707
35788
|
}
|
|
35708
35789
|
|
|
35709
|
-
.
|
|
35710
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35790
|
+
.E_n12mqh7z {
|
|
35711
35791
|
display: flex;
|
|
35712
|
-
justify-content: space-between;
|
|
35713
35792
|
align-items: center;
|
|
35714
|
-
|
|
35715
|
-
|
|
35716
|
-
.E_c167wnad .anticon {
|
|
35717
|
-
cursor: pointer;
|
|
35793
|
+
font-size: 12px;
|
|
35794
|
+
line-height: 18px;
|
|
35718
35795
|
}
|
|
35719
|
-
.
|
|
35720
|
-
|
|
35796
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35797
|
+
margin-bottom: 4px;
|
|
35721
35798
|
}
|
|
35722
35799
|
|
|
35723
|
-
.
|
|
35724
|
-
|
|
35800
|
+
.E_tf5bynu {
|
|
35801
|
+
margin: 0 3px;
|
|
35725
35802
|
}
|
|
35726
|
-
|
|
35727
|
-
|
|
35728
|
-
|
|
35803
|
+
|
|
35804
|
+
.E_tcckoz1 {
|
|
35805
|
+
max-height: 400px;
|
|
35806
|
+
overflow: auto;
|
|
35729
35807
|
}
|
|
35730
|
-
|
|
35731
|
-
|
|
35732
|
-
|
|
35733
|
-
|
|
35734
|
-
border-radius: 1px;
|
|
35735
|
-
background: #0096ff;
|
|
35808
|
+
|
|
35809
|
+
.E_ou7iq30 {
|
|
35810
|
+
overflow: hidden;
|
|
35811
|
+
text-overflow: ellipsis;
|
|
35736
35812
|
}
|
|
35737
|
-
|
|
35738
|
-
|
|
35813
|
+
|
|
35814
|
+
.E_s1tui002 {
|
|
35815
|
+
white-space: nowrap;
|
|
35739
35816
|
}
|
|
35740
|
-
|
|
35741
|
-
|
|
35742
|
-
|
|
35743
|
-
|
|
35744
|
-
|
|
35817
|
+
|
|
35818
|
+
.E_mxrc2zg {
|
|
35819
|
+
display: -webkit-box;
|
|
35820
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35821
|
+
-webkit-box-orient: vertical;
|
|
35822
|
+
word-break: break-all;
|
|
35745
35823
|
}
|
|
35746
35824
|
|
|
35747
|
-
|
|
35748
|
-
|
|
35825
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35826
|
+
display: none;
|
|
35827
|
+
}
|
|
35828
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35829
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35830
|
+
border-radius: 4px;
|
|
35831
|
+
}
|
|
35832
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35833
|
+
visibility: hidden;
|
|
35749
35834
|
}
|
|
35750
35835
|
|
|
35751
35836
|
.E_t1sqg15u {
|
|
@@ -35838,91 +35923,25 @@ span.E_tqjc4ui {
|
|
|
35838
35923
|
padding-right: 12px;
|
|
35839
35924
|
}
|
|
35840
35925
|
|
|
35841
|
-
.
|
|
35842
|
-
overflow: hidden;
|
|
35843
|
-
text-overflow: ellipsis;
|
|
35844
|
-
}
|
|
35845
|
-
|
|
35846
|
-
.E_s1tui002 {
|
|
35847
|
-
white-space: nowrap;
|
|
35848
|
-
}
|
|
35849
|
-
|
|
35850
|
-
.E_mxrc2zg {
|
|
35851
|
-
display: -webkit-box;
|
|
35852
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35853
|
-
-webkit-box-orient: vertical;
|
|
35854
|
-
word-break: break-all;
|
|
35855
|
-
}
|
|
35856
|
-
|
|
35857
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35858
|
-
display: none;
|
|
35859
|
-
}
|
|
35860
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35861
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35862
|
-
border-radius: 4px;
|
|
35863
|
-
}
|
|
35864
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35865
|
-
visibility: hidden;
|
|
35866
|
-
}
|
|
35867
|
-
|
|
35868
|
-
.E_gmyahx3 {
|
|
35869
|
-
cursor: pointer;
|
|
35870
|
-
}
|
|
35871
|
-
.E_gmyahx3 .link-text {
|
|
35872
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35873
|
-
}
|
|
35874
|
-
.E_gmyahx3:hover .link-text {
|
|
35875
|
-
color: #0080ff;
|
|
35876
|
-
}
|
|
35877
|
-
|
|
35878
|
-
.E_c18bcrac {
|
|
35879
|
-
display: inline-block;
|
|
35880
|
-
width: 100%;
|
|
35881
|
-
}
|
|
35882
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35883
|
-
margin-left: 4px;
|
|
35884
|
-
}
|
|
35885
|
-
|
|
35886
|
-
.E_cro7kg2 {
|
|
35887
|
-
padding: 4px;
|
|
35888
|
-
}
|
|
35889
|
-
.E_cro7kg2 .unit {
|
|
35890
|
-
color: white;
|
|
35891
|
-
}
|
|
35892
|
-
|
|
35893
|
-
.E_c14wcxf0 {
|
|
35926
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35894
35927
|
display: flex;
|
|
35895
|
-
justify-content: space-between;
|
|
35896
35928
|
align-items: center;
|
|
35897
|
-
font-size: 13px;
|
|
35898
|
-
line-height: 24px;
|
|
35899
|
-
color: #cccccc;
|
|
35900
|
-
white-space: nowrap;
|
|
35901
35929
|
}
|
|
35902
|
-
.
|
|
35903
|
-
margin-right:
|
|
35904
|
-
}
|
|
35905
|
-
|
|
35906
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35907
|
-
font-weight: bold;
|
|
35908
|
-
color: white;
|
|
35930
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35931
|
+
margin-right: 8px;
|
|
35909
35932
|
}
|
|
35910
35933
|
|
|
35911
|
-
.
|
|
35912
|
-
width: 8px;
|
|
35934
|
+
.E_skwah65 {
|
|
35913
35935
|
height: 8px;
|
|
35936
|
+
box-sizing: border-box;
|
|
35914
35937
|
border-radius: 2px;
|
|
35915
|
-
|
|
35916
|
-
|
|
35917
|
-
|
|
35918
|
-
|
|
35919
|
-
margin-right: 6px;
|
|
35938
|
+
background: #f5f7fa;
|
|
35939
|
+
display: flex;
|
|
35940
|
+
width: 100%;
|
|
35941
|
+
overflow: hidden;
|
|
35920
35942
|
}
|
|
35921
|
-
|
|
35922
|
-
|
|
35923
|
-
font-weight: bold;
|
|
35924
|
-
color: white;
|
|
35925
|
-
margin-right: 4px;
|
|
35943
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35944
|
+
margin-left: 1px;
|
|
35926
35945
|
}
|
|
35927
35946
|
|
|
35928
35947
|
.E_wg1tsps {
|
|
@@ -35948,19 +35967,6 @@ span.E_tqjc4ui {
|
|
|
35948
35967
|
color: #00122e !important;
|
|
35949
35968
|
}
|
|
35950
35969
|
|
|
35951
|
-
.E_skwah65 {
|
|
35952
|
-
height: 8px;
|
|
35953
|
-
box-sizing: border-box;
|
|
35954
|
-
border-radius: 2px;
|
|
35955
|
-
background: #f5f7fa;
|
|
35956
|
-
display: flex;
|
|
35957
|
-
width: 100%;
|
|
35958
|
-
overflow: hidden;
|
|
35959
|
-
}
|
|
35960
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35961
|
-
margin-left: 1px;
|
|
35962
|
-
}
|
|
35963
|
-
|
|
35964
35970
|
.E_s1at6qmn.ant-layout-sider {
|
|
35965
35971
|
background: #edf0f7;
|
|
35966
35972
|
padding: 32px 8px;
|
|
@@ -36074,6 +36080,22 @@ span.E_tqjc4ui {
|
|
|
36074
36080
|
text-align: left;
|
|
36075
36081
|
}
|
|
36076
36082
|
|
|
36083
|
+
.E_u15heuvq.content {
|
|
36084
|
+
cursor: default !important;
|
|
36085
|
+
}
|
|
36086
|
+
.E_u15heuvq.content.link {
|
|
36087
|
+
cursor: pointer !important;
|
|
36088
|
+
}
|
|
36089
|
+
.E_u15heuvq.content.link:hover {
|
|
36090
|
+
color: #0080ff;
|
|
36091
|
+
}
|
|
36092
|
+
.E_u15heuvq.content.black {
|
|
36093
|
+
color: #00122e;
|
|
36094
|
+
}
|
|
36095
|
+
.E_u15heuvq.content.gray {
|
|
36096
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36097
|
+
}
|
|
36098
|
+
|
|
36077
36099
|
.E_t160l1cm {
|
|
36078
36100
|
display: flex;
|
|
36079
36101
|
flex-direction: column;
|
|
@@ -36277,83 +36299,45 @@ span.E_tqjc4ui {
|
|
|
36277
36299
|
background: transparent;
|
|
36278
36300
|
}
|
|
36279
36301
|
|
|
36280
|
-
.
|
|
36281
|
-
|
|
36282
|
-
}
|
|
36283
|
-
.E_u15heuvq.content.link {
|
|
36284
|
-
cursor: pointer !important;
|
|
36285
|
-
}
|
|
36286
|
-
.E_u15heuvq.content.link:hover {
|
|
36287
|
-
color: #0080ff;
|
|
36288
|
-
}
|
|
36289
|
-
.E_u15heuvq.content.black {
|
|
36290
|
-
color: #00122e;
|
|
36302
|
+
.E_i5w779o {
|
|
36303
|
+
padding: 8px 0;
|
|
36291
36304
|
}
|
|
36292
|
-
.
|
|
36293
|
-
|
|
36305
|
+
.E_i5w779o .col-label {
|
|
36306
|
+
flex-shrink: unset;
|
|
36294
36307
|
}
|
|
36295
|
-
|
|
36296
|
-
|
|
36297
|
-
padding: 60px 128px;
|
|
36308
|
+
.E_i5w779o .col-label * {
|
|
36309
|
+
line-height: 18px;
|
|
36298
36310
|
}
|
|
36299
|
-
|
|
36300
|
-
|
|
36311
|
+
.E_i5w779o .col-content {
|
|
36312
|
+
flex: 1 1 0;
|
|
36301
36313
|
display: flex;
|
|
36302
|
-
|
|
36303
|
-
height: 100%;
|
|
36314
|
+
align-items: center;
|
|
36304
36315
|
}
|
|
36305
|
-
|
|
36306
|
-
|
|
36307
|
-
color: #00122e;
|
|
36308
|
-
font-size: 32px !important;
|
|
36309
|
-
margin-bottom: 16px;
|
|
36316
|
+
.E_i5w779o .col-content * {
|
|
36317
|
+
line-height: 18px;
|
|
36310
36318
|
}
|
|
36311
36319
|
|
|
36312
|
-
.
|
|
36313
|
-
|
|
36314
|
-
color: #00122e;
|
|
36320
|
+
.E_l18dja44 {
|
|
36321
|
+
padding: 6px 0;
|
|
36315
36322
|
}
|
|
36316
|
-
|
|
36317
|
-
|
|
36318
|
-
|
|
36319
|
-
min-height: 0;
|
|
36320
|
-
flex: 1;
|
|
36321
|
-
padding: 16px;
|
|
36322
|
-
background-color: #2d3a56;
|
|
36323
|
-
color: #fff;
|
|
36324
|
-
overflow: auto;
|
|
36325
|
-
max-width: 100%;
|
|
36326
|
-
min-height: 0;
|
|
36327
|
-
border-radius: 8px;
|
|
36328
|
-
white-space: pre-wrap;
|
|
36323
|
+
.E_l18dja44 .col-label * {
|
|
36324
|
+
font-size: 13px;
|
|
36325
|
+
line-height: 20px;
|
|
36329
36326
|
}
|
|
36330
|
-
|
|
36331
|
-
|
|
36332
|
-
|
|
36333
|
-
display: flex;
|
|
36334
|
-
justify-content: space-between;
|
|
36335
|
-
padding: 0 128px;
|
|
36327
|
+
.E_l18dja44 .col-content * {
|
|
36328
|
+
font-size: 14px;
|
|
36329
|
+
line-height: 20px;
|
|
36336
36330
|
}
|
|
36337
36331
|
|
|
36338
|
-
.
|
|
36332
|
+
.E_c8c2hys {
|
|
36339
36333
|
display: flex;
|
|
36340
|
-
|
|
36341
|
-
|
|
36342
|
-
|
|
36343
|
-
height: 100%;
|
|
36334
|
+
justify-content: space-between;
|
|
36335
|
+
flex: 1;
|
|
36336
|
+
min-width: 0;
|
|
36344
36337
|
}
|
|
36345
36338
|
|
|
36346
|
-
.
|
|
36347
|
-
|
|
36348
|
-
flex-direction: column;
|
|
36349
|
-
align-items: center;
|
|
36350
|
-
}
|
|
36351
|
-
.E_e1505fqc .title {
|
|
36352
|
-
margin-bottom: 8px;
|
|
36353
|
-
background-clip: text;
|
|
36354
|
-
-webkit-background-clip: text;
|
|
36355
|
-
-webkit-text-fill-color: transparent;
|
|
36356
|
-
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36339
|
+
.E_n4m6c4d {
|
|
36340
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36357
36341
|
}
|
|
36358
36342
|
|
|
36359
36343
|
.E_cyms3br {
|
|
@@ -36431,111 +36415,73 @@ span.E_tqjc4ui {
|
|
|
36431
36415
|
justify-content: center;
|
|
36432
36416
|
}
|
|
36433
36417
|
|
|
36434
|
-
.
|
|
36435
|
-
padding:
|
|
36436
|
-
}
|
|
36437
|
-
.E_i5w779o .col-label {
|
|
36438
|
-
flex-shrink: unset;
|
|
36439
|
-
}
|
|
36440
|
-
.E_i5w779o .col-label * {
|
|
36441
|
-
line-height: 18px;
|
|
36442
|
-
}
|
|
36443
|
-
.E_i5w779o .col-content {
|
|
36444
|
-
flex: 1 1 0;
|
|
36445
|
-
display: flex;
|
|
36446
|
-
align-items: center;
|
|
36447
|
-
}
|
|
36448
|
-
.E_i5w779o .col-content * {
|
|
36449
|
-
line-height: 18px;
|
|
36450
|
-
}
|
|
36451
|
-
|
|
36452
|
-
.E_l18dja44 {
|
|
36453
|
-
padding: 6px 0;
|
|
36454
|
-
}
|
|
36455
|
-
.E_l18dja44 .col-label * {
|
|
36456
|
-
font-size: 13px;
|
|
36457
|
-
line-height: 20px;
|
|
36458
|
-
}
|
|
36459
|
-
.E_l18dja44 .col-content * {
|
|
36460
|
-
font-size: 14px;
|
|
36461
|
-
line-height: 20px;
|
|
36418
|
+
.E_kr6am0s .ant-modal-body {
|
|
36419
|
+
padding: 60px 128px;
|
|
36462
36420
|
}
|
|
36463
36421
|
|
|
36464
|
-
.
|
|
36422
|
+
.E_k1h3cl5q {
|
|
36465
36423
|
display: flex;
|
|
36466
|
-
|
|
36467
|
-
|
|
36468
|
-
min-width: 0;
|
|
36469
|
-
}
|
|
36470
|
-
|
|
36471
|
-
.E_n4m6c4d {
|
|
36472
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36473
|
-
}
|
|
36474
|
-
|
|
36475
|
-
.E_h1ol2wl7 {
|
|
36476
|
-
font-weight: bold;
|
|
36477
|
-
background-color: unset;
|
|
36478
|
-
padding: unset;
|
|
36424
|
+
flex-direction: column;
|
|
36425
|
+
height: 100%;
|
|
36479
36426
|
}
|
|
36480
36427
|
|
|
36481
|
-
.
|
|
36428
|
+
.E_k1a6j97w {
|
|
36482
36429
|
color: #00122e;
|
|
36430
|
+
font-size: 32px !important;
|
|
36431
|
+
margin-bottom: 16px;
|
|
36483
36432
|
}
|
|
36484
36433
|
|
|
36485
|
-
.
|
|
36486
|
-
margin-
|
|
36487
|
-
color:
|
|
36434
|
+
.E_k1uim1fg {
|
|
36435
|
+
margin-bottom: 32px;
|
|
36436
|
+
color: #00122e;
|
|
36488
36437
|
}
|
|
36489
36438
|
|
|
36490
|
-
.
|
|
36491
|
-
|
|
36492
|
-
|
|
36493
|
-
|
|
36494
|
-
padding
|
|
36495
|
-
|
|
36496
|
-
|
|
36497
|
-
|
|
36498
|
-
|
|
36499
|
-
|
|
36500
|
-
|
|
36439
|
+
.E_kobelzt {
|
|
36440
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
36441
|
+
min-height: 0;
|
|
36442
|
+
flex: 1;
|
|
36443
|
+
padding: 16px;
|
|
36444
|
+
background-color: #2d3a56;
|
|
36445
|
+
color: #fff;
|
|
36446
|
+
overflow: auto;
|
|
36447
|
+
max-width: 100%;
|
|
36448
|
+
min-height: 0;
|
|
36449
|
+
border-radius: 8px;
|
|
36450
|
+
white-space: pre-wrap;
|
|
36501
36451
|
}
|
|
36502
36452
|
|
|
36503
|
-
.
|
|
36504
|
-
|
|
36505
|
-
padding: 8px;
|
|
36506
|
-
border-radius: 6px;
|
|
36507
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36508
|
-
}
|
|
36509
|
-
.E_ms3tlei .icon-wrapper {
|
|
36510
|
-
margin-top: 1px;
|
|
36511
|
-
margin-right: 4px;
|
|
36512
|
-
}
|
|
36513
|
-
.E_ms3tlei li {
|
|
36514
|
-
margin-bottom: 4px;
|
|
36453
|
+
.E_kxzv3id {
|
|
36454
|
+
width: 100%;
|
|
36515
36455
|
display: flex;
|
|
36516
|
-
|
|
36517
|
-
|
|
36518
|
-
.E_ms3tlei li:last-child {
|
|
36519
|
-
margin-bottom: 0;
|
|
36456
|
+
justify-content: space-between;
|
|
36457
|
+
padding: 0 128px;
|
|
36520
36458
|
}
|
|
36521
36459
|
|
|
36522
|
-
.
|
|
36523
|
-
|
|
36460
|
+
.E_eld9lt {
|
|
36461
|
+
display: flex;
|
|
36462
|
+
flex-direction: column;
|
|
36463
|
+
justify-content: center;
|
|
36464
|
+
align-items: center;
|
|
36465
|
+
height: 100%;
|
|
36524
36466
|
}
|
|
36525
36467
|
|
|
36526
|
-
.
|
|
36527
|
-
|
|
36468
|
+
.E_e1505fqc {
|
|
36469
|
+
display: flex;
|
|
36470
|
+
flex-direction: column;
|
|
36471
|
+
align-items: center;
|
|
36528
36472
|
}
|
|
36529
|
-
|
|
36530
|
-
.E_srje1h0 {
|
|
36531
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36473
|
+
.E_e1505fqc .title {
|
|
36532
36474
|
margin-bottom: 8px;
|
|
36475
|
+
background-clip: text;
|
|
36476
|
+
-webkit-background-clip: text;
|
|
36477
|
+
-webkit-text-fill-color: transparent;
|
|
36478
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36533
36479
|
}
|
|
36534
36480
|
|
|
36535
|
-
.
|
|
36536
|
-
|
|
36537
|
-
background:
|
|
36538
|
-
|
|
36481
|
+
.E_h1ol2wl7 {
|
|
36482
|
+
font-weight: bold;
|
|
36483
|
+
background-color: unset;
|
|
36484
|
+
padding: unset;
|
|
36539
36485
|
}
|
|
36540
36486
|
|
|
36541
36487
|
.E_c14ouk5o {
|
|
@@ -37074,6 +37020,66 @@ span.E_tqjc4ui {
|
|
|
37074
37020
|
padding: 0;
|
|
37075
37021
|
}
|
|
37076
37022
|
|
|
37023
|
+
.E_c1ss4prm {
|
|
37024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37025
|
+
}
|
|
37026
|
+
.E_c1ss4prm:is(ul, ol) {
|
|
37027
|
+
padding-inline-start: 12px;
|
|
37028
|
+
}
|
|
37029
|
+
.E_c1ss4prm li {
|
|
37030
|
+
margin-bottom: 4px;
|
|
37031
|
+
}
|
|
37032
|
+
.E_c1ss4prm li:last-child {
|
|
37033
|
+
margin-bottom: 0;
|
|
37034
|
+
}
|
|
37035
|
+
|
|
37036
|
+
.E_ms3tlei {
|
|
37037
|
+
background: rgba(225, 230, 241, 0.6);
|
|
37038
|
+
padding: 8px;
|
|
37039
|
+
border-radius: 6px;
|
|
37040
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37041
|
+
}
|
|
37042
|
+
.E_ms3tlei .icon-wrapper {
|
|
37043
|
+
margin-top: 1px;
|
|
37044
|
+
margin-right: 4px;
|
|
37045
|
+
}
|
|
37046
|
+
.E_ms3tlei li {
|
|
37047
|
+
margin-bottom: 4px;
|
|
37048
|
+
display: flex;
|
|
37049
|
+
align-items: flex-start;
|
|
37050
|
+
}
|
|
37051
|
+
.E_ms3tlei li:last-child {
|
|
37052
|
+
margin-bottom: 0;
|
|
37053
|
+
}
|
|
37054
|
+
|
|
37055
|
+
.E_du44iy7 {
|
|
37056
|
+
margin-bottom: 4px;
|
|
37057
|
+
}
|
|
37058
|
+
|
|
37059
|
+
.E_p1qmhanr {
|
|
37060
|
+
margin-bottom: 8px;
|
|
37061
|
+
}
|
|
37062
|
+
|
|
37063
|
+
.E_srje1h0 {
|
|
37064
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37065
|
+
margin-bottom: 8px;
|
|
37066
|
+
}
|
|
37067
|
+
|
|
37068
|
+
.E_di3zi7v {
|
|
37069
|
+
height: 1px;
|
|
37070
|
+
background: #e4e9f2;
|
|
37071
|
+
margin: 16px 0;
|
|
37072
|
+
}
|
|
37073
|
+
|
|
37074
|
+
.E_cevhqx7 {
|
|
37075
|
+
color: #00122e;
|
|
37076
|
+
}
|
|
37077
|
+
|
|
37078
|
+
.E_snbqlt4 {
|
|
37079
|
+
margin-top: 8px;
|
|
37080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37081
|
+
}
|
|
37082
|
+
|
|
37077
37083
|
.E_l12xdkhl {
|
|
37078
37084
|
width: 64px;
|
|
37079
37085
|
height: 64px;
|