@cloudtower/eagle 0.33.25 → 0.33.27
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/stats1.html +1 -1
- package/dist/components.css +2547 -2546
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2723 -2723
- package/dist/style.css +2078 -2078
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29712,6 +29712,22 @@ html body {
|
|
|
29712
29712
|
flex: 1;
|
|
29713
29713
|
}
|
|
29714
29714
|
|
|
29715
|
+
.E_berrcjl {
|
|
29716
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29717
|
+
margin-bottom: 4px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_berrcjl .breadcrumb-link {
|
|
29720
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29721
|
+
cursor: pointer;
|
|
29722
|
+
transition: color 160ms ease;
|
|
29723
|
+
}
|
|
29724
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29725
|
+
color: #0080ff;
|
|
29726
|
+
}
|
|
29727
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29728
|
+
color: #005ed1;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29715
29731
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29716
29732
|
justify-content: center;
|
|
29717
29733
|
}
|
|
@@ -29969,20 +29985,33 @@ html body {
|
|
|
29969
29985
|
justify-content: center;
|
|
29970
29986
|
}
|
|
29971
29987
|
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29974
|
-
margin-bottom: 4px;
|
|
29988
|
+
.E_b1nip9bk {
|
|
29989
|
+
padding: 4px 11px;
|
|
29975
29990
|
}
|
|
29976
|
-
|
|
29977
|
-
|
|
29978
|
-
|
|
29979
|
-
|
|
29991
|
+
|
|
29992
|
+
.E_bqamoqe {
|
|
29993
|
+
white-space: nowrap;
|
|
29994
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29980
29995
|
}
|
|
29981
|
-
.
|
|
29982
|
-
color: #0080ff;
|
|
29996
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29997
|
+
--color: #0080ff;
|
|
29983
29998
|
}
|
|
29984
|
-
.
|
|
29985
|
-
color: #
|
|
29999
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30000
|
+
--color: #0080ff;
|
|
30001
|
+
}
|
|
30002
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30003
|
+
margin-left: 1px;
|
|
30004
|
+
}
|
|
30005
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30006
|
+
border-top-right-radius: 0;
|
|
30007
|
+
border-bottom-right-radius: 0;
|
|
30008
|
+
}
|
|
30009
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30010
|
+
border-top-left-radius: 0;
|
|
30011
|
+
border-bottom-left-radius: 0;
|
|
30012
|
+
}
|
|
30013
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30014
|
+
border-radius: unset;
|
|
29986
30015
|
}
|
|
29987
30016
|
|
|
29988
30017
|
.E_c1uzzomf {
|
|
@@ -30090,35 +30119,6 @@ html body {
|
|
|
30090
30119
|
width: 102px;
|
|
30091
30120
|
}
|
|
30092
30121
|
|
|
30093
|
-
.E_b1nip9bk {
|
|
30094
|
-
padding: 4px 11px;
|
|
30095
|
-
}
|
|
30096
|
-
|
|
30097
|
-
.E_bqamoqe {
|
|
30098
|
-
white-space: nowrap;
|
|
30099
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30100
|
-
}
|
|
30101
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30102
|
-
--color: #0080ff;
|
|
30103
|
-
}
|
|
30104
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30105
|
-
--color: #0080ff;
|
|
30106
|
-
}
|
|
30107
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30108
|
-
margin-left: 1px;
|
|
30109
|
-
}
|
|
30110
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30111
|
-
border-top-right-radius: 0;
|
|
30112
|
-
border-bottom-right-radius: 0;
|
|
30113
|
-
}
|
|
30114
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30115
|
-
border-top-left-radius: 0;
|
|
30116
|
-
border-bottom-left-radius: 0;
|
|
30117
|
-
}
|
|
30118
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30119
|
-
border-radius: unset;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
30122
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30123
30123
|
padding: 4px 8px 0 8px;
|
|
30124
30124
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30132,66 +30132,11 @@ html body {
|
|
|
30132
30132
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30133
30133
|
}
|
|
30134
30134
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
margin-bottom: 0 !important;
|
|
30138
|
-
flex-flow: nowrap !important;
|
|
30139
|
-
line-break: auto;
|
|
30140
|
-
}
|
|
30141
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30142
|
-
text-align: left !important;
|
|
30143
|
-
padding-bottom: 0 !important;
|
|
30144
|
-
}
|
|
30145
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30146
|
-
min-height: 32px;
|
|
30147
|
-
height: auto;
|
|
30148
|
-
font-size: 13px;
|
|
30149
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30150
|
-
white-space: normal;
|
|
30151
|
-
}
|
|
30152
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30153
|
-
border-color: #ff4d4f !important;
|
|
30154
|
-
}
|
|
30155
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30156
|
-
border-color: #ff4d4f !important;
|
|
30157
|
-
}
|
|
30158
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30159
|
-
margin-top: 4px;
|
|
30160
|
-
font-size: 12px;
|
|
30161
|
-
min-height: 0px;
|
|
30162
|
-
}
|
|
30163
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30164
|
-
font-size: 12px;
|
|
30165
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30166
|
-
min-height: 0px;
|
|
30167
|
-
}
|
|
30168
|
-
|
|
30169
|
-
.E_i1inqkme {
|
|
30170
|
-
height: 18px;
|
|
30171
|
-
line-height: 18px;
|
|
30172
|
-
padding: 0 4px;
|
|
30173
|
-
border-radius: 4px;
|
|
30174
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30175
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30176
|
-
display: flex;
|
|
30177
|
-
align-items: center;
|
|
30178
|
-
white-space: nowrap;
|
|
30179
|
-
margin-right: 4px;
|
|
30180
|
-
}
|
|
30181
|
-
|
|
30182
|
-
.E_fzh9mnb {
|
|
30183
|
-
width: 100%;
|
|
30184
|
-
height: 100%;
|
|
30185
|
-
min-height: 124px;
|
|
30186
|
-
display: flex;
|
|
30187
|
-
flex-direction: column;
|
|
30188
|
-
justify-content: center;
|
|
30189
|
-
align-items: center;
|
|
30135
|
+
.E_c1yyuluq {
|
|
30136
|
+
border-radius: 8px;
|
|
30190
30137
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30193
|
-
margin-bottom: 16px;
|
|
30194
|
-
font-size: 18px;
|
|
30138
|
+
.E_c1yyuluq .ant-card-body {
|
|
30139
|
+
padding: 20px 24px 24px 24px;
|
|
30195
30140
|
}
|
|
30196
30141
|
|
|
30197
30142
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30206,123 +30151,86 @@ html body {
|
|
|
30206
30151
|
border-top-right-radius: 5px;
|
|
30207
30152
|
}
|
|
30208
30153
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
}
|
|
30212
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30213
|
-
display: inline-flex;
|
|
30214
|
-
line-height: 1.5715;
|
|
30215
|
-
height: 100%;
|
|
30216
|
-
width: 100%;
|
|
30217
|
-
}
|
|
30218
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30219
|
-
content: var(--ai7qkf2-1);
|
|
30220
|
-
display: var(--ai7qkf2-2);
|
|
30221
|
-
flex: none;
|
|
30222
|
-
align-items: center;
|
|
30223
|
-
margin-left: 4px;
|
|
30224
|
-
padding: 5px 12px 5px 0;
|
|
30225
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30226
|
-
}
|
|
30227
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30228
|
-
content: var(--ai7qkf2-3);
|
|
30229
|
-
display: var(--ai7qkf2-4);
|
|
30230
|
-
flex: none;
|
|
30231
|
-
align-items: center;
|
|
30232
|
-
margin-right: 4px;
|
|
30233
|
-
cursor: auto;
|
|
30234
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30154
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30155
|
+
line-height: 18px;
|
|
30235
30156
|
}
|
|
30236
|
-
|
|
30237
|
-
|
|
30157
|
+
|
|
30158
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30159
|
+
border: 0px;
|
|
30160
|
+
background-color: #fff;
|
|
30238
30161
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
|
|
30162
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30163
|
+
padding-top: 0px;
|
|
30164
|
+
padding-bottom: 0px;
|
|
30165
|
+
padding-left: 0px !important;
|
|
30166
|
+
padding-right: 24px;
|
|
30242
30167
|
}
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30246
|
-
z-index: 1;
|
|
30168
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30169
|
+
right: 0px;
|
|
30247
30170
|
}
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30250
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30171
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30172
|
+
padding: 0px;
|
|
30251
30173
|
}
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
font-size: inherit;
|
|
30174
|
+
|
|
30175
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30176
|
+
padding-right: 0px;
|
|
30177
|
+
cursor: default;
|
|
30257
30178
|
}
|
|
30258
|
-
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30179
|
+
|
|
30180
|
+
.E_phljevk {
|
|
30181
|
+
display: flex;
|
|
30182
|
+
justify-content: space-between;
|
|
30183
|
+
align-items: center;
|
|
30184
|
+
padding: 10px 0;
|
|
30185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30186
|
+
font-size: 12px;
|
|
30187
|
+
line-height: 24px;
|
|
30262
30188
|
}
|
|
30263
|
-
.
|
|
30264
|
-
height: 22px;
|
|
30265
|
-
border: 1px;
|
|
30189
|
+
.E_phljevk .pagination-left {
|
|
30266
30190
|
padding: 2px 8px;
|
|
30267
30191
|
}
|
|
30268
|
-
|
|
30269
|
-
|
|
30270
|
-
display: inline-flex;
|
|
30192
|
+
.E_phljevk .dropdown-trigger {
|
|
30193
|
+
display: flex;
|
|
30271
30194
|
align-items: center;
|
|
30195
|
+
border-radius: 6px;
|
|
30196
|
+
cursor: pointer;
|
|
30197
|
+
transition: all 0.3s ease;
|
|
30272
30198
|
}
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
justify-content: center;
|
|
30199
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30200
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30201
|
+
color: #0080ff;
|
|
30277
30202
|
}
|
|
30278
|
-
.
|
|
30279
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30203
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30280
30204
|
margin-left: 4px;
|
|
30281
30205
|
}
|
|
30282
|
-
.
|
|
30283
|
-
|
|
30284
|
-
|
|
30206
|
+
.E_phljevk .pagination-right {
|
|
30207
|
+
display: flex;
|
|
30208
|
+
align-items: center;
|
|
30209
|
+
color: #0080ff;
|
|
30210
|
+
font-weight: bold;
|
|
30285
30211
|
}
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
display: var(--a1wfy30z-0);
|
|
30212
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30213
|
+
margin-left: 4px;
|
|
30289
30214
|
}
|
|
30290
|
-
.
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
line-height: 1.5715;
|
|
30294
|
-
height: inherit;
|
|
30295
|
-
}
|
|
30296
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30297
|
-
content: var(--a1wfy30z-1);
|
|
30298
|
-
display: var(--a1wfy30z-2);
|
|
30299
|
-
flex: none;
|
|
30300
|
-
align-items: center;
|
|
30301
|
-
margin-left: 4px;
|
|
30215
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30216
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30217
|
+
padding: 0 8px;
|
|
30302
30218
|
}
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
flex: none;
|
|
30307
|
-
align-items: center;
|
|
30308
|
-
margin-right: 4px;
|
|
30309
|
-
cursor: auto;
|
|
30219
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30220
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30221
|
+
color: #0080ff;
|
|
30310
30222
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
margin: 0;
|
|
30314
|
-
height: auto;
|
|
30315
|
-
font-size: inherit;
|
|
30223
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30224
|
+
transform: rotate(180deg);
|
|
30316
30225
|
}
|
|
30317
30226
|
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30322
|
-
padding: 2px 7px 2px 12px;
|
|
30227
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30228
|
+
max-height: calc(100vh - 128px);
|
|
30229
|
+
overflow-y: auto;
|
|
30323
30230
|
}
|
|
30324
|
-
|
|
30325
|
-
|
|
30231
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30232
|
+
padding: 4px 20px;
|
|
30233
|
+
font-size: 12px;
|
|
30326
30234
|
line-height: 18px;
|
|
30327
30235
|
}
|
|
30328
30236
|
|
|
@@ -30472,61 +30380,95 @@ html body {
|
|
|
30472
30380
|
width: 36px;
|
|
30473
30381
|
}
|
|
30474
30382
|
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
|
|
30383
|
+
.E_ivqqkzv {
|
|
30384
|
+
height: 24px;
|
|
30385
|
+
width: 56px !important;
|
|
30386
|
+
margin-right: 4px;
|
|
30387
|
+
}
|
|
30388
|
+
|
|
30389
|
+
.E_c1wk4q29 {
|
|
30480
30390
|
color: rgba(44, 56, 82, 0.6);
|
|
30481
|
-
font-size: 12px;
|
|
30482
|
-
line-height: 24px;
|
|
30483
30391
|
}
|
|
30484
|
-
|
|
30485
|
-
|
|
30392
|
+
|
|
30393
|
+
.E_s1dizucg.ant-switch {
|
|
30394
|
+
min-width: 40px;
|
|
30395
|
+
height: 24px;
|
|
30396
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30397
|
+
overflow: hidden;
|
|
30486
30398
|
}
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30489
|
-
align-items: center;
|
|
30490
|
-
border-radius: 6px;
|
|
30491
|
-
cursor: pointer;
|
|
30492
|
-
transition: all 0.3s ease;
|
|
30399
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30400
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30493
30401
|
}
|
|
30494
|
-
.
|
|
30495
|
-
|
|
30496
|
-
|
|
30402
|
+
.E_s1dizucg.ant-switch-small {
|
|
30403
|
+
min-width: 26px;
|
|
30404
|
+
height: 16px;
|
|
30497
30405
|
}
|
|
30498
|
-
.
|
|
30499
|
-
|
|
30406
|
+
.E_s1dizucg.ant-switch-large {
|
|
30407
|
+
min-width: 52px;
|
|
30408
|
+
height: 32px;
|
|
30500
30409
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
color: #0080ff;
|
|
30505
|
-
font-weight: bold;
|
|
30410
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30411
|
+
height: 20px;
|
|
30412
|
+
width: 20px;
|
|
30506
30413
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30414
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30415
|
+
border-radius: 10px;
|
|
30416
|
+
transition-delay: 120ms;
|
|
30509
30417
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30512
|
-
|
|
30418
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30419
|
+
height: 14px;
|
|
30420
|
+
width: 14px;
|
|
30421
|
+
top: 1px;
|
|
30422
|
+
left: 1px;
|
|
30513
30423
|
}
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30516
|
-
|
|
30424
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30425
|
+
height: 28px;
|
|
30426
|
+
width: 28px;
|
|
30517
30427
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30428
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30429
|
+
border-radius: 14px;
|
|
30430
|
+
}
|
|
30431
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30432
|
+
background-color: #00ba5d;
|
|
30433
|
+
}
|
|
30434
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30435
|
+
left: calc(100% - 20px - 2px);
|
|
30436
|
+
}
|
|
30437
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30438
|
+
left: calc(100% - 14px - 1px);
|
|
30439
|
+
}
|
|
30440
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30441
|
+
left: calc(100% - 28px - 2px);
|
|
30520
30442
|
}
|
|
30521
30443
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
overflow-y: auto;
|
|
30444
|
+
.E_c1up6e3y {
|
|
30445
|
+
margin-left: 5px;
|
|
30525
30446
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30447
|
+
|
|
30448
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30449
|
+
margin-right: 8px;
|
|
30450
|
+
}
|
|
30451
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30452
|
+
margin-left: 8px;
|
|
30453
|
+
}
|
|
30454
|
+
|
|
30455
|
+
.E_cc368xp {
|
|
30456
|
+
color: #00122e;
|
|
30457
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30458
|
+
margin-right: 8px;
|
|
30459
|
+
padding-right: 8px;
|
|
30460
|
+
}
|
|
30461
|
+
|
|
30462
|
+
.E_i11o6xqj {
|
|
30463
|
+
display: flex;
|
|
30464
|
+
gap: 4px;
|
|
30465
|
+
}
|
|
30466
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30467
|
+
cursor: pointer;
|
|
30468
|
+
}
|
|
30469
|
+
|
|
30470
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30471
|
+
cursor: not-allowed;
|
|
30530
30472
|
}
|
|
30531
30473
|
|
|
30532
30474
|
.E_c1bus5hc {
|
|
@@ -30569,255 +30511,570 @@ html body {
|
|
|
30569
30511
|
transform: rotate(0deg);
|
|
30570
30512
|
}
|
|
30571
30513
|
|
|
30572
|
-
.
|
|
30573
|
-
|
|
30514
|
+
.E_s1sck0th {
|
|
30515
|
+
padding: 0 8px;
|
|
30516
|
+
border-radius: 4px;
|
|
30574
30517
|
}
|
|
30575
30518
|
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30578
|
-
|
|
30519
|
+
.E_m855nr1 {
|
|
30520
|
+
padding: 2px 8px;
|
|
30521
|
+
border-radius: 3px;
|
|
30579
30522
|
}
|
|
30580
30523
|
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
margin-right: 4px;
|
|
30524
|
+
.E_l1270xpg {
|
|
30525
|
+
padding: 3px 8px;
|
|
30526
|
+
border-radius: 2px;
|
|
30585
30527
|
}
|
|
30586
30528
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30529
|
+
.E_t14rextb.ant-tag:hover {
|
|
30530
|
+
opacity: unset;
|
|
30589
30531
|
}
|
|
30590
|
-
|
|
30591
|
-
|
|
30532
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30533
|
+
margin: 0;
|
|
30592
30534
|
margin-right: 8px;
|
|
30535
|
+
display: inline-flex;
|
|
30536
|
+
align-items: center;
|
|
30537
|
+
border: none;
|
|
30593
30538
|
}
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30539
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30540
|
+
width: 16px;
|
|
30541
|
+
height: 16px;
|
|
30542
|
+
color: inherit;
|
|
30543
|
+
margin-left: 4px;
|
|
30544
|
+
opacity: 0.6;
|
|
30545
|
+
display: inline-flex;
|
|
30596
30546
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30599
|
-
color: #00122e;
|
|
30600
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30601
|
-
margin-right: 8px;
|
|
30602
|
-
padding-right: 8px;
|
|
30547
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30548
|
+
opacity: 1;
|
|
30603
30549
|
}
|
|
30604
|
-
|
|
30605
|
-
|
|
30606
|
-
|
|
30607
|
-
gap: 4px;
|
|
30550
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30551
|
+
color: #0080ff;
|
|
30552
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30608
30553
|
}
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30554
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30555
|
+
color: #f0483e;
|
|
30556
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30611
30557
|
}
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30558
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30559
|
+
color: #e07f00;
|
|
30560
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30615
30561
|
}
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
flex-direction: column;
|
|
30562
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30563
|
+
color: #008f4c;
|
|
30564
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30620
30565
|
}
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
width: 100%;
|
|
30625
|
-
margin: 0 auto;
|
|
30626
|
-
height: 100%;
|
|
30566
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30567
|
+
color: #1d326c;
|
|
30568
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30627
30569
|
}
|
|
30628
|
-
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
width: 100%;
|
|
30632
|
-
margin: 0 auto;
|
|
30633
|
-
display: flex;
|
|
30570
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30571
|
+
color: #7E41FF;
|
|
30572
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30634
30573
|
}
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30637
|
-
flex-grow: 0;
|
|
30638
|
-
flex-shrink: 0;
|
|
30639
|
-
flex-basis: 21%;
|
|
30574
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30575
|
+
color: #fff;
|
|
30640
30576
|
}
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30643
|
-
justify-content: flex-end;
|
|
30644
|
-
padding-right: 44px;
|
|
30577
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30578
|
+
background-color: #f0483e;
|
|
30645
30579
|
}
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30580
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30581
|
+
background-color: #fea008;
|
|
30648
30582
|
}
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30651
|
-
flex-grow: 0;
|
|
30652
|
-
flex-shrink: 0;
|
|
30653
|
-
flex-basis: 58%;
|
|
30583
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30584
|
+
background-color: #00ba5d;
|
|
30654
30585
|
}
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30586
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30587
|
+
background-color: #0080ff;
|
|
30657
30588
|
}
|
|
30658
|
-
.
|
|
30659
|
-
|
|
30589
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30590
|
+
background-color: #6b7d99;
|
|
30660
30591
|
}
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
margin: 0 auto;
|
|
30664
|
-
width: 100%;
|
|
30665
|
-
max-width: 648px;
|
|
30592
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30593
|
+
background-color: #7E41FF;
|
|
30666
30594
|
}
|
|
30667
|
-
|
|
30668
|
-
|
|
30595
|
+
|
|
30596
|
+
.E_tju3gfj .date {
|
|
30597
|
+
margin-right: 4px;
|
|
30669
30598
|
}
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
width: 100%;
|
|
30674
|
-
max-width: 648px;
|
|
30675
|
-
overflow: hidden;
|
|
30599
|
+
|
|
30600
|
+
.E_iq1gosr {
|
|
30601
|
+
display: inline-block;
|
|
30676
30602
|
}
|
|
30677
|
-
|
|
30678
|
-
|
|
30603
|
+
|
|
30604
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30605
|
+
display: none;
|
|
30679
30606
|
}
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
|
|
30607
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30608
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30609
|
+
border-radius: 4px;
|
|
30683
30610
|
}
|
|
30684
|
-
.
|
|
30685
|
-
|
|
30686
|
-
max-width: 648px;
|
|
30611
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30612
|
+
visibility: hidden;
|
|
30687
30613
|
}
|
|
30688
30614
|
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30691
|
-
width: 100%;
|
|
30692
|
-
max-width: 1024px;
|
|
30615
|
+
.E_s1dni7lo {
|
|
30616
|
+
width: 430px !important;
|
|
30693
30617
|
}
|
|
30694
|
-
|
|
30695
|
-
|
|
30618
|
+
|
|
30619
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30620
|
+
padding: 8px 16px;
|
|
30621
|
+
line-height: 18px;
|
|
30622
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30623
|
+
height: 34px;
|
|
30624
|
+
min-height: 34px;
|
|
30625
|
+
box-sizing: border-box;
|
|
30626
|
+
margin-top: 8px;
|
|
30696
30627
|
}
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
|
|
30701
|
-
|
|
30702
|
-
|
|
30628
|
+
|
|
30629
|
+
.E_o1ugr09p {
|
|
30630
|
+
display: flex;
|
|
30631
|
+
flex-direction: column;
|
|
30632
|
+
margin: 1px 8px;
|
|
30633
|
+
padding: 8px;
|
|
30634
|
+
border-radius: 4px;
|
|
30703
30635
|
}
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30636
|
+
.E_o1ugr09p .selected-icon {
|
|
30637
|
+
display: none;
|
|
30706
30638
|
}
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30709
|
-
overflow-y: auto;
|
|
30639
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30640
|
+
padding-left: 8px;
|
|
30710
30641
|
}
|
|
30711
|
-
.
|
|
30712
|
-
|
|
30713
|
-
max-width: 1024px;
|
|
30642
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30643
|
+
background-color: white;
|
|
30714
30644
|
}
|
|
30715
|
-
|
|
30716
|
-
|
|
30717
|
-
flex: 1;
|
|
30645
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30646
|
+
color: #0080ff;
|
|
30718
30647
|
}
|
|
30719
|
-
.
|
|
30720
|
-
|
|
30721
|
-
line-height: 20px;
|
|
30722
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30648
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30649
|
+
display: block;
|
|
30723
30650
|
}
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30726
|
-
line-height: 20px;
|
|
30727
|
-
color: #2d3a56;
|
|
30728
|
-
margin-bottom: 12px;
|
|
30651
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30652
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30729
30653
|
}
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30654
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30655
|
+
color: #0080ff;
|
|
30732
30656
|
}
|
|
30733
|
-
|
|
30734
|
-
.
|
|
30735
|
-
|
|
30736
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30737
|
-
margin-bottom: 16px;
|
|
30657
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30658
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30659
|
+
color: #0080ff;
|
|
30738
30660
|
}
|
|
30739
30661
|
|
|
30740
|
-
.
|
|
30662
|
+
.E_o1ifxsq4 {
|
|
30741
30663
|
display: flex;
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
.E_f1l1g2k0 > label {
|
|
30746
|
-
width: 216px;
|
|
30664
|
+
justify-content: space-between;
|
|
30665
|
+
height: 20px;
|
|
30666
|
+
line-height: 20px;
|
|
30747
30667
|
}
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30668
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30669
|
+
color: #2d3a56;
|
|
30670
|
+
overflow: hidden;
|
|
30671
|
+
text-overflow: ellipsis;
|
|
30750
30672
|
}
|
|
30751
|
-
|
|
30752
|
-
|
|
30673
|
+
|
|
30674
|
+
.E_o1zue7 {
|
|
30675
|
+
display: flex;
|
|
30676
|
+
justify-content: space-between;
|
|
30677
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30678
|
+
height: 18px;
|
|
30679
|
+
line-height: 18px;
|
|
30680
|
+
margin-top: 2px;
|
|
30753
30681
|
}
|
|
30754
30682
|
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30757
|
-
margin-right:
|
|
30683
|
+
.E_tyfmlxg {
|
|
30684
|
+
border: none;
|
|
30685
|
+
margin-right: 0;
|
|
30686
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30758
30687
|
}
|
|
30759
30688
|
|
|
30760
|
-
.
|
|
30689
|
+
.E_o18uybox {
|
|
30690
|
+
pointer-events: none;
|
|
30691
|
+
height: 32px;
|
|
30761
30692
|
width: 100%;
|
|
30762
|
-
|
|
30763
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30764
|
-
margin: 24px 0;
|
|
30693
|
+
opacity: 0;
|
|
30765
30694
|
}
|
|
30766
30695
|
|
|
30767
|
-
.
|
|
30696
|
+
.E_fzh9mnb {
|
|
30697
|
+
width: 100%;
|
|
30698
|
+
height: 100%;
|
|
30699
|
+
min-height: 124px;
|
|
30768
30700
|
display: flex;
|
|
30701
|
+
flex-direction: column;
|
|
30769
30702
|
justify-content: center;
|
|
30770
30703
|
align-items: center;
|
|
30771
|
-
height: 100%;
|
|
30772
30704
|
}
|
|
30773
|
-
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30776
|
-
|
|
30777
|
-
height: 4px;
|
|
30778
|
-
background: #8e9aa9;
|
|
30779
|
-
opacity: 0.4;
|
|
30780
|
-
border-radius: 50%;
|
|
30781
|
-
margin: 0 4px;
|
|
30705
|
+
.E_fzh9mnb .error-text {
|
|
30706
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30707
|
+
margin-bottom: 16px;
|
|
30708
|
+
font-size: 18px;
|
|
30782
30709
|
}
|
|
30783
30710
|
|
|
30784
|
-
.
|
|
30785
|
-
|
|
30786
|
-
|
|
30787
|
-
|
|
30711
|
+
.E_f7pxqmh {
|
|
30712
|
+
width: 100%;
|
|
30713
|
+
margin-bottom: 0 !important;
|
|
30714
|
+
flex-flow: nowrap !important;
|
|
30715
|
+
line-break: auto;
|
|
30788
30716
|
}
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30791
|
-
|
|
30717
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30718
|
+
text-align: left !important;
|
|
30719
|
+
padding-bottom: 0 !important;
|
|
30792
30720
|
}
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30721
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30722
|
+
min-height: 32px;
|
|
30723
|
+
height: auto;
|
|
30724
|
+
font-size: 13px;
|
|
30725
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30726
|
+
white-space: normal;
|
|
30795
30727
|
}
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30728
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30729
|
+
border-color: #ff4d4f !important;
|
|
30798
30730
|
}
|
|
30799
|
-
.
|
|
30800
|
-
border:
|
|
30731
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30732
|
+
border-color: #ff4d4f !important;
|
|
30801
30733
|
}
|
|
30802
|
-
|
|
30803
|
-
|
|
30734
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30735
|
+
margin-top: 4px;
|
|
30804
30736
|
font-size: 12px;
|
|
30805
|
-
|
|
30806
|
-
font-weight: bold;
|
|
30807
|
-
color: #fff;
|
|
30808
|
-
padding: 0 4px;
|
|
30809
|
-
border-radius: 4px;
|
|
30810
|
-
display: inline-block;
|
|
30811
|
-
background: var(--t1wwio3v-0);
|
|
30737
|
+
min-height: 0px;
|
|
30812
30738
|
}
|
|
30813
|
-
.
|
|
30814
|
-
|
|
30739
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30740
|
+
font-size: 12px;
|
|
30741
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30742
|
+
min-height: 0px;
|
|
30815
30743
|
}
|
|
30816
30744
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
|
|
30745
|
+
.E_iouxfgt {
|
|
30746
|
+
display: inline-flex;
|
|
30747
|
+
align-items: center;
|
|
30748
|
+
}
|
|
30749
|
+
.E_iouxfgt .icon-inner {
|
|
30750
|
+
display: inline-flex;
|
|
30751
|
+
align-items: center;
|
|
30752
|
+
justify-content: center;
|
|
30753
|
+
}
|
|
30754
|
+
.E_iouxfgt .icon-inner + span,
|
|
30755
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30756
|
+
margin-left: 4px;
|
|
30757
|
+
}
|
|
30758
|
+
.E_iouxfgt.is-rotate img,
|
|
30759
|
+
.E_iouxfgt.is-rotate svg {
|
|
30760
|
+
animation: rotate 680ms linear infinite;
|
|
30761
|
+
}
|
|
30762
|
+
|
|
30763
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30764
|
+
display: var(--ai7qkf2-0);
|
|
30765
|
+
}
|
|
30766
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30767
|
+
display: inline-flex;
|
|
30768
|
+
line-height: 1.5715;
|
|
30769
|
+
height: 100%;
|
|
30770
|
+
width: 100%;
|
|
30771
|
+
}
|
|
30772
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30773
|
+
content: var(--ai7qkf2-1);
|
|
30774
|
+
display: var(--ai7qkf2-2);
|
|
30775
|
+
flex: none;
|
|
30776
|
+
align-items: center;
|
|
30777
|
+
margin-left: 4px;
|
|
30778
|
+
padding: 5px 12px 5px 0;
|
|
30779
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30780
|
+
}
|
|
30781
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30782
|
+
content: var(--ai7qkf2-3);
|
|
30783
|
+
display: var(--ai7qkf2-4);
|
|
30784
|
+
flex: none;
|
|
30785
|
+
align-items: center;
|
|
30786
|
+
margin-right: 4px;
|
|
30787
|
+
cursor: auto;
|
|
30788
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30789
|
+
}
|
|
30790
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30791
|
+
border-radius: 0;
|
|
30792
|
+
}
|
|
30793
|
+
.E_ai7qkf2.ant-input-number {
|
|
30794
|
+
width: 100%;
|
|
30795
|
+
border-radius: 6px;
|
|
30796
|
+
}
|
|
30797
|
+
.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 {
|
|
30798
|
+
border-color: #0096ff;
|
|
30799
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30800
|
+
z-index: 1;
|
|
30801
|
+
}
|
|
30802
|
+
.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 {
|
|
30803
|
+
border-color: #e75a3a;
|
|
30804
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30805
|
+
}
|
|
30806
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30807
|
+
height: 30px;
|
|
30808
|
+
border: 1px;
|
|
30809
|
+
padding: 5px 12px;
|
|
30810
|
+
font-size: inherit;
|
|
30811
|
+
}
|
|
30812
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30813
|
+
height: 38px;
|
|
30814
|
+
border: 1px;
|
|
30815
|
+
padding: 8px 16px;
|
|
30816
|
+
}
|
|
30817
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30818
|
+
height: 22px;
|
|
30819
|
+
border: 1px;
|
|
30820
|
+
padding: 2px 8px;
|
|
30821
|
+
}
|
|
30822
|
+
|
|
30823
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30824
|
+
display: var(--a1wfy30z-0);
|
|
30825
|
+
}
|
|
30826
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30827
|
+
padding: 4px 11px;
|
|
30828
|
+
display: inline-flex;
|
|
30829
|
+
line-height: 1.5715;
|
|
30830
|
+
height: inherit;
|
|
30831
|
+
}
|
|
30832
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30833
|
+
content: var(--a1wfy30z-1);
|
|
30834
|
+
display: var(--a1wfy30z-2);
|
|
30835
|
+
flex: none;
|
|
30836
|
+
align-items: center;
|
|
30837
|
+
margin-left: 4px;
|
|
30838
|
+
}
|
|
30839
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30840
|
+
content: var(--a1wfy30z-3);
|
|
30841
|
+
display: var(--a1wfy30z-4);
|
|
30842
|
+
flex: none;
|
|
30843
|
+
align-items: center;
|
|
30844
|
+
margin-right: 4px;
|
|
30845
|
+
cursor: auto;
|
|
30846
|
+
}
|
|
30847
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30848
|
+
padding: 0;
|
|
30849
|
+
margin: 0;
|
|
30850
|
+
height: auto;
|
|
30851
|
+
font-size: inherit;
|
|
30852
|
+
}
|
|
30853
|
+
|
|
30854
|
+
.E_i1inqkme {
|
|
30855
|
+
height: 18px;
|
|
30856
|
+
line-height: 18px;
|
|
30857
|
+
padding: 0 4px;
|
|
30858
|
+
border-radius: 4px;
|
|
30859
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30860
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30861
|
+
display: flex;
|
|
30862
|
+
align-items: center;
|
|
30863
|
+
white-space: nowrap;
|
|
30864
|
+
margin-right: 4px;
|
|
30865
|
+
}
|
|
30866
|
+
|
|
30867
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30868
|
+
margin-left: 8px;
|
|
30869
|
+
}
|
|
30870
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30871
|
+
padding: 2px 7px 2px 12px;
|
|
30872
|
+
}
|
|
30873
|
+
|
|
30874
|
+
.E_cnujxq2 {
|
|
30875
|
+
display: flex;
|
|
30876
|
+
flex-direction: column;
|
|
30877
|
+
}
|
|
30878
|
+
|
|
30879
|
+
.E_m7s48ia {
|
|
30880
|
+
max-width: 1120px;
|
|
30881
|
+
width: 100%;
|
|
30882
|
+
margin: 0 auto;
|
|
30883
|
+
height: 100%;
|
|
30884
|
+
}
|
|
30885
|
+
|
|
30886
|
+
.E_wt5zbg6 {
|
|
30887
|
+
max-width: 1120px;
|
|
30888
|
+
width: 100%;
|
|
30889
|
+
margin: 0 auto;
|
|
30890
|
+
display: flex;
|
|
30891
|
+
}
|
|
30892
|
+
.E_wt5zbg6 .left,
|
|
30893
|
+
.E_wt5zbg6 .right {
|
|
30894
|
+
flex-grow: 0;
|
|
30895
|
+
flex-shrink: 0;
|
|
30896
|
+
flex-basis: 21%;
|
|
30897
|
+
}
|
|
30898
|
+
.E_wt5zbg6 .left {
|
|
30899
|
+
display: flex;
|
|
30900
|
+
justify-content: flex-end;
|
|
30901
|
+
padding-right: 44px;
|
|
30902
|
+
}
|
|
30903
|
+
.E_wt5zbg6 .right {
|
|
30904
|
+
padding-left: 44px;
|
|
30905
|
+
}
|
|
30906
|
+
.E_wt5zbg6 .middle {
|
|
30907
|
+
margin-bottom: 40px;
|
|
30908
|
+
flex-grow: 0;
|
|
30909
|
+
flex-shrink: 0;
|
|
30910
|
+
flex-basis: 58%;
|
|
30911
|
+
}
|
|
30912
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30913
|
+
width: 100%;
|
|
30914
|
+
}
|
|
30915
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30916
|
+
width: auto;
|
|
30917
|
+
}
|
|
30918
|
+
|
|
30919
|
+
.E_h18jprzg .ant-modal-header {
|
|
30920
|
+
margin: 0 auto;
|
|
30921
|
+
width: 100%;
|
|
30922
|
+
max-width: 648px;
|
|
30923
|
+
}
|
|
30924
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30925
|
+
margin-left: 0;
|
|
30926
|
+
}
|
|
30927
|
+
.E_h18jprzg .ant-modal-body {
|
|
30928
|
+
margin: 0 auto;
|
|
30929
|
+
padding: 0;
|
|
30930
|
+
width: 100%;
|
|
30931
|
+
max-width: 648px;
|
|
30932
|
+
overflow: hidden;
|
|
30933
|
+
}
|
|
30934
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30935
|
+
margin-bottom: 40px;
|
|
30936
|
+
}
|
|
30937
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30938
|
+
height: calc(100vh - 225px);
|
|
30939
|
+
overflow-y: auto;
|
|
30940
|
+
}
|
|
30941
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30942
|
+
margin: 0 auto;
|
|
30943
|
+
max-width: 648px;
|
|
30944
|
+
}
|
|
30945
|
+
|
|
30946
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30947
|
+
margin: 0 auto;
|
|
30948
|
+
width: 100%;
|
|
30949
|
+
max-width: 1024px;
|
|
30950
|
+
}
|
|
30951
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30952
|
+
margin-left: 0;
|
|
30953
|
+
}
|
|
30954
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30955
|
+
margin: 0 auto;
|
|
30956
|
+
padding: 0;
|
|
30957
|
+
width: 100%;
|
|
30958
|
+
max-width: 1024px;
|
|
30959
|
+
overflow: hidden;
|
|
30960
|
+
}
|
|
30961
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30962
|
+
margin-bottom: 40px;
|
|
30963
|
+
}
|
|
30964
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30965
|
+
height: calc(100vh - 225px);
|
|
30966
|
+
overflow-y: auto;
|
|
30967
|
+
}
|
|
30968
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30969
|
+
margin: 0 auto;
|
|
30970
|
+
max-width: 1024px;
|
|
30971
|
+
}
|
|
30972
|
+
|
|
30973
|
+
.E_f1lrhghm {
|
|
30974
|
+
flex: 1;
|
|
30975
|
+
}
|
|
30976
|
+
.E_f1lrhghm label {
|
|
30977
|
+
font-size: 13px;
|
|
30978
|
+
line-height: 20px;
|
|
30979
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30980
|
+
}
|
|
30981
|
+
.E_f1lrhghm .title {
|
|
30982
|
+
font-size: 14px;
|
|
30983
|
+
line-height: 20px;
|
|
30984
|
+
color: #2d3a56;
|
|
30985
|
+
margin-bottom: 12px;
|
|
30986
|
+
}
|
|
30987
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30988
|
+
padding-bottom: 26px;
|
|
30989
|
+
}
|
|
30990
|
+
|
|
30991
|
+
.E_f18ot8em {
|
|
30992
|
+
padding: 25px 0 15px 0;
|
|
30993
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30994
|
+
margin-bottom: 16px;
|
|
30995
|
+
}
|
|
30996
|
+
|
|
30997
|
+
.E_f1l1g2k0 {
|
|
30998
|
+
display: flex;
|
|
30999
|
+
align-items: center;
|
|
31000
|
+
margin-bottom: 8px;
|
|
31001
|
+
}
|
|
31002
|
+
.E_f1l1g2k0 > label {
|
|
31003
|
+
width: 216px;
|
|
31004
|
+
}
|
|
31005
|
+
.E_f1l1g2k0 > label + * {
|
|
31006
|
+
width: 100%;
|
|
31007
|
+
}
|
|
31008
|
+
.E_f1l1g2k0 .ant-select {
|
|
31009
|
+
width: 100%;
|
|
31010
|
+
}
|
|
31011
|
+
|
|
31012
|
+
.E_e1k89cwg {
|
|
31013
|
+
color: #e75a3a;
|
|
31014
|
+
margin-right: 10px;
|
|
31015
|
+
}
|
|
31016
|
+
|
|
31017
|
+
.E_d1oui1gf {
|
|
31018
|
+
width: 100%;
|
|
31019
|
+
height: 1px;
|
|
31020
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31021
|
+
margin: 24px 0;
|
|
31022
|
+
}
|
|
31023
|
+
|
|
31024
|
+
.E_l15itdbb {
|
|
31025
|
+
display: flex;
|
|
31026
|
+
justify-content: center;
|
|
31027
|
+
align-items: center;
|
|
31028
|
+
height: 100%;
|
|
31029
|
+
}
|
|
31030
|
+
|
|
31031
|
+
.E_d1y3z4w {
|
|
31032
|
+
display: inline-block;
|
|
31033
|
+
width: 4px;
|
|
31034
|
+
height: 4px;
|
|
31035
|
+
background: #8e9aa9;
|
|
31036
|
+
opacity: 0.4;
|
|
31037
|
+
border-radius: 50%;
|
|
31038
|
+
margin: 0 4px;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31042
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31043
|
+
width: 648px;
|
|
31044
|
+
margin: 0 auto;
|
|
31045
|
+
}
|
|
31046
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31047
|
+
padding: 35px 0 24px;
|
|
31048
|
+
border: none;
|
|
31049
|
+
}
|
|
31050
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31051
|
+
font-size: 30px;
|
|
31052
|
+
}
|
|
31053
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31054
|
+
padding: 4px 0 2px;
|
|
31055
|
+
}
|
|
31056
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31057
|
+
border: none;
|
|
31058
|
+
}
|
|
31059
|
+
|
|
31060
|
+
.E_t1wwio3v {
|
|
31061
|
+
font-size: 12px;
|
|
31062
|
+
line-height: 18px;
|
|
31063
|
+
font-weight: bold;
|
|
31064
|
+
color: #fff;
|
|
31065
|
+
padding: 0 4px;
|
|
31066
|
+
border-radius: 4px;
|
|
31067
|
+
display: inline-block;
|
|
31068
|
+
background: var(--t1wwio3v-0);
|
|
31069
|
+
}
|
|
31070
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31071
|
+
margin-left: 4px;
|
|
31072
|
+
}
|
|
31073
|
+
|
|
31074
|
+
.E_f17jvtfk {
|
|
31075
|
+
width: 100%;
|
|
31076
|
+
height: 100%;
|
|
31077
|
+
display: flex;
|
|
30821
31078
|
align-items: center;
|
|
30822
31079
|
justify-content: center;
|
|
30823
31080
|
}
|
|
@@ -31303,228 +31560,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31303
31560
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31304
31561
|
}
|
|
31305
31562
|
|
|
31306
|
-
.E_tju3gfj .date {
|
|
31307
|
-
margin-right: 4px;
|
|
31308
|
-
}
|
|
31309
|
-
|
|
31310
|
-
.E_s1sck0th {
|
|
31311
|
-
padding: 0 8px;
|
|
31312
|
-
border-radius: 4px;
|
|
31313
|
-
}
|
|
31314
|
-
|
|
31315
|
-
.E_m855nr1 {
|
|
31316
|
-
padding: 2px 8px;
|
|
31317
|
-
border-radius: 3px;
|
|
31318
|
-
}
|
|
31319
|
-
|
|
31320
|
-
.E_l1270xpg {
|
|
31321
|
-
padding: 3px 8px;
|
|
31322
|
-
border-radius: 2px;
|
|
31323
|
-
}
|
|
31324
|
-
|
|
31325
|
-
.E_t14rextb.ant-tag:hover {
|
|
31326
|
-
opacity: unset;
|
|
31327
|
-
}
|
|
31328
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31329
|
-
margin: 0;
|
|
31330
|
-
margin-right: 8px;
|
|
31331
|
-
display: inline-flex;
|
|
31332
|
-
align-items: center;
|
|
31333
|
-
border: none;
|
|
31334
|
-
}
|
|
31335
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31336
|
-
width: 16px;
|
|
31337
|
-
height: 16px;
|
|
31338
|
-
color: inherit;
|
|
31339
|
-
margin-left: 4px;
|
|
31340
|
-
opacity: 0.6;
|
|
31341
|
-
display: inline-flex;
|
|
31342
|
-
}
|
|
31343
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31344
|
-
opacity: 1;
|
|
31345
|
-
}
|
|
31346
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31347
|
-
color: #0080ff;
|
|
31348
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31349
|
-
}
|
|
31350
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31351
|
-
color: #f0483e;
|
|
31352
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31353
|
-
}
|
|
31354
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31355
|
-
color: #e07f00;
|
|
31356
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31357
|
-
}
|
|
31358
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31359
|
-
color: #008f4c;
|
|
31360
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31361
|
-
}
|
|
31362
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31363
|
-
color: #1d326c;
|
|
31364
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31365
|
-
}
|
|
31366
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31367
|
-
color: #7E41FF;
|
|
31368
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31369
|
-
}
|
|
31370
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31371
|
-
color: #fff;
|
|
31372
|
-
}
|
|
31373
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31374
|
-
background-color: #f0483e;
|
|
31375
|
-
}
|
|
31376
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31377
|
-
background-color: #fea008;
|
|
31378
|
-
}
|
|
31379
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31380
|
-
background-color: #00ba5d;
|
|
31381
|
-
}
|
|
31382
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31383
|
-
background-color: #0080ff;
|
|
31384
|
-
}
|
|
31385
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31386
|
-
background-color: #6b7d99;
|
|
31387
|
-
}
|
|
31388
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31389
|
-
background-color: #7E41FF;
|
|
31390
|
-
}
|
|
31391
|
-
|
|
31392
|
-
.E_s1dizucg.ant-switch {
|
|
31393
|
-
min-width: 40px;
|
|
31394
|
-
height: 24px;
|
|
31395
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31396
|
-
overflow: hidden;
|
|
31397
|
-
}
|
|
31398
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31399
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31400
|
-
}
|
|
31401
|
-
.E_s1dizucg.ant-switch-small {
|
|
31402
|
-
min-width: 26px;
|
|
31403
|
-
height: 16px;
|
|
31404
|
-
}
|
|
31405
|
-
.E_s1dizucg.ant-switch-large {
|
|
31406
|
-
min-width: 52px;
|
|
31407
|
-
height: 32px;
|
|
31408
|
-
}
|
|
31409
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31410
|
-
height: 20px;
|
|
31411
|
-
width: 20px;
|
|
31412
|
-
}
|
|
31413
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31414
|
-
border-radius: 10px;
|
|
31415
|
-
transition-delay: 120ms;
|
|
31416
|
-
}
|
|
31417
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31418
|
-
height: 14px;
|
|
31419
|
-
width: 14px;
|
|
31420
|
-
top: 1px;
|
|
31421
|
-
left: 1px;
|
|
31422
|
-
}
|
|
31423
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31424
|
-
height: 28px;
|
|
31425
|
-
width: 28px;
|
|
31426
|
-
}
|
|
31427
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31428
|
-
border-radius: 14px;
|
|
31429
|
-
}
|
|
31430
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31431
|
-
background-color: #00ba5d;
|
|
31432
|
-
}
|
|
31433
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31434
|
-
left: calc(100% - 20px - 2px);
|
|
31435
|
-
}
|
|
31436
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31437
|
-
left: calc(100% - 14px - 1px);
|
|
31438
|
-
}
|
|
31439
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31440
|
-
left: calc(100% - 28px - 2px);
|
|
31441
|
-
}
|
|
31442
|
-
|
|
31443
|
-
.E_c1up6e3y {
|
|
31444
|
-
margin-left: 5px;
|
|
31445
|
-
}
|
|
31446
|
-
|
|
31447
|
-
.E_s1dni7lo {
|
|
31448
|
-
width: 430px !important;
|
|
31449
|
-
}
|
|
31450
|
-
|
|
31451
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31452
|
-
padding: 8px 16px;
|
|
31453
|
-
line-height: 18px;
|
|
31454
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31455
|
-
height: 34px;
|
|
31456
|
-
min-height: 34px;
|
|
31457
|
-
box-sizing: border-box;
|
|
31458
|
-
margin-top: 8px;
|
|
31459
|
-
}
|
|
31460
|
-
|
|
31461
|
-
.E_o1ugr09p {
|
|
31462
|
-
display: flex;
|
|
31463
|
-
flex-direction: column;
|
|
31464
|
-
margin: 1px 8px;
|
|
31465
|
-
padding: 8px;
|
|
31466
|
-
border-radius: 4px;
|
|
31467
|
-
}
|
|
31468
|
-
.E_o1ugr09p .selected-icon {
|
|
31469
|
-
display: none;
|
|
31470
|
-
}
|
|
31471
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31472
|
-
padding-left: 8px;
|
|
31473
|
-
}
|
|
31474
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31475
|
-
background-color: white;
|
|
31476
|
-
}
|
|
31477
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31478
|
-
color: #0080ff;
|
|
31479
|
-
}
|
|
31480
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31481
|
-
display: block;
|
|
31482
|
-
}
|
|
31483
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31484
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31485
|
-
}
|
|
31486
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31487
|
-
color: #0080ff;
|
|
31488
|
-
}
|
|
31489
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31490
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31491
|
-
color: #0080ff;
|
|
31492
|
-
}
|
|
31493
|
-
|
|
31494
|
-
.E_o1ifxsq4 {
|
|
31495
|
-
display: flex;
|
|
31496
|
-
justify-content: space-between;
|
|
31497
|
-
height: 20px;
|
|
31498
|
-
line-height: 20px;
|
|
31499
|
-
}
|
|
31500
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31501
|
-
color: #2d3a56;
|
|
31502
|
-
overflow: hidden;
|
|
31503
|
-
text-overflow: ellipsis;
|
|
31504
|
-
}
|
|
31505
|
-
|
|
31506
|
-
.E_o1zue7 {
|
|
31507
|
-
display: flex;
|
|
31508
|
-
justify-content: space-between;
|
|
31509
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31510
|
-
height: 18px;
|
|
31511
|
-
line-height: 18px;
|
|
31512
|
-
margin-top: 2px;
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.E_tyfmlxg {
|
|
31516
|
-
border: none;
|
|
31517
|
-
margin-right: 0;
|
|
31518
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31519
|
-
}
|
|
31520
|
-
|
|
31521
|
-
.E_o18uybox {
|
|
31522
|
-
pointer-events: none;
|
|
31523
|
-
height: 32px;
|
|
31524
|
-
width: 100%;
|
|
31525
|
-
opacity: 0;
|
|
31526
|
-
}
|
|
31527
|
-
|
|
31528
31563
|
.E_dsnbhzf {
|
|
31529
31564
|
font-family: Inter;
|
|
31530
31565
|
font-style: normal;
|
|
@@ -31992,33 +32027,23 @@ input.E_rf8rlle.ant-input {
|
|
|
31992
32027
|
line-height: 24px;
|
|
31993
32028
|
}
|
|
31994
32029
|
|
|
31995
|
-
.E_u18llj45 {
|
|
31996
|
-
font-family: Inter;
|
|
31997
|
-
font-style: normal;
|
|
31998
|
-
font-weight: normal;
|
|
31999
|
-
font-size: 10px;
|
|
32000
|
-
line-height: 12px;
|
|
32001
|
-
}
|
|
32002
|
-
|
|
32003
|
-
.
|
|
32004
|
-
min-width: 1280px;
|
|
32005
|
-
}
|
|
32006
|
-
|
|
32007
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32008
|
-
display: none;
|
|
32009
|
-
}
|
|
32010
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
32011
|
-
background: rgba(23, 38, 64, 0.8);
|
|
32012
|
-
border-radius: 4px;
|
|
32013
|
-
}
|
|
32014
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32015
|
-
visibility: hidden;
|
|
32016
|
-
}
|
|
32017
|
-
|
|
32018
|
-
.E_iq1gosr {
|
|
32030
|
+
.E_u18llj45 {
|
|
32031
|
+
font-family: Inter;
|
|
32032
|
+
font-style: normal;
|
|
32033
|
+
font-weight: normal;
|
|
32034
|
+
font-size: 10px;
|
|
32035
|
+
line-height: 12px;
|
|
32036
|
+
}
|
|
32037
|
+
|
|
32038
|
+
.E_owd0kml {
|
|
32019
32039
|
display: inline-block;
|
|
32020
32040
|
}
|
|
32021
32041
|
|
|
32042
|
+
.E_h1jsgezc {
|
|
32043
|
+
visibility: hidden;
|
|
32044
|
+
position: absolute;
|
|
32045
|
+
}
|
|
32046
|
+
|
|
32022
32047
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32023
32048
|
display: inline-flex;
|
|
32024
32049
|
align-items: center;
|
|
@@ -32049,33 +32074,261 @@ input.E_rf8rlle.ant-input {
|
|
|
32049
32074
|
transition: all 320ms ease;
|
|
32050
32075
|
}
|
|
32051
32076
|
|
|
32052
|
-
.
|
|
32053
|
-
|
|
32077
|
+
.E_m196gn1d {
|
|
32078
|
+
min-width: 1280px;
|
|
32054
32079
|
}
|
|
32055
|
-
|
|
32056
|
-
|
|
32080
|
+
|
|
32081
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32082
|
+
border-radius: 6px;
|
|
32083
|
+
}
|
|
32084
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32085
|
+
width: 100%;
|
|
32086
|
+
color: #2d3a56;
|
|
32087
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32088
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32089
|
+
font-size: 13px;
|
|
32090
|
+
}
|
|
32091
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32092
|
+
height: 30px;
|
|
32093
|
+
}
|
|
32094
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32095
|
+
height: 38px;
|
|
32096
|
+
font-size: 13px;
|
|
32097
|
+
}
|
|
32098
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32099
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32100
|
+
transition: 160ms ease;
|
|
32101
|
+
}
|
|
32102
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32103
|
+
color: #0080ff;
|
|
32104
|
+
}
|
|
32105
|
+
.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 {
|
|
32106
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32107
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32108
|
+
}
|
|
32109
|
+
.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 {
|
|
32110
|
+
color: #0080ff;
|
|
32111
|
+
}
|
|
32112
|
+
.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 {
|
|
32113
|
+
border-color: #0080ff;
|
|
32114
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32115
|
+
}
|
|
32116
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32117
|
+
transform: rotate(180deg);
|
|
32118
|
+
}
|
|
32119
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32120
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32121
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32122
|
+
cursor: "not-allowed";
|
|
32123
|
+
}
|
|
32124
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32125
|
+
border-color: #f0483e !important;
|
|
32126
|
+
}
|
|
32127
|
+
.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 {
|
|
32128
|
+
color: #1d326c;
|
|
32129
|
+
}
|
|
32130
|
+
.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 {
|
|
32131
|
+
border-color: #0080ff;
|
|
32132
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32133
|
+
}
|
|
32134
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32135
|
+
transform: rotate(180deg);
|
|
32057
32136
|
}
|
|
32058
32137
|
|
|
32059
|
-
.
|
|
32060
|
-
|
|
32061
|
-
background-color: #fff;
|
|
32138
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32139
|
+
opacity: 1;
|
|
32062
32140
|
}
|
|
32063
|
-
.
|
|
32064
|
-
|
|
32065
|
-
|
|
32066
|
-
|
|
32141
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32142
|
+
pointer-events: none;
|
|
32143
|
+
}
|
|
32144
|
+
|
|
32145
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32146
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32147
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32148
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32149
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32150
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32151
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32152
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32153
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32154
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32155
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32156
|
+
display: none;
|
|
32157
|
+
width: 16px;
|
|
32158
|
+
height: 16px;
|
|
32159
|
+
}
|
|
32160
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32161
|
+
opacity: 0.5;
|
|
32162
|
+
}
|
|
32163
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32164
|
+
display: none;
|
|
32165
|
+
}
|
|
32166
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32167
|
+
display: inline;
|
|
32168
|
+
}
|
|
32169
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32170
|
+
display: none;
|
|
32171
|
+
}
|
|
32172
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32173
|
+
display: inline;
|
|
32174
|
+
}
|
|
32175
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32176
|
+
display: none;
|
|
32177
|
+
}
|
|
32178
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32179
|
+
display: inline;
|
|
32180
|
+
}
|
|
32181
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32182
|
+
display: none;
|
|
32183
|
+
}
|
|
32184
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32185
|
+
display: inline;
|
|
32186
|
+
}
|
|
32187
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32188
|
+
display: none;
|
|
32189
|
+
}
|
|
32190
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32191
|
+
display: inline;
|
|
32192
|
+
}
|
|
32193
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32194
|
+
display: none;
|
|
32195
|
+
}
|
|
32196
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32197
|
+
display: inline;
|
|
32198
|
+
}
|
|
32199
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32200
|
+
display: none;
|
|
32201
|
+
}
|
|
32202
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32203
|
+
display: inline;
|
|
32204
|
+
}
|
|
32205
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32206
|
+
display: none;
|
|
32207
|
+
}
|
|
32208
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32209
|
+
display: inline;
|
|
32210
|
+
}
|
|
32211
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-suffix,
|
|
32212
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-suffix {
|
|
32213
|
+
display: none;
|
|
32214
|
+
}
|
|
32215
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):hover .select-error-hover-suffix {
|
|
32216
|
+
display: inline;
|
|
32217
|
+
}
|
|
32218
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-suffix,
|
|
32219
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-suffix {
|
|
32220
|
+
display: none;
|
|
32221
|
+
}
|
|
32222
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):active .select-error-active-suffix {
|
|
32223
|
+
display: inline;
|
|
32224
|
+
}
|
|
32225
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-suffix,
|
|
32226
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-suffix {
|
|
32227
|
+
display: none;
|
|
32228
|
+
}
|
|
32229
|
+
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open):focus .select-error-focus-suffix {
|
|
32230
|
+
display: inline;
|
|
32231
|
+
}
|
|
32232
|
+
|
|
32233
|
+
.E_swwhohx.ant-select .ant-select-selector {
|
|
32234
|
+
padding: 0 7px 0 12px;
|
|
32235
|
+
}
|
|
32236
|
+
.E_swwhohx.ant-select .ant-select-arrow {
|
|
32237
|
+
right: 8px;
|
|
32238
|
+
top: 50%;
|
|
32239
|
+
margin-top: -8px;
|
|
32240
|
+
width: 16px;
|
|
32241
|
+
height: 16px;
|
|
32242
|
+
display: flex;
|
|
32243
|
+
align-items: center;
|
|
32244
|
+
}
|
|
32245
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-selector {
|
|
32246
|
+
padding: 0 11px 0 16px;
|
|
32247
|
+
}
|
|
32248
|
+
.E_swwhohx.ant-select.ant-select-lg .ant-select-arrow {
|
|
32249
|
+
right: 12px;
|
|
32250
|
+
}
|
|
32251
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-selector {
|
|
32252
|
+
padding: 0 3px 0 8px;
|
|
32253
|
+
}
|
|
32254
|
+
.E_swwhohx.ant-select.ant-select-sm .ant-select-arrow {
|
|
32255
|
+
right: 4px;
|
|
32256
|
+
}
|
|
32257
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
32067
32258
|
padding-right: 24px;
|
|
32068
32259
|
}
|
|
32069
|
-
|
|
32070
|
-
|
|
32260
|
+
|
|
32261
|
+
.E_p2sxmsl {
|
|
32262
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32263
|
+
}
|
|
32264
|
+
|
|
32265
|
+
.E_oa99sl3 {
|
|
32266
|
+
display: flex;
|
|
32267
|
+
justify-content: space-between;
|
|
32268
|
+
align-items: center;
|
|
32269
|
+
gap: 8px;
|
|
32270
|
+
}
|
|
32271
|
+
.E_oa99sl3,
|
|
32272
|
+
.E_oa99sl3 :first-child {
|
|
32273
|
+
line-height: inherit !important;
|
|
32274
|
+
}
|
|
32275
|
+
|
|
32276
|
+
.E_lvp5pj7 {
|
|
32277
|
+
display: flex;
|
|
32278
|
+
justify-content: space-between;
|
|
32279
|
+
align-items: center;
|
|
32280
|
+
gap: 8px;
|
|
32281
|
+
min-width: 0;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.E_s1io1lws {
|
|
32285
|
+
display: flex;
|
|
32286
|
+
align-items: center;
|
|
32287
|
+
flex-shrink: 0;
|
|
32288
|
+
}
|
|
32289
|
+
|
|
32290
|
+
.E_suhck3k {
|
|
32291
|
+
height: 24px;
|
|
32292
|
+
width: 24px;
|
|
32293
|
+
border-radius: 6px;
|
|
32294
|
+
padding: 4px;
|
|
32295
|
+
}
|
|
32296
|
+
.E_suhck3k:hover {
|
|
32297
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32298
|
+
}
|
|
32299
|
+
.E_suhck3k:hover svg path {
|
|
32300
|
+
fill: blue;
|
|
32301
|
+
}
|
|
32302
|
+
|
|
32303
|
+
.E_ryby9ds {
|
|
32304
|
+
display: flex;
|
|
32305
|
+
align-items: center;
|
|
32306
|
+
}
|
|
32307
|
+
.E_ryby9ds .order {
|
|
32308
|
+
height: 24px;
|
|
32309
|
+
width: 24px;
|
|
32310
|
+
border-radius: 20px;
|
|
32311
|
+
color: #0080ff;
|
|
32312
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32313
|
+
display: flex;
|
|
32314
|
+
align-items: center;
|
|
32315
|
+
justify-content: center;
|
|
32316
|
+
margin-right: 6px;
|
|
32317
|
+
}
|
|
32318
|
+
|
|
32319
|
+
.E_w1dxz879 {
|
|
32320
|
+
display: flex;
|
|
32321
|
+
flex-direction: column;
|
|
32322
|
+
gap: 6px;
|
|
32071
32323
|
}
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32324
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32325
|
+
max-height: var(--w1dxz879-0);
|
|
32326
|
+
text-overflow: clip;
|
|
32327
|
+
overflow: hidden;
|
|
32074
32328
|
}
|
|
32075
|
-
|
|
32076
|
-
|
|
32077
|
-
|
|
32078
|
-
cursor: default;
|
|
32329
|
+
.E_w1dxz879 .tips {
|
|
32330
|
+
color: #fff;
|
|
32331
|
+
opacity: 0.8;
|
|
32079
32332
|
}
|
|
32080
32333
|
|
|
32081
32334
|
.E_hrhfj7c {
|
|
@@ -32224,315 +32477,77 @@ input.E_rf8rlle.ant-input {
|
|
|
32224
32477
|
}
|
|
32225
32478
|
.E_ckhyuyx .antd5-cascader-checkbox.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32226
32479
|
background-color: #fff;
|
|
32227
|
-
height: 2px;
|
|
32228
|
-
width: 10px;
|
|
32229
|
-
border-radius: 2px;
|
|
32230
|
-
}
|
|
32231
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
32232
|
-
opacity: 0.5;
|
|
32233
|
-
}
|
|
32234
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
32235
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32236
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32237
|
-
}
|
|
32238
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
32239
|
-
border-color: #2d3a56;
|
|
32240
|
-
}
|
|
32241
|
-
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32242
|
-
background: #2d3a56;
|
|
32243
|
-
}
|
|
32244
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
32245
|
-
padding: 0;
|
|
32246
|
-
}
|
|
32247
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
32248
|
-
display: inline-block;
|
|
32249
|
-
margin-left: 12px;
|
|
32250
|
-
color: #2d3a56;
|
|
32251
|
-
}
|
|
32252
|
-
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32253
|
-
margin-left: 28px;
|
|
32254
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32255
|
-
}
|
|
32256
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32257
|
-
margin-left: 8px;
|
|
32258
|
-
}
|
|
32259
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32260
|
-
margin-left: 24px;
|
|
32261
|
-
}
|
|
32262
|
-
.E_ckhyuyx .E_dt9qoak {
|
|
32263
|
-
width: 400px;
|
|
32264
|
-
}
|
|
32265
|
-
|
|
32266
|
-
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32267
|
-
padding: 4px;
|
|
32268
|
-
height: 158px;
|
|
32269
|
-
}
|
|
32270
|
-
.E_c1fmq9lv.E_ckhyuyx {
|
|
32271
|
-
border-radius: 6px;
|
|
32272
|
-
}
|
|
32273
|
-
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32274
|
-
min-width: 200px;
|
|
32275
|
-
font-size: 12px;
|
|
32276
|
-
}
|
|
32277
|
-
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32278
|
-
padding: 6px 12px;
|
|
32279
|
-
height: 18px;
|
|
32280
|
-
font-size: 12px;
|
|
32281
|
-
}
|
|
32282
|
-
|
|
32283
|
-
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32284
|
-
padding: 8px;
|
|
32285
|
-
height: 320px;
|
|
32286
|
-
}
|
|
32287
|
-
.E_c1evusvc.E_ckhyuyx {
|
|
32288
|
-
border-radius: 10px;
|
|
32289
|
-
}
|
|
32290
|
-
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32291
|
-
min-width: 296px;
|
|
32292
|
-
padding: 8px;
|
|
32293
|
-
}
|
|
32294
|
-
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32295
|
-
height: 22px;
|
|
32296
|
-
padding: 8px 16px;
|
|
32297
|
-
font-size: 14px;
|
|
32298
|
-
}
|
|
32299
|
-
|
|
32300
|
-
.E_suhck3k {
|
|
32301
|
-
height: 24px;
|
|
32302
|
-
width: 24px;
|
|
32303
|
-
border-radius: 6px;
|
|
32304
|
-
padding: 4px;
|
|
32305
|
-
}
|
|
32306
|
-
.E_suhck3k:hover {
|
|
32307
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32308
|
-
}
|
|
32309
|
-
.E_suhck3k:hover svg path {
|
|
32310
|
-
fill: blue;
|
|
32311
|
-
}
|
|
32312
|
-
|
|
32313
|
-
.E_ryby9ds {
|
|
32314
|
-
display: flex;
|
|
32315
|
-
align-items: center;
|
|
32316
|
-
}
|
|
32317
|
-
.E_ryby9ds .order {
|
|
32318
|
-
height: 24px;
|
|
32319
|
-
width: 24px;
|
|
32320
|
-
border-radius: 20px;
|
|
32321
|
-
color: #0080ff;
|
|
32322
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32323
|
-
display: flex;
|
|
32324
|
-
align-items: center;
|
|
32325
|
-
justify-content: center;
|
|
32326
|
-
margin-right: 6px;
|
|
32327
|
-
}
|
|
32328
|
-
|
|
32329
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32330
|
-
border-radius: 6px;
|
|
32331
|
-
}
|
|
32332
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32333
|
-
width: 100%;
|
|
32334
|
-
color: #2d3a56;
|
|
32335
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32336
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32337
|
-
font-size: 13px;
|
|
32338
|
-
}
|
|
32339
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32340
|
-
height: 30px;
|
|
32341
|
-
}
|
|
32342
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32343
|
-
height: 38px;
|
|
32344
|
-
font-size: 13px;
|
|
32345
|
-
}
|
|
32346
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32347
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32348
|
-
transition: 160ms ease;
|
|
32349
|
-
}
|
|
32350
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32351
|
-
color: #0080ff;
|
|
32352
|
-
}
|
|
32353
|
-
.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 {
|
|
32354
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32355
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32356
|
-
}
|
|
32357
|
-
.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 {
|
|
32358
|
-
color: #0080ff;
|
|
32359
|
-
}
|
|
32360
|
-
.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 {
|
|
32361
|
-
border-color: #0080ff;
|
|
32362
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32363
|
-
}
|
|
32364
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32365
|
-
transform: rotate(180deg);
|
|
32366
|
-
}
|
|
32367
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32368
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32369
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32370
|
-
cursor: "not-allowed";
|
|
32371
|
-
}
|
|
32372
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32373
|
-
border-color: #f0483e !important;
|
|
32374
|
-
}
|
|
32375
|
-
.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 {
|
|
32376
|
-
color: #1d326c;
|
|
32377
|
-
}
|
|
32378
|
-
.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 {
|
|
32379
|
-
border-color: #0080ff;
|
|
32380
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32381
|
-
}
|
|
32382
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32383
|
-
transform: rotate(180deg);
|
|
32384
|
-
}
|
|
32385
|
-
|
|
32386
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32387
|
-
opacity: 1;
|
|
32388
|
-
}
|
|
32389
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32390
|
-
pointer-events: none;
|
|
32391
|
-
}
|
|
32392
|
-
|
|
32393
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32394
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32395
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32396
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32397
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32398
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32399
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32400
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32401
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32402
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32403
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32404
|
-
display: none;
|
|
32405
|
-
width: 16px;
|
|
32406
|
-
height: 16px;
|
|
32407
|
-
}
|
|
32408
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32409
|
-
opacity: 0.5;
|
|
32410
|
-
}
|
|
32411
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32412
|
-
display: none;
|
|
32413
|
-
}
|
|
32414
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-expanded-search-suffix {
|
|
32415
|
-
display: inline;
|
|
32416
|
-
}
|
|
32417
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-suffix {
|
|
32418
|
-
display: none;
|
|
32419
|
-
}
|
|
32420
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error):not(.ant-select-show-search) .select-expanded-suffix {
|
|
32421
|
-
display: inline;
|
|
32422
|
-
}
|
|
32423
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-suffix {
|
|
32424
|
-
display: none;
|
|
32425
|
-
}
|
|
32426
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):hover .select-hover-suffix {
|
|
32427
|
-
display: inline;
|
|
32428
|
-
}
|
|
32429
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-suffix {
|
|
32430
|
-
display: none;
|
|
32431
|
-
}
|
|
32432
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):active .select-active-suffix {
|
|
32433
|
-
display: inline;
|
|
32434
|
-
}
|
|
32435
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-suffix {
|
|
32436
|
-
display: none;
|
|
32437
|
-
}
|
|
32438
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled):not(.ant-select-open):not(.select-error):focus .select-focus-suffix {
|
|
32439
|
-
display: inline;
|
|
32440
|
-
}
|
|
32441
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-suffix {
|
|
32442
|
-
display: none;
|
|
32443
|
-
}
|
|
32444
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open.ant-select-show-search .select-error-expanded-search-suffix {
|
|
32445
|
-
display: inline;
|
|
32446
|
-
}
|
|
32447
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-suffix {
|
|
32448
|
-
display: none;
|
|
32449
|
-
}
|
|
32450
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error.ant-select-open:not(.ant-select-show-search) .select-error-expanded-suffix {
|
|
32451
|
-
display: inline;
|
|
32452
|
-
}
|
|
32453
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-suffix {
|
|
32454
|
-
display: none;
|
|
32455
|
-
}
|
|
32456
|
-
.E_sks9xr8.ant-select:not(.ant-select-disabled).select-error:not(.ant-select-open) .select-error-suffix {
|
|
32457
|
-
display: inline;
|
|
32480
|
+
height: 2px;
|
|
32481
|
+
width: 10px;
|
|
32482
|
+
border-radius: 2px;
|
|
32458
32483
|
}
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32461
|
-
display: none;
|
|
32484
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled {
|
|
32485
|
+
opacity: 0.5;
|
|
32462
32486
|
}
|
|
32463
|
-
.
|
|
32464
|
-
|
|
32487
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled .antd5-cascader-checkbox-inner {
|
|
32488
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32489
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32465
32490
|
}
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
display: none;
|
|
32491
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-checked .antd5-cascader-checkbox-inner:after {
|
|
32492
|
+
border-color: #2d3a56;
|
|
32469
32493
|
}
|
|
32470
|
-
.
|
|
32471
|
-
|
|
32494
|
+
.E_ckhyuyx.antd5-cascader-checkbox-wrapper-disabled .antd5-cascader-checkbox-disabled.antd5-cascader-checkbox-indeterminate .antd5-cascader-checkbox-inner:after {
|
|
32495
|
+
background: #2d3a56;
|
|
32472
32496
|
}
|
|
32473
|
-
.
|
|
32474
|
-
|
|
32475
|
-
display: none;
|
|
32497
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span {
|
|
32498
|
+
padding: 0;
|
|
32476
32499
|
}
|
|
32477
|
-
.
|
|
32478
|
-
display: inline;
|
|
32500
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .main, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .main {
|
|
32501
|
+
display: inline-block;
|
|
32502
|
+
margin-left: 12px;
|
|
32503
|
+
color: #2d3a56;
|
|
32479
32504
|
}
|
|
32480
|
-
|
|
32481
|
-
|
|
32482
|
-
|
|
32505
|
+
.E_ckhyuyx .antd5-cascader-checkbox + span .sub, .E_ckhyuyx .antd5-cascader-checkbox-disabled + span .sub {
|
|
32506
|
+
margin-left: 28px;
|
|
32507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32483
32508
|
}
|
|
32484
|
-
.
|
|
32485
|
-
|
|
32486
|
-
top: 50%;
|
|
32487
|
-
margin-top: -8px;
|
|
32488
|
-
width: 16px;
|
|
32489
|
-
height: 16px;
|
|
32490
|
-
display: flex;
|
|
32491
|
-
align-items: center;
|
|
32509
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
32510
|
+
margin-left: 8px;
|
|
32492
32511
|
}
|
|
32493
|
-
.
|
|
32494
|
-
|
|
32512
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
32513
|
+
margin-left: 24px;
|
|
32495
32514
|
}
|
|
32496
|
-
.
|
|
32497
|
-
|
|
32515
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
32516
|
+
width: 400px;
|
|
32498
32517
|
}
|
|
32499
|
-
|
|
32500
|
-
|
|
32518
|
+
|
|
32519
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
32520
|
+
padding: 4px;
|
|
32521
|
+
height: 158px;
|
|
32501
32522
|
}
|
|
32502
|
-
.
|
|
32503
|
-
|
|
32523
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
32524
|
+
border-radius: 6px;
|
|
32504
32525
|
}
|
|
32505
|
-
.
|
|
32506
|
-
|
|
32526
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32527
|
+
min-width: 200px;
|
|
32528
|
+
font-size: 12px;
|
|
32507
32529
|
}
|
|
32508
|
-
|
|
32509
|
-
|
|
32510
|
-
|
|
32530
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
32531
|
+
padding: 6px 12px;
|
|
32532
|
+
height: 18px;
|
|
32533
|
+
font-size: 12px;
|
|
32511
32534
|
}
|
|
32512
32535
|
|
|
32513
|
-
.
|
|
32514
|
-
|
|
32515
|
-
|
|
32516
|
-
align-items: center;
|
|
32517
|
-
gap: 8px;
|
|
32536
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
32537
|
+
padding: 8px;
|
|
32538
|
+
height: 320px;
|
|
32518
32539
|
}
|
|
32519
|
-
.
|
|
32520
|
-
|
|
32521
|
-
line-height: inherit !important;
|
|
32540
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
32541
|
+
border-radius: 10px;
|
|
32522
32542
|
}
|
|
32523
|
-
|
|
32524
|
-
|
|
32525
|
-
|
|
32526
|
-
justify-content: space-between;
|
|
32527
|
-
align-items: center;
|
|
32528
|
-
gap: 8px;
|
|
32529
|
-
min-width: 0;
|
|
32543
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
32544
|
+
min-width: 296px;
|
|
32545
|
+
padding: 8px;
|
|
32530
32546
|
}
|
|
32531
|
-
|
|
32532
|
-
|
|
32533
|
-
|
|
32534
|
-
|
|
32535
|
-
flex-shrink: 0;
|
|
32547
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
32548
|
+
height: 22px;
|
|
32549
|
+
padding: 8px 16px;
|
|
32550
|
+
font-size: 14px;
|
|
32536
32551
|
}
|
|
32537
32552
|
|
|
32538
32553
|
.E_h12yihis {
|
|
@@ -32755,132 +32770,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32755
32770
|
position: static;
|
|
32756
32771
|
}
|
|
32757
32772
|
|
|
32758
|
-
.E_w1dxz879 {
|
|
32759
|
-
display: flex;
|
|
32760
|
-
flex-direction: column;
|
|
32761
|
-
gap: 6px;
|
|
32762
|
-
}
|
|
32763
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32764
|
-
max-height: var(--w1dxz879-0);
|
|
32765
|
-
text-overflow: clip;
|
|
32766
|
-
overflow: hidden;
|
|
32767
|
-
}
|
|
32768
|
-
.E_w1dxz879 .tips {
|
|
32769
|
-
color: #fff;
|
|
32770
|
-
opacity: 0.8;
|
|
32771
|
-
}
|
|
32772
|
-
|
|
32773
|
-
.E_c1kghdax {
|
|
32774
|
-
color: #2d3a56;
|
|
32775
|
-
padding: 7px 12px;
|
|
32776
|
-
display: flex;
|
|
32777
|
-
justify-content: space-between;
|
|
32778
|
-
align-items: center;
|
|
32779
|
-
}
|
|
32780
|
-
.E_c1kghdax.has-arrow {
|
|
32781
|
-
padding-left: 10px;
|
|
32782
|
-
}
|
|
32783
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32784
|
-
cursor: pointer;
|
|
32785
|
-
color: #00122e;
|
|
32786
|
-
}
|
|
32787
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32788
|
-
color: #2d3a56;
|
|
32789
|
-
font-weight: 600;
|
|
32790
|
-
}
|
|
32791
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32792
|
-
transform: rotate(90deg);
|
|
32793
|
-
}
|
|
32794
|
-
.E_c1kghdax .sub-info {
|
|
32795
|
-
font-size: 12px;
|
|
32796
|
-
line-height: 18px;
|
|
32797
|
-
}
|
|
32798
|
-
.E_c1kghdax .title-wrapper {
|
|
32799
|
-
display: flex;
|
|
32800
|
-
align-items: center;
|
|
32801
|
-
user-select: none;
|
|
32802
|
-
flex-grow: 1;
|
|
32803
|
-
font-size: 12px;
|
|
32804
|
-
line-height: 18px;
|
|
32805
|
-
color: #2d3a56;
|
|
32806
|
-
font-weight: 700;
|
|
32807
|
-
}
|
|
32808
|
-
.E_c1kghdax .collapse-arrow {
|
|
32809
|
-
transition: all 50ms ease-out 0ms;
|
|
32810
|
-
margin-right: 2px;
|
|
32811
|
-
}
|
|
32812
|
-
|
|
32813
|
-
.E_b14q2gmw {
|
|
32814
|
-
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);
|
|
32815
|
-
}
|
|
32816
|
-
|
|
32817
|
-
.E_c1eym6el {
|
|
32818
|
-
border-radius: 8px;
|
|
32819
|
-
background-color: white;
|
|
32820
|
-
}
|
|
32821
|
-
.E_c1eym6el.hoverable {
|
|
32822
|
-
cursor: pointer;
|
|
32823
|
-
}
|
|
32824
|
-
.E_c1eym6el.hoverable:hover {
|
|
32825
|
-
transition: all 200ms ease;
|
|
32826
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32827
|
-
transform: translateY(-4px);
|
|
32828
|
-
}
|
|
32829
|
-
|
|
32830
|
-
.E_r77hffu {
|
|
32831
|
-
display: flex;
|
|
32832
|
-
align-items: center;
|
|
32833
|
-
justify-content: space-between;
|
|
32834
|
-
column-gap: 6px;
|
|
32835
|
-
}
|
|
32836
|
-
|
|
32837
|
-
.E_p1cmxsf7 {
|
|
32838
|
-
display: flex;
|
|
32839
|
-
flex-direction: column;
|
|
32840
|
-
justify-content: center;
|
|
32841
|
-
row-gap: var(--p1cmxsf7-0);
|
|
32842
|
-
}
|
|
32843
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
32844
|
-
font-size: 0;
|
|
32845
|
-
margin-bottom: unset;
|
|
32846
|
-
margin-inline-end: unset;
|
|
32847
|
-
}
|
|
32848
|
-
|
|
32849
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32850
|
-
margin-right: 2px;
|
|
32851
|
-
}
|
|
32852
|
-
|
|
32853
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32854
|
-
padding-left: 8px;
|
|
32855
|
-
padding-right: 8px;
|
|
32856
|
-
font-size: 12px;
|
|
32857
|
-
}
|
|
32858
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32859
|
-
border-radius: 4px;
|
|
32860
|
-
}
|
|
32861
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32862
|
-
border-radius: 4px;
|
|
32863
|
-
}
|
|
32864
|
-
|
|
32865
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32866
|
-
padding-left: 12px;
|
|
32867
|
-
padding-right: 12px;
|
|
32868
|
-
}
|
|
32869
|
-
|
|
32870
|
-
.E_ckld275 {
|
|
32871
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32872
|
-
}
|
|
32873
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32874
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32875
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32876
|
-
}
|
|
32877
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32878
|
-
background-color: transparent;
|
|
32879
|
-
}
|
|
32880
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32881
|
-
background-color: transparent;
|
|
32882
|
-
}
|
|
32883
|
-
|
|
32884
32773
|
button.E_l48ei06.ant-btn,
|
|
32885
32774
|
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32886
32775
|
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
@@ -32930,75 +32819,63 @@ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-seco
|
|
|
32930
32819
|
color: #005ED1;
|
|
32931
32820
|
}
|
|
32932
32821
|
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32933
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32934
|
-
}
|
|
32935
|
-
|
|
32936
|
-
.E_l1ucdodl {
|
|
32937
|
-
margin: 0;
|
|
32938
|
-
border-radius: 20px;
|
|
32939
|
-
padding: 2px 10px;
|
|
32940
|
-
height: 22px;
|
|
32941
|
-
display: flex;
|
|
32942
|
-
align-items: center;
|
|
32943
|
-
}
|
|
32944
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
32945
|
-
color: #FFFFFF;
|
|
32946
|
-
}
|
|
32947
|
-
.E_l1ucdodl.tag-hover {
|
|
32948
|
-
cursor: pointer;
|
|
32949
|
-
}
|
|
32950
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
32951
|
-
color: #00122e;
|
|
32822
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32952
32823
|
}
|
|
32953
|
-
|
|
32954
|
-
|
|
32824
|
+
|
|
32825
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32826
|
+
margin-right: 2px;
|
|
32955
32827
|
}
|
|
32956
|
-
|
|
32957
|
-
|
|
32958
|
-
|
|
32828
|
+
|
|
32829
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32830
|
+
padding-left: 8px;
|
|
32831
|
+
padding-right: 8px;
|
|
32832
|
+
font-size: 12px;
|
|
32959
32833
|
}
|
|
32960
|
-
.
|
|
32961
|
-
|
|
32834
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32835
|
+
border-radius: 4px;
|
|
32962
32836
|
}
|
|
32963
|
-
.
|
|
32964
|
-
|
|
32837
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32838
|
+
border-radius: 4px;
|
|
32965
32839
|
}
|
|
32966
|
-
|
|
32967
|
-
|
|
32840
|
+
|
|
32841
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32842
|
+
padding-left: 12px;
|
|
32843
|
+
padding-right: 12px;
|
|
32968
32844
|
}
|
|
32969
|
-
|
|
32970
|
-
|
|
32845
|
+
|
|
32846
|
+
.E_ckld275 {
|
|
32847
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32971
32848
|
}
|
|
32972
|
-
.
|
|
32973
|
-
background-color:
|
|
32849
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32850
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32851
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32974
32852
|
}
|
|
32975
|
-
.
|
|
32976
|
-
background-color:
|
|
32853
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32854
|
+
background-color: transparent;
|
|
32977
32855
|
}
|
|
32978
|
-
.
|
|
32979
|
-
background-color:
|
|
32856
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32857
|
+
background-color: transparent;
|
|
32980
32858
|
}
|
|
32981
32859
|
|
|
32982
|
-
.
|
|
32983
|
-
|
|
32984
|
-
height: 8px;
|
|
32985
|
-
border-radius: 50%;
|
|
32986
|
-
display: inline-block;
|
|
32860
|
+
.E_b14q2gmw {
|
|
32861
|
+
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);
|
|
32987
32862
|
}
|
|
32988
32863
|
|
|
32989
|
-
.
|
|
32990
|
-
|
|
32991
|
-
|
|
32992
|
-
border-radius: 2px;
|
|
32993
|
-
display: inline-block;
|
|
32864
|
+
.E_c1eym6el {
|
|
32865
|
+
border-radius: 8px;
|
|
32866
|
+
background-color: white;
|
|
32994
32867
|
}
|
|
32995
|
-
|
|
32996
|
-
|
|
32997
|
-
|
|
32868
|
+
.E_c1eym6el.hoverable {
|
|
32869
|
+
cursor: pointer;
|
|
32870
|
+
}
|
|
32871
|
+
.E_c1eym6el.hoverable:hover {
|
|
32872
|
+
transition: all 200ms ease;
|
|
32873
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32874
|
+
transform: translateY(-4px);
|
|
32998
32875
|
}
|
|
32999
32876
|
|
|
33000
|
-
.
|
|
33001
|
-
|
|
32877
|
+
.E_c1yd35n {
|
|
32878
|
+
padding: 0 12px 14px 12px;
|
|
33002
32879
|
}
|
|
33003
32880
|
|
|
33004
32881
|
.E_ckui4s7 {
|
|
@@ -33065,310 +32942,119 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33065
32942
|
margin-left: 24px;
|
|
33066
32943
|
}
|
|
33067
32944
|
|
|
33068
|
-
.
|
|
33069
|
-
|
|
33070
|
-
|
|
33071
|
-
|
|
33072
|
-
|
|
33073
|
-
|
|
33074
|
-
border-radius: 20px;
|
|
33075
|
-
padding: 2px 10px;
|
|
33076
|
-
height: 22px;
|
|
33077
|
-
}
|
|
33078
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33079
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33080
|
-
}
|
|
33081
|
-
.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 {
|
|
33082
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33083
|
-
}
|
|
33084
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33085
|
-
color: #00122e;
|
|
33086
|
-
}
|
|
33087
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33088
|
-
margin-right: 6px;
|
|
33089
|
-
}
|
|
33090
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33091
|
-
margin-left: 8px;
|
|
33092
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33093
|
-
}
|
|
33094
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33095
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33096
|
-
}
|
|
33097
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33098
|
-
background-color: #0080ff;
|
|
33099
|
-
}
|
|
33100
|
-
.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 {
|
|
33101
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33102
|
-
}
|
|
33103
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33104
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33105
|
-
}
|
|
33106
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33107
|
-
background-color: #f0483e;
|
|
33108
|
-
}
|
|
33109
|
-
.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 {
|
|
33110
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33111
|
-
}
|
|
33112
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33113
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33114
|
-
}
|
|
33115
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33116
|
-
background-color: #fea008;
|
|
33117
|
-
}
|
|
33118
|
-
.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 {
|
|
33119
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33120
|
-
}
|
|
33121
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33122
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33123
|
-
}
|
|
33124
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33125
|
-
background-color: #00ba5d;
|
|
33126
|
-
}
|
|
33127
|
-
.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 {
|
|
33128
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33129
|
-
}
|
|
33130
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33131
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33132
|
-
}
|
|
33133
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33134
|
-
background-color: #6b7d99;
|
|
33135
|
-
}
|
|
33136
|
-
.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 {
|
|
33137
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33138
|
-
}
|
|
33139
|
-
|
|
33140
|
-
.E_satwmqm {
|
|
33141
|
-
width: 8px;
|
|
33142
|
-
height: 8px;
|
|
33143
|
-
border-radius: 50%;
|
|
33144
|
-
display: inline-block;
|
|
33145
|
-
}
|
|
33146
|
-
|
|
33147
|
-
.E_m11nzl2x {
|
|
33148
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33149
|
-
text-align: center;
|
|
33150
|
-
display: flex;
|
|
33151
|
-
align-items: center;
|
|
33152
|
-
justify-content: center;
|
|
33153
|
-
flex-direction: column;
|
|
33154
|
-
height: 100%;
|
|
33155
|
-
}
|
|
33156
|
-
.E_m11nzl2x .link {
|
|
33157
|
-
color: #0080ff;
|
|
33158
|
-
cursor: pointer;
|
|
33159
|
-
}
|
|
33160
|
-
|
|
33161
|
-
.E_mn7joto {
|
|
33162
|
-
width: 100%;
|
|
33163
|
-
height: 100%;
|
|
33164
|
-
display: flex;
|
|
33165
|
-
flex-direction: column;
|
|
33166
|
-
}
|
|
33167
|
-
.E_mn7joto .name-toolbar {
|
|
33168
|
-
width: 100%;
|
|
33169
|
-
display: flex;
|
|
33170
|
-
line-height: 30px;
|
|
33171
|
-
justify-content: space-between;
|
|
33172
|
-
}
|
|
33173
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33174
|
-
display: flex;
|
|
33175
|
-
font-size: 12px;
|
|
33176
|
-
align-items: center;
|
|
33177
|
-
}
|
|
33178
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33179
|
-
color: #a3b4cc;
|
|
33180
|
-
}
|
|
33181
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33182
|
-
margin-left: 10px;
|
|
33183
|
-
}
|
|
33184
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33185
|
-
margin-left: 10px;
|
|
33186
|
-
cursor: pointer;
|
|
33187
|
-
}
|
|
33188
|
-
.E_mn7joto .content {
|
|
33189
|
-
flex: 1;
|
|
33190
|
-
width: 100%;
|
|
33191
|
-
display: flex;
|
|
33192
|
-
justify-content: center;
|
|
33193
|
-
align-items: center;
|
|
33194
|
-
}
|
|
33195
|
-
.E_mn7joto .single-content {
|
|
33196
|
-
height: 65px;
|
|
33197
|
-
}
|
|
33198
|
-
|
|
33199
|
-
.E_l1bifhon {
|
|
33200
|
-
display: flex;
|
|
33201
|
-
align-items: center;
|
|
33202
|
-
white-space: nowrap;
|
|
33203
|
-
overflow: hidden;
|
|
33204
|
-
width: 100%;
|
|
33205
|
-
}
|
|
33206
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
33207
|
-
font-size: 12px;
|
|
33208
|
-
margin-left: 8px;
|
|
33209
|
-
}
|
|
33210
|
-
|
|
33211
|
-
.E_ltthzck {
|
|
33212
|
-
display: flex;
|
|
33213
|
-
justify-content: flex-start;
|
|
33214
|
-
align-items: center;
|
|
33215
|
-
font-size: 12px;
|
|
33216
|
-
cursor: pointer;
|
|
33217
|
-
}
|
|
33218
|
-
.E_ltthzck:not(:first-child) {
|
|
33219
|
-
margin-left: 8px;
|
|
33220
|
-
}
|
|
33221
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
33222
|
-
opacity: 0.3;
|
|
33223
|
-
}
|
|
33224
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
33225
|
-
background: #b4beca !important;
|
|
33226
|
-
border-radius: 2px;
|
|
33227
|
-
}
|
|
33228
|
-
.E_ltthzck.hoverering-self {
|
|
33229
|
-
opacity: 1;
|
|
33230
|
-
}
|
|
33231
|
-
.E_ltthzck .dropdown-trigger {
|
|
33232
|
-
margin-left: 12px;
|
|
33233
|
-
}
|
|
33234
|
-
.E_ltthzck .legend-name {
|
|
33235
|
-
color: #00122e;
|
|
33236
|
-
}
|
|
33237
|
-
|
|
33238
|
-
.E_l1mumj7o {
|
|
33239
|
-
display: flex;
|
|
33240
|
-
justify-content: flex-start;
|
|
33241
|
-
align-items: center;
|
|
33242
|
-
font-size: 12px;
|
|
33243
|
-
cursor: pointer;
|
|
33244
|
-
}
|
|
33245
|
-
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
33246
|
-
opacity: 0.3;
|
|
32945
|
+
.E_c1kghdax {
|
|
32946
|
+
color: #2d3a56;
|
|
32947
|
+
padding: 7px 12px;
|
|
32948
|
+
display: flex;
|
|
32949
|
+
justify-content: space-between;
|
|
32950
|
+
align-items: center;
|
|
33247
32951
|
}
|
|
33248
|
-
.
|
|
33249
|
-
|
|
33250
|
-
border-radius: 2px;
|
|
32952
|
+
.E_c1kghdax.has-arrow {
|
|
32953
|
+
padding-left: 10px;
|
|
33251
32954
|
}
|
|
33252
|
-
.
|
|
32955
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
32956
|
+
cursor: pointer;
|
|
33253
32957
|
color: #00122e;
|
|
33254
32958
|
}
|
|
33255
|
-
.
|
|
33256
|
-
|
|
32959
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
32960
|
+
color: #2d3a56;
|
|
32961
|
+
font-weight: 600;
|
|
33257
32962
|
}
|
|
33258
|
-
|
|
33259
|
-
|
|
33260
|
-
display: inline-block;
|
|
33261
|
-
height: 8px;
|
|
33262
|
-
width: 8px;
|
|
33263
|
-
margin-right: 6px;
|
|
33264
|
-
border-radius: 2px;
|
|
32963
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32964
|
+
transform: rotate(90deg);
|
|
33265
32965
|
}
|
|
33266
|
-
|
|
33267
|
-
|
|
32966
|
+
.E_c1kghdax .sub-info {
|
|
32967
|
+
font-size: 12px;
|
|
32968
|
+
line-height: 18px;
|
|
32969
|
+
}
|
|
32970
|
+
.E_c1kghdax .title-wrapper {
|
|
33268
32971
|
display: flex;
|
|
33269
32972
|
align-items: center;
|
|
32973
|
+
user-select: none;
|
|
32974
|
+
flex-grow: 1;
|
|
33270
32975
|
font-size: 12px;
|
|
33271
|
-
|
|
32976
|
+
line-height: 18px;
|
|
32977
|
+
color: #2d3a56;
|
|
32978
|
+
font-weight: 700;
|
|
32979
|
+
}
|
|
32980
|
+
.E_c1kghdax .collapse-arrow {
|
|
32981
|
+
transition: all 50ms ease-out 0ms;
|
|
32982
|
+
margin-right: 2px;
|
|
33272
32983
|
}
|
|
33273
32984
|
|
|
33274
|
-
.
|
|
33275
|
-
|
|
32985
|
+
.E_sddwhm6 {
|
|
32986
|
+
margin: 0;
|
|
32987
|
+
border-radius: 20px;
|
|
32988
|
+
padding: 2px 10px;
|
|
32989
|
+
height: 22px;
|
|
33276
32990
|
}
|
|
33277
|
-
.
|
|
33278
|
-
|
|
32991
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32992
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33279
32993
|
}
|
|
33280
|
-
.
|
|
33281
|
-
|
|
33282
|
-
justify-content: space-between;
|
|
33283
|
-
line-height: 30px;
|
|
32994
|
+
.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 {
|
|
32995
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33284
32996
|
}
|
|
33285
|
-
.
|
|
33286
|
-
|
|
33287
|
-
flex-shrink: 0;
|
|
33288
|
-
font-size: 12px;
|
|
33289
|
-
align-items: center;
|
|
32997
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32998
|
+
color: #00122e;
|
|
33290
32999
|
}
|
|
33291
|
-
.
|
|
33292
|
-
|
|
33000
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33001
|
+
margin-right: 6px;
|
|
33293
33002
|
}
|
|
33294
|
-
.
|
|
33295
|
-
margin-left:
|
|
33003
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33004
|
+
margin-left: 8px;
|
|
33005
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33296
33006
|
}
|
|
33297
|
-
.
|
|
33298
|
-
|
|
33299
|
-
cursor: pointer;
|
|
33007
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33008
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33300
33009
|
}
|
|
33301
|
-
.
|
|
33302
|
-
|
|
33010
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33011
|
+
background-color: #0080ff;
|
|
33303
33012
|
}
|
|
33304
|
-
.
|
|
33305
|
-
|
|
33306
|
-
bottom: 10px;
|
|
33307
|
-
padding: 0 8px;
|
|
33308
|
-
font-size: 12px;
|
|
33309
|
-
color: #fff;
|
|
33310
|
-
transform: translateX(-50%);
|
|
33013
|
+
.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 {
|
|
33014
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33311
33015
|
}
|
|
33312
|
-
|
|
33313
|
-
.
|
|
33314
|
-
min-width: 200px;
|
|
33315
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
33316
|
-
border-radius: 4px;
|
|
33317
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
33318
|
-
padding: 8px;
|
|
33016
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33017
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33319
33018
|
}
|
|
33320
|
-
|
|
33321
|
-
|
|
33322
|
-
display: flex;
|
|
33323
|
-
align-items: center;
|
|
33324
|
-
background-color: unset;
|
|
33325
|
-
color: #FFFFFF;
|
|
33326
|
-
justify-content: space-between;
|
|
33327
|
-
font-size: 12px;
|
|
33328
|
-
padding-top: 6px;
|
|
33019
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33020
|
+
background-color: #f0483e;
|
|
33329
33021
|
}
|
|
33330
|
-
.
|
|
33331
|
-
|
|
33022
|
+
.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 {
|
|
33023
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33332
33024
|
}
|
|
33333
|
-
.
|
|
33334
|
-
|
|
33025
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33026
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33335
33027
|
}
|
|
33336
|
-
.
|
|
33337
|
-
color: #
|
|
33338
|
-
margin-left: 8px;
|
|
33028
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33029
|
+
background-color: #fea008;
|
|
33339
33030
|
}
|
|
33340
|
-
|
|
33341
|
-
.
|
|
33342
|
-
display: inline-block;
|
|
33343
|
-
height: 8px;
|
|
33344
|
-
width: 8px;
|
|
33345
|
-
margin-right: 8px;
|
|
33346
|
-
border-radius: 2px;
|
|
33031
|
+
.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 {
|
|
33032
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33347
33033
|
}
|
|
33348
|
-
.
|
|
33349
|
-
|
|
33034
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33035
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33350
33036
|
}
|
|
33351
|
-
|
|
33352
|
-
|
|
33353
|
-
min-width: 0;
|
|
33354
|
-
flex: 1;
|
|
33037
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33038
|
+
background-color: #00ba5d;
|
|
33355
33039
|
}
|
|
33356
|
-
.
|
|
33357
|
-
|
|
33040
|
+
.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 {
|
|
33041
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33358
33042
|
}
|
|
33359
|
-
.
|
|
33360
|
-
|
|
33361
|
-
max-width: fit-content;
|
|
33043
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33044
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33362
33045
|
}
|
|
33363
|
-
.
|
|
33364
|
-
|
|
33365
|
-
|
|
33046
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33047
|
+
background-color: #6b7d99;
|
|
33048
|
+
}
|
|
33049
|
+
.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 {
|
|
33050
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33366
33051
|
}
|
|
33367
33052
|
|
|
33368
|
-
.
|
|
33369
|
-
|
|
33370
|
-
|
|
33371
|
-
|
|
33053
|
+
.E_satwmqm {
|
|
33054
|
+
width: 8px;
|
|
33055
|
+
height: 8px;
|
|
33056
|
+
border-radius: 50%;
|
|
33057
|
+
display: inline-block;
|
|
33372
33058
|
}
|
|
33373
33059
|
|
|
33374
33060
|
.E_tc97u5y {
|
|
@@ -33742,6 +33428,63 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33742
33428
|
background: #fff;
|
|
33743
33429
|
}
|
|
33744
33430
|
|
|
33431
|
+
.E_w7ob4th.outside-tag {
|
|
33432
|
+
padding-left: 0;
|
|
33433
|
+
}
|
|
33434
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33435
|
+
border-radius: 4px 0 0 4px;
|
|
33436
|
+
padding-right: 4px;
|
|
33437
|
+
margin-right: 4px;
|
|
33438
|
+
}
|
|
33439
|
+
|
|
33440
|
+
.E_r77hffu {
|
|
33441
|
+
display: flex;
|
|
33442
|
+
align-items: center;
|
|
33443
|
+
justify-content: space-between;
|
|
33444
|
+
column-gap: 6px;
|
|
33445
|
+
}
|
|
33446
|
+
|
|
33447
|
+
.E_p1cmxsf7 {
|
|
33448
|
+
display: flex;
|
|
33449
|
+
flex-direction: column;
|
|
33450
|
+
justify-content: center;
|
|
33451
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33452
|
+
}
|
|
33453
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33454
|
+
font-size: 0;
|
|
33455
|
+
margin-bottom: unset;
|
|
33456
|
+
margin-inline-end: unset;
|
|
33457
|
+
}
|
|
33458
|
+
|
|
33459
|
+
.E_slr2ynn {
|
|
33460
|
+
padding: 0 8px;
|
|
33461
|
+
height: 18px;
|
|
33462
|
+
}
|
|
33463
|
+
|
|
33464
|
+
.E_m140wbb6 {
|
|
33465
|
+
padding: 2px 8px;
|
|
33466
|
+
height: 24px;
|
|
33467
|
+
}
|
|
33468
|
+
|
|
33469
|
+
.E_t1fozc1i {
|
|
33470
|
+
margin: 0;
|
|
33471
|
+
}
|
|
33472
|
+
|
|
33473
|
+
.E_i1vxv4ln {
|
|
33474
|
+
margin-right: 4px;
|
|
33475
|
+
height: 16px;
|
|
33476
|
+
}
|
|
33477
|
+
|
|
33478
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33479
|
+
font-weight: 700;
|
|
33480
|
+
color: #00122e;
|
|
33481
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33482
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33483
|
+
word-break: break-all;
|
|
33484
|
+
display: inline;
|
|
33485
|
+
white-space: normal;
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33745
33488
|
.E_lht19u8 {
|
|
33746
33489
|
width: 64px;
|
|
33747
33490
|
height: 64px;
|
|
@@ -33791,208 +33534,200 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33791
33534
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33792
33535
|
}
|
|
33793
33536
|
|
|
33794
|
-
.
|
|
33537
|
+
.E_t1dtlqs1 {
|
|
33538
|
+
margin-bottom: 4px;
|
|
33795
33539
|
color: rgba(44, 56, 82, 0.6);
|
|
33796
|
-
text-align: center;
|
|
33797
|
-
display: flex;
|
|
33798
|
-
align-items: center;
|
|
33799
|
-
justify-content: center;
|
|
33800
|
-
flex-direction: column;
|
|
33801
|
-
height: 100%;
|
|
33802
33540
|
}
|
|
33803
|
-
|
|
33541
|
+
|
|
33542
|
+
.E_s1ese5oy {
|
|
33543
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33544
|
+
line-height: 32px;
|
|
33545
|
+
height: 32px;
|
|
33546
|
+
margin-bottom: 0;
|
|
33547
|
+
}
|
|
33548
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33804
33549
|
color: #0080ff;
|
|
33805
|
-
cursor: pointer;
|
|
33806
33550
|
}
|
|
33807
|
-
|
|
33808
|
-
|
|
33809
|
-
width: 100%;
|
|
33810
|
-
height: 100%;
|
|
33811
|
-
display: flex;
|
|
33812
|
-
flex-direction: column;
|
|
33551
|
+
.E_s1ese5oy.warning {
|
|
33552
|
+
color: #ffa500;
|
|
33813
33553
|
}
|
|
33814
|
-
.
|
|
33815
|
-
|
|
33816
|
-
display: flex;
|
|
33817
|
-
line-height: 30px;
|
|
33818
|
-
padding: 0 16px;
|
|
33819
|
-
justify-content: space-between;
|
|
33554
|
+
.E_s1ese5oy.success {
|
|
33555
|
+
color: #00ba5d;
|
|
33820
33556
|
}
|
|
33821
|
-
.
|
|
33822
|
-
|
|
33823
|
-
font-size: 12px;
|
|
33824
|
-
align-items: center;
|
|
33557
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33558
|
+
color: #f0483e;
|
|
33825
33559
|
}
|
|
33826
|
-
.
|
|
33827
|
-
color:
|
|
33560
|
+
.E_s1ese5oy.normal {
|
|
33561
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33828
33562
|
}
|
|
33829
|
-
|
|
33830
|
-
|
|
33563
|
+
|
|
33564
|
+
.E_b1ibis43 {
|
|
33565
|
+
margin-bottom: 0;
|
|
33566
|
+
color: #00122e;
|
|
33831
33567
|
}
|
|
33832
|
-
|
|
33833
|
-
|
|
33834
|
-
|
|
33568
|
+
|
|
33569
|
+
.E_b11xxjd2 {
|
|
33570
|
+
line-height: 32px;
|
|
33571
|
+
margin-right: 6px;
|
|
33835
33572
|
}
|
|
33836
|
-
|
|
33573
|
+
|
|
33574
|
+
.E_bsub5bw.with-description {
|
|
33575
|
+
height: 24px;
|
|
33837
33576
|
flex: 1;
|
|
33838
|
-
|
|
33839
|
-
|
|
33840
|
-
justify-content: center;
|
|
33841
|
-
align-items: center;
|
|
33577
|
+
position: relative;
|
|
33578
|
+
top: -7px;
|
|
33842
33579
|
}
|
|
33843
|
-
.
|
|
33844
|
-
|
|
33580
|
+
.E_bsub5bw p {
|
|
33581
|
+
width: 100%;
|
|
33582
|
+
overflow: hidden;
|
|
33583
|
+
text-overflow: ellipsis;
|
|
33584
|
+
white-space: nowrap;
|
|
33845
33585
|
}
|
|
33846
33586
|
|
|
33847
|
-
.
|
|
33587
|
+
.E_tmoyoag {
|
|
33588
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33589
|
+
border-radius: 8px;
|
|
33590
|
+
overflow: auto;
|
|
33591
|
+
}
|
|
33592
|
+
.E_tmoyoag .ant-list {
|
|
33593
|
+
position: relative;
|
|
33594
|
+
}
|
|
33595
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33596
|
+
border-bottom: none;
|
|
33597
|
+
}
|
|
33598
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33599
|
+
position: sticky;
|
|
33600
|
+
top: 0;
|
|
33601
|
+
z-index: 2;
|
|
33848
33602
|
display: flex;
|
|
33849
|
-
|
|
33850
|
-
|
|
33851
|
-
|
|
33852
|
-
|
|
33603
|
+
padding: 8px;
|
|
33604
|
+
flex-wrap: nowrap;
|
|
33605
|
+
justify-content: flex-start;
|
|
33606
|
+
background: #f2f5fa;
|
|
33607
|
+
font-size: 14px;
|
|
33608
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33609
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33853
33610
|
}
|
|
33854
|
-
.
|
|
33855
|
-
|
|
33856
|
-
font-size: 12px;
|
|
33611
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33612
|
+
align-items: inherit;
|
|
33857
33613
|
}
|
|
33858
|
-
|
|
33859
|
-
|
|
33614
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33615
|
+
margin-bottom: 0;
|
|
33616
|
+
}
|
|
33617
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33860
33618
|
display: flex;
|
|
33861
33619
|
justify-content: flex-start;
|
|
33862
|
-
align-items:
|
|
33863
|
-
|
|
33864
|
-
|
|
33620
|
+
align-items: flex-start;
|
|
33621
|
+
flex-wrap: wrap;
|
|
33622
|
+
padding: 8px;
|
|
33623
|
+
border: none;
|
|
33865
33624
|
}
|
|
33866
|
-
.
|
|
33867
|
-
|
|
33625
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33626
|
+
flex-basis: 100%;
|
|
33627
|
+
margin: 12px 0 0;
|
|
33628
|
+
order: 99;
|
|
33629
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33868
33630
|
}
|
|
33869
|
-
.
|
|
33870
|
-
|
|
33631
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33632
|
+
color: #f0483e;
|
|
33633
|
+
flex-basis: 100%;
|
|
33634
|
+
order: 98;
|
|
33635
|
+
margin: 12px 0 0;
|
|
33871
33636
|
}
|
|
33872
|
-
.
|
|
33873
|
-
background:
|
|
33637
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33638
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33874
33639
|
}
|
|
33875
|
-
|
|
33876
|
-
.
|
|
33877
|
-
display: inline-block;
|
|
33878
|
-
height: 8px;
|
|
33879
|
-
width: 8px;
|
|
33880
|
-
margin-right: 8px;
|
|
33640
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33641
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33881
33642
|
}
|
|
33882
|
-
|
|
33883
|
-
|
|
33884
|
-
|
|
33885
|
-
|
|
33886
|
-
|
|
33643
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33644
|
+
flex: 1 0 0;
|
|
33645
|
+
overflow: hidden;
|
|
33646
|
+
}
|
|
33647
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33648
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33887
33649
|
margin: 0;
|
|
33888
33650
|
}
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
position: relative;
|
|
33651
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33652
|
+
text-align: center;
|
|
33892
33653
|
}
|
|
33893
|
-
.
|
|
33894
|
-
|
|
33654
|
+
.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 > * {
|
|
33655
|
+
text-align: center;
|
|
33895
33656
|
}
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33898
|
-
justify-content: space-between;
|
|
33899
|
-
line-height: 30px;
|
|
33900
|
-
margin: 0 16px;
|
|
33657
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33658
|
+
text-align: left;
|
|
33901
33659
|
}
|
|
33902
|
-
.
|
|
33903
|
-
|
|
33904
|
-
font-size: 12px;
|
|
33905
|
-
align-items: center;
|
|
33660
|
+
.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 > * {
|
|
33661
|
+
text-align: left;
|
|
33906
33662
|
}
|
|
33907
|
-
.
|
|
33908
|
-
|
|
33663
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33664
|
+
text-align: right;
|
|
33909
33665
|
}
|
|
33910
|
-
.
|
|
33911
|
-
|
|
33666
|
+
.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 > * {
|
|
33667
|
+
text-align: right;
|
|
33912
33668
|
}
|
|
33913
|
-
.
|
|
33914
|
-
margin-
|
|
33915
|
-
cursor: pointer;
|
|
33669
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33670
|
+
margin-right: 8px;
|
|
33916
33671
|
}
|
|
33917
|
-
.
|
|
33918
|
-
|
|
33672
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33673
|
+
padding: 4px;
|
|
33674
|
+
width: 24px;
|
|
33675
|
+
height: 24px;
|
|
33676
|
+
overflow: hidden;
|
|
33919
33677
|
}
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33922
|
-
bottom: 10px;
|
|
33923
|
-
padding: 0 8px;
|
|
33924
|
-
border-radius: 4px;
|
|
33925
|
-
font-size: 12px;
|
|
33926
|
-
color: #fff;
|
|
33927
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33928
|
-
transform: translateX(-50%);
|
|
33678
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33679
|
+
padding: 0;
|
|
33929
33680
|
}
|
|
33930
|
-
|
|
33931
|
-
|
|
33932
|
-
|
|
33681
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33682
|
+
cursor: not-allowed;
|
|
33683
|
+
opacity: 0.5;
|
|
33933
33684
|
}
|
|
33934
|
-
|
|
33935
|
-
|
|
33936
|
-
display: flex;
|
|
33937
|
-
align-items: center;
|
|
33938
|
-
justify-content: space-between;
|
|
33939
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33940
|
-
color: #b4beca;
|
|
33941
|
-
font-size: 12px;
|
|
33942
|
-
padding: 3px 6px;
|
|
33685
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33686
|
+
margin: 0;
|
|
33943
33687
|
}
|
|
33944
|
-
.
|
|
33945
|
-
|
|
33688
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33689
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33690
|
+
border-radius: 5px;
|
|
33691
|
+
font-size: 12px;
|
|
33946
33692
|
}
|
|
33947
|
-
.
|
|
33948
|
-
|
|
33693
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33694
|
+
font-size: inherit;
|
|
33949
33695
|
}
|
|
33950
|
-
.
|
|
33951
|
-
|
|
33952
|
-
|
|
33696
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33697
|
+
min-height: 24px;
|
|
33698
|
+
font-size: 12px;
|
|
33699
|
+
position: relative;
|
|
33953
33700
|
}
|
|
33954
|
-
|
|
33955
|
-
|
|
33956
|
-
padding-left: 0;
|
|
33701
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33702
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33957
33703
|
}
|
|
33958
|
-
.
|
|
33959
|
-
|
|
33960
|
-
padding-right: 4px;
|
|
33961
|
-
margin-right: 4px;
|
|
33704
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33705
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33962
33706
|
}
|
|
33963
33707
|
|
|
33964
|
-
.
|
|
33965
|
-
|
|
33966
|
-
|
|
33708
|
+
.E_a138syjm {
|
|
33709
|
+
display: flex;
|
|
33710
|
+
align-items: center;
|
|
33711
|
+
margin-top: 8px;
|
|
33967
33712
|
}
|
|
33968
|
-
|
|
33969
|
-
.E_m140wbb6 {
|
|
33713
|
+
.E_a138syjm button.ant-btn {
|
|
33970
33714
|
padding: 2px 8px;
|
|
33971
33715
|
height: 24px;
|
|
33972
33716
|
}
|
|
33973
|
-
|
|
33974
|
-
|
|
33975
|
-
margin:
|
|
33976
|
-
|
|
33977
|
-
|
|
33978
|
-
.
|
|
33979
|
-
margin-right: 4px;
|
|
33980
|
-
height: 16px;
|
|
33981
|
-
}
|
|
33982
|
-
|
|
33983
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33984
|
-
font-weight: 700;
|
|
33985
|
-
color: #00122e;
|
|
33986
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33987
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33988
|
-
word-break: break-all;
|
|
33717
|
+
.E_a138syjm > span.maximum-desc {
|
|
33718
|
+
display: none;
|
|
33719
|
+
margin-left: 8px;
|
|
33720
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33721
|
+
}
|
|
33722
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33989
33723
|
display: inline;
|
|
33990
|
-
white-space: normal;
|
|
33991
33724
|
}
|
|
33992
33725
|
|
|
33993
|
-
.
|
|
33994
|
-
|
|
33995
|
-
height:
|
|
33726
|
+
.E_d77i8u0 {
|
|
33727
|
+
width: 24px;
|
|
33728
|
+
height: 24px;
|
|
33729
|
+
padding: 4px;
|
|
33730
|
+
margin-right: 8px;
|
|
33996
33731
|
}
|
|
33997
33732
|
|
|
33998
33733
|
.E_sjob3jg {
|
|
@@ -34053,367 +33788,632 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34053
33788
|
padding: 0;
|
|
34054
33789
|
font-size: 12px;
|
|
34055
33790
|
}
|
|
34056
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34057
|
-
margin-right: 10px;
|
|
33791
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33792
|
+
margin-right: 10px;
|
|
33793
|
+
}
|
|
33794
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33795
|
+
display: none;
|
|
33796
|
+
}
|
|
33797
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33798
|
+
padding-left: 8px;
|
|
33799
|
+
padding-right: 4px;
|
|
33800
|
+
border-radius: 4px 0 0 4px;
|
|
33801
|
+
}
|
|
33802
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33803
|
+
margin-right: 0;
|
|
33804
|
+
}
|
|
33805
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33806
|
+
padding-right: 8px;
|
|
33807
|
+
padding-left: 12px;
|
|
33808
|
+
border-radius: 0 4px 4px 0;
|
|
33809
|
+
}
|
|
33810
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33811
|
+
content: "";
|
|
33812
|
+
width: 0;
|
|
33813
|
+
height: 0;
|
|
33814
|
+
border: 13px solid transparent;
|
|
33815
|
+
position: absolute;
|
|
33816
|
+
top: 0;
|
|
33817
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33818
|
+
z-index: 2;
|
|
33819
|
+
position: relative;
|
|
33820
|
+
top: -50%;
|
|
33821
|
+
right: -100%;
|
|
33822
|
+
}
|
|
33823
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33824
|
+
padding: 0 4px 0 12px;
|
|
33825
|
+
}
|
|
33826
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33827
|
+
content: "";
|
|
33828
|
+
width: 0;
|
|
33829
|
+
height: 0;
|
|
33830
|
+
border: 13px solid transparent;
|
|
33831
|
+
position: absolute;
|
|
33832
|
+
top: 0;
|
|
33833
|
+
border-left: 8px solid #fff;
|
|
33834
|
+
left: 0;
|
|
33835
|
+
}
|
|
33836
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33837
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33838
|
+
}
|
|
33839
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33840
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33841
|
+
}
|
|
33842
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33843
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33844
|
+
}
|
|
33845
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33846
|
+
cursor: pointer;
|
|
33847
|
+
min-width: var(--item-min-width);
|
|
33848
|
+
}
|
|
33849
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33850
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33851
|
+
min-width: var(--item-min-width);
|
|
33852
|
+
}
|
|
33853
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33854
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33855
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33856
|
+
}
|
|
33857
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33858
|
+
padding: 0;
|
|
33859
|
+
}
|
|
33860
|
+
|
|
33861
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33862
|
+
width: 192px;
|
|
33863
|
+
row-gap: 2px;
|
|
33864
|
+
}
|
|
33865
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33866
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33867
|
+
}
|
|
33868
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33869
|
+
color: #00122e !important;
|
|
33870
|
+
}
|
|
33871
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33872
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33873
|
+
}
|
|
33874
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33875
|
+
padding: 0 8px;
|
|
33876
|
+
border-radius: 4px;
|
|
33877
|
+
height: 32px;
|
|
33878
|
+
display: flex;
|
|
33879
|
+
align-items: center;
|
|
33880
|
+
}
|
|
33881
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33882
|
+
min-height: auto;
|
|
33883
|
+
white-space: nowrap;
|
|
33884
|
+
}
|
|
33885
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33886
|
+
font-size: 13px;
|
|
33887
|
+
line-height: 20px;
|
|
33888
|
+
max-width: 100%;
|
|
33889
|
+
padding-right: 0;
|
|
33890
|
+
}
|
|
33891
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33892
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33893
|
+
}
|
|
33894
|
+
|
|
33895
|
+
.E_h6l1tj4 {
|
|
33896
|
+
width: 100%;
|
|
33897
|
+
display: inline-flex;
|
|
33898
|
+
align-items: center;
|
|
33899
|
+
justify-content: center;
|
|
33900
|
+
column-gap: 4px;
|
|
33901
|
+
}
|
|
33902
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33903
|
+
display: inline-flex;
|
|
33904
|
+
align-items: center;
|
|
33905
|
+
width: 18px;
|
|
33906
|
+
height: 18px;
|
|
33907
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33908
|
+
justify-content: center;
|
|
33909
|
+
}
|
|
33910
|
+
|
|
33911
|
+
.E_v18frne8 {
|
|
33912
|
+
width: 100%;
|
|
33913
|
+
display: flex;
|
|
33914
|
+
align-items: center;
|
|
33915
|
+
justify-content: center;
|
|
33916
|
+
column-gap: 6px;
|
|
33917
|
+
font-size: 13px;
|
|
33918
|
+
}
|
|
33919
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33920
|
+
display: inline-flex;
|
|
33921
|
+
align-items: center;
|
|
33922
|
+
min-width: 20px;
|
|
33923
|
+
min-height: 20px;
|
|
33924
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33925
|
+
justify-content: center;
|
|
33926
|
+
}
|
|
33927
|
+
|
|
33928
|
+
.E_t13ef470 {
|
|
33929
|
+
height: 100%;
|
|
33930
|
+
}
|
|
33931
|
+
.E_t13ef470 .table-loading-item {
|
|
33932
|
+
padding: 12px 4px;
|
|
33933
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33934
|
+
display: flex;
|
|
33935
|
+
}
|
|
33936
|
+
.E_t13ef470 .table-loading-item > * {
|
|
33937
|
+
height: 16px;
|
|
33938
|
+
margin: 4px;
|
|
33939
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33940
|
+
border-radius: 2px;
|
|
33941
|
+
}
|
|
33942
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33943
|
+
width: 16px;
|
|
33944
|
+
}
|
|
33945
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
33946
|
+
flex: 1;
|
|
33947
|
+
}
|
|
33948
|
+
.E_t13ef470 :nth-child(1) {
|
|
33949
|
+
padding: 8px 4px;
|
|
33950
|
+
}
|
|
33951
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33952
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33953
|
+
}
|
|
33954
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33955
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33956
|
+
}
|
|
33957
|
+
|
|
33958
|
+
.E_l1ucdodl {
|
|
33959
|
+
margin: 0;
|
|
33960
|
+
border-radius: 20px;
|
|
33961
|
+
padding: 2px 10px;
|
|
33962
|
+
height: 22px;
|
|
33963
|
+
display: flex;
|
|
33964
|
+
align-items: center;
|
|
33965
|
+
}
|
|
33966
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33967
|
+
color: #FFFFFF;
|
|
33968
|
+
}
|
|
33969
|
+
.E_l1ucdodl.tag-hover {
|
|
33970
|
+
cursor: pointer;
|
|
33971
|
+
}
|
|
33972
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33973
|
+
color: #00122e;
|
|
33974
|
+
}
|
|
33975
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33976
|
+
margin-right: 6px;
|
|
33977
|
+
}
|
|
33978
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33979
|
+
margin-left: 8px;
|
|
33980
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33981
|
+
}
|
|
33982
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33983
|
+
color: #FFFFFF;
|
|
33984
|
+
}
|
|
33985
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33986
|
+
background-color: #0080ff;
|
|
33987
|
+
}
|
|
33988
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33989
|
+
background-color: #f0483e;
|
|
33990
|
+
}
|
|
33991
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33992
|
+
background-color: #fea008;
|
|
33993
|
+
}
|
|
33994
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33995
|
+
background-color: #00ba5d;
|
|
33996
|
+
}
|
|
33997
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33998
|
+
background-color: #6b7d99;
|
|
33999
|
+
}
|
|
34000
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34001
|
+
background-color: #7E41FF;
|
|
34002
|
+
}
|
|
34003
|
+
|
|
34004
|
+
.E_s1qj66nc {
|
|
34005
|
+
width: 8px;
|
|
34006
|
+
height: 8px;
|
|
34007
|
+
border-radius: 50%;
|
|
34008
|
+
display: inline-block;
|
|
34009
|
+
}
|
|
34010
|
+
|
|
34011
|
+
.E_s5x1boq {
|
|
34012
|
+
width: 8px;
|
|
34013
|
+
height: 8px;
|
|
34014
|
+
border-radius: 2px;
|
|
34015
|
+
display: inline-block;
|
|
34016
|
+
}
|
|
34017
|
+
|
|
34018
|
+
.E_c1xm185 {
|
|
34019
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34020
|
+
}
|
|
34021
|
+
|
|
34022
|
+
.E_c1x5l5qc {
|
|
34023
|
+
flex: 1;
|
|
34024
|
+
}
|
|
34025
|
+
|
|
34026
|
+
.E_i1g85yz3 {
|
|
34027
|
+
margin-right: 4px;
|
|
34028
|
+
height: 16px;
|
|
34029
|
+
}
|
|
34030
|
+
|
|
34031
|
+
.E_t1gvlxt5 {
|
|
34032
|
+
min-width: 0;
|
|
34033
|
+
flex: 1;
|
|
34034
|
+
}
|
|
34035
|
+
.E_t1gvlxt5 .tag {
|
|
34036
|
+
flex: 0 0 auto;
|
|
34058
34037
|
}
|
|
34059
|
-
.
|
|
34060
|
-
|
|
34038
|
+
.E_t1gvlxt5 .progress-title {
|
|
34039
|
+
flex: 2;
|
|
34040
|
+
max-width: fit-content;
|
|
34061
34041
|
}
|
|
34062
|
-
.
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
border-radius: 4px 0 0 4px;
|
|
34042
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34043
|
+
flex: 1;
|
|
34044
|
+
max-width: fit-content;
|
|
34066
34045
|
}
|
|
34067
|
-
|
|
34068
|
-
|
|
34046
|
+
|
|
34047
|
+
.E_a1ji6r68 {
|
|
34048
|
+
display: flex;
|
|
34049
|
+
align-items: center;
|
|
34050
|
+
column-gap: var(--a1ji6r68-0);
|
|
34069
34051
|
}
|
|
34070
|
-
|
|
34071
|
-
|
|
34072
|
-
|
|
34073
|
-
|
|
34052
|
+
|
|
34053
|
+
.E_m11nzl2x {
|
|
34054
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34055
|
+
text-align: center;
|
|
34056
|
+
display: flex;
|
|
34057
|
+
align-items: center;
|
|
34058
|
+
justify-content: center;
|
|
34059
|
+
flex-direction: column;
|
|
34060
|
+
height: 100%;
|
|
34074
34061
|
}
|
|
34075
|
-
.
|
|
34076
|
-
|
|
34077
|
-
|
|
34078
|
-
height: 0;
|
|
34079
|
-
border: 13px solid transparent;
|
|
34080
|
-
position: absolute;
|
|
34081
|
-
top: 0;
|
|
34082
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34083
|
-
z-index: 2;
|
|
34084
|
-
position: relative;
|
|
34085
|
-
top: -50%;
|
|
34086
|
-
right: -100%;
|
|
34062
|
+
.E_m11nzl2x .link {
|
|
34063
|
+
color: #0080ff;
|
|
34064
|
+
cursor: pointer;
|
|
34087
34065
|
}
|
|
34088
|
-
|
|
34089
|
-
|
|
34066
|
+
|
|
34067
|
+
.E_mn7joto {
|
|
34068
|
+
width: 100%;
|
|
34069
|
+
height: 100%;
|
|
34070
|
+
display: flex;
|
|
34071
|
+
flex-direction: column;
|
|
34090
34072
|
}
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
|
|
34094
|
-
height:
|
|
34095
|
-
|
|
34096
|
-
position: absolute;
|
|
34097
|
-
top: 0;
|
|
34098
|
-
border-left: 8px solid #fff;
|
|
34099
|
-
left: 0;
|
|
34073
|
+
.E_mn7joto .name-toolbar {
|
|
34074
|
+
width: 100%;
|
|
34075
|
+
display: flex;
|
|
34076
|
+
line-height: 30px;
|
|
34077
|
+
justify-content: space-between;
|
|
34100
34078
|
}
|
|
34101
|
-
.
|
|
34102
|
-
|
|
34079
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34080
|
+
display: flex;
|
|
34081
|
+
font-size: 12px;
|
|
34082
|
+
align-items: center;
|
|
34103
34083
|
}
|
|
34104
|
-
.
|
|
34105
|
-
|
|
34084
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34085
|
+
color: #a3b4cc;
|
|
34106
34086
|
}
|
|
34107
|
-
.
|
|
34108
|
-
|
|
34087
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34088
|
+
margin-left: 10px;
|
|
34109
34089
|
}
|
|
34110
|
-
.
|
|
34090
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34091
|
+
margin-left: 10px;
|
|
34111
34092
|
cursor: pointer;
|
|
34112
|
-
min-width: var(--item-min-width);
|
|
34113
34093
|
}
|
|
34114
|
-
.
|
|
34115
|
-
|
|
34116
|
-
|
|
34094
|
+
.E_mn7joto .content {
|
|
34095
|
+
flex: 1;
|
|
34096
|
+
width: 100%;
|
|
34097
|
+
display: flex;
|
|
34098
|
+
justify-content: center;
|
|
34099
|
+
align-items: center;
|
|
34117
34100
|
}
|
|
34118
|
-
.
|
|
34119
|
-
|
|
34120
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34101
|
+
.E_mn7joto .single-content {
|
|
34102
|
+
height: 65px;
|
|
34121
34103
|
}
|
|
34122
|
-
|
|
34123
|
-
|
|
34104
|
+
|
|
34105
|
+
.E_l1bifhon {
|
|
34106
|
+
display: flex;
|
|
34107
|
+
align-items: center;
|
|
34108
|
+
white-space: nowrap;
|
|
34109
|
+
overflow: hidden;
|
|
34110
|
+
width: 100%;
|
|
34111
|
+
}
|
|
34112
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34113
|
+
font-size: 12px;
|
|
34114
|
+
margin-left: 8px;
|
|
34124
34115
|
}
|
|
34125
34116
|
|
|
34126
|
-
.
|
|
34127
|
-
|
|
34128
|
-
|
|
34117
|
+
.E_ltthzck {
|
|
34118
|
+
display: flex;
|
|
34119
|
+
justify-content: flex-start;
|
|
34120
|
+
align-items: center;
|
|
34121
|
+
font-size: 12px;
|
|
34122
|
+
cursor: pointer;
|
|
34129
34123
|
}
|
|
34130
|
-
.
|
|
34131
|
-
|
|
34124
|
+
.E_ltthzck:not(:first-child) {
|
|
34125
|
+
margin-left: 8px;
|
|
34132
34126
|
}
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34127
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34128
|
+
opacity: 0.3;
|
|
34135
34129
|
}
|
|
34136
|
-
.
|
|
34137
|
-
background
|
|
34130
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34131
|
+
background: #b4beca !important;
|
|
34132
|
+
border-radius: 2px;
|
|
34138
34133
|
}
|
|
34139
|
-
.
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
|
|
34134
|
+
.E_ltthzck.hoverering-self {
|
|
34135
|
+
opacity: 1;
|
|
34136
|
+
}
|
|
34137
|
+
.E_ltthzck .dropdown-trigger {
|
|
34138
|
+
margin-left: 12px;
|
|
34139
|
+
}
|
|
34140
|
+
.E_ltthzck .legend-name {
|
|
34141
|
+
color: #00122e;
|
|
34142
|
+
}
|
|
34143
|
+
|
|
34144
|
+
.E_l1mumj7o {
|
|
34143
34145
|
display: flex;
|
|
34146
|
+
justify-content: flex-start;
|
|
34144
34147
|
align-items: center;
|
|
34148
|
+
font-size: 12px;
|
|
34149
|
+
cursor: pointer;
|
|
34145
34150
|
}
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34148
|
-
white-space: nowrap;
|
|
34151
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34152
|
+
opacity: 0.3;
|
|
34149
34153
|
}
|
|
34150
|
-
.
|
|
34151
|
-
|
|
34152
|
-
|
|
34153
|
-
max-width: 100%;
|
|
34154
|
-
padding-right: 0;
|
|
34154
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34155
|
+
background: #b4beca !important;
|
|
34156
|
+
border-radius: 2px;
|
|
34155
34157
|
}
|
|
34156
|
-
.
|
|
34157
|
-
|
|
34158
|
+
.E_l1mumj7o .legend-name {
|
|
34159
|
+
color: #00122e;
|
|
34158
34160
|
}
|
|
34159
|
-
|
|
34160
|
-
|
|
34161
|
-
width: 100%;
|
|
34162
|
-
display: inline-flex;
|
|
34163
|
-
align-items: center;
|
|
34164
|
-
justify-content: center;
|
|
34165
|
-
column-gap: 4px;
|
|
34161
|
+
.E_l1mumj7o.hoverering-self {
|
|
34162
|
+
opacity: 1;
|
|
34166
34163
|
}
|
|
34167
|
-
|
|
34168
|
-
|
|
34169
|
-
|
|
34170
|
-
|
|
34171
|
-
|
|
34172
|
-
|
|
34173
|
-
|
|
34164
|
+
|
|
34165
|
+
.E_c14rn6j5 {
|
|
34166
|
+
display: inline-block;
|
|
34167
|
+
height: 8px;
|
|
34168
|
+
width: 8px;
|
|
34169
|
+
margin-right: 6px;
|
|
34170
|
+
border-radius: 2px;
|
|
34174
34171
|
}
|
|
34175
34172
|
|
|
34176
|
-
.
|
|
34177
|
-
width: 100%;
|
|
34173
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34178
34174
|
display: flex;
|
|
34179
34175
|
align-items: center;
|
|
34180
|
-
|
|
34181
|
-
|
|
34182
|
-
font-size: 13px;
|
|
34183
|
-
}
|
|
34184
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34185
|
-
display: inline-flex;
|
|
34186
|
-
align-items: center;
|
|
34187
|
-
min-width: 20px;
|
|
34188
|
-
min-height: 20px;
|
|
34189
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34190
|
-
justify-content: center;
|
|
34176
|
+
font-size: 12px;
|
|
34177
|
+
margin: 0;
|
|
34191
34178
|
}
|
|
34192
34179
|
|
|
34193
|
-
.
|
|
34194
|
-
|
|
34195
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34180
|
+
.E_lqeaosa {
|
|
34181
|
+
position: relative;
|
|
34196
34182
|
}
|
|
34197
|
-
|
|
34198
|
-
|
|
34199
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34200
|
-
line-height: 32px;
|
|
34201
|
-
height: 32px;
|
|
34202
|
-
margin-bottom: 0;
|
|
34183
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34184
|
+
bottom: -12px;
|
|
34203
34185
|
}
|
|
34204
|
-
.
|
|
34205
|
-
|
|
34186
|
+
.E_lqeaosa .metric-toolbar {
|
|
34187
|
+
display: flex;
|
|
34188
|
+
justify-content: space-between;
|
|
34189
|
+
line-height: 30px;
|
|
34206
34190
|
}
|
|
34207
|
-
.
|
|
34208
|
-
|
|
34191
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34192
|
+
display: flex;
|
|
34193
|
+
flex-shrink: 0;
|
|
34194
|
+
font-size: 12px;
|
|
34195
|
+
align-items: center;
|
|
34209
34196
|
}
|
|
34210
|
-
.
|
|
34211
|
-
color: #
|
|
34197
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34198
|
+
color: #a3b4cc;
|
|
34212
34199
|
}
|
|
34213
|
-
.
|
|
34214
|
-
|
|
34200
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34201
|
+
margin-left: 10px;
|
|
34202
|
+
}
|
|
34203
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34204
|
+
margin-left: 10px;
|
|
34205
|
+
cursor: pointer;
|
|
34206
|
+
}
|
|
34207
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34208
|
+
font-size: 12px;
|
|
34215
34209
|
}
|
|
34216
|
-
.
|
|
34217
|
-
|
|
34210
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34211
|
+
position: absolute;
|
|
34212
|
+
bottom: 10px;
|
|
34213
|
+
padding: 0 8px;
|
|
34214
|
+
font-size: 12px;
|
|
34215
|
+
color: #fff;
|
|
34216
|
+
transform: translateX(-50%);
|
|
34218
34217
|
}
|
|
34219
34218
|
|
|
34220
|
-
.
|
|
34221
|
-
|
|
34222
|
-
color:
|
|
34219
|
+
.E_t2pr38p {
|
|
34220
|
+
min-width: 200px;
|
|
34221
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34222
|
+
border-radius: 4px;
|
|
34223
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34224
|
+
padding: 8px;
|
|
34223
34225
|
}
|
|
34224
34226
|
|
|
34225
|
-
.
|
|
34226
|
-
|
|
34227
|
-
|
|
34227
|
+
.E_tecdsj7 {
|
|
34228
|
+
display: flex;
|
|
34229
|
+
align-items: center;
|
|
34230
|
+
background-color: unset;
|
|
34231
|
+
color: #FFFFFF;
|
|
34232
|
+
justify-content: space-between;
|
|
34233
|
+
font-size: 12px;
|
|
34234
|
+
padding-top: 6px;
|
|
34228
34235
|
}
|
|
34229
|
-
|
|
34230
|
-
|
|
34231
|
-
height: 24px;
|
|
34232
|
-
flex: 1;
|
|
34233
|
-
position: relative;
|
|
34234
|
-
top: -7px;
|
|
34236
|
+
.E_tecdsj7:first-child {
|
|
34237
|
+
padding-top: 3px;
|
|
34235
34238
|
}
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34238
|
-
overflow: hidden;
|
|
34239
|
-
text-overflow: ellipsis;
|
|
34240
|
-
white-space: nowrap;
|
|
34239
|
+
.E_tecdsj7:last-child {
|
|
34240
|
+
padding-bottom: 3px;
|
|
34241
34241
|
}
|
|
34242
|
-
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
border-radius: 8px;
|
|
34246
|
-
overflow: auto;
|
|
34242
|
+
.E_tecdsj7 .column-value {
|
|
34243
|
+
color: #FFFFFF;
|
|
34244
|
+
margin-left: 8px;
|
|
34247
34245
|
}
|
|
34248
|
-
|
|
34249
|
-
|
|
34246
|
+
|
|
34247
|
+
.E_ljhvvia {
|
|
34248
|
+
display: inline-block;
|
|
34249
|
+
height: 8px;
|
|
34250
|
+
width: 8px;
|
|
34251
|
+
margin-right: 8px;
|
|
34252
|
+
border-radius: 2px;
|
|
34250
34253
|
}
|
|
34251
|
-
.
|
|
34252
|
-
border
|
|
34254
|
+
.E_ljhvvia.borderd {
|
|
34255
|
+
border: 1px solid #fff;
|
|
34253
34256
|
}
|
|
34254
|
-
|
|
34255
|
-
|
|
34256
|
-
top: 0;
|
|
34257
|
-
z-index: 2;
|
|
34258
|
-
display: flex;
|
|
34259
|
-
padding: 8px;
|
|
34260
|
-
flex-wrap: nowrap;
|
|
34261
|
-
justify-content: flex-start;
|
|
34262
|
-
background: #f2f5fa;
|
|
34263
|
-
font-size: 14px;
|
|
34257
|
+
|
|
34258
|
+
.E_msn7nxt {
|
|
34264
34259
|
color: rgba(44, 56, 82, 0.6);
|
|
34265
|
-
|
|
34260
|
+
text-align: center;
|
|
34261
|
+
display: flex;
|
|
34262
|
+
align-items: center;
|
|
34263
|
+
justify-content: center;
|
|
34264
|
+
flex-direction: column;
|
|
34265
|
+
height: 100%;
|
|
34266
34266
|
}
|
|
34267
|
-
.
|
|
34268
|
-
|
|
34267
|
+
.E_msn7nxt .link {
|
|
34268
|
+
color: #0080ff;
|
|
34269
|
+
cursor: pointer;
|
|
34269
34270
|
}
|
|
34270
|
-
|
|
34271
|
-
|
|
34271
|
+
|
|
34272
|
+
.E_mp64wfi {
|
|
34273
|
+
width: 100%;
|
|
34274
|
+
height: 100%;
|
|
34275
|
+
display: flex;
|
|
34276
|
+
flex-direction: column;
|
|
34272
34277
|
}
|
|
34273
|
-
.
|
|
34278
|
+
.E_mp64wfi .name-toolbar {
|
|
34279
|
+
width: 100%;
|
|
34274
34280
|
display: flex;
|
|
34275
|
-
|
|
34276
|
-
|
|
34277
|
-
|
|
34278
|
-
padding: 8px;
|
|
34279
|
-
border: none;
|
|
34281
|
+
line-height: 30px;
|
|
34282
|
+
padding: 0 16px;
|
|
34283
|
+
justify-content: space-between;
|
|
34280
34284
|
}
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34283
|
-
|
|
34284
|
-
|
|
34285
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34285
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34286
|
+
display: flex;
|
|
34287
|
+
font-size: 12px;
|
|
34288
|
+
align-items: center;
|
|
34286
34289
|
}
|
|
34287
|
-
.
|
|
34288
|
-
color: #
|
|
34289
|
-
flex-basis: 100%;
|
|
34290
|
-
order: 98;
|
|
34291
|
-
margin: 12px 0 0;
|
|
34290
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34291
|
+
color: #a3b4cc;
|
|
34292
34292
|
}
|
|
34293
|
-
.
|
|
34294
|
-
|
|
34293
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34294
|
+
margin-left: 10px;
|
|
34295
34295
|
}
|
|
34296
|
-
.
|
|
34297
|
-
|
|
34296
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34297
|
+
margin-left: 10px;
|
|
34298
|
+
cursor: pointer;
|
|
34298
34299
|
}
|
|
34299
|
-
.
|
|
34300
|
-
flex: 1
|
|
34301
|
-
|
|
34300
|
+
.E_mp64wfi .content {
|
|
34301
|
+
flex: 1;
|
|
34302
|
+
width: 100%;
|
|
34303
|
+
display: flex;
|
|
34304
|
+
justify-content: center;
|
|
34305
|
+
align-items: center;
|
|
34302
34306
|
}
|
|
34303
|
-
.
|
|
34304
|
-
|
|
34305
|
-
margin: 0;
|
|
34307
|
+
.E_mp64wfi .single-content {
|
|
34308
|
+
height: 65px;
|
|
34306
34309
|
}
|
|
34307
|
-
|
|
34308
|
-
|
|
34310
|
+
|
|
34311
|
+
.E_l1oyigan {
|
|
34312
|
+
display: flex;
|
|
34313
|
+
align-items: center;
|
|
34314
|
+
white-space: nowrap;
|
|
34315
|
+
overflow: hidden;
|
|
34316
|
+
width: 100%;
|
|
34309
34317
|
}
|
|
34310
|
-
.
|
|
34311
|
-
|
|
34318
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34319
|
+
margin-left: auto;
|
|
34320
|
+
font-size: 12px;
|
|
34312
34321
|
}
|
|
34313
|
-
|
|
34314
|
-
|
|
34322
|
+
|
|
34323
|
+
.E_l1noi4n1 {
|
|
34324
|
+
display: flex;
|
|
34325
|
+
justify-content: flex-start;
|
|
34326
|
+
align-items: center;
|
|
34327
|
+
font-size: 12px;
|
|
34328
|
+
cursor: pointer;
|
|
34315
34329
|
}
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34330
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34331
|
+
margin-right: 20px;
|
|
34318
34332
|
}
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34333
|
+
.E_l1noi4n1.deselected {
|
|
34334
|
+
opacity: 0.4;
|
|
34321
34335
|
}
|
|
34322
|
-
.
|
|
34323
|
-
|
|
34336
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34337
|
+
background: #b4beca !important;
|
|
34324
34338
|
}
|
|
34325
|
-
|
|
34339
|
+
|
|
34340
|
+
.E_cz19rz6 {
|
|
34341
|
+
display: inline-block;
|
|
34342
|
+
height: 8px;
|
|
34343
|
+
width: 8px;
|
|
34326
34344
|
margin-right: 8px;
|
|
34327
34345
|
}
|
|
34328
|
-
|
|
34329
|
-
|
|
34330
|
-
|
|
34331
|
-
|
|
34332
|
-
overflow: hidden;
|
|
34333
|
-
}
|
|
34334
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34335
|
-
padding: 0;
|
|
34336
|
-
}
|
|
34337
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34338
|
-
cursor: not-allowed;
|
|
34339
|
-
opacity: 0.5;
|
|
34340
|
-
}
|
|
34341
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34342
|
-
margin: 0;
|
|
34343
|
-
}
|
|
34344
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34345
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34346
|
-
border-radius: 5px;
|
|
34346
|
+
|
|
34347
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34348
|
+
display: flex;
|
|
34349
|
+
align-items: center;
|
|
34347
34350
|
font-size: 12px;
|
|
34351
|
+
margin: 0;
|
|
34348
34352
|
}
|
|
34349
|
-
|
|
34350
|
-
|
|
34351
|
-
}
|
|
34352
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34353
|
-
min-height: 24px;
|
|
34354
|
-
font-size: 12px;
|
|
34353
|
+
|
|
34354
|
+
.E_m1y1hhnr {
|
|
34355
34355
|
position: relative;
|
|
34356
34356
|
}
|
|
34357
|
-
.
|
|
34358
|
-
|
|
34357
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34358
|
+
bottom: -12px;
|
|
34359
34359
|
}
|
|
34360
|
-
.
|
|
34361
|
-
|
|
34360
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34361
|
+
display: flex;
|
|
34362
|
+
justify-content: space-between;
|
|
34363
|
+
line-height: 30px;
|
|
34364
|
+
margin: 0 16px;
|
|
34362
34365
|
}
|
|
34363
|
-
|
|
34364
|
-
.E_a138syjm {
|
|
34366
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34365
34367
|
display: flex;
|
|
34368
|
+
font-size: 12px;
|
|
34366
34369
|
align-items: center;
|
|
34367
|
-
margin-top: 8px;
|
|
34368
34370
|
}
|
|
34369
|
-
.
|
|
34370
|
-
|
|
34371
|
-
height: 24px;
|
|
34371
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34372
|
+
color: #a3b4cc;
|
|
34372
34373
|
}
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34375
|
-
margin-left: 8px;
|
|
34376
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34374
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34375
|
+
margin-left: 10px;
|
|
34377
34376
|
}
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34377
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34378
|
+
margin-left: 10px;
|
|
34379
|
+
cursor: pointer;
|
|
34380
|
+
}
|
|
34381
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34382
|
+
font-size: 12px;
|
|
34383
|
+
}
|
|
34384
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34385
|
+
position: absolute;
|
|
34386
|
+
bottom: 10px;
|
|
34387
|
+
padding: 0 8px;
|
|
34388
|
+
border-radius: 4px;
|
|
34389
|
+
font-size: 12px;
|
|
34390
|
+
color: #fff;
|
|
34391
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34392
|
+
transform: translateX(-50%);
|
|
34380
34393
|
}
|
|
34381
34394
|
|
|
34382
|
-
.
|
|
34383
|
-
width:
|
|
34384
|
-
height: 24px;
|
|
34385
|
-
padding: 4px;
|
|
34386
|
-
margin-right: 8px;
|
|
34395
|
+
.E_tnvijvs {
|
|
34396
|
+
min-width: 200px;
|
|
34387
34397
|
}
|
|
34388
34398
|
|
|
34389
|
-
.
|
|
34390
|
-
height: 100%;
|
|
34391
|
-
}
|
|
34392
|
-
.E_t13ef470 .table-loading-item {
|
|
34393
|
-
padding: 12px 4px;
|
|
34394
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34399
|
+
.E_t1ub2aex {
|
|
34395
34400
|
display: flex;
|
|
34401
|
+
align-items: center;
|
|
34402
|
+
justify-content: space-between;
|
|
34403
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34404
|
+
color: #b4beca;
|
|
34405
|
+
font-size: 12px;
|
|
34406
|
+
padding: 3px 6px;
|
|
34396
34407
|
}
|
|
34397
|
-
.
|
|
34398
|
-
|
|
34399
|
-
margin: 4px;
|
|
34400
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34401
|
-
border-radius: 2px;
|
|
34402
|
-
}
|
|
34403
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34404
|
-
width: 16px;
|
|
34405
|
-
}
|
|
34406
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34407
|
-
flex: 1;
|
|
34408
|
-
}
|
|
34409
|
-
.E_t13ef470 :nth-child(1) {
|
|
34410
|
-
padding: 8px 4px;
|
|
34408
|
+
.E_t1ub2aex:first-child {
|
|
34409
|
+
padding-top: 3px;
|
|
34411
34410
|
}
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34411
|
+
.E_t1ub2aex:last-child {
|
|
34412
|
+
padding-bottom: 3px;
|
|
34414
34413
|
}
|
|
34415
|
-
.
|
|
34416
|
-
|
|
34414
|
+
.E_t1ub2aex .column-value {
|
|
34415
|
+
color: #fff;
|
|
34416
|
+
margin-left: 8px;
|
|
34417
34417
|
}
|
|
34418
34418
|
|
|
34419
34419
|
.E_bpgac8u {
|
|
@@ -34524,10 +34524,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34524
34524
|
}
|
|
34525
34525
|
}
|
|
34526
34526
|
|
|
34527
|
-
.E_t1616y1o {
|
|
34528
|
-
color: #fff;
|
|
34529
|
-
}
|
|
34530
|
-
|
|
34531
34527
|
.E_t1g36k2w {
|
|
34532
34528
|
overflow: hidden;
|
|
34533
34529
|
height: 100%;
|
|
@@ -34557,15 +34553,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34557
34553
|
background: rgba(225, 230, 241, 0.6);
|
|
34558
34554
|
}
|
|
34559
34555
|
|
|
34560
|
-
.E_a9y3flr {
|
|
34561
|
-
margin-left: 8px;
|
|
34562
|
-
}
|
|
34563
|
-
|
|
34564
|
-
.E_a1njc627 {
|
|
34565
|
-
font-size: 12px;
|
|
34566
|
-
color: #00122e;
|
|
34567
|
-
}
|
|
34568
|
-
|
|
34569
34556
|
.E_f16blduf.ant-form-item {
|
|
34570
34557
|
margin-bottom: 0;
|
|
34571
34558
|
}
|
|
@@ -34585,6 +34572,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34585
34572
|
display: block;
|
|
34586
34573
|
}
|
|
34587
34574
|
|
|
34575
|
+
.E_t1616y1o {
|
|
34576
|
+
color: #fff;
|
|
34577
|
+
}
|
|
34578
|
+
|
|
34579
|
+
.E_a9y3flr {
|
|
34580
|
+
margin-left: 8px;
|
|
34581
|
+
}
|
|
34582
|
+
|
|
34583
|
+
.E_a1njc627 {
|
|
34584
|
+
font-size: 12px;
|
|
34585
|
+
color: #00122e;
|
|
34586
|
+
}
|
|
34587
|
+
|
|
34588
34588
|
.E_d1u4ndxc {
|
|
34589
34589
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34590
34590
|
font-size: 12px;
|
|
@@ -34628,19 +34628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34628
34628
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34629
34629
|
}
|
|
34630
34630
|
|
|
34631
|
-
.E_skwah65 {
|
|
34632
|
-
height: 8px;
|
|
34633
|
-
box-sizing: border-box;
|
|
34634
|
-
border-radius: 2px;
|
|
34635
|
-
background: #f5f7fa;
|
|
34636
|
-
display: flex;
|
|
34637
|
-
width: 100%;
|
|
34638
|
-
overflow: hidden;
|
|
34639
|
-
}
|
|
34640
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34641
|
-
margin-left: 1px;
|
|
34642
|
-
}
|
|
34643
|
-
|
|
34644
34631
|
.E_s1ebs0ra {
|
|
34645
34632
|
display: flex;
|
|
34646
34633
|
align-items: center;
|
|
@@ -34702,6 +34689,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34702
34689
|
background: #fff;
|
|
34703
34690
|
}
|
|
34704
34691
|
|
|
34692
|
+
.E_skwah65 {
|
|
34693
|
+
height: 8px;
|
|
34694
|
+
box-sizing: border-box;
|
|
34695
|
+
border-radius: 2px;
|
|
34696
|
+
background: #f5f7fa;
|
|
34697
|
+
display: flex;
|
|
34698
|
+
width: 100%;
|
|
34699
|
+
overflow: hidden;
|
|
34700
|
+
}
|
|
34701
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34702
|
+
margin-left: 1px;
|
|
34703
|
+
}
|
|
34704
|
+
|
|
34705
34705
|
.E_c18bcrac {
|
|
34706
34706
|
display: inline-block;
|
|
34707
34707
|
width: 100%;
|
|
@@ -34752,16 +34752,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34752
34752
|
margin-right: 4px;
|
|
34753
34753
|
}
|
|
34754
34754
|
|
|
34755
|
-
.E_gmyahx3 {
|
|
34756
|
-
cursor: pointer;
|
|
34757
|
-
}
|
|
34758
|
-
.E_gmyahx3 .link-text {
|
|
34759
|
-
color: rgba(0, 21, 64, 0.3);
|
|
34760
|
-
}
|
|
34761
|
-
.E_gmyahx3:hover .link-text {
|
|
34762
|
-
color: #0080ff;
|
|
34763
|
-
}
|
|
34764
|
-
|
|
34765
34755
|
span.E_tqjc4ui {
|
|
34766
34756
|
margin: 0 2px;
|
|
34767
34757
|
}
|
|
@@ -34785,97 +34775,31 @@ span.E_tqjc4ui {
|
|
|
34785
34775
|
overflow: auto;
|
|
34786
34776
|
}
|
|
34787
34777
|
|
|
34788
|
-
.
|
|
34789
|
-
|
|
34790
|
-
|
|
34791
|
-
border-radius: 4px;
|
|
34792
|
-
}
|
|
34793
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34794
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34795
|
-
width: 100%;
|
|
34796
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34797
|
-
border-top: none;
|
|
34798
|
-
}
|
|
34799
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34800
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34801
|
-
padding: 0 16px;
|
|
34802
|
-
}
|
|
34803
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34804
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34805
|
-
width: 100%;
|
|
34806
|
-
height: 180px;
|
|
34807
|
-
border-spacing: 0;
|
|
34808
|
-
}
|
|
34809
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34810
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34811
|
-
margin-bottom: 8px;
|
|
34812
|
-
}
|
|
34813
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34814
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34815
|
-
width: 22px;
|
|
34816
|
-
}
|
|
34817
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34818
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34819
|
-
padding: 0;
|
|
34820
|
-
}
|
|
34821
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34822
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34823
|
-
opacity: 0.4;
|
|
34824
|
-
}
|
|
34825
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34826
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34827
|
-
opacity: 1;
|
|
34828
|
-
}
|
|
34829
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34830
|
-
color: #3e4652;
|
|
34831
|
-
}
|
|
34832
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
34833
|
-
pointer-events: none;
|
|
34778
|
+
.E_ou7iq30 {
|
|
34779
|
+
overflow: hidden;
|
|
34780
|
+
text-overflow: ellipsis;
|
|
34834
34781
|
}
|
|
34835
34782
|
|
|
34836
|
-
.
|
|
34837
|
-
|
|
34838
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34839
|
-
backdrop-filter: blur(10px);
|
|
34840
|
-
padding: 7px 10px;
|
|
34783
|
+
.E_s1tui002 {
|
|
34784
|
+
white-space: nowrap;
|
|
34841
34785
|
}
|
|
34842
34786
|
|
|
34843
|
-
.
|
|
34844
|
-
|
|
34845
|
-
|
|
34846
|
-
|
|
34847
|
-
|
|
34848
|
-
padding: 8px 16px;
|
|
34849
|
-
}
|
|
34850
|
-
.E_c167wnad .anticon {
|
|
34851
|
-
cursor: pointer;
|
|
34852
|
-
}
|
|
34853
|
-
.E_c167wnad .anticon:hover {
|
|
34854
|
-
color: #0096ff;
|
|
34787
|
+
.E_mxrc2zg {
|
|
34788
|
+
display: -webkit-box;
|
|
34789
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
34790
|
+
-webkit-box-orient: vertical;
|
|
34791
|
+
word-break: break-all;
|
|
34855
34792
|
}
|
|
34856
34793
|
|
|
34857
|
-
.
|
|
34858
|
-
|
|
34859
|
-
}
|
|
34860
|
-
.E_cxhf7dh .dots {
|
|
34861
|
-
display: flex;
|
|
34862
|
-
justify-content: center;
|
|
34863
|
-
}
|
|
34864
|
-
.E_cxhf7dh .dot {
|
|
34865
|
-
display: inline-block;
|
|
34866
|
-
width: 2px;
|
|
34867
|
-
height: 2px;
|
|
34868
|
-
border-radius: 1px;
|
|
34869
|
-
background: #0096ff;
|
|
34794
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
34795
|
+
display: none;
|
|
34870
34796
|
}
|
|
34871
|
-
.
|
|
34872
|
-
|
|
34797
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
34798
|
+
background: rgba(23, 38, 64, 0.8);
|
|
34799
|
+
border-radius: 4px;
|
|
34873
34800
|
}
|
|
34874
|
-
.
|
|
34875
|
-
|
|
34876
|
-
height: 2px;
|
|
34877
|
-
background: #0096ff;
|
|
34878
|
-
border-radius: 2px;
|
|
34801
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
34802
|
+
visibility: hidden;
|
|
34879
34803
|
}
|
|
34880
34804
|
|
|
34881
34805
|
.E_c1up1pdz {
|
|
@@ -35003,54 +34927,122 @@ span.E_tqjc4ui {
|
|
|
35003
34927
|
border-color: #0096ff;
|
|
35004
34928
|
color: #fff;
|
|
35005
34929
|
}
|
|
35006
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
35007
|
-
width: 110px;
|
|
35008
|
-
margin-top: 4px;
|
|
34930
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
34931
|
+
width: 110px;
|
|
34932
|
+
margin-top: 4px;
|
|
34933
|
+
}
|
|
34934
|
+
.E_wpbf4pq .month-day-option {
|
|
34935
|
+
width: 32px;
|
|
34936
|
+
padding: 0;
|
|
34937
|
+
margin-bottom: 8px;
|
|
34938
|
+
}
|
|
34939
|
+
.E_wpbf4pq .month-day-option.active {
|
|
34940
|
+
background-color: #0096ff;
|
|
34941
|
+
border-color: #0096ff;
|
|
34942
|
+
color: #fff;
|
|
34943
|
+
}
|
|
34944
|
+
|
|
34945
|
+
.E_clm1wy1 {
|
|
34946
|
+
width: 192px;
|
|
34947
|
+
height: 246px;
|
|
34948
|
+
border-radius: 4px;
|
|
34949
|
+
}
|
|
34950
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
34951
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34952
|
+
width: 100%;
|
|
34953
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
34954
|
+
border-top: none;
|
|
34955
|
+
}
|
|
34956
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34957
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34958
|
+
padding: 0 16px;
|
|
34959
|
+
}
|
|
34960
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34961
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34962
|
+
width: 100%;
|
|
34963
|
+
height: 180px;
|
|
34964
|
+
border-spacing: 0;
|
|
34965
|
+
}
|
|
34966
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34967
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34968
|
+
margin-bottom: 8px;
|
|
34969
|
+
}
|
|
34970
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34971
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34972
|
+
width: 22px;
|
|
35009
34973
|
}
|
|
35010
|
-
.
|
|
35011
|
-
|
|
34974
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34975
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35012
34976
|
padding: 0;
|
|
35013
|
-
margin-bottom: 8px;
|
|
35014
34977
|
}
|
|
35015
|
-
.
|
|
35016
|
-
|
|
35017
|
-
|
|
35018
|
-
color: #fff;
|
|
34978
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
34979
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34980
|
+
opacity: 0.4;
|
|
35019
34981
|
}
|
|
35020
|
-
|
|
35021
|
-
.
|
|
35022
|
-
|
|
35023
|
-
text-overflow: ellipsis;
|
|
34982
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34983
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34984
|
+
opacity: 1;
|
|
35024
34985
|
}
|
|
35025
|
-
|
|
35026
|
-
|
|
35027
|
-
|
|
34986
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34987
|
+
color: #3e4652;
|
|
34988
|
+
}
|
|
34989
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
34990
|
+
pointer-events: none;
|
|
35028
34991
|
}
|
|
35029
34992
|
|
|
35030
|
-
.
|
|
35031
|
-
|
|
35032
|
-
-
|
|
35033
|
-
-
|
|
35034
|
-
|
|
34993
|
+
.E_t1tsm00v {
|
|
34994
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34995
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34996
|
+
backdrop-filter: blur(10px);
|
|
34997
|
+
padding: 7px 10px;
|
|
35035
34998
|
}
|
|
35036
34999
|
|
|
35037
|
-
.
|
|
35038
|
-
|
|
35000
|
+
.E_c167wnad {
|
|
35001
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35002
|
+
display: flex;
|
|
35003
|
+
justify-content: space-between;
|
|
35004
|
+
align-items: center;
|
|
35005
|
+
padding: 8px 16px;
|
|
35039
35006
|
}
|
|
35040
|
-
.
|
|
35041
|
-
|
|
35042
|
-
border-radius: 4px;
|
|
35007
|
+
.E_c167wnad .anticon {
|
|
35008
|
+
cursor: pointer;
|
|
35043
35009
|
}
|
|
35044
|
-
.
|
|
35045
|
-
|
|
35010
|
+
.E_c167wnad .anticon:hover {
|
|
35011
|
+
color: #0096ff;
|
|
35046
35012
|
}
|
|
35047
35013
|
|
|
35048
|
-
.
|
|
35014
|
+
.E_cxhf7dh {
|
|
35015
|
+
text-align: center;
|
|
35016
|
+
}
|
|
35017
|
+
.E_cxhf7dh .dots {
|
|
35049
35018
|
display: flex;
|
|
35050
|
-
|
|
35019
|
+
justify-content: center;
|
|
35051
35020
|
}
|
|
35052
|
-
.
|
|
35053
|
-
|
|
35021
|
+
.E_cxhf7dh .dot {
|
|
35022
|
+
display: inline-block;
|
|
35023
|
+
width: 2px;
|
|
35024
|
+
height: 2px;
|
|
35025
|
+
border-radius: 1px;
|
|
35026
|
+
background: #0096ff;
|
|
35027
|
+
}
|
|
35028
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35029
|
+
margin-right: 2px;
|
|
35030
|
+
}
|
|
35031
|
+
.E_cxhf7dh .bar {
|
|
35032
|
+
width: 9px;
|
|
35033
|
+
height: 2px;
|
|
35034
|
+
background: #0096ff;
|
|
35035
|
+
border-radius: 2px;
|
|
35036
|
+
}
|
|
35037
|
+
|
|
35038
|
+
.E_gmyahx3 {
|
|
35039
|
+
cursor: pointer;
|
|
35040
|
+
}
|
|
35041
|
+
.E_gmyahx3 .link-text {
|
|
35042
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35043
|
+
}
|
|
35044
|
+
.E_gmyahx3:hover .link-text {
|
|
35045
|
+
color: #0080ff;
|
|
35054
35046
|
}
|
|
35055
35047
|
|
|
35056
35048
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35279,6 +35271,14 @@ span.E_tqjc4ui {
|
|
|
35279
35271
|
color: #00122e !important;
|
|
35280
35272
|
}
|
|
35281
35273
|
|
|
35274
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35275
|
+
display: flex;
|
|
35276
|
+
align-items: center;
|
|
35277
|
+
}
|
|
35278
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35279
|
+
margin-right: 8px;
|
|
35280
|
+
}
|
|
35281
|
+
|
|
35282
35282
|
.E_t160l1cm {
|
|
35283
35283
|
display: flex;
|
|
35284
35284
|
flex-direction: column;
|
|
@@ -35482,6 +35482,47 @@ span.E_tqjc4ui {
|
|
|
35482
35482
|
background: transparent;
|
|
35483
35483
|
}
|
|
35484
35484
|
|
|
35485
|
+
.E_i5w779o {
|
|
35486
|
+
padding: 8px 0;
|
|
35487
|
+
}
|
|
35488
|
+
.E_i5w779o .col-label {
|
|
35489
|
+
flex-shrink: unset;
|
|
35490
|
+
}
|
|
35491
|
+
.E_i5w779o .col-label * {
|
|
35492
|
+
line-height: 18px;
|
|
35493
|
+
}
|
|
35494
|
+
.E_i5w779o .col-content {
|
|
35495
|
+
flex: 1 1 0;
|
|
35496
|
+
display: flex;
|
|
35497
|
+
align-items: center;
|
|
35498
|
+
}
|
|
35499
|
+
.E_i5w779o .col-content * {
|
|
35500
|
+
line-height: 18px;
|
|
35501
|
+
}
|
|
35502
|
+
|
|
35503
|
+
.E_l18dja44 {
|
|
35504
|
+
padding: 6px 0;
|
|
35505
|
+
}
|
|
35506
|
+
.E_l18dja44 .col-label * {
|
|
35507
|
+
font-size: 13px;
|
|
35508
|
+
line-height: 20px;
|
|
35509
|
+
}
|
|
35510
|
+
.E_l18dja44 .col-content * {
|
|
35511
|
+
font-size: 14px;
|
|
35512
|
+
line-height: 20px;
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.E_c8c2hys {
|
|
35516
|
+
display: flex;
|
|
35517
|
+
justify-content: space-between;
|
|
35518
|
+
flex: 1;
|
|
35519
|
+
min-width: 0;
|
|
35520
|
+
}
|
|
35521
|
+
|
|
35522
|
+
.E_n4m6c4d {
|
|
35523
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35524
|
+
}
|
|
35525
|
+
|
|
35485
35526
|
.E_cyms3br {
|
|
35486
35527
|
background: #fff;
|
|
35487
35528
|
width: 100%;
|
|
@@ -35535,6 +35576,12 @@ span.E_tqjc4ui {
|
|
|
35535
35576
|
justify-content: center;
|
|
35536
35577
|
}
|
|
35537
35578
|
|
|
35579
|
+
.E_h1ol2wl7 {
|
|
35580
|
+
font-weight: bold;
|
|
35581
|
+
background-color: unset;
|
|
35582
|
+
padding: unset;
|
|
35583
|
+
}
|
|
35584
|
+
|
|
35538
35585
|
.E_d11hhzf9 {
|
|
35539
35586
|
width: 492px !important;
|
|
35540
35587
|
margin: 40px auto !important;
|
|
@@ -35572,53 +35619,6 @@ span.E_tqjc4ui {
|
|
|
35572
35619
|
gap: 8px;
|
|
35573
35620
|
}
|
|
35574
35621
|
|
|
35575
|
-
.E_i5w779o {
|
|
35576
|
-
padding: 8px 0;
|
|
35577
|
-
}
|
|
35578
|
-
.E_i5w779o .col-label {
|
|
35579
|
-
flex-shrink: unset;
|
|
35580
|
-
}
|
|
35581
|
-
.E_i5w779o .col-label * {
|
|
35582
|
-
line-height: 18px;
|
|
35583
|
-
}
|
|
35584
|
-
.E_i5w779o .col-content {
|
|
35585
|
-
flex: 1 1 0;
|
|
35586
|
-
display: flex;
|
|
35587
|
-
align-items: center;
|
|
35588
|
-
}
|
|
35589
|
-
.E_i5w779o .col-content * {
|
|
35590
|
-
line-height: 18px;
|
|
35591
|
-
}
|
|
35592
|
-
|
|
35593
|
-
.E_l18dja44 {
|
|
35594
|
-
padding: 6px 0;
|
|
35595
|
-
}
|
|
35596
|
-
.E_l18dja44 .col-label * {
|
|
35597
|
-
font-size: 13px;
|
|
35598
|
-
line-height: 20px;
|
|
35599
|
-
}
|
|
35600
|
-
.E_l18dja44 .col-content * {
|
|
35601
|
-
font-size: 14px;
|
|
35602
|
-
line-height: 20px;
|
|
35603
|
-
}
|
|
35604
|
-
|
|
35605
|
-
.E_c8c2hys {
|
|
35606
|
-
display: flex;
|
|
35607
|
-
justify-content: space-between;
|
|
35608
|
-
flex: 1;
|
|
35609
|
-
min-width: 0;
|
|
35610
|
-
}
|
|
35611
|
-
|
|
35612
|
-
.E_n4m6c4d {
|
|
35613
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35614
|
-
}
|
|
35615
|
-
|
|
35616
|
-
.E_h1ol2wl7 {
|
|
35617
|
-
font-weight: bold;
|
|
35618
|
-
background-color: unset;
|
|
35619
|
-
padding: unset;
|
|
35620
|
-
}
|
|
35621
|
-
|
|
35622
35622
|
.E_kr6am0s .ant-modal-body {
|
|
35623
35623
|
padding: 60px 128px;
|
|
35624
35624
|
}
|
|
@@ -35726,30 +35726,6 @@ span.E_tqjc4ui {
|
|
|
35726
35726
|
height: auto;
|
|
35727
35727
|
}
|
|
35728
35728
|
|
|
35729
|
-
.E_l12xdkhl {
|
|
35730
|
-
width: 64px;
|
|
35731
|
-
height: 64px;
|
|
35732
|
-
max-width: 64px;
|
|
35733
|
-
max-height: 64px;
|
|
35734
|
-
overflow: hidden;
|
|
35735
|
-
display: flex;
|
|
35736
|
-
align-items: center;
|
|
35737
|
-
justify-content: center;
|
|
35738
|
-
position: relative;
|
|
35739
|
-
opacity: 0.6;
|
|
35740
|
-
}
|
|
35741
|
-
.E_l12xdkhl .icon-wrapper {
|
|
35742
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35743
|
-
}
|
|
35744
|
-
@keyframes rotate {
|
|
35745
|
-
from {
|
|
35746
|
-
transform: rotate(0deg);
|
|
35747
|
-
}
|
|
35748
|
-
to {
|
|
35749
|
-
transform: rotate(360deg);
|
|
35750
|
-
}
|
|
35751
|
-
}
|
|
35752
|
-
|
|
35753
35729
|
.E_c1kchka8 {
|
|
35754
35730
|
height: 100%;
|
|
35755
35731
|
width: 100%;
|
|
@@ -36242,6 +36218,15 @@ span.E_tqjc4ui {
|
|
|
36242
36218
|
padding: 0;
|
|
36243
36219
|
}
|
|
36244
36220
|
|
|
36221
|
+
.E_cevhqx7 {
|
|
36222
|
+
color: #00122e;
|
|
36223
|
+
}
|
|
36224
|
+
|
|
36225
|
+
.E_snbqlt4 {
|
|
36226
|
+
margin-top: 8px;
|
|
36227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36228
|
+
}
|
|
36229
|
+
|
|
36245
36230
|
.E_c1ss4prm {
|
|
36246
36231
|
color: rgba(44, 56, 82, 0.6);
|
|
36247
36232
|
}
|
|
@@ -36280,11 +36265,26 @@ span.E_tqjc4ui {
|
|
|
36280
36265
|
margin: 16px 0;
|
|
36281
36266
|
}
|
|
36282
36267
|
|
|
36283
|
-
.
|
|
36284
|
-
|
|
36268
|
+
.E_l12xdkhl {
|
|
36269
|
+
width: 64px;
|
|
36270
|
+
height: 64px;
|
|
36271
|
+
max-width: 64px;
|
|
36272
|
+
max-height: 64px;
|
|
36273
|
+
overflow: hidden;
|
|
36274
|
+
display: flex;
|
|
36275
|
+
align-items: center;
|
|
36276
|
+
justify-content: center;
|
|
36277
|
+
position: relative;
|
|
36278
|
+
opacity: 0.6;
|
|
36285
36279
|
}
|
|
36286
|
-
|
|
36287
|
-
.
|
|
36288
|
-
|
|
36289
|
-
|
|
36280
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36281
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36282
|
+
}
|
|
36283
|
+
@keyframes rotate {
|
|
36284
|
+
from {
|
|
36285
|
+
transform: rotate(0deg);
|
|
36286
|
+
}
|
|
36287
|
+
to {
|
|
36288
|
+
transform: rotate(360deg);
|
|
36289
|
+
}
|
|
36290
36290
|
}
|