@cloudtower/eagle 481.0.2 → 481.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Cascader/cascader.widget.js +12 -12
- package/dist/cjs/core/SearchInput/SearchInput.hook.js +124 -0
- package/dist/cjs/core/SearchInput/SearchInput.js +253 -0
- package/dist/cjs/core/SearchInput/SearchInput.style.js +13 -0
- package/dist/cjs/core/index.js +6 -6
- package/dist/cjs/index.js +172 -172
- package/dist/cjs/legacy-antd.js +89 -89
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2240 -2217
- package/dist/esm/core/Cascader/cascader.widget.js +1 -1
- package/dist/esm/core/SearchInput/SearchInput.hook.js +117 -0
- package/dist/esm/core/SearchInput/SearchInput.js +247 -0
- package/dist/esm/core/SearchInput/SearchInput.style.js +7 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2372 -2343
- package/dist/src/core/Cascader/cascader.type.d.ts +1 -1
- package/dist/src/core/SearchInput/SearchInput.d.ts +2 -0
- package/dist/src/core/SearchInput/SearchInput.hook.d.ts +9 -0
- package/dist/src/core/SearchInput/SearchInput.style.d.ts +5 -0
- package/dist/src/core/SearchInput/{searchInput.type.d.ts → SearchInput.type.d.ts} +18 -2
- package/dist/src/core/SearchInput/__test__/SearchInput.hook.test.d.ts +1 -0
- package/dist/src/core/SearchInput/index.d.ts +2 -4
- package/dist/src/core/index.d.ts +0 -1
- package/dist/stories/docs/core/SearchInput.stories.d.ts +6 -1
- package/dist/style.css +2240 -2217
- package/package.json +4 -4
- package/dist/cjs/core/SearchInput/index.js +0 -164
- package/dist/esm/core/SearchInput/index.js +0 -157
package/dist/style.css
CHANGED
|
@@ -29693,6 +29693,22 @@ body {
|
|
|
29693
29693
|
padding: 8px 12px;
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
+
.E_berrcjl {
|
|
29697
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29698
|
+
margin-bottom: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_berrcjl .breadcrumb-link {
|
|
29701
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29702
|
+
cursor: pointer;
|
|
29703
|
+
transition: color 160ms ease;
|
|
29704
|
+
}
|
|
29705
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29706
|
+
color: #0080ff;
|
|
29707
|
+
}
|
|
29708
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29709
|
+
color: #005ed1;
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29696
29712
|
.E_m74vjol {
|
|
29697
29713
|
display: flex;
|
|
29698
29714
|
justify-content: space-between;
|
|
@@ -29742,22 +29758,6 @@ body {
|
|
|
29742
29758
|
border-radius: unset;
|
|
29743
29759
|
}
|
|
29744
29760
|
|
|
29745
|
-
.E_berrcjl {
|
|
29746
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29747
|
-
margin-bottom: 4px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_berrcjl .breadcrumb-link {
|
|
29750
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29751
|
-
cursor: pointer;
|
|
29752
|
-
transition: color 160ms ease;
|
|
29753
|
-
}
|
|
29754
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29755
|
-
color: #0080ff;
|
|
29756
|
-
}
|
|
29757
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29758
|
-
color: #005ed1;
|
|
29759
|
-
}
|
|
29760
|
-
|
|
29761
29761
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29762
29762
|
justify-content: center;
|
|
29763
29763
|
}
|
|
@@ -30015,28 +30015,6 @@ body {
|
|
|
30015
30015
|
justify-content: center;
|
|
30016
30016
|
}
|
|
30017
30017
|
|
|
30018
|
-
.E_c1uzzomf {
|
|
30019
|
-
margin-bottom: 16px;
|
|
30020
|
-
}
|
|
30021
|
-
.E_c1uzzomf .card-title {
|
|
30022
|
-
font-size: 16px;
|
|
30023
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30024
|
-
font-weight: 700;
|
|
30025
|
-
line-height: 32px;
|
|
30026
|
-
}
|
|
30027
|
-
.E_c1uzzomf .card-body {
|
|
30028
|
-
padding: 24px;
|
|
30029
|
-
border-radius: 8px;
|
|
30030
|
-
background: #fff;
|
|
30031
|
-
}
|
|
30032
|
-
.E_c1uzzomf .empty {
|
|
30033
|
-
font-weight: 700;
|
|
30034
|
-
font-size: 14px;
|
|
30035
|
-
line-height: 22px;
|
|
30036
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
-
text-align: center;
|
|
30038
|
-
}
|
|
30039
|
-
|
|
30040
30018
|
.E_c1yyuluq {
|
|
30041
30019
|
border-radius: 8px;
|
|
30042
30020
|
}
|
|
@@ -30057,30 +30035,26 @@ body {
|
|
|
30057
30035
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30058
30036
|
}
|
|
30059
30037
|
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
background-color: #fff;
|
|
30063
|
-
}
|
|
30064
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30065
|
-
padding-top: 0px;
|
|
30066
|
-
padding-bottom: 0px;
|
|
30067
|
-
padding-left: 0px !important;
|
|
30068
|
-
padding-right: 24px;
|
|
30069
|
-
}
|
|
30070
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30071
|
-
right: 0px;
|
|
30038
|
+
.E_c1uzzomf {
|
|
30039
|
+
margin-bottom: 16px;
|
|
30072
30040
|
}
|
|
30073
|
-
.
|
|
30074
|
-
|
|
30041
|
+
.E_c1uzzomf .card-title {
|
|
30042
|
+
font-size: 16px;
|
|
30043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30044
|
+
font-weight: 700;
|
|
30045
|
+
line-height: 32px;
|
|
30075
30046
|
}
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
|
|
30047
|
+
.E_c1uzzomf .card-body {
|
|
30048
|
+
padding: 24px;
|
|
30049
|
+
border-radius: 8px;
|
|
30050
|
+
background: #fff;
|
|
30080
30051
|
}
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
|
|
30052
|
+
.E_c1uzzomf .empty {
|
|
30053
|
+
font-weight: 700;
|
|
30054
|
+
font-size: 14px;
|
|
30055
|
+
line-height: 22px;
|
|
30056
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30057
|
+
text-align: center;
|
|
30084
30058
|
}
|
|
30085
30059
|
|
|
30086
30060
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30178,6 +30152,87 @@ body {
|
|
|
30178
30152
|
width: 102px;
|
|
30179
30153
|
}
|
|
30180
30154
|
|
|
30155
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30156
|
+
line-height: 18px;
|
|
30157
|
+
}
|
|
30158
|
+
|
|
30159
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30160
|
+
border: 0px;
|
|
30161
|
+
background-color: #fff;
|
|
30162
|
+
}
|
|
30163
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30164
|
+
padding-top: 0px;
|
|
30165
|
+
padding-bottom: 0px;
|
|
30166
|
+
padding-left: 0px !important;
|
|
30167
|
+
padding-right: 24px;
|
|
30168
|
+
}
|
|
30169
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30170
|
+
right: 0px;
|
|
30171
|
+
}
|
|
30172
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30173
|
+
padding: 0px;
|
|
30174
|
+
}
|
|
30175
|
+
|
|
30176
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30177
|
+
padding-right: 0px;
|
|
30178
|
+
cursor: default;
|
|
30179
|
+
}
|
|
30180
|
+
|
|
30181
|
+
.E_s1dizucg.ant-switch {
|
|
30182
|
+
min-width: 40px;
|
|
30183
|
+
height: 24px;
|
|
30184
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30185
|
+
overflow: hidden;
|
|
30186
|
+
}
|
|
30187
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30188
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30189
|
+
}
|
|
30190
|
+
.E_s1dizucg.ant-switch-small {
|
|
30191
|
+
min-width: 26px;
|
|
30192
|
+
height: 16px;
|
|
30193
|
+
}
|
|
30194
|
+
.E_s1dizucg.ant-switch-large {
|
|
30195
|
+
min-width: 52px;
|
|
30196
|
+
height: 32px;
|
|
30197
|
+
}
|
|
30198
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30199
|
+
height: 20px;
|
|
30200
|
+
width: 20px;
|
|
30201
|
+
}
|
|
30202
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30203
|
+
border-radius: 10px;
|
|
30204
|
+
transition-delay: 120ms;
|
|
30205
|
+
}
|
|
30206
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30207
|
+
height: 14px;
|
|
30208
|
+
width: 14px;
|
|
30209
|
+
top: 1px;
|
|
30210
|
+
left: 1px;
|
|
30211
|
+
}
|
|
30212
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30213
|
+
height: 28px;
|
|
30214
|
+
width: 28px;
|
|
30215
|
+
}
|
|
30216
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30217
|
+
border-radius: 14px;
|
|
30218
|
+
}
|
|
30219
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30220
|
+
background-color: #00ba5d;
|
|
30221
|
+
}
|
|
30222
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30223
|
+
left: calc(100% - 20px - 2px);
|
|
30224
|
+
}
|
|
30225
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30226
|
+
left: calc(100% - 14px - 1px);
|
|
30227
|
+
}
|
|
30228
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30229
|
+
left: calc(100% - 28px - 2px);
|
|
30230
|
+
}
|
|
30231
|
+
|
|
30232
|
+
.E_c1up6e3y {
|
|
30233
|
+
margin-left: 5px;
|
|
30234
|
+
}
|
|
30235
|
+
|
|
30181
30236
|
.E_phljevk {
|
|
30182
30237
|
display: flex;
|
|
30183
30238
|
justify-content: space-between;
|
|
@@ -30235,36 +30290,6 @@ body {
|
|
|
30235
30290
|
line-height: 18px;
|
|
30236
30291
|
}
|
|
30237
30292
|
|
|
30238
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30239
|
-
margin-right: 8px;
|
|
30240
|
-
}
|
|
30241
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30242
|
-
margin-left: 8px;
|
|
30243
|
-
}
|
|
30244
|
-
|
|
30245
|
-
.E_cc368xp {
|
|
30246
|
-
color: #00122e;
|
|
30247
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30248
|
-
margin-right: 8px;
|
|
30249
|
-
padding-right: 8px;
|
|
30250
|
-
}
|
|
30251
|
-
|
|
30252
|
-
.E_i11o6xqj {
|
|
30253
|
-
display: flex;
|
|
30254
|
-
gap: 4px;
|
|
30255
|
-
}
|
|
30256
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30257
|
-
cursor: pointer;
|
|
30258
|
-
}
|
|
30259
|
-
|
|
30260
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30261
|
-
cursor: not-allowed;
|
|
30262
|
-
}
|
|
30263
|
-
|
|
30264
|
-
.E_tju3gfj .date {
|
|
30265
|
-
margin-right: 4px;
|
|
30266
|
-
}
|
|
30267
|
-
|
|
30268
30293
|
.E_c1bus5hc {
|
|
30269
30294
|
--color: white;
|
|
30270
30295
|
height: 14px;
|
|
@@ -30305,180 +30330,44 @@ body {
|
|
|
30305
30330
|
transform: rotate(0deg);
|
|
30306
30331
|
}
|
|
30307
30332
|
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30333
|
+
.E_ivqqkzv {
|
|
30334
|
+
height: 24px;
|
|
30335
|
+
width: 56px !important;
|
|
30336
|
+
margin-right: 4px;
|
|
30310
30337
|
}
|
|
30311
30338
|
|
|
30312
|
-
.
|
|
30313
|
-
|
|
30314
|
-
line-height: 18px;
|
|
30315
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30316
|
-
height: 34px;
|
|
30317
|
-
min-height: 34px;
|
|
30318
|
-
box-sizing: border-box;
|
|
30319
|
-
margin-top: 8px;
|
|
30339
|
+
.E_c1wk4q29 {
|
|
30340
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30320
30341
|
}
|
|
30321
30342
|
|
|
30322
|
-
.
|
|
30323
|
-
display: flex;
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
padding: 8px;
|
|
30327
|
-
border-radius: 4px;
|
|
30328
|
-
}
|
|
30329
|
-
.E_o1ugr09p .selected-icon {
|
|
30330
|
-
display: none;
|
|
30343
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30344
|
+
display: inline-flex;
|
|
30345
|
+
align-items: baseline;
|
|
30346
|
+
white-space: pre-wrap;
|
|
30331
30347
|
}
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30348
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30349
|
+
position: relative;
|
|
30350
|
+
top: 3px;
|
|
30334
30351
|
}
|
|
30335
|
-
.
|
|
30336
|
-
|
|
30352
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30353
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30337
30354
|
}
|
|
30338
|
-
.
|
|
30339
|
-
color: #0080ff;
|
|
30355
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30356
|
+
border-color: #0080ff;
|
|
30340
30357
|
}
|
|
30341
|
-
.
|
|
30342
|
-
|
|
30358
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30359
|
+
border-color: #0080ff;
|
|
30360
|
+
background: #0080ff;
|
|
30343
30361
|
}
|
|
30344
|
-
.
|
|
30345
|
-
|
|
30362
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30363
|
+
top: 4px;
|
|
30364
|
+
left: 4px;
|
|
30365
|
+
width: 6px;
|
|
30366
|
+
height: 6px;
|
|
30367
|
+
background: #fff;
|
|
30346
30368
|
}
|
|
30347
|
-
.
|
|
30348
|
-
|
|
30349
|
-
}
|
|
30350
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30351
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30352
|
-
color: #0080ff;
|
|
30353
|
-
}
|
|
30354
|
-
|
|
30355
|
-
.E_o1ifxsq4 {
|
|
30356
|
-
display: flex;
|
|
30357
|
-
justify-content: space-between;
|
|
30358
|
-
height: 20px;
|
|
30359
|
-
line-height: 20px;
|
|
30360
|
-
}
|
|
30361
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30362
|
-
color: #2d3a56;
|
|
30363
|
-
overflow: hidden;
|
|
30364
|
-
text-overflow: ellipsis;
|
|
30365
|
-
}
|
|
30366
|
-
|
|
30367
|
-
.E_o1zue7 {
|
|
30368
|
-
display: flex;
|
|
30369
|
-
justify-content: space-between;
|
|
30370
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30371
|
-
height: 18px;
|
|
30372
|
-
line-height: 18px;
|
|
30373
|
-
margin-top: 2px;
|
|
30374
|
-
}
|
|
30375
|
-
|
|
30376
|
-
.E_tyfmlxg {
|
|
30377
|
-
border: none;
|
|
30378
|
-
margin-right: 0;
|
|
30379
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30380
|
-
}
|
|
30381
|
-
|
|
30382
|
-
.E_o18uybox {
|
|
30383
|
-
pointer-events: none;
|
|
30384
|
-
height: 32px;
|
|
30385
|
-
width: 100%;
|
|
30386
|
-
opacity: 0;
|
|
30387
|
-
}
|
|
30388
|
-
|
|
30389
|
-
.E_ivqqkzv {
|
|
30390
|
-
height: 24px;
|
|
30391
|
-
width: 56px !important;
|
|
30392
|
-
margin-right: 4px;
|
|
30393
|
-
}
|
|
30394
|
-
|
|
30395
|
-
.E_c1wk4q29 {
|
|
30396
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30397
|
-
}
|
|
30398
|
-
|
|
30399
|
-
.E_s1dizucg.ant-switch {
|
|
30400
|
-
min-width: 40px;
|
|
30401
|
-
height: 24px;
|
|
30402
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30403
|
-
overflow: hidden;
|
|
30404
|
-
}
|
|
30405
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30406
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30407
|
-
}
|
|
30408
|
-
.E_s1dizucg.ant-switch-small {
|
|
30409
|
-
min-width: 26px;
|
|
30410
|
-
height: 16px;
|
|
30411
|
-
}
|
|
30412
|
-
.E_s1dizucg.ant-switch-large {
|
|
30413
|
-
min-width: 52px;
|
|
30414
|
-
height: 32px;
|
|
30415
|
-
}
|
|
30416
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30417
|
-
height: 20px;
|
|
30418
|
-
width: 20px;
|
|
30419
|
-
}
|
|
30420
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30421
|
-
border-radius: 10px;
|
|
30422
|
-
transition-delay: 120ms;
|
|
30423
|
-
}
|
|
30424
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30425
|
-
height: 14px;
|
|
30426
|
-
width: 14px;
|
|
30427
|
-
top: 1px;
|
|
30428
|
-
left: 1px;
|
|
30429
|
-
}
|
|
30430
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30431
|
-
height: 28px;
|
|
30432
|
-
width: 28px;
|
|
30433
|
-
}
|
|
30434
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30435
|
-
border-radius: 14px;
|
|
30436
|
-
}
|
|
30437
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30438
|
-
background-color: #00ba5d;
|
|
30439
|
-
}
|
|
30440
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30441
|
-
left: calc(100% - 20px - 2px);
|
|
30442
|
-
}
|
|
30443
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30444
|
-
left: calc(100% - 14px - 1px);
|
|
30445
|
-
}
|
|
30446
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30447
|
-
left: calc(100% - 28px - 2px);
|
|
30448
|
-
}
|
|
30449
|
-
|
|
30450
|
-
.E_c1up6e3y {
|
|
30451
|
-
margin-left: 5px;
|
|
30452
|
-
}
|
|
30453
|
-
|
|
30454
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30455
|
-
display: inline-flex;
|
|
30456
|
-
align-items: baseline;
|
|
30457
|
-
white-space: pre-wrap;
|
|
30458
|
-
}
|
|
30459
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30460
|
-
position: relative;
|
|
30461
|
-
top: 3px;
|
|
30462
|
-
}
|
|
30463
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30464
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30465
|
-
}
|
|
30466
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30467
|
-
border-color: #0080ff;
|
|
30468
|
-
}
|
|
30469
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30470
|
-
border-color: #0080ff;
|
|
30471
|
-
background: #0080ff;
|
|
30472
|
-
}
|
|
30473
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30474
|
-
top: 4px;
|
|
30475
|
-
left: 4px;
|
|
30476
|
-
width: 6px;
|
|
30477
|
-
height: 6px;
|
|
30478
|
-
background: #fff;
|
|
30479
|
-
}
|
|
30480
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30481
|
-
opacity: 0.5;
|
|
30369
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30370
|
+
opacity: 0.5;
|
|
30482
30371
|
}
|
|
30483
30372
|
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30484
30373
|
border-color: rgba(107, 128, 167, 0.6);
|
|
@@ -30597,6 +30486,95 @@ body {
|
|
|
30597
30486
|
width: 36px;
|
|
30598
30487
|
}
|
|
30599
30488
|
|
|
30489
|
+
.E_tju3gfj .date {
|
|
30490
|
+
margin-right: 4px;
|
|
30491
|
+
}
|
|
30492
|
+
|
|
30493
|
+
.E_s1dni7lo {
|
|
30494
|
+
width: 430px !important;
|
|
30495
|
+
}
|
|
30496
|
+
|
|
30497
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30498
|
+
padding: 8px 16px;
|
|
30499
|
+
line-height: 18px;
|
|
30500
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30501
|
+
height: 34px;
|
|
30502
|
+
min-height: 34px;
|
|
30503
|
+
box-sizing: border-box;
|
|
30504
|
+
margin-top: 8px;
|
|
30505
|
+
}
|
|
30506
|
+
|
|
30507
|
+
.E_o1ugr09p {
|
|
30508
|
+
display: flex;
|
|
30509
|
+
flex-direction: column;
|
|
30510
|
+
margin: 1px 8px;
|
|
30511
|
+
padding: 8px;
|
|
30512
|
+
border-radius: 4px;
|
|
30513
|
+
}
|
|
30514
|
+
.E_o1ugr09p .selected-icon {
|
|
30515
|
+
display: none;
|
|
30516
|
+
}
|
|
30517
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30518
|
+
padding-left: 8px;
|
|
30519
|
+
}
|
|
30520
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30521
|
+
background-color: white;
|
|
30522
|
+
}
|
|
30523
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30524
|
+
color: #0080ff;
|
|
30525
|
+
}
|
|
30526
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30527
|
+
display: block;
|
|
30528
|
+
}
|
|
30529
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30530
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30531
|
+
}
|
|
30532
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30533
|
+
color: #0080ff;
|
|
30534
|
+
}
|
|
30535
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30536
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30537
|
+
color: #0080ff;
|
|
30538
|
+
}
|
|
30539
|
+
|
|
30540
|
+
.E_o1ifxsq4 {
|
|
30541
|
+
display: flex;
|
|
30542
|
+
justify-content: space-between;
|
|
30543
|
+
height: 20px;
|
|
30544
|
+
line-height: 20px;
|
|
30545
|
+
}
|
|
30546
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30547
|
+
color: #2d3a56;
|
|
30548
|
+
overflow: hidden;
|
|
30549
|
+
text-overflow: ellipsis;
|
|
30550
|
+
}
|
|
30551
|
+
|
|
30552
|
+
.E_o1zue7 {
|
|
30553
|
+
display: flex;
|
|
30554
|
+
justify-content: space-between;
|
|
30555
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30556
|
+
height: 18px;
|
|
30557
|
+
line-height: 18px;
|
|
30558
|
+
margin-top: 2px;
|
|
30559
|
+
}
|
|
30560
|
+
|
|
30561
|
+
.E_tyfmlxg {
|
|
30562
|
+
border: none;
|
|
30563
|
+
margin-right: 0;
|
|
30564
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30565
|
+
}
|
|
30566
|
+
|
|
30567
|
+
.E_o18uybox {
|
|
30568
|
+
pointer-events: none;
|
|
30569
|
+
height: 32px;
|
|
30570
|
+
width: 100%;
|
|
30571
|
+
opacity: 0;
|
|
30572
|
+
}
|
|
30573
|
+
|
|
30574
|
+
.E_iq1gosr {
|
|
30575
|
+
display: inline-block;
|
|
30576
|
+
}
|
|
30577
|
+
|
|
30600
30578
|
.E_s1sck0th {
|
|
30601
30579
|
padding: 0 8px;
|
|
30602
30580
|
border-radius: 4px;
|
|
@@ -30679,10 +30657,6 @@ body {
|
|
|
30679
30657
|
background-color: #7E41FF;
|
|
30680
30658
|
}
|
|
30681
30659
|
|
|
30682
|
-
.E_iq1gosr {
|
|
30683
|
-
display: inline-block;
|
|
30684
|
-
}
|
|
30685
|
-
|
|
30686
30660
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30687
30661
|
display: none;
|
|
30688
30662
|
}
|
|
@@ -30728,21 +30702,6 @@ body {
|
|
|
30728
30702
|
min-height: 0px;
|
|
30729
30703
|
}
|
|
30730
30704
|
|
|
30731
|
-
.E_fzh9mnb {
|
|
30732
|
-
width: 100%;
|
|
30733
|
-
height: 100%;
|
|
30734
|
-
min-height: 124px;
|
|
30735
|
-
display: flex;
|
|
30736
|
-
flex-direction: column;
|
|
30737
|
-
justify-content: center;
|
|
30738
|
-
align-items: center;
|
|
30739
|
-
}
|
|
30740
|
-
.E_fzh9mnb .error-text {
|
|
30741
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30742
|
-
margin-bottom: 16px;
|
|
30743
|
-
font-size: 18px;
|
|
30744
|
-
}
|
|
30745
|
-
|
|
30746
30705
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30747
30706
|
display: var(--ai7qkf2-0);
|
|
30748
30707
|
}
|
|
@@ -30803,35 +30762,37 @@ body {
|
|
|
30803
30762
|
padding: 2px 8px;
|
|
30804
30763
|
}
|
|
30805
30764
|
|
|
30806
|
-
.
|
|
30807
|
-
display: var(--a1wfy30z-0);
|
|
30808
|
-
}
|
|
30809
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30810
|
-
padding: 4px 11px;
|
|
30765
|
+
.E_iouxfgt {
|
|
30811
30766
|
display: inline-flex;
|
|
30812
|
-
line-height: 1.5715;
|
|
30813
|
-
height: inherit;
|
|
30814
|
-
}
|
|
30815
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30816
|
-
content: var(--a1wfy30z-1);
|
|
30817
|
-
display: var(--a1wfy30z-2);
|
|
30818
|
-
flex: none;
|
|
30819
30767
|
align-items: center;
|
|
30820
|
-
margin-left: 4px;
|
|
30821
30768
|
}
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
display: var(--a1wfy30z-4);
|
|
30825
|
-
flex: none;
|
|
30769
|
+
.E_iouxfgt .icon-inner {
|
|
30770
|
+
display: inline-flex;
|
|
30826
30771
|
align-items: center;
|
|
30827
|
-
|
|
30828
|
-
cursor: auto;
|
|
30772
|
+
justify-content: center;
|
|
30829
30773
|
}
|
|
30830
|
-
.
|
|
30831
|
-
|
|
30832
|
-
margin:
|
|
30833
|
-
|
|
30834
|
-
|
|
30774
|
+
.E_iouxfgt .icon-inner + span,
|
|
30775
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30776
|
+
margin-left: 4px;
|
|
30777
|
+
}
|
|
30778
|
+
.E_iouxfgt.is-rotate img,
|
|
30779
|
+
.E_iouxfgt.is-rotate svg {
|
|
30780
|
+
animation: rotate 680ms linear infinite;
|
|
30781
|
+
}
|
|
30782
|
+
|
|
30783
|
+
.E_fzh9mnb {
|
|
30784
|
+
width: 100%;
|
|
30785
|
+
height: 100%;
|
|
30786
|
+
min-height: 124px;
|
|
30787
|
+
display: flex;
|
|
30788
|
+
flex-direction: column;
|
|
30789
|
+
justify-content: center;
|
|
30790
|
+
align-items: center;
|
|
30791
|
+
}
|
|
30792
|
+
.E_fzh9mnb .error-text {
|
|
30793
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30794
|
+
margin-bottom: 16px;
|
|
30795
|
+
font-size: 18px;
|
|
30835
30796
|
}
|
|
30836
30797
|
|
|
30837
30798
|
.E_i1inqkme {
|
|
@@ -30847,29 +30808,42 @@ body {
|
|
|
30847
30808
|
margin-right: 4px;
|
|
30848
30809
|
}
|
|
30849
30810
|
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30852
|
-
}
|
|
30853
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30854
|
-
padding: 2px 7px 2px 12px;
|
|
30811
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30812
|
+
display: var(--a1wfy30z-0);
|
|
30855
30813
|
}
|
|
30856
|
-
|
|
30857
|
-
|
|
30814
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30815
|
+
padding: 4px 11px;
|
|
30858
30816
|
display: inline-flex;
|
|
30817
|
+
line-height: 1.5715;
|
|
30818
|
+
height: inherit;
|
|
30819
|
+
}
|
|
30820
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30821
|
+
content: var(--a1wfy30z-1);
|
|
30822
|
+
display: var(--a1wfy30z-2);
|
|
30823
|
+
flex: none;
|
|
30859
30824
|
align-items: center;
|
|
30825
|
+
margin-left: 4px;
|
|
30860
30826
|
}
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30827
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30828
|
+
content: var(--a1wfy30z-3);
|
|
30829
|
+
display: var(--a1wfy30z-4);
|
|
30830
|
+
flex: none;
|
|
30863
30831
|
align-items: center;
|
|
30864
|
-
|
|
30832
|
+
margin-right: 4px;
|
|
30833
|
+
cursor: auto;
|
|
30865
30834
|
}
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30868
|
-
margin
|
|
30835
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30836
|
+
padding: 0;
|
|
30837
|
+
margin: 0;
|
|
30838
|
+
height: auto;
|
|
30839
|
+
font-size: inherit;
|
|
30869
30840
|
}
|
|
30870
|
-
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30841
|
+
|
|
30842
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30843
|
+
margin-left: 8px;
|
|
30844
|
+
}
|
|
30845
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30846
|
+
padding: 2px 7px 2px 12px;
|
|
30873
30847
|
}
|
|
30874
30848
|
|
|
30875
30849
|
.E_owd0kml {
|
|
@@ -30881,1203 +30855,1203 @@ body {
|
|
|
30881
30855
|
position: absolute;
|
|
30882
30856
|
}
|
|
30883
30857
|
|
|
30884
|
-
.
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
justify-content: center;
|
|
30888
|
-
color: #fff;
|
|
30858
|
+
.E_dsnbhzf {
|
|
30859
|
+
font-family: Inter;
|
|
30860
|
+
font-style: normal;
|
|
30889
30861
|
font-weight: bold;
|
|
30890
|
-
font-size:
|
|
30891
|
-
|
|
30892
|
-
height: 24px;
|
|
30893
|
-
border-radius: 50%;
|
|
30894
|
-
background: var(--a1b5xrg3-0);
|
|
30895
|
-
}
|
|
30896
|
-
.E_a1b5xrg3.btn-item {
|
|
30897
|
-
transition: all 160ms ease;
|
|
30898
|
-
cursor: pointer;
|
|
30899
|
-
width: 56px;
|
|
30900
|
-
height: 40px;
|
|
30901
|
-
display: inline-flex;
|
|
30902
|
-
align-items: center;
|
|
30903
|
-
justify-content: center;
|
|
30904
|
-
border-radius: 6px;
|
|
30862
|
+
font-size: 32px;
|
|
30863
|
+
line-height: 40px;
|
|
30905
30864
|
}
|
|
30906
|
-
|
|
30907
|
-
|
|
30865
|
+
|
|
30866
|
+
.E_d1mvo22k {
|
|
30867
|
+
font-family: Inter;
|
|
30868
|
+
font-style: normal;
|
|
30869
|
+
font-weight: bold;
|
|
30870
|
+
font-size: 24px;
|
|
30871
|
+
line-height: 32px;
|
|
30908
30872
|
}
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
|
|
30873
|
+
|
|
30874
|
+
.E_d1b444tr {
|
|
30875
|
+
font-family: Inter;
|
|
30876
|
+
font-style: normal;
|
|
30877
|
+
font-weight: normal;
|
|
30878
|
+
font-size: 32px;
|
|
30879
|
+
line-height: 40px;
|
|
30912
30880
|
}
|
|
30913
30881
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30916
|
-
|
|
30882
|
+
.E_dvs0kue {
|
|
30883
|
+
font-family: Inter;
|
|
30884
|
+
font-style: normal;
|
|
30885
|
+
font-weight: bold;
|
|
30886
|
+
font-size: 20px;
|
|
30887
|
+
line-height: 24px;
|
|
30917
30888
|
}
|
|
30918
30889
|
|
|
30919
|
-
.
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30890
|
+
.E_d1hcbfcq {
|
|
30891
|
+
font-family: Inter;
|
|
30892
|
+
font-style: normal;
|
|
30893
|
+
font-weight: normal;
|
|
30894
|
+
font-size: 20px;
|
|
30895
|
+
line-height: 24px;
|
|
30924
30896
|
}
|
|
30925
30897
|
|
|
30926
|
-
.
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
|
|
30898
|
+
.E_d1cz922v {
|
|
30899
|
+
font-family: Inter;
|
|
30900
|
+
font-style: normal;
|
|
30901
|
+
font-weight: bold;
|
|
30902
|
+
font-size: 18px;
|
|
30903
|
+
line-height: 22px;
|
|
30931
30904
|
}
|
|
30932
|
-
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30905
|
+
|
|
30906
|
+
.E_d3nzbrm {
|
|
30907
|
+
font-family: Inter;
|
|
30908
|
+
font-style: normal;
|
|
30909
|
+
font-weight: normal;
|
|
30910
|
+
font-size: 18px;
|
|
30911
|
+
line-height: 22px;
|
|
30937
30912
|
}
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30913
|
+
|
|
30914
|
+
.E_h1g0p5ob {
|
|
30915
|
+
font-family: Inter;
|
|
30916
|
+
font-style: normal;
|
|
30917
|
+
font-weight: bold;
|
|
30918
|
+
font-size: 16px;
|
|
30919
|
+
line-height: 22px;
|
|
30942
30920
|
}
|
|
30943
|
-
|
|
30944
|
-
|
|
30921
|
+
|
|
30922
|
+
.E_hydo2ej {
|
|
30923
|
+
font-family: Inter;
|
|
30924
|
+
font-style: normal;
|
|
30925
|
+
font-weight: normal;
|
|
30926
|
+
font-size: 16px;
|
|
30927
|
+
line-height: 22px;
|
|
30945
30928
|
}
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30929
|
+
|
|
30930
|
+
.E_h1hbuq0r {
|
|
30931
|
+
font-family: Inter;
|
|
30932
|
+
font-style: normal;
|
|
30933
|
+
font-weight: bold;
|
|
30934
|
+
font-size: 14px;
|
|
30935
|
+
line-height: 20px;
|
|
30952
30936
|
}
|
|
30953
|
-
|
|
30954
|
-
|
|
30937
|
+
|
|
30938
|
+
.E_h13bondg {
|
|
30939
|
+
font-family: Inter;
|
|
30940
|
+
font-style: normal;
|
|
30941
|
+
font-weight: normal;
|
|
30942
|
+
font-size: 14px;
|
|
30943
|
+
line-height: 20px;
|
|
30955
30944
|
}
|
|
30956
|
-
|
|
30957
|
-
|
|
30945
|
+
|
|
30946
|
+
.E_h1mhvdlx {
|
|
30947
|
+
font-family: Inter;
|
|
30948
|
+
font-style: normal;
|
|
30949
|
+
font-weight: bold;
|
|
30950
|
+
font-size: 12px;
|
|
30951
|
+
line-height: 18px;
|
|
30958
30952
|
}
|
|
30959
30953
|
|
|
30960
|
-
.
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
|
|
30954
|
+
.E_h1inmfq6 {
|
|
30955
|
+
font-family: Inter;
|
|
30956
|
+
font-style: normal;
|
|
30957
|
+
font-weight: normal;
|
|
30958
|
+
font-size: 12px;
|
|
30959
|
+
line-height: 18px;
|
|
30964
30960
|
}
|
|
30965
|
-
|
|
30966
|
-
|
|
30961
|
+
|
|
30962
|
+
.E_h1kfc0la {
|
|
30963
|
+
font-family: Inter;
|
|
30964
|
+
font-style: normal;
|
|
30965
|
+
font-weight: bold;
|
|
30966
|
+
text-transform: uppercase;
|
|
30967
|
+
font-feature-settings: "cpsp" on;
|
|
30968
|
+
font-size: 12px;
|
|
30969
|
+
line-height: 18px;
|
|
30967
30970
|
}
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
}
|
|
30978
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30979
|
-
height: calc(100vh - 225px);
|
|
30980
|
-
overflow-y: auto;
|
|
30981
|
-
}
|
|
30982
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30983
|
-
margin: 0 auto;
|
|
30984
|
-
max-width: 648px;
|
|
30971
|
+
|
|
30972
|
+
.E_h10xnyuu {
|
|
30973
|
+
font-family: Inter;
|
|
30974
|
+
font-style: normal;
|
|
30975
|
+
font-weight: normal;
|
|
30976
|
+
text-transform: uppercase;
|
|
30977
|
+
font-feature-settings: "cpsp" on;
|
|
30978
|
+
font-size: 12px;
|
|
30979
|
+
line-height: 18px;
|
|
30985
30980
|
}
|
|
30986
30981
|
|
|
30987
|
-
.
|
|
30988
|
-
|
|
30989
|
-
|
|
30990
|
-
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
margin-left: 0;
|
|
30994
|
-
}
|
|
30995
|
-
.E_h16z9xgz .ant-modal-body {
|
|
30996
|
-
margin: 0 auto;
|
|
30997
|
-
padding: 0;
|
|
30998
|
-
width: 100%;
|
|
30999
|
-
max-width: 1024px;
|
|
31000
|
-
overflow: hidden;
|
|
30982
|
+
.E_lrcmi0v {
|
|
30983
|
+
font-family: Inter;
|
|
30984
|
+
font-style: normal;
|
|
30985
|
+
font-weight: normal;
|
|
30986
|
+
font-size: 16px;
|
|
30987
|
+
line-height: 24px;
|
|
31001
30988
|
}
|
|
31002
|
-
|
|
31003
|
-
|
|
30989
|
+
|
|
30990
|
+
.E_lzt43lp {
|
|
30991
|
+
font-family: Inter;
|
|
30992
|
+
font-style: normal;
|
|
30993
|
+
font-weight: bold;
|
|
30994
|
+
font-size: 16px;
|
|
30995
|
+
line-height: 24px;
|
|
31004
30996
|
}
|
|
31005
|
-
|
|
31006
|
-
|
|
31007
|
-
|
|
30997
|
+
|
|
30998
|
+
.E_l5yc9nt {
|
|
30999
|
+
font-family: Inter;
|
|
31000
|
+
font-style: normal;
|
|
31001
|
+
font-weight: normal;
|
|
31002
|
+
font-size: 16px;
|
|
31003
|
+
line-height: 24px;
|
|
31008
31004
|
}
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31005
|
+
|
|
31006
|
+
.E_l1fbkbzo {
|
|
31007
|
+
font-family: Inter;
|
|
31008
|
+
font-style: normal;
|
|
31009
|
+
font-weight: bold;
|
|
31010
|
+
font-size: 16px;
|
|
31011
|
+
line-height: 24px;
|
|
31012
31012
|
}
|
|
31013
31013
|
|
|
31014
|
-
.
|
|
31015
|
-
|
|
31014
|
+
.E_lahvcax {
|
|
31015
|
+
font-family: Inter;
|
|
31016
|
+
font-style: normal;
|
|
31017
|
+
font-weight: normal;
|
|
31018
|
+
text-transform: uppercase;
|
|
31019
|
+
font-feature-settings: "cpsp" on;
|
|
31020
|
+
font-size: 16px;
|
|
31021
|
+
line-height: 24px;
|
|
31016
31022
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
|
|
31023
|
+
|
|
31024
|
+
.E_l11q3pxd {
|
|
31025
|
+
font-family: Inter;
|
|
31026
|
+
font-style: normal;
|
|
31027
|
+
font-weight: bold;
|
|
31028
|
+
text-transform: uppercase;
|
|
31029
|
+
font-feature-settings: "cpsp" on;
|
|
31030
|
+
font-size: 16px;
|
|
31031
|
+
line-height: 24px;
|
|
31021
31032
|
}
|
|
31022
|
-
|
|
31033
|
+
|
|
31034
|
+
.E_lfuc2qu {
|
|
31035
|
+
font-family: Inter;
|
|
31036
|
+
font-style: normal;
|
|
31037
|
+
font-weight: normal;
|
|
31023
31038
|
font-size: 14px;
|
|
31024
|
-
line-height:
|
|
31025
|
-
color: #2d3a56;
|
|
31026
|
-
margin-bottom: 12px;
|
|
31027
|
-
}
|
|
31028
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
31029
|
-
padding-bottom: 26px;
|
|
31039
|
+
line-height: 22px;
|
|
31030
31040
|
}
|
|
31031
31041
|
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
31042
|
+
.E_l1jmp8r0 {
|
|
31043
|
+
font-family: Inter;
|
|
31044
|
+
font-style: normal;
|
|
31045
|
+
font-weight: 500;
|
|
31046
|
+
font-size: 14px;
|
|
31047
|
+
line-height: 22px;
|
|
31036
31048
|
}
|
|
31037
31049
|
|
|
31038
|
-
.
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
|
|
31050
|
+
.E_lcnm221 {
|
|
31051
|
+
font-family: Inter;
|
|
31052
|
+
font-style: normal;
|
|
31053
|
+
font-weight: bold;
|
|
31054
|
+
font-size: 14px;
|
|
31055
|
+
line-height: 22px;
|
|
31042
31056
|
}
|
|
31043
|
-
|
|
31044
|
-
|
|
31057
|
+
|
|
31058
|
+
.E_lu1z2n5 {
|
|
31059
|
+
font-family: Inter;
|
|
31060
|
+
font-style: normal;
|
|
31061
|
+
font-weight: normal;
|
|
31062
|
+
font-size: 14px;
|
|
31063
|
+
line-height: 22px;
|
|
31045
31064
|
}
|
|
31046
|
-
|
|
31047
|
-
|
|
31065
|
+
|
|
31066
|
+
.E_l1r59djn {
|
|
31067
|
+
font-family: Inter;
|
|
31068
|
+
font-style: normal;
|
|
31069
|
+
font-weight: bold;
|
|
31070
|
+
font-size: 14px;
|
|
31071
|
+
line-height: 22px;
|
|
31048
31072
|
}
|
|
31049
|
-
|
|
31050
|
-
|
|
31073
|
+
|
|
31074
|
+
.E_ljm2911 {
|
|
31075
|
+
font-family: Inter;
|
|
31076
|
+
font-style: normal;
|
|
31077
|
+
font-weight: normal;
|
|
31078
|
+
text-transform: uppercase;
|
|
31079
|
+
font-feature-settings: "cpsp" on;
|
|
31080
|
+
font-size: 14px;
|
|
31081
|
+
line-height: 22px;
|
|
31051
31082
|
}
|
|
31052
31083
|
|
|
31053
|
-
.
|
|
31054
|
-
|
|
31055
|
-
|
|
31084
|
+
.E_l124mzmr {
|
|
31085
|
+
font-family: Inter;
|
|
31086
|
+
font-style: normal;
|
|
31087
|
+
font-weight: bold;
|
|
31088
|
+
text-transform: uppercase;
|
|
31089
|
+
font-feature-settings: "cpsp" on;
|
|
31090
|
+
font-size: 14px;
|
|
31091
|
+
line-height: 22px;
|
|
31056
31092
|
}
|
|
31057
31093
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31094
|
+
.E_lb3chel {
|
|
31095
|
+
font-family: Inter;
|
|
31096
|
+
font-style: normal;
|
|
31097
|
+
font-weight: normal;
|
|
31098
|
+
font-size: 13px;
|
|
31099
|
+
line-height: 20px;
|
|
31063
31100
|
}
|
|
31064
31101
|
|
|
31065
|
-
.
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
|
|
31102
|
+
.E_lv9jstu {
|
|
31103
|
+
font-family: Inter;
|
|
31104
|
+
font-style: normal;
|
|
31105
|
+
font-weight: 600;
|
|
31106
|
+
font-size: 13px;
|
|
31107
|
+
line-height: 20px;
|
|
31070
31108
|
}
|
|
31071
31109
|
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
|
|
31078
|
-
border-radius: 50%;
|
|
31079
|
-
margin: 0 4px;
|
|
31110
|
+
.E_lwqlh3x {
|
|
31111
|
+
font-family: Inter;
|
|
31112
|
+
font-style: normal;
|
|
31113
|
+
font-weight: bold;
|
|
31114
|
+
font-size: 13px;
|
|
31115
|
+
line-height: 20px;
|
|
31080
31116
|
}
|
|
31081
31117
|
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
|
|
31118
|
+
.E_lalum9y {
|
|
31119
|
+
font-family: Inter;
|
|
31120
|
+
font-style: normal;
|
|
31121
|
+
font-weight: normal;
|
|
31122
|
+
font-size: 13px;
|
|
31123
|
+
line-height: 20px;
|
|
31086
31124
|
}
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31125
|
+
|
|
31126
|
+
.E_l1t6dj5o {
|
|
31127
|
+
font-family: Inter;
|
|
31128
|
+
font-style: normal;
|
|
31129
|
+
font-weight: 600;
|
|
31130
|
+
font-size: 13px;
|
|
31131
|
+
line-height: 20px;
|
|
31090
31132
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31133
|
+
|
|
31134
|
+
.E_l12f6ic {
|
|
31135
|
+
font-family: Inter;
|
|
31136
|
+
font-style: normal;
|
|
31137
|
+
font-weight: bold;
|
|
31138
|
+
font-size: 13px;
|
|
31139
|
+
line-height: 20px;
|
|
31093
31140
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31141
|
+
|
|
31142
|
+
.E_l7gmukq {
|
|
31143
|
+
font-family: Inter;
|
|
31144
|
+
font-style: normal;
|
|
31145
|
+
font-weight: normal;
|
|
31146
|
+
text-transform: uppercase;
|
|
31147
|
+
font-feature-settings: "cpsp" on;
|
|
31148
|
+
font-size: 13px;
|
|
31149
|
+
line-height: 20px;
|
|
31096
31150
|
}
|
|
31097
|
-
|
|
31098
|
-
|
|
31151
|
+
|
|
31152
|
+
.E_lkwl0yp {
|
|
31153
|
+
font-family: Inter;
|
|
31154
|
+
font-style: normal;
|
|
31155
|
+
font-weight: bold;
|
|
31156
|
+
text-transform: uppercase;
|
|
31157
|
+
font-feature-settings: "cpsp" on;
|
|
31158
|
+
font-size: 13px;
|
|
31159
|
+
line-height: 20px;
|
|
31099
31160
|
}
|
|
31100
31161
|
|
|
31101
|
-
.
|
|
31162
|
+
.E_l10knv48 {
|
|
31163
|
+
font-family: Inter;
|
|
31164
|
+
font-style: normal;
|
|
31165
|
+
font-weight: normal;
|
|
31102
31166
|
font-size: 12px;
|
|
31103
31167
|
line-height: 18px;
|
|
31104
|
-
font-weight: bold;
|
|
31105
|
-
color: #fff;
|
|
31106
|
-
padding: 0 4px;
|
|
31107
|
-
border-radius: 4px;
|
|
31108
|
-
display: inline-block;
|
|
31109
|
-
background: var(--t1wwio3v-0);
|
|
31110
|
-
}
|
|
31111
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31112
|
-
margin-left: 4px;
|
|
31113
31168
|
}
|
|
31114
31169
|
|
|
31115
|
-
.
|
|
31116
|
-
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31170
|
+
.E_l6526ld {
|
|
31171
|
+
font-family: Inter;
|
|
31172
|
+
font-style: normal;
|
|
31173
|
+
font-weight: 500;
|
|
31174
|
+
font-size: 12px;
|
|
31175
|
+
line-height: 18px;
|
|
31121
31176
|
}
|
|
31122
31177
|
|
|
31123
|
-
.
|
|
31124
|
-
font-
|
|
31178
|
+
.E_l1j81vli {
|
|
31179
|
+
font-family: Inter;
|
|
31180
|
+
font-style: normal;
|
|
31125
31181
|
font-weight: bold;
|
|
31126
|
-
|
|
31127
|
-
|
|
31128
|
-
margin-left: 2px;
|
|
31129
|
-
margin-right: 2px;
|
|
31130
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31131
|
-
border-radius: 4px;
|
|
31182
|
+
font-size: 12px;
|
|
31183
|
+
line-height: 18px;
|
|
31132
31184
|
}
|
|
31133
31185
|
|
|
31134
|
-
.
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
|
|
31186
|
+
.E_l1x7n1mk {
|
|
31187
|
+
font-family: Inter;
|
|
31188
|
+
font-style: normal;
|
|
31189
|
+
font-weight: normal;
|
|
31190
|
+
font-size: 12px;
|
|
31191
|
+
line-height: 18px;
|
|
31139
31192
|
}
|
|
31140
|
-
|
|
31141
|
-
|
|
31193
|
+
|
|
31194
|
+
.E_l9fqufz {
|
|
31195
|
+
font-family: Inter;
|
|
31196
|
+
font-style: normal;
|
|
31197
|
+
font-weight: 500;
|
|
31198
|
+
font-size: 12px;
|
|
31199
|
+
line-height: 18px;
|
|
31142
31200
|
}
|
|
31143
|
-
|
|
31144
|
-
|
|
31201
|
+
|
|
31202
|
+
.E_l1iwnybd {
|
|
31203
|
+
font-family: Inter;
|
|
31204
|
+
font-style: normal;
|
|
31205
|
+
font-weight: bold;
|
|
31206
|
+
font-size: 12px;
|
|
31207
|
+
line-height: 18px;
|
|
31145
31208
|
}
|
|
31146
|
-
|
|
31147
|
-
|
|
31209
|
+
|
|
31210
|
+
.E_lprtm1e {
|
|
31211
|
+
font-family: Inter;
|
|
31212
|
+
font-style: normal;
|
|
31213
|
+
font-weight: normal;
|
|
31214
|
+
text-transform: uppercase;
|
|
31215
|
+
font-feature-settings: "cpsp" on;
|
|
31216
|
+
font-size: 12px;
|
|
31217
|
+
line-height: 18px;
|
|
31148
31218
|
}
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31219
|
+
|
|
31220
|
+
.E_l1lln87h {
|
|
31221
|
+
font-family: Inter;
|
|
31222
|
+
font-style: normal;
|
|
31223
|
+
font-weight: bold;
|
|
31224
|
+
text-transform: uppercase;
|
|
31225
|
+
font-feature-settings: "cpsp" on;
|
|
31226
|
+
font-size: 12px;
|
|
31227
|
+
line-height: 18px;
|
|
31152
31228
|
}
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
|
|
31229
|
+
|
|
31230
|
+
.E_f2pb48l {
|
|
31231
|
+
font-family: Inter;
|
|
31232
|
+
font-style: normal;
|
|
31233
|
+
font-weight: normal;
|
|
31158
31234
|
font-size: 13px;
|
|
31159
|
-
line-height:
|
|
31160
|
-
color: #8e9aa9;
|
|
31235
|
+
line-height: 20px;
|
|
31161
31236
|
}
|
|
31162
|
-
|
|
31163
|
-
|
|
31237
|
+
|
|
31238
|
+
.E_fi9emkw {
|
|
31239
|
+
font-family: Inter;
|
|
31240
|
+
font-style: normal;
|
|
31241
|
+
font-weight: normal;
|
|
31164
31242
|
font-size: 13px;
|
|
31165
|
-
|
|
31166
|
-
}
|
|
31167
|
-
.E_f4mi9eq .form-item-label.label-right {
|
|
31168
|
-
text-align: right;
|
|
31169
|
-
}
|
|
31170
|
-
.E_f4mi9eq .form-item-label,
|
|
31171
|
-
.E_f4mi9eq .form-item-control {
|
|
31172
|
-
line-height: 32px;
|
|
31243
|
+
line-height: 20px;
|
|
31173
31244
|
}
|
|
31174
|
-
|
|
31245
|
+
|
|
31246
|
+
.E_f1nrg7da {
|
|
31247
|
+
font-family: Inter;
|
|
31248
|
+
font-style: normal;
|
|
31249
|
+
font-weight: normal;
|
|
31250
|
+
font-size: 12px;
|
|
31175
31251
|
line-height: 18px;
|
|
31176
31252
|
}
|
|
31177
|
-
.E_f4mi9eq .form-item-children {
|
|
31178
|
-
width: 100%;
|
|
31179
|
-
}
|
|
31180
|
-
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31181
|
-
width: 100%;
|
|
31182
|
-
}
|
|
31183
|
-
.E_f4mi9eq .form-item-error {
|
|
31184
|
-
color: #e75a3a;
|
|
31185
|
-
height: 0;
|
|
31186
|
-
overflow: hidden;
|
|
31187
|
-
}
|
|
31188
|
-
.E_f4mi9eq .form-item-error-enter-done {
|
|
31189
|
-
margin-top: 4px;
|
|
31190
|
-
height: auto;
|
|
31191
|
-
overflow: auto;
|
|
31192
|
-
}
|
|
31193
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31194
|
-
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31195
|
-
border: 1px solid #e75a3a;
|
|
31196
|
-
color: #e75a3a;
|
|
31197
|
-
}
|
|
31198
31253
|
|
|
31199
|
-
.
|
|
31200
|
-
|
|
31201
|
-
font-
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
}
|
|
31206
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
31207
|
-
margin-top: 16px;
|
|
31254
|
+
.E_f17k1i3n {
|
|
31255
|
+
font-family: Inter;
|
|
31256
|
+
font-style: normal;
|
|
31257
|
+
font-weight: normal;
|
|
31258
|
+
font-size: 12px;
|
|
31259
|
+
line-height: 18px;
|
|
31208
31260
|
}
|
|
31209
31261
|
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
31217
|
-
transition: all 200ms ease-out 40ms;
|
|
31218
|
-
}
|
|
31219
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31220
|
-
content: "";
|
|
31221
|
-
width: 1px;
|
|
31222
|
-
height: 6px;
|
|
31223
|
-
border-radius: 1px;
|
|
31224
|
-
background: #ccd4e3;
|
|
31225
|
-
position: relative;
|
|
31226
|
-
right: 2px;
|
|
31227
|
-
transform: rotate(-45deg);
|
|
31228
|
-
}
|
|
31229
|
-
.E_e1qrlvot:after {
|
|
31230
|
-
transform: rotate(45deg);
|
|
31231
|
-
left: 1px;
|
|
31262
|
+
.E_t1tvuj2e {
|
|
31263
|
+
font-family: Inter;
|
|
31264
|
+
font-style: normal;
|
|
31265
|
+
font-weight: normal;
|
|
31266
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31267
|
+
font-size: 13px;
|
|
31268
|
+
line-height: 20px;
|
|
31232
31269
|
}
|
|
31233
31270
|
|
|
31234
|
-
.
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
31241
|
-
color: #e07f00;
|
|
31242
|
-
}
|
|
31243
|
-
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31244
|
-
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31245
|
-
border-bottom-color: #e07f00;
|
|
31271
|
+
.E_t17uajlu {
|
|
31272
|
+
font-family: Inter;
|
|
31273
|
+
font-style: normal;
|
|
31274
|
+
font-weight: normal;
|
|
31275
|
+
font-feature-settings: "zero" on;
|
|
31276
|
+
font-size: 13px;
|
|
31277
|
+
line-height: 20px;
|
|
31246
31278
|
}
|
|
31247
31279
|
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
border-radius: 6px;
|
|
31254
|
-
color: #e07f00;
|
|
31280
|
+
.E_t114zbyz {
|
|
31281
|
+
font-family: Inter;
|
|
31282
|
+
font-style: normal;
|
|
31283
|
+
font-weight: normal;
|
|
31284
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31255
31285
|
font-size: 12px;
|
|
31256
31286
|
line-height: 18px;
|
|
31257
31287
|
}
|
|
31258
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31259
|
-
margin-right: 10px;
|
|
31260
|
-
height: 18px;
|
|
31261
|
-
}
|
|
31262
31288
|
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
border-radius: 6px;
|
|
31269
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31289
|
+
.E_t1il0kvi {
|
|
31290
|
+
font-family: Inter;
|
|
31291
|
+
font-style: normal;
|
|
31292
|
+
font-weight: 500;
|
|
31293
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31270
31294
|
font-size: 12px;
|
|
31271
31295
|
line-height: 18px;
|
|
31272
31296
|
}
|
|
31273
|
-
.E_n16fsg9x .icon-wrapper {
|
|
31274
|
-
margin-right: 10px;
|
|
31275
|
-
height: 18px;
|
|
31276
|
-
}
|
|
31277
31297
|
|
|
31278
|
-
.
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
|
|
31282
|
-
|
|
31283
|
-
border-radius: 6px;
|
|
31284
|
-
color: #005ed1;
|
|
31298
|
+
.E_t10dv8p1 {
|
|
31299
|
+
font-family: Inter;
|
|
31300
|
+
font-style: normal;
|
|
31301
|
+
font-weight: normal;
|
|
31302
|
+
font-feature-settings: "zero" on;
|
|
31285
31303
|
font-size: 12px;
|
|
31286
31304
|
line-height: 18px;
|
|
31287
31305
|
}
|
|
31288
|
-
.E_i173wxzw .icon-wrapper {
|
|
31289
|
-
margin-right: 10px;
|
|
31290
|
-
height: 18px;
|
|
31291
|
-
}
|
|
31292
31306
|
|
|
31293
|
-
.
|
|
31294
|
-
|
|
31295
|
-
|
|
31307
|
+
.E_tc2oqpq {
|
|
31308
|
+
font-family: Inter;
|
|
31309
|
+
font-style: normal;
|
|
31310
|
+
font-weight: 500;
|
|
31311
|
+
font-feature-settings: "zero" on;
|
|
31296
31312
|
font-size: 12px;
|
|
31297
31313
|
line-height: 18px;
|
|
31298
31314
|
}
|
|
31299
31315
|
|
|
31300
|
-
.
|
|
31301
|
-
|
|
31302
|
-
font-
|
|
31303
|
-
|
|
31316
|
+
.E_tzvddmc {
|
|
31317
|
+
font-family: Inter;
|
|
31318
|
+
font-style: normal;
|
|
31319
|
+
font-weight: bold;
|
|
31320
|
+
font-feature-settings: "zero" on;
|
|
31321
|
+
font-size: 16px;
|
|
31322
|
+
line-height: 24px;
|
|
31304
31323
|
}
|
|
31305
31324
|
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
margin-right: 16px;
|
|
31325
|
+
.E_u18llj45 {
|
|
31326
|
+
font-family: Inter;
|
|
31327
|
+
font-style: normal;
|
|
31328
|
+
font-weight: normal;
|
|
31329
|
+
font-size: 10px;
|
|
31330
|
+
line-height: 12px;
|
|
31313
31331
|
}
|
|
31314
31332
|
|
|
31315
|
-
.
|
|
31316
|
-
|
|
31333
|
+
.E_m196gn1d {
|
|
31334
|
+
min-width: 1280px;
|
|
31317
31335
|
}
|
|
31318
31336
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
}
|
|
31331
|
-
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31332
|
-
padding: 2px 8px;
|
|
31333
|
-
line-height: 18px;
|
|
31337
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31338
|
+
display: inline-flex;
|
|
31339
|
+
align-items: center;
|
|
31340
|
+
justify-content: center;
|
|
31341
|
+
color: #fff;
|
|
31342
|
+
font-weight: bold;
|
|
31343
|
+
font-size: 12px;
|
|
31344
|
+
width: 24px;
|
|
31345
|
+
height: 24px;
|
|
31346
|
+
border-radius: 50%;
|
|
31347
|
+
background: var(--a1b5xrg3-0);
|
|
31334
31348
|
}
|
|
31335
|
-
.
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31349
|
+
.E_a1b5xrg3.btn-item {
|
|
31350
|
+
transition: all 160ms ease;
|
|
31351
|
+
cursor: pointer;
|
|
31352
|
+
width: 56px;
|
|
31353
|
+
height: 40px;
|
|
31354
|
+
display: inline-flex;
|
|
31355
|
+
align-items: center;
|
|
31356
|
+
justify-content: center;
|
|
31357
|
+
border-radius: 6px;
|
|
31339
31358
|
}
|
|
31340
|
-
.
|
|
31341
|
-
|
|
31342
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31343
|
-
z-index: 1;
|
|
31359
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31360
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31344
31361
|
}
|
|
31345
|
-
.
|
|
31346
|
-
|
|
31347
|
-
|
|
31362
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31363
|
+
transform: translateY(2px);
|
|
31364
|
+
transition: all 320ms ease;
|
|
31348
31365
|
}
|
|
31349
|
-
|
|
31350
|
-
|
|
31351
|
-
|
|
31366
|
+
|
|
31367
|
+
.E_cnujxq2 {
|
|
31368
|
+
display: flex;
|
|
31369
|
+
flex-direction: column;
|
|
31352
31370
|
}
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31371
|
+
|
|
31372
|
+
.E_m7s48ia {
|
|
31373
|
+
max-width: 1120px;
|
|
31374
|
+
width: 100%;
|
|
31375
|
+
margin: 0 auto;
|
|
31376
|
+
height: 100%;
|
|
31356
31377
|
}
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
|
|
31378
|
+
|
|
31379
|
+
.E_wt5zbg6 {
|
|
31380
|
+
max-width: 1120px;
|
|
31381
|
+
width: 100%;
|
|
31382
|
+
margin: 0 auto;
|
|
31383
|
+
display: flex;
|
|
31361
31384
|
}
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31364
|
-
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
color: #2d3a56;
|
|
31368
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31385
|
+
.E_wt5zbg6 .left,
|
|
31386
|
+
.E_wt5zbg6 .right {
|
|
31387
|
+
flex-grow: 0;
|
|
31388
|
+
flex-shrink: 0;
|
|
31389
|
+
flex-basis: 21%;
|
|
31369
31390
|
}
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31372
|
-
|
|
31391
|
+
.E_wt5zbg6 .left {
|
|
31392
|
+
display: flex;
|
|
31393
|
+
justify-content: flex-end;
|
|
31394
|
+
padding-right: 44px;
|
|
31373
31395
|
}
|
|
31374
|
-
.
|
|
31375
|
-
padding:
|
|
31376
|
-
line-height: 22px;
|
|
31396
|
+
.E_wt5zbg6 .right {
|
|
31397
|
+
padding-left: 44px;
|
|
31377
31398
|
}
|
|
31378
|
-
.
|
|
31379
|
-
|
|
31380
|
-
|
|
31399
|
+
.E_wt5zbg6 .middle {
|
|
31400
|
+
margin-bottom: 40px;
|
|
31401
|
+
flex-grow: 0;
|
|
31402
|
+
flex-shrink: 0;
|
|
31403
|
+
flex-basis: 58%;
|
|
31404
|
+
overflow: hidden;
|
|
31381
31405
|
}
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31384
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31406
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31407
|
+
width: 100%;
|
|
31385
31408
|
}
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31388
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31409
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31410
|
+
width: auto;
|
|
31389
31411
|
}
|
|
31390
|
-
|
|
31391
|
-
|
|
31412
|
+
|
|
31413
|
+
.E_h18jprzg .ant-modal-header {
|
|
31414
|
+
margin: 0 auto;
|
|
31415
|
+
width: 100%;
|
|
31416
|
+
max-width: 648px;
|
|
31392
31417
|
}
|
|
31393
|
-
.
|
|
31394
|
-
|
|
31418
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31419
|
+
margin-left: 0;
|
|
31395
31420
|
}
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
|
|
31421
|
+
.E_h18jprzg .ant-modal-body {
|
|
31422
|
+
margin: 0 auto;
|
|
31423
|
+
padding: 0;
|
|
31424
|
+
width: 100%;
|
|
31425
|
+
max-width: 648px;
|
|
31426
|
+
overflow: hidden;
|
|
31399
31427
|
}
|
|
31400
|
-
.
|
|
31401
|
-
|
|
31402
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31428
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31429
|
+
margin-bottom: 40px;
|
|
31403
31430
|
}
|
|
31404
|
-
.
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31431
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31432
|
+
height: calc(100vh - 225px);
|
|
31433
|
+
overflow-y: auto;
|
|
31408
31434
|
}
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31435
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31436
|
+
margin: 0 auto;
|
|
31437
|
+
max-width: 648px;
|
|
31412
31438
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31439
|
+
|
|
31440
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31441
|
+
margin: 0 auto;
|
|
31442
|
+
width: 100%;
|
|
31443
|
+
max-width: 1024px;
|
|
31416
31444
|
}
|
|
31417
|
-
|
|
31418
|
-
|
|
31445
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31446
|
+
margin-left: 0;
|
|
31419
31447
|
}
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31448
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31449
|
+
margin: 0 auto;
|
|
31450
|
+
padding: 0;
|
|
31451
|
+
width: 100%;
|
|
31452
|
+
max-width: 1024px;
|
|
31453
|
+
overflow: hidden;
|
|
31423
31454
|
}
|
|
31424
|
-
|
|
31425
|
-
|
|
31455
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31456
|
+
margin-bottom: 40px;
|
|
31426
31457
|
}
|
|
31427
|
-
|
|
31428
|
-
|
|
31429
|
-
|
|
31458
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31459
|
+
height: calc(100vh - 225px);
|
|
31460
|
+
overflow-y: auto;
|
|
31430
31461
|
}
|
|
31431
|
-
|
|
31432
|
-
|
|
31462
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31463
|
+
margin: 0 auto;
|
|
31464
|
+
max-width: 1024px;
|
|
31433
31465
|
}
|
|
31434
31466
|
|
|
31435
|
-
.
|
|
31436
|
-
|
|
31437
|
-
border-radius: 4px;
|
|
31467
|
+
.E_f1lrhghm {
|
|
31468
|
+
flex: 1;
|
|
31438
31469
|
}
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
cursor: pointer;
|
|
31444
|
-
transition: border 150ms;
|
|
31470
|
+
.E_f1lrhghm label {
|
|
31471
|
+
font-size: 13px;
|
|
31472
|
+
line-height: 20px;
|
|
31473
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31445
31474
|
}
|
|
31446
|
-
.
|
|
31447
|
-
|
|
31448
|
-
|
|
31475
|
+
.E_f1lrhghm .title {
|
|
31476
|
+
font-size: 14px;
|
|
31477
|
+
line-height: 20px;
|
|
31478
|
+
color: #2d3a56;
|
|
31479
|
+
margin-bottom: 12px;
|
|
31449
31480
|
}
|
|
31450
|
-
.
|
|
31451
|
-
padding-
|
|
31481
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31482
|
+
padding-bottom: 26px;
|
|
31452
31483
|
}
|
|
31453
|
-
|
|
31454
|
-
|
|
31484
|
+
|
|
31485
|
+
.E_f18ot8em {
|
|
31486
|
+
padding: 25px 0 15px 0;
|
|
31487
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31488
|
+
margin-bottom: 16px;
|
|
31455
31489
|
}
|
|
31456
|
-
|
|
31490
|
+
|
|
31491
|
+
.E_f1l1g2k0 {
|
|
31457
31492
|
display: flex;
|
|
31493
|
+
align-items: center;
|
|
31494
|
+
margin-bottom: 8px;
|
|
31458
31495
|
}
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
right: 12px;
|
|
31462
|
-
top: 50%;
|
|
31463
|
-
transform: translateY(-50%);
|
|
31464
|
-
}
|
|
31465
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31466
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31467
|
-
font-size: 12px;
|
|
31468
|
-
cursor: pointer;
|
|
31469
|
-
}
|
|
31470
|
-
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31471
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31472
|
-
}
|
|
31473
|
-
.E_k1ci6977.has-focus-indicator {
|
|
31474
|
-
position: relative;
|
|
31475
|
-
overflow: hidden;
|
|
31476
|
-
}
|
|
31477
|
-
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31478
|
-
position: absolute;
|
|
31479
|
-
top: 50%;
|
|
31480
|
-
transform: translateY(-50%);
|
|
31481
|
-
left: -16px;
|
|
31482
|
-
transition: left 150ms ease;
|
|
31483
|
-
opacity: 0;
|
|
31484
|
-
}
|
|
31485
|
-
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31486
|
-
left: 8px;
|
|
31487
|
-
opacity: 1;
|
|
31496
|
+
.E_f1l1g2k0 > label {
|
|
31497
|
+
width: 216px;
|
|
31488
31498
|
}
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31491
|
-
margin-left: 0px;
|
|
31499
|
+
.E_f1l1g2k0 > label + * {
|
|
31500
|
+
width: 100%;
|
|
31492
31501
|
}
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31502
|
+
.E_f1l1g2k0 .ant-select {
|
|
31503
|
+
width: 100%;
|
|
31495
31504
|
}
|
|
31496
31505
|
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31506
|
+
.E_e1k89cwg {
|
|
31507
|
+
color: #e75a3a;
|
|
31508
|
+
margin-right: 10px;
|
|
31500
31509
|
}
|
|
31501
31510
|
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31504
|
-
|
|
31511
|
+
.E_d1oui1gf {
|
|
31512
|
+
width: 100%;
|
|
31513
|
+
height: 1px;
|
|
31514
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31515
|
+
margin: 24px 0;
|
|
31505
31516
|
}
|
|
31506
31517
|
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
|
|
31518
|
+
.E_l15itdbb {
|
|
31519
|
+
display: flex;
|
|
31520
|
+
justify-content: center;
|
|
31521
|
+
align-items: center;
|
|
31522
|
+
height: 100%;
|
|
31510
31523
|
}
|
|
31511
31524
|
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31514
|
-
|
|
31525
|
+
.E_d1y3z4w {
|
|
31526
|
+
display: inline-block;
|
|
31527
|
+
width: 4px;
|
|
31528
|
+
height: 4px;
|
|
31529
|
+
background: #8e9aa9;
|
|
31530
|
+
opacity: 0.4;
|
|
31531
|
+
border-radius: 50%;
|
|
31532
|
+
margin: 0 4px;
|
|
31515
31533
|
}
|
|
31516
31534
|
|
|
31517
|
-
.
|
|
31518
|
-
|
|
31519
|
-
|
|
31535
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31536
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31537
|
+
width: 648px;
|
|
31538
|
+
margin: 0 auto;
|
|
31520
31539
|
}
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
border
|
|
31524
|
-
border-bottom-left-radius: 0;
|
|
31540
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31541
|
+
padding: 35px 0 24px;
|
|
31542
|
+
border: none;
|
|
31525
31543
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
display: flex;
|
|
31529
|
-
flex-direction: column;
|
|
31544
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31545
|
+
font-size: 30px;
|
|
31530
31546
|
}
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31547
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31548
|
+
padding: 4px 0 2px;
|
|
31533
31549
|
}
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31550
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31551
|
+
border: none;
|
|
31536
31552
|
}
|
|
31537
|
-
|
|
31538
|
-
|
|
31553
|
+
|
|
31554
|
+
.E_t1wwio3v {
|
|
31555
|
+
font-size: 12px;
|
|
31556
|
+
line-height: 18px;
|
|
31557
|
+
font-weight: bold;
|
|
31558
|
+
color: #fff;
|
|
31559
|
+
padding: 0 4px;
|
|
31560
|
+
border-radius: 4px;
|
|
31561
|
+
display: inline-block;
|
|
31562
|
+
background: var(--t1wwio3v-0);
|
|
31539
31563
|
}
|
|
31540
|
-
.
|
|
31564
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31565
|
+
margin-left: 4px;
|
|
31566
|
+
}
|
|
31567
|
+
|
|
31568
|
+
.E_f17jvtfk {
|
|
31541
31569
|
width: 100%;
|
|
31570
|
+
height: 100%;
|
|
31571
|
+
display: flex;
|
|
31572
|
+
align-items: center;
|
|
31573
|
+
justify-content: center;
|
|
31542
31574
|
}
|
|
31543
31575
|
|
|
31544
|
-
.
|
|
31545
|
-
font-size:
|
|
31546
|
-
font-weight:
|
|
31547
|
-
color:
|
|
31548
|
-
|
|
31576
|
+
.E_nzppkea {
|
|
31577
|
+
font-size: 90%;
|
|
31578
|
+
font-weight: bold;
|
|
31579
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31580
|
+
padding: 1px 4px 1px;
|
|
31581
|
+
margin-left: 2px;
|
|
31582
|
+
margin-right: 2px;
|
|
31583
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31584
|
+
border-radius: 4px;
|
|
31549
31585
|
}
|
|
31550
|
-
|
|
31551
|
-
|
|
31586
|
+
|
|
31587
|
+
.E_f4mi9eq.form-item-general {
|
|
31588
|
+
width: 640px;
|
|
31552
31589
|
}
|
|
31553
|
-
.
|
|
31590
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31554
31591
|
margin-top: 16px;
|
|
31555
31592
|
}
|
|
31556
|
-
|
|
31557
|
-
|
|
31558
|
-
font-size: 12px;
|
|
31559
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31560
|
-
margin-top: 12px;
|
|
31593
|
+
.E_f4mi9eq.form-item-compact {
|
|
31594
|
+
width: 412px;
|
|
31561
31595
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
line-height: 18px;
|
|
31565
|
-
font-weight: 500;
|
|
31566
|
-
margin-top: 0;
|
|
31567
|
-
white-space: initial;
|
|
31596
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31597
|
+
margin-top: 8px;
|
|
31568
31598
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
display: block;
|
|
31599
|
+
.E_f4mi9eq .form-item {
|
|
31600
|
+
width: auto;
|
|
31572
31601
|
}
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
line-height: 32px;
|
|
31577
|
-
color: #3e4652;
|
|
31602
|
+
.E_f4mi9eq .form-item-main {
|
|
31603
|
+
position: relative;
|
|
31604
|
+
display: flex;
|
|
31578
31605
|
}
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
padding:
|
|
31583
|
-
|
|
31584
|
-
|
|
31606
|
+
.E_f4mi9eq .form-item-extra {
|
|
31607
|
+
margin-top: 4px;
|
|
31608
|
+
width: 100%;
|
|
31609
|
+
padding: 14px;
|
|
31610
|
+
background: #f2f4f6;
|
|
31611
|
+
font-size: 13px;
|
|
31612
|
+
line-height: 1.8;
|
|
31613
|
+
color: #8e9aa9;
|
|
31614
|
+
}
|
|
31615
|
+
.E_f4mi9eq .form-item-label {
|
|
31616
|
+
padding-right: 12px;
|
|
31617
|
+
font-size: 13px;
|
|
31585
31618
|
color: rgba(44, 56, 82, 0.6);
|
|
31586
|
-
font-size: 12px;
|
|
31587
31619
|
}
|
|
31588
|
-
.
|
|
31589
|
-
|
|
31590
|
-
display: flex;
|
|
31591
|
-
align-items: center;
|
|
31592
|
-
word-break: break-all;
|
|
31620
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
31621
|
+
text-align: right;
|
|
31593
31622
|
}
|
|
31594
|
-
.
|
|
31595
|
-
|
|
31623
|
+
.E_f4mi9eq .form-item-label,
|
|
31624
|
+
.E_f4mi9eq .form-item-control {
|
|
31625
|
+
line-height: 32px;
|
|
31626
|
+
}
|
|
31627
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31596
31628
|
line-height: 18px;
|
|
31597
|
-
margin: 4px 0;
|
|
31598
31629
|
}
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
31630
|
+
.E_f4mi9eq .form-item-children {
|
|
31631
|
+
width: 100%;
|
|
31602
31632
|
}
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
min-width: 1280px;
|
|
31633
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31634
|
+
width: 100%;
|
|
31606
31635
|
}
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
font-weight: bold;
|
|
31612
|
-
font-size: 32px;
|
|
31613
|
-
line-height: 40px;
|
|
31636
|
+
.E_f4mi9eq .form-item-error {
|
|
31637
|
+
color: #e75a3a;
|
|
31638
|
+
height: 0;
|
|
31639
|
+
overflow: hidden;
|
|
31614
31640
|
}
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
font-weight: bold;
|
|
31620
|
-
font-size: 24px;
|
|
31621
|
-
line-height: 32px;
|
|
31641
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
31642
|
+
margin-top: 4px;
|
|
31643
|
+
height: auto;
|
|
31644
|
+
overflow: auto;
|
|
31622
31645
|
}
|
|
31623
|
-
|
|
31624
|
-
.
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
font-weight: normal;
|
|
31628
|
-
font-size: 32px;
|
|
31629
|
-
line-height: 40px;
|
|
31646
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31647
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31648
|
+
border: 1px solid #e75a3a;
|
|
31649
|
+
color: #e75a3a;
|
|
31630
31650
|
}
|
|
31631
31651
|
|
|
31632
|
-
.
|
|
31633
|
-
|
|
31634
|
-
font-style: normal;
|
|
31652
|
+
.E_fh0ewl8 {
|
|
31653
|
+
color: #2d3a56;
|
|
31635
31654
|
font-weight: bold;
|
|
31636
|
-
|
|
31637
|
-
|
|
31655
|
+
padding-bottom: 6px;
|
|
31656
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31657
|
+
margin-bottom: 16px;
|
|
31638
31658
|
}
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
font-family: Inter;
|
|
31642
|
-
font-style: normal;
|
|
31643
|
-
font-weight: normal;
|
|
31644
|
-
font-size: 20px;
|
|
31645
|
-
line-height: 24px;
|
|
31659
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
31660
|
+
margin-top: 16px;
|
|
31646
31661
|
}
|
|
31647
31662
|
|
|
31648
|
-
.
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31663
|
+
.E_e1qrlvot {
|
|
31664
|
+
width: 8px;
|
|
31665
|
+
height: 24px;
|
|
31666
|
+
display: flex;
|
|
31667
|
+
justify-content: center;
|
|
31668
|
+
align-items: center;
|
|
31669
|
+
cursor: pointer;
|
|
31670
|
+
transition: all 200ms ease-out 40ms;
|
|
31654
31671
|
}
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31672
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31673
|
+
content: "";
|
|
31674
|
+
width: 1px;
|
|
31675
|
+
height: 6px;
|
|
31676
|
+
border-radius: 1px;
|
|
31677
|
+
background: #ccd4e3;
|
|
31678
|
+
position: relative;
|
|
31679
|
+
right: 2px;
|
|
31680
|
+
transform: rotate(-45deg);
|
|
31662
31681
|
}
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
font-style: normal;
|
|
31667
|
-
font-weight: bold;
|
|
31668
|
-
font-size: 16px;
|
|
31669
|
-
line-height: 22px;
|
|
31682
|
+
.E_e1qrlvot:after {
|
|
31683
|
+
transform: rotate(45deg);
|
|
31684
|
+
left: 1px;
|
|
31670
31685
|
}
|
|
31671
31686
|
|
|
31672
|
-
.
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
font-size: 16px;
|
|
31677
|
-
line-height: 22px;
|
|
31687
|
+
.E_w9ic984.ant-alert-warning {
|
|
31688
|
+
border: 0;
|
|
31689
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31690
|
+
border-radius: 6px;
|
|
31678
31691
|
}
|
|
31679
|
-
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31682
|
-
font-style: normal;
|
|
31683
|
-
font-weight: bold;
|
|
31684
|
-
font-size: 14px;
|
|
31685
|
-
line-height: 20px;
|
|
31692
|
+
.E_w9ic984.ant-alert,
|
|
31693
|
+
.E_w9ic984 .ant-alert-message {
|
|
31694
|
+
color: #e07f00;
|
|
31686
31695
|
}
|
|
31687
|
-
|
|
31688
|
-
.
|
|
31689
|
-
|
|
31690
|
-
font-style: normal;
|
|
31691
|
-
font-weight: normal;
|
|
31692
|
-
font-size: 14px;
|
|
31693
|
-
line-height: 20px;
|
|
31696
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
31697
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31698
|
+
border-bottom-color: #e07f00;
|
|
31694
31699
|
}
|
|
31695
31700
|
|
|
31696
|
-
.
|
|
31697
|
-
|
|
31698
|
-
|
|
31699
|
-
|
|
31701
|
+
.E_n1k9qi4r {
|
|
31702
|
+
display: flex;
|
|
31703
|
+
flex-direction: row;
|
|
31704
|
+
padding: 7px 12px;
|
|
31705
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31706
|
+
border-radius: 6px;
|
|
31707
|
+
color: #e07f00;
|
|
31700
31708
|
font-size: 12px;
|
|
31701
31709
|
line-height: 18px;
|
|
31702
31710
|
}
|
|
31711
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
31712
|
+
margin-right: 10px;
|
|
31713
|
+
height: 18px;
|
|
31714
|
+
}
|
|
31703
31715
|
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
|
|
31716
|
+
.E_n16fsg9x {
|
|
31717
|
+
display: flex;
|
|
31718
|
+
flex-direction: row;
|
|
31719
|
+
padding: 7px 12px;
|
|
31720
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31721
|
+
border-radius: 6px;
|
|
31722
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31708
31723
|
font-size: 12px;
|
|
31709
31724
|
line-height: 18px;
|
|
31710
31725
|
}
|
|
31726
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31727
|
+
margin-right: 10px;
|
|
31728
|
+
height: 18px;
|
|
31729
|
+
}
|
|
31711
31730
|
|
|
31712
|
-
.
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
|
|
31731
|
+
.E_i173wxzw {
|
|
31732
|
+
display: flex;
|
|
31733
|
+
flex-direction: row;
|
|
31734
|
+
padding: 7px 12px;
|
|
31735
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31736
|
+
border-radius: 6px;
|
|
31737
|
+
color: #005ed1;
|
|
31718
31738
|
font-size: 12px;
|
|
31719
31739
|
line-height: 18px;
|
|
31720
31740
|
}
|
|
31741
|
+
.E_i173wxzw .icon-wrapper {
|
|
31742
|
+
margin-right: 10px;
|
|
31743
|
+
height: 18px;
|
|
31744
|
+
}
|
|
31721
31745
|
|
|
31722
|
-
.
|
|
31723
|
-
|
|
31724
|
-
|
|
31725
|
-
font-weight: normal;
|
|
31726
|
-
text-transform: uppercase;
|
|
31727
|
-
font-feature-settings: "cpsp" on;
|
|
31746
|
+
.E_dld369h {
|
|
31747
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31748
|
+
margin-top: 5px;
|
|
31728
31749
|
font-size: 12px;
|
|
31729
31750
|
line-height: 18px;
|
|
31730
31751
|
}
|
|
31731
31752
|
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
font-
|
|
31735
|
-
|
|
31736
|
-
font-size: 16px;
|
|
31737
|
-
line-height: 24px;
|
|
31738
|
-
}
|
|
31739
|
-
|
|
31740
|
-
.E_lzt43lp {
|
|
31741
|
-
font-family: Inter;
|
|
31742
|
-
font-style: normal;
|
|
31743
|
-
font-weight: bold;
|
|
31744
|
-
font-size: 16px;
|
|
31745
|
-
line-height: 24px;
|
|
31753
|
+
.E_s1epv22q {
|
|
31754
|
+
color: #f0483e;
|
|
31755
|
+
font-size: 12px;
|
|
31756
|
+
white-space: pre-wrap;
|
|
31746
31757
|
}
|
|
31747
31758
|
|
|
31748
|
-
.
|
|
31749
|
-
|
|
31750
|
-
|
|
31751
|
-
|
|
31752
|
-
font-size: 16px;
|
|
31753
|
-
line-height: 24px;
|
|
31759
|
+
.E_okus5hk {
|
|
31760
|
+
display: flex;
|
|
31761
|
+
align-items: center;
|
|
31762
|
+
justify-content: flex-end;
|
|
31754
31763
|
}
|
|
31755
|
-
|
|
31756
|
-
|
|
31757
|
-
font-family: Inter;
|
|
31758
|
-
font-style: normal;
|
|
31759
|
-
font-weight: bold;
|
|
31760
|
-
font-size: 16px;
|
|
31761
|
-
line-height: 24px;
|
|
31764
|
+
.E_okus5hk .icon-wrapper {
|
|
31765
|
+
margin-right: 16px;
|
|
31762
31766
|
}
|
|
31763
31767
|
|
|
31764
|
-
.
|
|
31765
|
-
|
|
31766
|
-
font-style: normal;
|
|
31767
|
-
font-weight: normal;
|
|
31768
|
-
text-transform: uppercase;
|
|
31769
|
-
font-feature-settings: "cpsp" on;
|
|
31770
|
-
font-size: 16px;
|
|
31771
|
-
line-height: 24px;
|
|
31768
|
+
.E_t1auuzri {
|
|
31769
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31772
31770
|
}
|
|
31773
31771
|
|
|
31774
|
-
.
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
line-height: 24px;
|
|
31772
|
+
.E_i74cfyt.ant-input {
|
|
31773
|
+
padding: 5px 12px;
|
|
31774
|
+
line-height: 20px;
|
|
31775
|
+
color: #2d3a56;
|
|
31776
|
+
border-radius: 6px;
|
|
31777
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31778
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31782
31779
|
}
|
|
31783
|
-
|
|
31784
|
-
|
|
31785
|
-
font-family: Inter;
|
|
31786
|
-
font-style: normal;
|
|
31787
|
-
font-weight: normal;
|
|
31788
|
-
font-size: 14px;
|
|
31780
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31781
|
+
padding: 8px 16px;
|
|
31789
31782
|
line-height: 22px;
|
|
31790
31783
|
}
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
font-style: normal;
|
|
31795
|
-
font-weight: 500;
|
|
31796
|
-
font-size: 14px;
|
|
31797
|
-
line-height: 22px;
|
|
31784
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31785
|
+
padding: 2px 8px;
|
|
31786
|
+
line-height: 18px;
|
|
31798
31787
|
}
|
|
31799
|
-
|
|
31800
|
-
.
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
font-weight: bold;
|
|
31804
|
-
font-size: 14px;
|
|
31805
|
-
line-height: 22px;
|
|
31788
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31789
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31790
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31791
|
+
z-index: 1;
|
|
31806
31792
|
}
|
|
31807
|
-
|
|
31808
|
-
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
font-weight: normal;
|
|
31812
|
-
font-size: 14px;
|
|
31813
|
-
line-height: 22px;
|
|
31793
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31794
|
+
border-color: #0096ff;
|
|
31795
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31796
|
+
z-index: 1;
|
|
31814
31797
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
font-style: normal;
|
|
31819
|
-
font-weight: bold;
|
|
31820
|
-
font-size: 14px;
|
|
31821
|
-
line-height: 22px;
|
|
31798
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31799
|
+
border-color: #e75a3a;
|
|
31800
|
+
color: #e75a3a;
|
|
31822
31801
|
}
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
font-style: normal;
|
|
31827
|
-
font-weight: normal;
|
|
31828
|
-
text-transform: uppercase;
|
|
31829
|
-
font-feature-settings: "cpsp" on;
|
|
31830
|
-
font-size: 14px;
|
|
31831
|
-
line-height: 22px;
|
|
31802
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31803
|
+
border-color: #e75a3a;
|
|
31804
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31832
31805
|
}
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
|
|
31836
|
-
font-style: normal;
|
|
31837
|
-
font-weight: bold;
|
|
31838
|
-
text-transform: uppercase;
|
|
31839
|
-
font-feature-settings: "cpsp" on;
|
|
31840
|
-
font-size: 14px;
|
|
31841
|
-
line-height: 22px;
|
|
31806
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31807
|
+
border-color: #e75a3a;
|
|
31808
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31842
31809
|
}
|
|
31843
|
-
|
|
31844
|
-
.
|
|
31845
|
-
|
|
31846
|
-
|
|
31847
|
-
font-weight: normal;
|
|
31848
|
-
font-size: 13px;
|
|
31849
|
-
line-height: 20px;
|
|
31810
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31811
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31812
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31813
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31850
31814
|
}
|
|
31851
|
-
|
|
31852
|
-
|
|
31853
|
-
|
|
31854
|
-
|
|
31855
|
-
font-weight: 600;
|
|
31856
|
-
font-size: 13px;
|
|
31815
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31816
|
+
padding: 5px 12px;
|
|
31817
|
+
border-radius: 6px;
|
|
31818
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31857
31819
|
line-height: 20px;
|
|
31820
|
+
color: #2d3a56;
|
|
31821
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31858
31822
|
}
|
|
31859
|
-
|
|
31860
|
-
.
|
|
31861
|
-
|
|
31862
|
-
font-style: normal;
|
|
31863
|
-
font-weight: bold;
|
|
31864
|
-
font-size: 13px;
|
|
31865
|
-
line-height: 20px;
|
|
31823
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31824
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31825
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31866
31826
|
}
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
font-style: normal;
|
|
31871
|
-
font-weight: normal;
|
|
31872
|
-
font-size: 13px;
|
|
31873
|
-
line-height: 20px;
|
|
31827
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31828
|
+
padding: 8px 16px;
|
|
31829
|
+
line-height: 22px;
|
|
31874
31830
|
}
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
font-style: normal;
|
|
31879
|
-
font-weight: 600;
|
|
31880
|
-
font-size: 13px;
|
|
31881
|
-
line-height: 20px;
|
|
31831
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31832
|
+
padding: 2px 8px;
|
|
31833
|
+
line-height: 18px;
|
|
31882
31834
|
}
|
|
31883
|
-
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31886
|
-
font-style: normal;
|
|
31887
|
-
font-weight: bold;
|
|
31888
|
-
font-size: 13px;
|
|
31889
|
-
line-height: 20px;
|
|
31835
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31836
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31837
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31890
31838
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
font-style: normal;
|
|
31895
|
-
font-weight: normal;
|
|
31896
|
-
text-transform: uppercase;
|
|
31897
|
-
font-feature-settings: "cpsp" on;
|
|
31898
|
-
font-size: 13px;
|
|
31899
|
-
line-height: 20px;
|
|
31839
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31840
|
+
border-color: #0096ff;
|
|
31841
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31900
31842
|
}
|
|
31901
|
-
|
|
31902
|
-
|
|
31903
|
-
font-family: Inter;
|
|
31904
|
-
font-style: normal;
|
|
31905
|
-
font-weight: bold;
|
|
31906
|
-
text-transform: uppercase;
|
|
31907
|
-
font-feature-settings: "cpsp" on;
|
|
31908
|
-
font-size: 13px;
|
|
31909
|
-
line-height: 20px;
|
|
31843
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31844
|
+
border-color: #e75a3a;
|
|
31910
31845
|
}
|
|
31911
|
-
|
|
31912
|
-
|
|
31913
|
-
font-family: Inter;
|
|
31914
|
-
font-style: normal;
|
|
31915
|
-
font-weight: normal;
|
|
31916
|
-
font-size: 12px;
|
|
31917
|
-
line-height: 18px;
|
|
31846
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31847
|
+
color: #e75a3a;
|
|
31918
31848
|
}
|
|
31919
|
-
|
|
31920
|
-
|
|
31921
|
-
|
|
31922
|
-
font-style: normal;
|
|
31923
|
-
font-weight: 500;
|
|
31924
|
-
font-size: 12px;
|
|
31925
|
-
line-height: 18px;
|
|
31849
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31850
|
+
border-color: #e75a3a;
|
|
31851
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31926
31852
|
}
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
font-style: normal;
|
|
31931
|
-
font-weight: bold;
|
|
31932
|
-
font-size: 12px;
|
|
31933
|
-
line-height: 18px;
|
|
31853
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31854
|
+
border-color: #e75a3a;
|
|
31855
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31934
31856
|
}
|
|
31935
|
-
|
|
31936
|
-
.
|
|
31937
|
-
|
|
31938
|
-
|
|
31939
|
-
font-weight: normal;
|
|
31940
|
-
font-size: 12px;
|
|
31941
|
-
line-height: 18px;
|
|
31857
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31858
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31859
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31860
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31942
31861
|
}
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
|
|
31946
|
-
font-style: normal;
|
|
31947
|
-
font-weight: 500;
|
|
31948
|
-
font-size: 12px;
|
|
31949
|
-
line-height: 18px;
|
|
31862
|
+
textarea.E_i74cfyt.ant-input {
|
|
31863
|
+
transition-property: height;
|
|
31864
|
+
transition-delay: 50ms;
|
|
31950
31865
|
}
|
|
31951
|
-
|
|
31952
|
-
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31866
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31867
|
+
min-height: 40px;
|
|
31868
|
+
height: 40px;
|
|
31869
|
+
}
|
|
31870
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31871
|
+
height: 80px;
|
|
31872
|
+
}
|
|
31873
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31874
|
+
min-height: 32px;
|
|
31875
|
+
height: 32px;
|
|
31876
|
+
}
|
|
31877
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31878
|
+
height: 64px;
|
|
31879
|
+
}
|
|
31880
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31881
|
+
min-height: 24px;
|
|
31882
|
+
height: 24px;
|
|
31883
|
+
}
|
|
31884
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31885
|
+
height: 40px;
|
|
31958
31886
|
}
|
|
31959
31887
|
|
|
31960
|
-
.
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
|
|
31888
|
+
.E_k1ci6977.input-tags {
|
|
31889
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31890
|
+
border-radius: 4px;
|
|
31891
|
+
}
|
|
31892
|
+
.E_k1ci6977.input-tags {
|
|
31893
|
+
position: relative;
|
|
31894
|
+
padding: 6px;
|
|
31895
|
+
height: 32px;
|
|
31896
|
+
cursor: pointer;
|
|
31897
|
+
transition: border 150ms;
|
|
31898
|
+
}
|
|
31899
|
+
.E_k1ci6977.input-tags:hover {
|
|
31900
|
+
border-color: #0080ff;
|
|
31901
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31902
|
+
}
|
|
31903
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31904
|
+
padding-right: 30px;
|
|
31905
|
+
}
|
|
31906
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31907
|
+
display: flex;
|
|
31908
|
+
}
|
|
31909
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31910
|
+
display: flex;
|
|
31911
|
+
}
|
|
31912
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31913
|
+
position: absolute;
|
|
31914
|
+
right: 12px;
|
|
31915
|
+
top: 50%;
|
|
31916
|
+
transform: translateY(-50%);
|
|
31917
|
+
}
|
|
31918
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31919
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31966
31920
|
font-size: 12px;
|
|
31967
|
-
|
|
31921
|
+
cursor: pointer;
|
|
31922
|
+
}
|
|
31923
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31924
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31925
|
+
}
|
|
31926
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31927
|
+
position: relative;
|
|
31928
|
+
overflow: hidden;
|
|
31929
|
+
}
|
|
31930
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31931
|
+
position: absolute;
|
|
31932
|
+
top: 50%;
|
|
31933
|
+
transform: translateY(-50%);
|
|
31934
|
+
left: -16px;
|
|
31935
|
+
transition: left 150ms ease;
|
|
31936
|
+
opacity: 0;
|
|
31937
|
+
}
|
|
31938
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31939
|
+
left: 8px;
|
|
31940
|
+
opacity: 1;
|
|
31941
|
+
}
|
|
31942
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31943
|
+
transition: margin-left 150ms ease;
|
|
31944
|
+
margin-left: 0px;
|
|
31945
|
+
}
|
|
31946
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31947
|
+
margin-left: 16px;
|
|
31968
31948
|
}
|
|
31969
31949
|
|
|
31970
|
-
.
|
|
31971
|
-
|
|
31972
|
-
|
|
31973
|
-
font-weight: bold;
|
|
31974
|
-
text-transform: uppercase;
|
|
31975
|
-
font-feature-settings: "cpsp" on;
|
|
31976
|
-
font-size: 12px;
|
|
31977
|
-
line-height: 18px;
|
|
31950
|
+
input.E_l1f7td1d.ant-input {
|
|
31951
|
+
border-top-right-radius: 0;
|
|
31952
|
+
border-bottom-right-radius: 0;
|
|
31978
31953
|
}
|
|
31979
31954
|
|
|
31980
|
-
.
|
|
31981
|
-
|
|
31982
|
-
|
|
31983
|
-
font-weight: normal;
|
|
31984
|
-
font-size: 13px;
|
|
31985
|
-
line-height: 20px;
|
|
31955
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31956
|
+
border-top-right-radius: 0;
|
|
31957
|
+
border-bottom-right-radius: 0;
|
|
31986
31958
|
}
|
|
31987
31959
|
|
|
31988
|
-
.
|
|
31989
|
-
|
|
31990
|
-
|
|
31991
|
-
font-weight: normal;
|
|
31992
|
-
font-size: 13px;
|
|
31993
|
-
line-height: 20px;
|
|
31960
|
+
input.E_rf8rlle.ant-input {
|
|
31961
|
+
border-top-left-radius: 0;
|
|
31962
|
+
border-bottom-left-radius: 0;
|
|
31994
31963
|
}
|
|
31995
31964
|
|
|
31996
|
-
.
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
font-weight: normal;
|
|
32000
|
-
font-size: 12px;
|
|
32001
|
-
line-height: 18px;
|
|
31965
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31966
|
+
border-top-left-radius: 0;
|
|
31967
|
+
border-bottom-left-radius: 0;
|
|
32002
31968
|
}
|
|
32003
31969
|
|
|
32004
|
-
.
|
|
32005
|
-
|
|
32006
|
-
|
|
32007
|
-
font-weight: normal;
|
|
32008
|
-
font-size: 12px;
|
|
32009
|
-
line-height: 18px;
|
|
31970
|
+
.E_llt2k48.ant-select.select, .E_llt2k48.ant-select.select .ant-select-selector {
|
|
31971
|
+
border-top-right-radius: 0;
|
|
31972
|
+
border-bottom-right-radius: 0;
|
|
32010
31973
|
}
|
|
32011
31974
|
|
|
32012
|
-
.
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
font-weight: normal;
|
|
32016
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32017
|
-
font-size: 13px;
|
|
32018
|
-
line-height: 20px;
|
|
31975
|
+
.E_rdwz7eh.ant-select.select, .E_rdwz7eh.ant-select.select .ant-select-selector {
|
|
31976
|
+
border-top-left-radius: 0;
|
|
31977
|
+
border-bottom-left-radius: 0;
|
|
32019
31978
|
}
|
|
32020
31979
|
|
|
32021
|
-
.
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
|
|
31980
|
+
.E_c3ni091 {
|
|
31981
|
+
display: flex;
|
|
31982
|
+
flex-direction: column;
|
|
31983
|
+
}
|
|
31984
|
+
.E_c3ni091 .select-wrapper {
|
|
31985
|
+
margin-top: 12px;
|
|
31986
|
+
}
|
|
31987
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31988
|
+
width: 100%;
|
|
31989
|
+
}
|
|
31990
|
+
.E_c3ni091 .radio-wrapper {
|
|
31991
|
+
margin-top: 24px;
|
|
31992
|
+
}
|
|
31993
|
+
.E_c3ni091 div.form-item {
|
|
31994
|
+
width: 100%;
|
|
32028
31995
|
}
|
|
32029
31996
|
|
|
32030
|
-
.
|
|
32031
|
-
font-
|
|
32032
|
-
font-
|
|
32033
|
-
|
|
32034
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32035
|
-
font-size: 12px;
|
|
31997
|
+
.E_d105ju2d {
|
|
31998
|
+
font-size: 14px;
|
|
31999
|
+
font-weight: 500;
|
|
32000
|
+
color: #3e4652;
|
|
32036
32001
|
line-height: 18px;
|
|
32037
32002
|
}
|
|
32003
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32004
|
+
margin-top: 16px;
|
|
32005
|
+
}
|
|
32006
|
+
.E_d105ju2d + * {
|
|
32007
|
+
margin-top: 16px;
|
|
32008
|
+
}
|
|
32038
32009
|
|
|
32039
|
-
.
|
|
32040
|
-
font-family: Inter;
|
|
32041
|
-
font-style: normal;
|
|
32042
|
-
font-weight: 500;
|
|
32043
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32010
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32044
32011
|
font-size: 12px;
|
|
32045
|
-
|
|
32012
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32013
|
+
margin-top: 12px;
|
|
32046
32014
|
}
|
|
32047
32015
|
|
|
32048
|
-
.
|
|
32049
|
-
font-family: Inter;
|
|
32050
|
-
font-style: normal;
|
|
32051
|
-
font-weight: normal;
|
|
32052
|
-
font-feature-settings: "zero" on;
|
|
32053
|
-
font-size: 12px;
|
|
32016
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32054
32017
|
line-height: 18px;
|
|
32018
|
+
font-weight: 500;
|
|
32019
|
+
margin-top: 0;
|
|
32020
|
+
white-space: initial;
|
|
32055
32021
|
}
|
|
32056
32022
|
|
|
32057
|
-
.
|
|
32058
|
-
|
|
32059
|
-
|
|
32023
|
+
.E_r1skkc3l {
|
|
32024
|
+
display: block;
|
|
32025
|
+
}
|
|
32026
|
+
.E_r1skkc3l span {
|
|
32027
|
+
font-size: 14px;
|
|
32060
32028
|
font-weight: 500;
|
|
32061
|
-
|
|
32062
|
-
|
|
32063
|
-
line-height: 18px;
|
|
32029
|
+
line-height: 32px;
|
|
32030
|
+
color: #3e4652;
|
|
32064
32031
|
}
|
|
32065
32032
|
|
|
32066
|
-
.
|
|
32067
|
-
|
|
32068
|
-
|
|
32069
|
-
|
|
32070
|
-
|
|
32071
|
-
|
|
32072
|
-
|
|
32033
|
+
.E_c3cobmo {
|
|
32034
|
+
margin-top: 16px;
|
|
32035
|
+
padding: 8px;
|
|
32036
|
+
border-radius: 6px;
|
|
32037
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32039
|
+
font-size: 12px;
|
|
32040
|
+
}
|
|
32041
|
+
.E_c3cobmo div {
|
|
32042
|
+
line-height: 20px;
|
|
32043
|
+
display: flex;
|
|
32044
|
+
align-items: center;
|
|
32045
|
+
word-break: break-all;
|
|
32046
|
+
}
|
|
32047
|
+
.E_c3cobmo .title {
|
|
32048
|
+
font-weight: 700;
|
|
32049
|
+
line-height: 18px;
|
|
32050
|
+
margin: 4px 0;
|
|
32073
32051
|
}
|
|
32074
32052
|
|
|
32075
|
-
.
|
|
32076
|
-
|
|
32077
|
-
font-style: normal;
|
|
32078
|
-
font-weight: normal;
|
|
32079
|
-
font-size: 10px;
|
|
32080
|
-
line-height: 12px;
|
|
32053
|
+
.E_uqv57uv {
|
|
32054
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32081
32055
|
}
|
|
32082
32056
|
|
|
32083
32057
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
@@ -32137,6 +32111,31 @@ input.E_rf8rlle.ant-input {
|
|
|
32137
32111
|
transform: rotate(180deg);
|
|
32138
32112
|
}
|
|
32139
32113
|
|
|
32114
|
+
.E_oa99sl3 {
|
|
32115
|
+
display: flex;
|
|
32116
|
+
justify-content: space-between;
|
|
32117
|
+
align-items: center;
|
|
32118
|
+
gap: 8px;
|
|
32119
|
+
}
|
|
32120
|
+
.E_oa99sl3,
|
|
32121
|
+
.E_oa99sl3 :first-child {
|
|
32122
|
+
line-height: inherit !important;
|
|
32123
|
+
}
|
|
32124
|
+
|
|
32125
|
+
.E_lvp5pj7 {
|
|
32126
|
+
display: flex;
|
|
32127
|
+
justify-content: space-between;
|
|
32128
|
+
align-items: center;
|
|
32129
|
+
gap: 8px;
|
|
32130
|
+
min-width: 0;
|
|
32131
|
+
}
|
|
32132
|
+
|
|
32133
|
+
.E_s1io1lws {
|
|
32134
|
+
display: flex;
|
|
32135
|
+
align-items: center;
|
|
32136
|
+
flex-shrink: 0;
|
|
32137
|
+
}
|
|
32138
|
+
|
|
32140
32139
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32141
32140
|
opacity: 1;
|
|
32142
32141
|
}
|
|
@@ -32264,31 +32263,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32264
32263
|
color: rgba(0, 21, 64, 0.3);
|
|
32265
32264
|
}
|
|
32266
32265
|
|
|
32267
|
-
.E_oa99sl3 {
|
|
32268
|
-
display: flex;
|
|
32269
|
-
justify-content: space-between;
|
|
32270
|
-
align-items: center;
|
|
32271
|
-
gap: 8px;
|
|
32272
|
-
}
|
|
32273
|
-
.E_oa99sl3,
|
|
32274
|
-
.E_oa99sl3 :first-child {
|
|
32275
|
-
line-height: inherit !important;
|
|
32276
|
-
}
|
|
32277
|
-
|
|
32278
|
-
.E_lvp5pj7 {
|
|
32279
|
-
display: flex;
|
|
32280
|
-
justify-content: space-between;
|
|
32281
|
-
align-items: center;
|
|
32282
|
-
gap: 8px;
|
|
32283
|
-
min-width: 0;
|
|
32284
|
-
}
|
|
32285
|
-
|
|
32286
|
-
.E_s1io1lws {
|
|
32287
|
-
display: flex;
|
|
32288
|
-
align-items: center;
|
|
32289
|
-
flex-shrink: 0;
|
|
32290
|
-
}
|
|
32291
|
-
|
|
32292
32266
|
.E_w1dxz879 {
|
|
32293
32267
|
display: flex;
|
|
32294
32268
|
flex-direction: column;
|
|
@@ -32317,41 +32291,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32317
32291
|
fill: blue;
|
|
32318
32292
|
}
|
|
32319
32293
|
|
|
32320
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32321
|
-
margin-right: 2px;
|
|
32322
|
-
}
|
|
32323
|
-
|
|
32324
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32325
|
-
padding-left: 8px;
|
|
32326
|
-
padding-right: 8px;
|
|
32327
|
-
font-size: 12px;
|
|
32328
|
-
}
|
|
32329
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32330
|
-
border-radius: 4px;
|
|
32331
|
-
}
|
|
32332
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32333
|
-
border-radius: 4px;
|
|
32334
|
-
}
|
|
32335
|
-
|
|
32336
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32337
|
-
padding-left: 12px;
|
|
32338
|
-
padding-right: 12px;
|
|
32339
|
-
}
|
|
32340
|
-
|
|
32341
|
-
.E_ckld275 {
|
|
32342
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32343
|
-
}
|
|
32344
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32345
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32346
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32347
|
-
}
|
|
32348
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32349
|
-
background-color: transparent;
|
|
32350
|
-
}
|
|
32351
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32352
|
-
background-color: transparent;
|
|
32353
|
-
}
|
|
32354
|
-
|
|
32355
32294
|
.E_ryby9ds {
|
|
32356
32295
|
display: flex;
|
|
32357
32296
|
align-items: center;
|
|
@@ -32654,6 +32593,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32654
32593
|
font-size: 14px;
|
|
32655
32594
|
}
|
|
32656
32595
|
|
|
32596
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32597
|
+
margin-right: 2px;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32601
|
+
padding-left: 8px;
|
|
32602
|
+
padding-right: 8px;
|
|
32603
|
+
font-size: 12px;
|
|
32604
|
+
}
|
|
32605
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32606
|
+
border-radius: 4px;
|
|
32607
|
+
}
|
|
32608
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32609
|
+
border-radius: 4px;
|
|
32610
|
+
}
|
|
32611
|
+
|
|
32612
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32613
|
+
padding-left: 12px;
|
|
32614
|
+
padding-right: 12px;
|
|
32615
|
+
}
|
|
32616
|
+
|
|
32617
|
+
.E_ckld275 {
|
|
32618
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32619
|
+
}
|
|
32620
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32621
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32622
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32623
|
+
}
|
|
32624
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32625
|
+
background-color: transparent;
|
|
32626
|
+
}
|
|
32627
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32628
|
+
background-color: transparent;
|
|
32629
|
+
}
|
|
32630
|
+
|
|
32657
32631
|
.E_ckaaqep {
|
|
32658
32632
|
background: rgba(172, 186, 211, 0.6);
|
|
32659
32633
|
content: "";
|
|
@@ -32906,107 +32880,32 @@ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
|
32906
32880
|
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32907
32881
|
color: #005ED1;
|
|
32908
32882
|
}
|
|
32909
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32910
|
-
color: #0080FF;
|
|
32911
|
-
}
|
|
32912
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32913
|
-
color: #00122E;
|
|
32914
|
-
}
|
|
32915
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32916
|
-
color: #0080FF;
|
|
32917
|
-
}
|
|
32918
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32919
|
-
color: #005ED1;
|
|
32920
|
-
}
|
|
32921
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32922
|
-
color: #00122E;
|
|
32923
|
-
}
|
|
32924
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32925
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32926
|
-
}
|
|
32927
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32928
|
-
color: #0080FF;
|
|
32929
|
-
}
|
|
32930
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32931
|
-
color: #005ED1;
|
|
32932
|
-
}
|
|
32933
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32934
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32935
|
-
}
|
|
32936
|
-
|
|
32937
|
-
.E_sddwhm6 {
|
|
32938
|
-
margin: 0;
|
|
32939
|
-
border-radius: 20px;
|
|
32940
|
-
padding: 2px 10px;
|
|
32941
|
-
height: 22px;
|
|
32942
|
-
}
|
|
32943
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32944
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32945
|
-
}
|
|
32946
|
-
.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 {
|
|
32947
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32948
|
-
}
|
|
32949
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32950
|
-
color: #00122e;
|
|
32951
|
-
}
|
|
32952
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32953
|
-
margin-right: 6px;
|
|
32954
|
-
}
|
|
32955
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32956
|
-
margin-left: 8px;
|
|
32957
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32958
|
-
}
|
|
32959
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32960
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32961
|
-
}
|
|
32962
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32963
|
-
background-color: #0080ff;
|
|
32964
|
-
}
|
|
32965
|
-
.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 {
|
|
32966
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32967
|
-
}
|
|
32968
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32969
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32970
|
-
}
|
|
32971
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32972
|
-
background-color: #f0483e;
|
|
32973
|
-
}
|
|
32974
|
-
.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 {
|
|
32975
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32976
|
-
}
|
|
32977
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32978
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32979
|
-
}
|
|
32980
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32981
|
-
background-color: #fea008;
|
|
32883
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32884
|
+
color: #0080FF;
|
|
32982
32885
|
}
|
|
32983
|
-
.
|
|
32984
|
-
|
|
32886
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
32887
|
+
color: #00122E;
|
|
32985
32888
|
}
|
|
32986
|
-
.
|
|
32987
|
-
|
|
32889
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32890
|
+
color: #0080FF;
|
|
32988
32891
|
}
|
|
32989
|
-
.
|
|
32990
|
-
|
|
32892
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32893
|
+
color: #005ED1;
|
|
32991
32894
|
}
|
|
32992
|
-
.
|
|
32993
|
-
|
|
32895
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32896
|
+
color: #00122E;
|
|
32994
32897
|
}
|
|
32995
|
-
.
|
|
32996
|
-
|
|
32898
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
32899
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32997
32900
|
}
|
|
32998
|
-
.
|
|
32999
|
-
|
|
32901
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32902
|
+
color: #0080FF;
|
|
33000
32903
|
}
|
|
33001
|
-
.
|
|
33002
|
-
|
|
32904
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32905
|
+
color: #005ED1;
|
|
33003
32906
|
}
|
|
33004
|
-
|
|
33005
|
-
.
|
|
33006
|
-
width: 8px;
|
|
33007
|
-
height: 8px;
|
|
33008
|
-
border-radius: 50%;
|
|
33009
|
-
display: inline-block;
|
|
32907
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32908
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33010
32909
|
}
|
|
33011
32910
|
|
|
33012
32911
|
.E_tc97u5y {
|
|
@@ -33380,6 +33279,206 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33380
33279
|
background: #fff;
|
|
33381
33280
|
}
|
|
33382
33281
|
|
|
33282
|
+
.E_sddwhm6 {
|
|
33283
|
+
margin: 0;
|
|
33284
|
+
border-radius: 20px;
|
|
33285
|
+
padding: 2px 10px;
|
|
33286
|
+
height: 22px;
|
|
33287
|
+
}
|
|
33288
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33289
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33290
|
+
}
|
|
33291
|
+
.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 {
|
|
33292
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33293
|
+
}
|
|
33294
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33295
|
+
color: #00122e;
|
|
33296
|
+
}
|
|
33297
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33298
|
+
margin-right: 6px;
|
|
33299
|
+
}
|
|
33300
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33301
|
+
margin-left: 8px;
|
|
33302
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33303
|
+
}
|
|
33304
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33305
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33306
|
+
}
|
|
33307
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33308
|
+
background-color: #0080ff;
|
|
33309
|
+
}
|
|
33310
|
+
.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 {
|
|
33311
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33312
|
+
}
|
|
33313
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33314
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33315
|
+
}
|
|
33316
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33317
|
+
background-color: #f0483e;
|
|
33318
|
+
}
|
|
33319
|
+
.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 {
|
|
33320
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33321
|
+
}
|
|
33322
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33323
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33324
|
+
}
|
|
33325
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33326
|
+
background-color: #fea008;
|
|
33327
|
+
}
|
|
33328
|
+
.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 {
|
|
33329
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33330
|
+
}
|
|
33331
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33332
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33333
|
+
}
|
|
33334
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33335
|
+
background-color: #00ba5d;
|
|
33336
|
+
}
|
|
33337
|
+
.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 {
|
|
33338
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33339
|
+
}
|
|
33340
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33341
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33342
|
+
}
|
|
33343
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33344
|
+
background-color: #6b7d99;
|
|
33345
|
+
}
|
|
33346
|
+
.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 {
|
|
33347
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33348
|
+
}
|
|
33349
|
+
|
|
33350
|
+
.E_satwmqm {
|
|
33351
|
+
width: 8px;
|
|
33352
|
+
height: 8px;
|
|
33353
|
+
border-radius: 50%;
|
|
33354
|
+
display: inline-block;
|
|
33355
|
+
}
|
|
33356
|
+
|
|
33357
|
+
.E_c1kghdax {
|
|
33358
|
+
color: #2d3a56;
|
|
33359
|
+
padding: 7px 12px;
|
|
33360
|
+
display: flex;
|
|
33361
|
+
justify-content: space-between;
|
|
33362
|
+
align-items: center;
|
|
33363
|
+
}
|
|
33364
|
+
.E_c1kghdax.has-arrow {
|
|
33365
|
+
padding-left: 10px;
|
|
33366
|
+
}
|
|
33367
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33368
|
+
cursor: pointer;
|
|
33369
|
+
color: #00122e;
|
|
33370
|
+
}
|
|
33371
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33372
|
+
color: #2d3a56;
|
|
33373
|
+
font-weight: 600;
|
|
33374
|
+
}
|
|
33375
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33376
|
+
transform: rotate(90deg);
|
|
33377
|
+
}
|
|
33378
|
+
.E_c1kghdax .sub-info {
|
|
33379
|
+
font-size: 12px;
|
|
33380
|
+
line-height: 18px;
|
|
33381
|
+
}
|
|
33382
|
+
.E_c1kghdax .title-wrapper {
|
|
33383
|
+
display: flex;
|
|
33384
|
+
align-items: center;
|
|
33385
|
+
user-select: none;
|
|
33386
|
+
flex-grow: 1;
|
|
33387
|
+
font-size: 12px;
|
|
33388
|
+
line-height: 18px;
|
|
33389
|
+
color: #2d3a56;
|
|
33390
|
+
font-weight: 700;
|
|
33391
|
+
}
|
|
33392
|
+
.E_c1kghdax .collapse-arrow {
|
|
33393
|
+
transition: all 50ms ease-out 0ms;
|
|
33394
|
+
margin-right: 2px;
|
|
33395
|
+
}
|
|
33396
|
+
|
|
33397
|
+
.E_b14q2gmw {
|
|
33398
|
+
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);
|
|
33399
|
+
}
|
|
33400
|
+
|
|
33401
|
+
.E_c1eym6el {
|
|
33402
|
+
border-radius: 8px;
|
|
33403
|
+
background-color: white;
|
|
33404
|
+
}
|
|
33405
|
+
.E_c1eym6el.hoverable {
|
|
33406
|
+
cursor: pointer;
|
|
33407
|
+
}
|
|
33408
|
+
.E_c1eym6el.hoverable:hover {
|
|
33409
|
+
transition: all 200ms ease;
|
|
33410
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33411
|
+
transform: translateY(-4px);
|
|
33412
|
+
}
|
|
33413
|
+
|
|
33414
|
+
.E_l1ucdodl {
|
|
33415
|
+
margin: 0;
|
|
33416
|
+
border-radius: 20px;
|
|
33417
|
+
padding: 2px 10px;
|
|
33418
|
+
height: 22px;
|
|
33419
|
+
display: flex;
|
|
33420
|
+
align-items: center;
|
|
33421
|
+
}
|
|
33422
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33423
|
+
color: #FFFFFF;
|
|
33424
|
+
}
|
|
33425
|
+
.E_l1ucdodl.tag-hover {
|
|
33426
|
+
cursor: pointer;
|
|
33427
|
+
}
|
|
33428
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33429
|
+
color: #00122e;
|
|
33430
|
+
}
|
|
33431
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33432
|
+
margin-right: 6px;
|
|
33433
|
+
}
|
|
33434
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33435
|
+
margin-left: 8px;
|
|
33436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33437
|
+
}
|
|
33438
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33439
|
+
color: #FFFFFF;
|
|
33440
|
+
}
|
|
33441
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33442
|
+
background-color: #0080ff;
|
|
33443
|
+
}
|
|
33444
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33445
|
+
background-color: #f0483e;
|
|
33446
|
+
}
|
|
33447
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33448
|
+
background-color: #fea008;
|
|
33449
|
+
}
|
|
33450
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33451
|
+
background-color: #00ba5d;
|
|
33452
|
+
}
|
|
33453
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33454
|
+
background-color: #6b7d99;
|
|
33455
|
+
}
|
|
33456
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33457
|
+
background-color: #7E41FF;
|
|
33458
|
+
}
|
|
33459
|
+
|
|
33460
|
+
.E_s1qj66nc {
|
|
33461
|
+
width: 8px;
|
|
33462
|
+
height: 8px;
|
|
33463
|
+
border-radius: 50%;
|
|
33464
|
+
display: inline-block;
|
|
33465
|
+
}
|
|
33466
|
+
|
|
33467
|
+
.E_s5x1boq {
|
|
33468
|
+
width: 8px;
|
|
33469
|
+
height: 8px;
|
|
33470
|
+
border-radius: 2px;
|
|
33471
|
+
display: inline-block;
|
|
33472
|
+
}
|
|
33473
|
+
|
|
33474
|
+
.E_c1xm185 {
|
|
33475
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33476
|
+
}
|
|
33477
|
+
|
|
33478
|
+
.E_c1x5l5qc {
|
|
33479
|
+
flex: 1;
|
|
33480
|
+
}
|
|
33481
|
+
|
|
33383
33482
|
.E_ckui4s7 {
|
|
33384
33483
|
color: #2d3a56;
|
|
33385
33484
|
line-height: 22px;
|
|
@@ -33435,123 +33534,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33435
33534
|
}
|
|
33436
33535
|
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33437
33536
|
margin-left: 28px;
|
|
33438
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33439
|
-
}
|
|
33440
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33441
|
-
margin-left: 8px;
|
|
33442
|
-
}
|
|
33443
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33444
|
-
margin-left: 24px;
|
|
33445
|
-
}
|
|
33446
|
-
|
|
33447
|
-
.E_b14q2gmw {
|
|
33448
|
-
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);
|
|
33449
|
-
}
|
|
33450
|
-
|
|
33451
|
-
.E_c1eym6el {
|
|
33452
|
-
border-radius: 8px;
|
|
33453
|
-
background-color: white;
|
|
33537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33454
33538
|
}
|
|
33455
|
-
.
|
|
33456
|
-
|
|
33539
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33540
|
+
margin-left: 8px;
|
|
33457
33541
|
}
|
|
33458
|
-
.
|
|
33459
|
-
|
|
33460
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33461
|
-
transform: translateY(-4px);
|
|
33542
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33543
|
+
margin-left: 24px;
|
|
33462
33544
|
}
|
|
33463
33545
|
|
|
33464
33546
|
.E_c1yd35n {
|
|
33465
33547
|
padding: 0 12px 14px 12px;
|
|
33466
33548
|
}
|
|
33467
33549
|
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33470
|
-
padding: 7px 12px;
|
|
33471
|
-
display: flex;
|
|
33472
|
-
justify-content: space-between;
|
|
33473
|
-
align-items: center;
|
|
33474
|
-
}
|
|
33475
|
-
.E_c1kghdax.has-arrow {
|
|
33476
|
-
padding-left: 10px;
|
|
33477
|
-
}
|
|
33478
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33479
|
-
cursor: pointer;
|
|
33480
|
-
color: #00122e;
|
|
33481
|
-
}
|
|
33482
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33483
|
-
color: #2d3a56;
|
|
33484
|
-
font-weight: 600;
|
|
33485
|
-
}
|
|
33486
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33487
|
-
transform: rotate(90deg);
|
|
33488
|
-
}
|
|
33489
|
-
.E_c1kghdax .sub-info {
|
|
33490
|
-
font-size: 12px;
|
|
33491
|
-
line-height: 18px;
|
|
33550
|
+
.E_w7ob4th.outside-tag {
|
|
33551
|
+
padding-left: 0;
|
|
33492
33552
|
}
|
|
33493
|
-
.
|
|
33494
|
-
|
|
33495
|
-
|
|
33496
|
-
|
|
33497
|
-
flex-grow: 1;
|
|
33498
|
-
font-size: 12px;
|
|
33499
|
-
line-height: 18px;
|
|
33500
|
-
color: #2d3a56;
|
|
33501
|
-
font-weight: 700;
|
|
33553
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33554
|
+
border-radius: 4px 0 0 4px;
|
|
33555
|
+
padding-right: 4px;
|
|
33556
|
+
margin-right: 4px;
|
|
33502
33557
|
}
|
|
33503
|
-
|
|
33504
|
-
|
|
33505
|
-
|
|
33558
|
+
|
|
33559
|
+
.E_slr2ynn {
|
|
33560
|
+
padding: 0 8px;
|
|
33561
|
+
height: 18px;
|
|
33506
33562
|
}
|
|
33507
33563
|
|
|
33508
|
-
.
|
|
33509
|
-
|
|
33510
|
-
height:
|
|
33511
|
-
display: flex;
|
|
33512
|
-
align-items: center;
|
|
33513
|
-
justify-content: center;
|
|
33514
|
-
position: relative;
|
|
33515
|
-
opacity: 0.2;
|
|
33564
|
+
.E_m140wbb6 {
|
|
33565
|
+
padding: 2px 8px;
|
|
33566
|
+
height: 24px;
|
|
33516
33567
|
}
|
|
33517
33568
|
|
|
33518
|
-
.
|
|
33519
|
-
|
|
33520
|
-
width: 5px;
|
|
33521
|
-
height: 48px;
|
|
33522
|
-
left: 9.33px;
|
|
33523
|
-
top: 40.5px;
|
|
33524
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33525
|
-
border-radius: 5px;
|
|
33526
|
-
transform: rotate(-128deg);
|
|
33527
|
-
transform-origin: top left;
|
|
33528
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33569
|
+
.E_t1fozc1i {
|
|
33570
|
+
margin: 0;
|
|
33529
33571
|
}
|
|
33530
33572
|
|
|
33531
|
-
.
|
|
33532
|
-
|
|
33533
|
-
|
|
33534
|
-
height: 48px;
|
|
33535
|
-
left: 40.8px;
|
|
33536
|
-
top: 8.4px;
|
|
33537
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33538
|
-
border-radius: 5px;
|
|
33539
|
-
transform: rotate(-8deg);
|
|
33540
|
-
transform-origin: top left;
|
|
33541
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33573
|
+
.E_i1vxv4ln {
|
|
33574
|
+
margin-right: 4px;
|
|
33575
|
+
height: 16px;
|
|
33542
33576
|
}
|
|
33543
33577
|
|
|
33544
|
-
.
|
|
33545
|
-
|
|
33546
|
-
|
|
33547
|
-
|
|
33548
|
-
|
|
33549
|
-
|
|
33550
|
-
|
|
33551
|
-
|
|
33552
|
-
transform: rotate(112deg);
|
|
33553
|
-
transform-origin: top left;
|
|
33554
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33578
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33579
|
+
font-weight: 700;
|
|
33580
|
+
color: #00122e;
|
|
33581
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33582
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33583
|
+
word-break: break-all;
|
|
33584
|
+
display: inline;
|
|
33585
|
+
white-space: normal;
|
|
33555
33586
|
}
|
|
33556
33587
|
|
|
33557
33588
|
.E_t1dtlqs1 {
|
|
@@ -33660,293 +33691,143 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33660
33691
|
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33661
33692
|
background-color: rgba(0, 136, 255, 0.1);
|
|
33662
33693
|
}
|
|
33663
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33664
|
-
flex: 1 0 0;
|
|
33665
|
-
overflow: hidden;
|
|
33666
|
-
}
|
|
33667
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33668
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33669
|
-
margin: 0;
|
|
33670
|
-
}
|
|
33671
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33672
|
-
text-align: center;
|
|
33673
|
-
}
|
|
33674
|
-
.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 > * {
|
|
33675
|
-
text-align: center;
|
|
33676
|
-
}
|
|
33677
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33678
|
-
text-align: left;
|
|
33679
|
-
}
|
|
33680
|
-
.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 > * {
|
|
33681
|
-
text-align: left;
|
|
33682
|
-
}
|
|
33683
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33684
|
-
text-align: right;
|
|
33685
|
-
}
|
|
33686
|
-
.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 > * {
|
|
33687
|
-
text-align: right;
|
|
33688
|
-
}
|
|
33689
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33690
|
-
margin-right: 8px;
|
|
33691
|
-
}
|
|
33692
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33693
|
-
padding: 4px;
|
|
33694
|
-
width: 24px;
|
|
33695
|
-
height: 24px;
|
|
33696
|
-
overflow: hidden;
|
|
33697
|
-
}
|
|
33698
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33699
|
-
padding: 0;
|
|
33700
|
-
}
|
|
33701
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33702
|
-
cursor: not-allowed;
|
|
33703
|
-
opacity: 0.5;
|
|
33704
|
-
}
|
|
33705
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33706
|
-
margin: 0;
|
|
33707
|
-
}
|
|
33708
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33709
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33710
|
-
border-radius: 5px;
|
|
33711
|
-
font-size: 12px;
|
|
33712
|
-
}
|
|
33713
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33714
|
-
font-size: inherit;
|
|
33715
|
-
}
|
|
33716
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33717
|
-
min-height: 24px;
|
|
33718
|
-
font-size: 12px;
|
|
33719
|
-
position: relative;
|
|
33720
|
-
}
|
|
33721
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33722
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33723
|
-
}
|
|
33724
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33725
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33726
|
-
}
|
|
33727
|
-
|
|
33728
|
-
.E_a138syjm {
|
|
33729
|
-
display: flex;
|
|
33730
|
-
align-items: center;
|
|
33731
|
-
margin-top: 8px;
|
|
33732
|
-
gap: 8px;
|
|
33733
|
-
}
|
|
33734
|
-
.E_a138syjm button.ant-btn {
|
|
33735
|
-
padding: 2px 8px;
|
|
33736
|
-
height: 24px;
|
|
33737
|
-
}
|
|
33738
|
-
.E_a138syjm > span.maximum-desc {
|
|
33739
|
-
display: none;
|
|
33740
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33741
|
-
}
|
|
33742
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33743
|
-
display: inline;
|
|
33744
|
-
}
|
|
33745
|
-
|
|
33746
|
-
.E_d77i8u0 {
|
|
33747
|
-
width: 24px;
|
|
33748
|
-
height: 24px;
|
|
33749
|
-
padding: 4px;
|
|
33750
|
-
margin-right: 8px;
|
|
33751
|
-
}
|
|
33752
|
-
|
|
33753
|
-
.E_slr2ynn {
|
|
33754
|
-
padding: 0 8px;
|
|
33755
|
-
height: 18px;
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
|
-
.E_m140wbb6 {
|
|
33759
|
-
padding: 2px 8px;
|
|
33760
|
-
height: 24px;
|
|
33761
|
-
}
|
|
33762
|
-
|
|
33763
|
-
.E_t1fozc1i {
|
|
33764
|
-
margin: 0;
|
|
33765
|
-
}
|
|
33766
|
-
|
|
33767
|
-
.E_i1vxv4ln {
|
|
33768
|
-
margin-right: 4px;
|
|
33769
|
-
height: 16px;
|
|
33770
|
-
}
|
|
33771
|
-
|
|
33772
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33773
|
-
font-weight: 700;
|
|
33774
|
-
color: #00122e;
|
|
33775
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33776
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33777
|
-
word-break: break-all;
|
|
33778
|
-
display: inline;
|
|
33779
|
-
white-space: normal;
|
|
33780
|
-
}
|
|
33781
|
-
|
|
33782
|
-
.E_t1tbywr9 {
|
|
33783
|
-
width: 100%;
|
|
33784
|
-
flex: 1;
|
|
33785
|
-
display: flex;
|
|
33786
|
-
flex-direction: column;
|
|
33787
|
-
}
|
|
33788
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
33789
|
-
height: 32px;
|
|
33790
|
-
}
|
|
33791
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
33792
|
-
height: 32px;
|
|
33793
|
-
}
|
|
33794
|
-
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
33795
|
-
height: 32px;
|
|
33796
|
-
border-top-left-radius: 6px;
|
|
33797
|
-
border-top-right-radius: 6px;
|
|
33798
|
-
padding-right: 16px;
|
|
33799
|
-
padding-left: 16px;
|
|
33800
|
-
font-size: 16px;
|
|
33801
|
-
}
|
|
33802
|
-
.E_t1tbywr9.small .tab-bar {
|
|
33803
|
-
height: 24px;
|
|
33804
|
-
}
|
|
33805
|
-
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
33806
|
-
height: 24px;
|
|
33694
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33695
|
+
flex: 1 0 0;
|
|
33696
|
+
overflow: hidden;
|
|
33807
33697
|
}
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33810
|
-
|
|
33811
|
-
border-top-right-radius: 4px;
|
|
33812
|
-
padding-right: 12px;
|
|
33813
|
-
padding-left: 12px;
|
|
33814
|
-
font-size: 14px;
|
|
33698
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33699
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33700
|
+
margin: 0;
|
|
33815
33701
|
}
|
|
33816
|
-
.
|
|
33817
|
-
|
|
33818
|
-
display: flex;
|
|
33819
|
-
place-items: center;
|
|
33820
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33702
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33703
|
+
text-align: center;
|
|
33821
33704
|
}
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33824
|
-
display: flex;
|
|
33825
|
-
place-items: center;
|
|
33705
|
+
.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 > * {
|
|
33706
|
+
text-align: center;
|
|
33826
33707
|
}
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33708
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33709
|
+
text-align: left;
|
|
33829
33710
|
}
|
|
33830
|
-
.
|
|
33831
|
-
|
|
33832
|
-
position: relative;
|
|
33711
|
+
.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 > * {
|
|
33712
|
+
text-align: left;
|
|
33833
33713
|
}
|
|
33834
|
-
.
|
|
33835
|
-
|
|
33836
|
-
width: 1px;
|
|
33837
|
-
height: 24px;
|
|
33838
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33839
|
-
position: absolute;
|
|
33840
|
-
left: -6px;
|
|
33841
|
-
top: 50%;
|
|
33842
|
-
transform: translateY(-50%);
|
|
33714
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33715
|
+
text-align: right;
|
|
33843
33716
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33846
|
-
display: flex;
|
|
33847
|
-
place-items: center;
|
|
33848
|
-
cursor: pointer;
|
|
33849
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33850
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33717
|
+
.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 > * {
|
|
33718
|
+
text-align: right;
|
|
33851
33719
|
}
|
|
33852
|
-
.
|
|
33853
|
-
|
|
33854
|
-
color: #0080ff;
|
|
33855
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
33720
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33721
|
+
margin-right: 8px;
|
|
33856
33722
|
}
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33723
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33724
|
+
padding: 4px;
|
|
33725
|
+
width: 24px;
|
|
33726
|
+
height: 24px;
|
|
33727
|
+
overflow: hidden;
|
|
33859
33728
|
}
|
|
33860
|
-
.
|
|
33861
|
-
width: 16px;
|
|
33862
|
-
height: 16px;
|
|
33729
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33863
33730
|
padding: 0;
|
|
33864
|
-
border-radius: 2px;
|
|
33865
|
-
margin-left: 8px;
|
|
33866
33731
|
}
|
|
33867
|
-
.
|
|
33868
|
-
|
|
33732
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33733
|
+
cursor: not-allowed;
|
|
33734
|
+
opacity: 0.5;
|
|
33869
33735
|
}
|
|
33870
|
-
.
|
|
33871
|
-
|
|
33872
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33873
|
-
color: #0080ff;
|
|
33736
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33737
|
+
margin: 0;
|
|
33874
33738
|
}
|
|
33875
|
-
.
|
|
33876
|
-
|
|
33739
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33740
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33741
|
+
border-radius: 5px;
|
|
33742
|
+
font-size: 12px;
|
|
33877
33743
|
}
|
|
33878
|
-
|
|
33879
|
-
|
|
33880
|
-
color: #0080ff;
|
|
33881
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33744
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33745
|
+
font-size: inherit;
|
|
33882
33746
|
}
|
|
33883
|
-
|
|
33884
|
-
|
|
33885
|
-
|
|
33747
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33748
|
+
min-height: 24px;
|
|
33749
|
+
font-size: 12px;
|
|
33750
|
+
position: relative;
|
|
33886
33751
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
max-width: 400px;
|
|
33890
|
-
padding: 6px;
|
|
33891
|
-
background: #fff;
|
|
33892
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33893
|
-
border-radius: 8px;
|
|
33894
|
-
max-height: calc(100vh - 250px);
|
|
33895
|
-
overflow: auto;
|
|
33752
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33753
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33896
33754
|
}
|
|
33897
|
-
.
|
|
33898
|
-
|
|
33899
|
-
place-items: center;
|
|
33900
|
-
width: var(--itemWidth);
|
|
33755
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33756
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33901
33757
|
}
|
|
33902
|
-
|
|
33758
|
+
|
|
33759
|
+
.E_a138syjm {
|
|
33760
|
+
display: flex;
|
|
33761
|
+
align-items: center;
|
|
33903
33762
|
margin-top: 8px;
|
|
33763
|
+
gap: 8px;
|
|
33904
33764
|
}
|
|
33905
|
-
.
|
|
33906
|
-
padding:
|
|
33907
|
-
|
|
33908
|
-
color: #0080ff;
|
|
33909
|
-
}
|
|
33910
|
-
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
33911
|
-
font-family: Inter;
|
|
33912
|
-
font-style: normal;
|
|
33913
|
-
font-weight: bold !important;
|
|
33765
|
+
.E_a138syjm button.ant-btn {
|
|
33766
|
+
padding: 2px 8px;
|
|
33767
|
+
height: 24px;
|
|
33914
33768
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33917
|
-
|
|
33769
|
+
.E_a138syjm > span.maximum-desc {
|
|
33770
|
+
display: none;
|
|
33771
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33918
33772
|
}
|
|
33919
|
-
.
|
|
33920
|
-
|
|
33921
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33773
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33774
|
+
display: inline;
|
|
33922
33775
|
}
|
|
33923
|
-
|
|
33924
|
-
|
|
33925
|
-
|
|
33926
|
-
|
|
33927
|
-
|
|
33928
|
-
|
|
33776
|
+
|
|
33777
|
+
.E_d77i8u0 {
|
|
33778
|
+
width: 24px;
|
|
33779
|
+
height: 24px;
|
|
33780
|
+
padding: 4px;
|
|
33781
|
+
margin-right: 8px;
|
|
33929
33782
|
}
|
|
33930
33783
|
|
|
33931
|
-
.
|
|
33932
|
-
|
|
33933
|
-
|
|
33934
|
-
|
|
33935
|
-
|
|
33936
|
-
|
|
33784
|
+
.E_lht19u8 {
|
|
33785
|
+
width: 64px;
|
|
33786
|
+
height: 64px;
|
|
33787
|
+
display: flex;
|
|
33788
|
+
align-items: center;
|
|
33789
|
+
justify-content: center;
|
|
33790
|
+
position: relative;
|
|
33791
|
+
opacity: 0.2;
|
|
33937
33792
|
}
|
|
33938
|
-
|
|
33939
|
-
|
|
33940
|
-
|
|
33793
|
+
|
|
33794
|
+
.E_lk3gkp4 {
|
|
33795
|
+
position: absolute;
|
|
33796
|
+
width: 5px;
|
|
33797
|
+
height: 48px;
|
|
33798
|
+
left: 9.33px;
|
|
33799
|
+
top: 40.5px;
|
|
33800
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33801
|
+
border-radius: 5px;
|
|
33802
|
+
transform: rotate(-128deg);
|
|
33803
|
+
transform-origin: top left;
|
|
33804
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33941
33805
|
}
|
|
33942
33806
|
|
|
33943
|
-
.
|
|
33944
|
-
|
|
33807
|
+
.E_ll4n94n {
|
|
33808
|
+
position: absolute;
|
|
33809
|
+
width: 5px;
|
|
33810
|
+
height: 48px;
|
|
33811
|
+
left: 40.8px;
|
|
33812
|
+
top: 8.4px;
|
|
33813
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33814
|
+
border-radius: 5px;
|
|
33815
|
+
transform: rotate(-8deg);
|
|
33816
|
+
transform-origin: top left;
|
|
33817
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33945
33818
|
}
|
|
33946
|
-
|
|
33947
|
-
|
|
33948
|
-
|
|
33949
|
-
|
|
33819
|
+
|
|
33820
|
+
.E_l17lbdo6 {
|
|
33821
|
+
position: absolute;
|
|
33822
|
+
width: 5px;
|
|
33823
|
+
height: 48px;
|
|
33824
|
+
left: 52.9px;
|
|
33825
|
+
top: 51.8px;
|
|
33826
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33827
|
+
border-radius: 5px;
|
|
33828
|
+
transform: rotate(112deg);
|
|
33829
|
+
transform-origin: top left;
|
|
33830
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33950
33831
|
}
|
|
33951
33832
|
|
|
33952
33833
|
.E_sjob3jg {
|
|
@@ -34144,107 +34025,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34144
34025
|
justify-content: center;
|
|
34145
34026
|
}
|
|
34146
34027
|
|
|
34147
|
-
.
|
|
34148
|
-
|
|
34149
|
-
|
|
34028
|
+
.E_t1tbywr9 {
|
|
34029
|
+
width: 100%;
|
|
34030
|
+
flex: 1;
|
|
34031
|
+
display: flex;
|
|
34032
|
+
flex-direction: column;
|
|
34150
34033
|
}
|
|
34151
|
-
|
|
34152
|
-
|
|
34153
|
-
|
|
34034
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
34035
|
+
height: 32px;
|
|
34036
|
+
}
|
|
34037
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34038
|
+
height: 32px;
|
|
34039
|
+
}
|
|
34040
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34041
|
+
height: 32px;
|
|
34042
|
+
border-top-left-radius: 6px;
|
|
34043
|
+
border-top-right-radius: 6px;
|
|
34044
|
+
padding-right: 16px;
|
|
34045
|
+
padding-left: 16px;
|
|
34046
|
+
font-size: 16px;
|
|
34047
|
+
}
|
|
34048
|
+
.E_t1tbywr9.small .tab-bar {
|
|
34049
|
+
height: 24px;
|
|
34050
|
+
}
|
|
34051
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34052
|
+
height: 24px;
|
|
34053
|
+
}
|
|
34054
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34055
|
+
height: 24px;
|
|
34056
|
+
border-top-left-radius: 4px;
|
|
34057
|
+
border-top-right-radius: 4px;
|
|
34058
|
+
padding-right: 12px;
|
|
34059
|
+
padding-left: 12px;
|
|
34060
|
+
font-size: 14px;
|
|
34154
34061
|
}
|
|
34155
|
-
.
|
|
34156
|
-
|
|
34157
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34062
|
+
.E_t1tbywr9 .tab-bar {
|
|
34063
|
+
max-width: 100%;
|
|
34158
34064
|
display: flex;
|
|
34065
|
+
place-items: center;
|
|
34066
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34159
34067
|
}
|
|
34160
|
-
.
|
|
34161
|
-
|
|
34162
|
-
|
|
34163
|
-
|
|
34164
|
-
border-radius: 2px;
|
|
34068
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34069
|
+
overflow: hidden;
|
|
34070
|
+
display: flex;
|
|
34071
|
+
place-items: center;
|
|
34165
34072
|
}
|
|
34166
|
-
.
|
|
34167
|
-
|
|
34073
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34074
|
+
padding-left: 0px;
|
|
34168
34075
|
}
|
|
34169
|
-
.
|
|
34170
|
-
|
|
34076
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34077
|
+
margin-left: 12px;
|
|
34078
|
+
position: relative;
|
|
34171
34079
|
}
|
|
34172
|
-
.
|
|
34173
|
-
|
|
34080
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34081
|
+
content: "";
|
|
34082
|
+
width: 1px;
|
|
34083
|
+
height: 24px;
|
|
34084
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34085
|
+
position: absolute;
|
|
34086
|
+
left: -6px;
|
|
34087
|
+
top: 50%;
|
|
34088
|
+
transform: translateY(-50%);
|
|
34174
34089
|
}
|
|
34175
|
-
.
|
|
34176
|
-
|
|
34090
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34091
|
+
flex-shrink: 0;
|
|
34092
|
+
display: flex;
|
|
34093
|
+
place-items: center;
|
|
34094
|
+
cursor: pointer;
|
|
34095
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34096
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34177
34097
|
}
|
|
34178
|
-
.
|
|
34179
|
-
|
|
34098
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34099
|
+
padding-left: 16px;
|
|
34100
|
+
color: #0080ff;
|
|
34101
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
34180
34102
|
}
|
|
34181
|
-
|
|
34182
|
-
|
|
34183
|
-
margin: 0;
|
|
34184
|
-
border-radius: 20px;
|
|
34185
|
-
padding: 2px 10px;
|
|
34186
|
-
height: 22px;
|
|
34187
|
-
display: flex;
|
|
34188
|
-
align-items: center;
|
|
34103
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34104
|
+
margin-left: 2px;
|
|
34189
34105
|
}
|
|
34190
|
-
.
|
|
34191
|
-
|
|
34106
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34107
|
+
width: 16px;
|
|
34108
|
+
height: 16px;
|
|
34109
|
+
padding: 0;
|
|
34110
|
+
border-radius: 2px;
|
|
34111
|
+
margin-left: 8px;
|
|
34192
34112
|
}
|
|
34193
|
-
.
|
|
34194
|
-
|
|
34113
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34114
|
+
margin-left: 8px;
|
|
34195
34115
|
}
|
|
34196
|
-
.
|
|
34197
|
-
|
|
34116
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34117
|
+
padding-left: 16px;
|
|
34118
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34119
|
+
color: #0080ff;
|
|
34198
34120
|
}
|
|
34199
|
-
.
|
|
34200
|
-
|
|
34121
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34122
|
+
display: none;
|
|
34201
34123
|
}
|
|
34202
|
-
|
|
34203
|
-
|
|
34204
|
-
color:
|
|
34124
|
+
|
|
34125
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34126
|
+
color: #0080ff;
|
|
34127
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34205
34128
|
}
|
|
34206
|
-
|
|
34207
|
-
|
|
34129
|
+
|
|
34130
|
+
.E_m19lu3v {
|
|
34131
|
+
cursor: default;
|
|
34208
34132
|
}
|
|
34209
|
-
.
|
|
34210
|
-
|
|
34133
|
+
.E_m19lu3v .menu-wrapper {
|
|
34134
|
+
min-width: 160px;
|
|
34135
|
+
max-width: 400px;
|
|
34136
|
+
padding: 6px;
|
|
34137
|
+
background: #fff;
|
|
34138
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34139
|
+
border-radius: 8px;
|
|
34140
|
+
max-height: calc(100vh - 250px);
|
|
34141
|
+
overflow: auto;
|
|
34211
34142
|
}
|
|
34212
|
-
.
|
|
34213
|
-
|
|
34143
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34144
|
+
display: flex;
|
|
34145
|
+
place-items: center;
|
|
34146
|
+
width: var(--itemWidth);
|
|
34214
34147
|
}
|
|
34215
|
-
.
|
|
34216
|
-
|
|
34148
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34149
|
+
margin-top: 8px;
|
|
34217
34150
|
}
|
|
34218
|
-
.
|
|
34219
|
-
|
|
34151
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34152
|
+
padding: 6px;
|
|
34153
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34154
|
+
color: #0080ff;
|
|
34220
34155
|
}
|
|
34221
|
-
.
|
|
34222
|
-
|
|
34156
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34157
|
+
font-family: Inter;
|
|
34158
|
+
font-style: normal;
|
|
34159
|
+
font-weight: bold !important;
|
|
34223
34160
|
}
|
|
34224
|
-
.
|
|
34225
|
-
|
|
34161
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34162
|
+
padding: 5px 12px;
|
|
34163
|
+
border-radius: 4px;
|
|
34226
34164
|
}
|
|
34227
|
-
|
|
34228
|
-
|
|
34229
|
-
|
|
34230
|
-
height: 8px;
|
|
34231
|
-
border-radius: 50%;
|
|
34232
|
-
display: inline-block;
|
|
34165
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34166
|
+
color: #0080ff;
|
|
34167
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34233
34168
|
}
|
|
34234
|
-
|
|
34235
|
-
|
|
34236
|
-
|
|
34237
|
-
|
|
34238
|
-
|
|
34239
|
-
|
|
34169
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34170
|
+
text-align: left;
|
|
34171
|
+
flex: 1;
|
|
34172
|
+
overflow: hidden;
|
|
34173
|
+
text-overflow: ellipsis;
|
|
34174
|
+
white-space: nowrap;
|
|
34240
34175
|
}
|
|
34241
34176
|
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34177
|
+
.E_i1bmwe2m {
|
|
34178
|
+
margin: auto;
|
|
34179
|
+
cursor: pointer;
|
|
34180
|
+
line-height: normal;
|
|
34181
|
+
height: 16px;
|
|
34182
|
+
margin-right: 3px;
|
|
34244
34183
|
}
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
|
|
34184
|
+
.E_i1bmwe2m .icon-inner {
|
|
34185
|
+
display: block;
|
|
34186
|
+
height: 16px;
|
|
34248
34187
|
}
|
|
34249
34188
|
|
|
34250
34189
|
.E_r77hffu {
|
|
@@ -34266,6 +34205,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34266
34205
|
margin-inline-end: unset;
|
|
34267
34206
|
}
|
|
34268
34207
|
|
|
34208
|
+
.E_i1g85yz3 {
|
|
34209
|
+
margin-right: 4px;
|
|
34210
|
+
height: 16px;
|
|
34211
|
+
}
|
|
34212
|
+
|
|
34269
34213
|
.E_m11nzl2x {
|
|
34270
34214
|
color: rgba(44, 56, 82, 0.6);
|
|
34271
34215
|
text-align: center;
|
|
@@ -34481,6 +34425,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34481
34425
|
border: 1px solid #fff;
|
|
34482
34426
|
}
|
|
34483
34427
|
|
|
34428
|
+
.E_t13ef470 {
|
|
34429
|
+
height: 100%;
|
|
34430
|
+
}
|
|
34431
|
+
.E_t13ef470 .table-loading-item {
|
|
34432
|
+
padding: 12px 4px;
|
|
34433
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34434
|
+
display: flex;
|
|
34435
|
+
}
|
|
34436
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34437
|
+
height: 16px;
|
|
34438
|
+
margin: 4px;
|
|
34439
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34440
|
+
border-radius: 2px;
|
|
34441
|
+
}
|
|
34442
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34443
|
+
width: 16px;
|
|
34444
|
+
}
|
|
34445
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34446
|
+
flex: 1;
|
|
34447
|
+
}
|
|
34448
|
+
.E_t13ef470 :nth-child(1) {
|
|
34449
|
+
padding: 8px 4px;
|
|
34450
|
+
}
|
|
34451
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34452
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34453
|
+
}
|
|
34454
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34455
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34456
|
+
}
|
|
34457
|
+
|
|
34484
34458
|
.E_msn7nxt {
|
|
34485
34459
|
color: rgba(44, 56, 82, 0.6);
|
|
34486
34460
|
text-align: center;
|
|
@@ -34669,10 +34643,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34669
34643
|
background-color: #E07F00;
|
|
34670
34644
|
}
|
|
34671
34645
|
|
|
34672
|
-
.E_b1jaupqb {
|
|
34673
|
-
color: #F0483E;
|
|
34674
|
-
}
|
|
34675
|
-
|
|
34676
34646
|
.E_t59qhqp {
|
|
34677
34647
|
padding: 0px;
|
|
34678
34648
|
padding-top: 5px;
|
|
@@ -34886,36 +34856,103 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34886
34856
|
height: 40px;
|
|
34887
34857
|
}
|
|
34888
34858
|
|
|
34889
|
-
.E_fph3s12 {
|
|
34890
|
-
display: flex;
|
|
34891
|
-
align-items: center;
|
|
34892
|
-
gap: 16px;
|
|
34893
|
-
text-align: left;
|
|
34859
|
+
.E_fph3s12 {
|
|
34860
|
+
display: flex;
|
|
34861
|
+
align-items: center;
|
|
34862
|
+
gap: 16px;
|
|
34863
|
+
text-align: left;
|
|
34864
|
+
}
|
|
34865
|
+
|
|
34866
|
+
.E_f1f8uj0i {
|
|
34867
|
+
flex-shrink: 0;
|
|
34868
|
+
}
|
|
34869
|
+
|
|
34870
|
+
.E_ejcjd85 {
|
|
34871
|
+
color: #f0483e;
|
|
34872
|
+
display: flex;
|
|
34873
|
+
align-items: center;
|
|
34874
|
+
height: 32px;
|
|
34875
|
+
}
|
|
34876
|
+
|
|
34877
|
+
.E_e1lj3r2s {
|
|
34878
|
+
margin-right: 4px;
|
|
34879
|
+
flex-shrink: 0;
|
|
34880
|
+
}
|
|
34881
|
+
|
|
34882
|
+
.E_eb58k2y {
|
|
34883
|
+
align-self: flex-start;
|
|
34884
|
+
margin-top: 5px;
|
|
34885
|
+
}
|
|
34886
|
+
|
|
34887
|
+
.E_c1bad0d {
|
|
34888
|
+
font-weight: bold;
|
|
34889
|
+
}
|
|
34890
|
+
|
|
34891
|
+
.E_b1jaupqb {
|
|
34892
|
+
color: #F0483E;
|
|
34893
|
+
}
|
|
34894
|
+
|
|
34895
|
+
.E_sqv6dmy {
|
|
34896
|
+
display: flex;
|
|
34897
|
+
justify-content: flex-end;
|
|
34898
|
+
}
|
|
34899
|
+
|
|
34900
|
+
.E_p1rm8wzb {
|
|
34901
|
+
margin-right: 8px;
|
|
34902
|
+
}
|
|
34903
|
+
|
|
34904
|
+
.E_sd7qcf4 {
|
|
34905
|
+
height: 100%;
|
|
34906
|
+
width: 100%;
|
|
34907
|
+
overflow: auto;
|
|
34894
34908
|
}
|
|
34895
34909
|
|
|
34896
|
-
.
|
|
34897
|
-
|
|
34910
|
+
.E_r1fxc9gq.right {
|
|
34911
|
+
overflow: auto;
|
|
34912
|
+
padding-right: 2px;
|
|
34913
|
+
width: 200px;
|
|
34914
|
+
height: fit-content;
|
|
34915
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
34916
|
+
scrollbar-gutter: stable;
|
|
34917
|
+
}
|
|
34918
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34919
|
+
width: 6px;
|
|
34920
|
+
}
|
|
34921
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34922
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34923
|
+
}
|
|
34924
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34925
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34926
|
+
border-radius: 8px;
|
|
34898
34927
|
}
|
|
34899
34928
|
|
|
34900
|
-
.
|
|
34901
|
-
color: #f0483e;
|
|
34929
|
+
.E_s20iney.skeleton-box {
|
|
34902
34930
|
display: flex;
|
|
34903
34931
|
align-items: center;
|
|
34904
|
-
|
|
34932
|
+
justify-content: center;
|
|
34933
|
+
position: relative;
|
|
34934
|
+
border-radius: 2px;
|
|
34935
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34936
|
+
overflow: hidden;
|
|
34905
34937
|
}
|
|
34906
|
-
|
|
34907
|
-
|
|
34908
|
-
|
|
34938
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
34939
|
+
width: 200%;
|
|
34940
|
+
height: 200%;
|
|
34941
|
+
transform: rotate(15deg);
|
|
34942
|
+
position: absolute;
|
|
34943
|
+
top: -50%;
|
|
34909
34944
|
flex-shrink: 0;
|
|
34945
|
+
opacity: 0.8;
|
|
34946
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
34947
|
+
animation: shimmer 1100ms infinite;
|
|
34910
34948
|
}
|
|
34911
|
-
|
|
34912
|
-
|
|
34913
|
-
|
|
34914
|
-
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
|
|
34918
|
-
font-weight: bold;
|
|
34949
|
+
@keyframes shimmer {
|
|
34950
|
+
from {
|
|
34951
|
+
left: -120%;
|
|
34952
|
+
}
|
|
34953
|
+
to {
|
|
34954
|
+
left: 100%;
|
|
34955
|
+
}
|
|
34919
34956
|
}
|
|
34920
34957
|
|
|
34921
34958
|
.E_dxyv8bv {
|
|
@@ -35055,69 +35092,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35055
35092
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35056
35093
|
}
|
|
35057
35094
|
|
|
35058
|
-
.E_s20iney.skeleton-box {
|
|
35059
|
-
display: flex;
|
|
35060
|
-
align-items: center;
|
|
35061
|
-
justify-content: center;
|
|
35062
|
-
position: relative;
|
|
35063
|
-
border-radius: 2px;
|
|
35064
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35065
|
-
overflow: hidden;
|
|
35066
|
-
}
|
|
35067
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35068
|
-
width: 200%;
|
|
35069
|
-
height: 200%;
|
|
35070
|
-
transform: rotate(15deg);
|
|
35071
|
-
position: absolute;
|
|
35072
|
-
top: -50%;
|
|
35073
|
-
flex-shrink: 0;
|
|
35074
|
-
opacity: 0.8;
|
|
35075
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35076
|
-
animation: shimmer 1100ms infinite;
|
|
35077
|
-
}
|
|
35078
|
-
@keyframes shimmer {
|
|
35079
|
-
from {
|
|
35080
|
-
left: -120%;
|
|
35081
|
-
}
|
|
35082
|
-
to {
|
|
35083
|
-
left: 100%;
|
|
35084
|
-
}
|
|
35085
|
-
}
|
|
35086
|
-
|
|
35087
|
-
.E_sqv6dmy {
|
|
35088
|
-
display: flex;
|
|
35089
|
-
justify-content: flex-end;
|
|
35090
|
-
}
|
|
35091
|
-
|
|
35092
|
-
.E_p1rm8wzb {
|
|
35093
|
-
margin-right: 8px;
|
|
35094
|
-
}
|
|
35095
|
-
|
|
35096
|
-
.E_sd7qcf4 {
|
|
35097
|
-
height: 100%;
|
|
35098
|
-
width: 100%;
|
|
35099
|
-
overflow: auto;
|
|
35100
|
-
}
|
|
35101
|
-
|
|
35102
|
-
.E_r1fxc9gq.right {
|
|
35103
|
-
overflow: auto;
|
|
35104
|
-
padding-right: 2px;
|
|
35105
|
-
width: 200px;
|
|
35106
|
-
height: fit-content;
|
|
35107
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35108
|
-
scrollbar-gutter: stable;
|
|
35109
|
-
}
|
|
35110
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35111
|
-
width: 6px;
|
|
35112
|
-
}
|
|
35113
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35114
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35115
|
-
}
|
|
35116
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35117
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35118
|
-
border-radius: 8px;
|
|
35119
|
-
}
|
|
35120
|
-
|
|
35121
35095
|
.E_t1g36k2w {
|
|
35122
35096
|
overflow: hidden;
|
|
35123
35097
|
height: 100%;
|
|
@@ -35147,8 +35121,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35147
35121
|
background: rgba(225, 230, 241, 0.6);
|
|
35148
35122
|
}
|
|
35149
35123
|
|
|
35150
|
-
.
|
|
35151
|
-
|
|
35124
|
+
.E_s1n7hav7 .ant-input-prefix {
|
|
35125
|
+
margin-right: 8px;
|
|
35126
|
+
}
|
|
35127
|
+
.E_s1n7hav7 .ant-input-suffix {
|
|
35128
|
+
margin-left: 8px;
|
|
35129
|
+
}
|
|
35130
|
+
|
|
35131
|
+
.E_c1tgpyn0 {
|
|
35132
|
+
color: #00122e;
|
|
35133
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
35134
|
+
margin-right: 8px;
|
|
35135
|
+
padding-right: 8px;
|
|
35136
|
+
}
|
|
35137
|
+
|
|
35138
|
+
.E_i1cmbu8m {
|
|
35139
|
+
display: flex;
|
|
35140
|
+
gap: 4px;
|
|
35141
|
+
}
|
|
35142
|
+
.E_i1cmbu8m .icon-wrapper {
|
|
35143
|
+
cursor: pointer;
|
|
35144
|
+
}
|
|
35145
|
+
|
|
35146
|
+
.E_dxmfsc9.icon-wrapper {
|
|
35147
|
+
cursor: not-allowed;
|
|
35148
|
+
}
|
|
35149
|
+
|
|
35150
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu {
|
|
35151
|
+
padding: 6px;
|
|
35152
|
+
border-radius: 8px;
|
|
35153
|
+
}
|
|
35154
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35155
|
+
color: #00122E;
|
|
35156
|
+
font-size: 13px;
|
|
35157
|
+
line-height: 20px;
|
|
35158
|
+
}
|
|
35159
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.recent-search-menu-item {
|
|
35160
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35161
|
+
font-size: 12px;
|
|
35162
|
+
line-height: 18px;
|
|
35163
|
+
pointer-events: none;
|
|
35164
|
+
margin-bottom: 3px;
|
|
35165
|
+
}
|
|
35166
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
|
|
35167
|
+
width: 100%;
|
|
35168
|
+
}
|
|
35169
|
+
.E_slbf45q.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content .icon-wrapper .icon-children {
|
|
35170
|
+
overflow: hidden;
|
|
35152
35171
|
}
|
|
35153
35172
|
|
|
35154
35173
|
.E_t1gvlxt5 {
|
|
@@ -35193,6 +35212,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35193
35212
|
display: block;
|
|
35194
35213
|
}
|
|
35195
35214
|
|
|
35215
|
+
.E_t1616y1o {
|
|
35216
|
+
color: #fff;
|
|
35217
|
+
}
|
|
35218
|
+
|
|
35196
35219
|
.E_a9y3flr {
|
|
35197
35220
|
margin-left: 8px;
|
|
35198
35221
|
}
|
|
@@ -35245,16 +35268,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35245
35268
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35246
35269
|
}
|
|
35247
35270
|
|
|
35248
|
-
.E_gmyahx3 {
|
|
35249
|
-
cursor: pointer;
|
|
35250
|
-
}
|
|
35251
|
-
.E_gmyahx3 .link-text {
|
|
35252
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35253
|
-
}
|
|
35254
|
-
.E_gmyahx3:hover .link-text {
|
|
35255
|
-
color: #0080ff;
|
|
35256
|
-
}
|
|
35257
|
-
|
|
35258
35271
|
.E_c18bcrac {
|
|
35259
35272
|
display: inline-block;
|
|
35260
35273
|
width: 100%;
|
|
@@ -35266,164 +35279,253 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35266
35279
|
.E_cro7kg2 {
|
|
35267
35280
|
padding: 4px;
|
|
35268
35281
|
}
|
|
35269
|
-
.E_cro7kg2 .unit {
|
|
35270
|
-
color: white;
|
|
35282
|
+
.E_cro7kg2 .unit {
|
|
35283
|
+
color: white;
|
|
35284
|
+
}
|
|
35285
|
+
|
|
35286
|
+
.E_c14wcxf0 {
|
|
35287
|
+
display: flex;
|
|
35288
|
+
justify-content: space-between;
|
|
35289
|
+
align-items: center;
|
|
35290
|
+
font-size: 13px;
|
|
35291
|
+
line-height: 24px;
|
|
35292
|
+
color: #cccccc;
|
|
35293
|
+
white-space: nowrap;
|
|
35294
|
+
}
|
|
35295
|
+
.E_c14wcxf0 label {
|
|
35296
|
+
margin-right: 32px;
|
|
35297
|
+
}
|
|
35298
|
+
|
|
35299
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35300
|
+
font-weight: bold;
|
|
35301
|
+
color: white;
|
|
35302
|
+
}
|
|
35303
|
+
|
|
35304
|
+
.E_s11212zy {
|
|
35305
|
+
width: 8px;
|
|
35306
|
+
height: 8px;
|
|
35307
|
+
border-radius: 2px;
|
|
35308
|
+
display: inline-block;
|
|
35309
|
+
background: var(--s11212zy-0);
|
|
35310
|
+
border: 1px solid #fff;
|
|
35311
|
+
box-sizing: content-box;
|
|
35312
|
+
margin-right: 6px;
|
|
35313
|
+
}
|
|
35314
|
+
|
|
35315
|
+
.E_p1lyky6c > :first-child {
|
|
35316
|
+
font-weight: bold;
|
|
35317
|
+
color: white;
|
|
35318
|
+
margin-right: 4px;
|
|
35319
|
+
}
|
|
35320
|
+
|
|
35321
|
+
.E_n12mqh7z {
|
|
35322
|
+
display: flex;
|
|
35323
|
+
align-items: center;
|
|
35324
|
+
font-size: 12px;
|
|
35325
|
+
line-height: 18px;
|
|
35326
|
+
}
|
|
35327
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35328
|
+
margin-bottom: 4px;
|
|
35329
|
+
}
|
|
35330
|
+
|
|
35331
|
+
.E_tf5bynu {
|
|
35332
|
+
margin: 0 3px;
|
|
35333
|
+
}
|
|
35334
|
+
|
|
35335
|
+
.E_tcckoz1 {
|
|
35336
|
+
max-height: 400px;
|
|
35337
|
+
overflow: auto;
|
|
35338
|
+
}
|
|
35339
|
+
|
|
35340
|
+
.E_s1ebs0ra {
|
|
35341
|
+
display: flex;
|
|
35342
|
+
align-items: center;
|
|
35343
|
+
justify-content: space-between;
|
|
35344
|
+
background: #edf0f7;
|
|
35345
|
+
padding: 8px 12px;
|
|
35346
|
+
position: sticky;
|
|
35347
|
+
top: 0;
|
|
35348
|
+
z-index: 1;
|
|
35349
|
+
margin-bottom: -52px;
|
|
35350
|
+
}
|
|
35351
|
+
.E_s1ebs0ra .select-total {
|
|
35352
|
+
display: flex;
|
|
35353
|
+
align-items: center;
|
|
35354
|
+
font-weight: 700;
|
|
35355
|
+
flex-shrink: 0;
|
|
35356
|
+
}
|
|
35357
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35358
|
+
cursor: pointer;
|
|
35359
|
+
margin-left: 8px;
|
|
35360
|
+
width: 32px;
|
|
35361
|
+
height: 32px;
|
|
35362
|
+
border-radius: 50%;
|
|
35363
|
+
justify-content: center;
|
|
35364
|
+
}
|
|
35365
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35366
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35271
35367
|
}
|
|
35272
|
-
|
|
35273
|
-
|
|
35274
|
-
|
|
35275
|
-
justify-content: space-between;
|
|
35276
|
-
align-items: center;
|
|
35277
|
-
font-size: 13px;
|
|
35278
|
-
line-height: 24px;
|
|
35279
|
-
color: #cccccc;
|
|
35368
|
+
.E_s1ebs0ra .action-group {
|
|
35369
|
+
flex: 1;
|
|
35370
|
+
margin-left: 88px;
|
|
35280
35371
|
white-space: nowrap;
|
|
35372
|
+
text-align: right;
|
|
35373
|
+
position: relative;
|
|
35374
|
+
padding: 4px 0;
|
|
35375
|
+
margin-top: -4px;
|
|
35376
|
+
overflow: hidden;
|
|
35281
35377
|
}
|
|
35282
|
-
.
|
|
35283
|
-
|
|
35378
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35379
|
+
transform: translateY(-4px);
|
|
35284
35380
|
}
|
|
35285
|
-
|
|
35286
|
-
|
|
35287
|
-
font-weight: bold;
|
|
35288
|
-
color: white;
|
|
35381
|
+
.E_s1ebs0ra .action-group button {
|
|
35382
|
+
border: none;
|
|
35289
35383
|
}
|
|
35290
|
-
|
|
35291
|
-
|
|
35292
|
-
width: 8px;
|
|
35293
|
-
height: 8px;
|
|
35294
|
-
border-radius: 2px;
|
|
35295
|
-
display: inline-block;
|
|
35296
|
-
background: var(--s11212zy-0);
|
|
35297
|
-
border: 1px solid #fff;
|
|
35298
|
-
box-sizing: content-box;
|
|
35299
|
-
margin-right: 6px;
|
|
35384
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35385
|
+
margin-right: 8px;
|
|
35300
35386
|
}
|
|
35301
|
-
|
|
35302
|
-
.E_p1lyky6c > :first-child {
|
|
35303
|
-
font-weight: bold;
|
|
35304
|
-
color: white;
|
|
35387
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35305
35388
|
margin-right: 4px;
|
|
35306
35389
|
}
|
|
35307
|
-
|
|
35308
|
-
|
|
35309
|
-
|
|
35390
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35391
|
+
cursor: pointer;
|
|
35392
|
+
width: 32px;
|
|
35393
|
+
height: 32px;
|
|
35394
|
+
justify-content: center;
|
|
35395
|
+
border-radius: 50%;
|
|
35396
|
+
}
|
|
35397
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35398
|
+
background: #fff;
|
|
35310
35399
|
}
|
|
35311
35400
|
|
|
35312
|
-
.
|
|
35313
|
-
display: flex;
|
|
35401
|
+
.E_mzzncgx {
|
|
35402
|
+
display: inline-flex;
|
|
35314
35403
|
align-items: center;
|
|
35315
|
-
|
|
35316
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35317
|
-
margin-right: 8px;
|
|
35404
|
+
gap: 4px;
|
|
35318
35405
|
}
|
|
35319
35406
|
|
|
35320
|
-
.
|
|
35321
|
-
|
|
35407
|
+
.E_clm1wy1 {
|
|
35408
|
+
width: 192px;
|
|
35409
|
+
height: 246px;
|
|
35410
|
+
border-radius: 4px;
|
|
35322
35411
|
}
|
|
35323
|
-
.
|
|
35324
|
-
|
|
35412
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35413
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35414
|
+
width: 100%;
|
|
35415
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35416
|
+
border-top: none;
|
|
35325
35417
|
}
|
|
35326
|
-
.
|
|
35327
|
-
|
|
35418
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35419
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35420
|
+
padding: 0 16px;
|
|
35328
35421
|
}
|
|
35329
|
-
.
|
|
35330
|
-
|
|
35422
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35423
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35424
|
+
width: 100%;
|
|
35425
|
+
height: 180px;
|
|
35426
|
+
border-spacing: 0;
|
|
35331
35427
|
}
|
|
35332
|
-
.
|
|
35333
|
-
|
|
35428
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35429
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35430
|
+
margin-bottom: 8px;
|
|
35334
35431
|
}
|
|
35335
|
-
.
|
|
35336
|
-
|
|
35432
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35433
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35434
|
+
width: 22px;
|
|
35337
35435
|
}
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35436
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35437
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35438
|
+
padding: 0;
|
|
35340
35439
|
}
|
|
35341
|
-
.
|
|
35342
|
-
|
|
35440
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35441
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35442
|
+
opacity: 0.4;
|
|
35343
35443
|
}
|
|
35344
|
-
.
|
|
35345
|
-
|
|
35346
|
-
|
|
35444
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35445
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35446
|
+
opacity: 1;
|
|
35347
35447
|
}
|
|
35348
|
-
.
|
|
35349
|
-
|
|
35350
|
-
|
|
35351
|
-
|
|
35448
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35449
|
+
color: #3e4652;
|
|
35450
|
+
}
|
|
35451
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35452
|
+
pointer-events: none;
|
|
35352
35453
|
}
|
|
35353
35454
|
|
|
35354
|
-
.
|
|
35455
|
+
.E_t1tsm00v {
|
|
35456
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35457
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35458
|
+
backdrop-filter: blur(10px);
|
|
35459
|
+
padding: 7px 10px;
|
|
35460
|
+
}
|
|
35461
|
+
|
|
35462
|
+
.E_c167wnad {
|
|
35463
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35355
35464
|
display: flex;
|
|
35356
35465
|
justify-content: space-between;
|
|
35357
35466
|
align-items: center;
|
|
35358
|
-
padding: 8px;
|
|
35359
|
-
min-height: 32px;
|
|
35360
|
-
}
|
|
35361
|
-
.E_t4zczcp .table-title {
|
|
35362
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35363
|
-
font-weight: 600;
|
|
35364
|
-
font-size: 12px;
|
|
35365
|
-
line-height: 8px;
|
|
35467
|
+
padding: 8px 16px;
|
|
35366
35468
|
}
|
|
35367
|
-
.
|
|
35368
|
-
font-size: 16px;
|
|
35369
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35469
|
+
.E_c167wnad .anticon {
|
|
35370
35470
|
cursor: pointer;
|
|
35371
35471
|
}
|
|
35372
|
-
|
|
35373
|
-
|
|
35374
|
-
font-size: 12px;
|
|
35375
|
-
line-height: 18px;
|
|
35472
|
+
.E_c167wnad .anticon:hover {
|
|
35473
|
+
color: #0096ff;
|
|
35376
35474
|
}
|
|
35377
35475
|
|
|
35378
|
-
.
|
|
35379
|
-
|
|
35380
|
-
padding: 8px 0;
|
|
35381
|
-
color: #2d3a56;
|
|
35382
|
-
}
|
|
35383
|
-
.E_t93e4cf .hidden {
|
|
35384
|
-
display: none;
|
|
35476
|
+
.E_cxhf7dh {
|
|
35477
|
+
text-align: center;
|
|
35385
35478
|
}
|
|
35386
|
-
.
|
|
35387
|
-
|
|
35479
|
+
.E_cxhf7dh .dots {
|
|
35480
|
+
display: flex;
|
|
35481
|
+
justify-content: center;
|
|
35388
35482
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35391
|
-
|
|
35392
|
-
|
|
35393
|
-
|
|
35483
|
+
.E_cxhf7dh .dot {
|
|
35484
|
+
display: inline-block;
|
|
35485
|
+
width: 2px;
|
|
35486
|
+
height: 2px;
|
|
35487
|
+
border-radius: 1px;
|
|
35488
|
+
background: #0096ff;
|
|
35394
35489
|
}
|
|
35395
|
-
.
|
|
35396
|
-
|
|
35397
|
-
text-align: left;
|
|
35490
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35491
|
+
margin-right: 2px;
|
|
35398
35492
|
}
|
|
35399
|
-
.
|
|
35400
|
-
|
|
35493
|
+
.E_cxhf7dh .bar {
|
|
35494
|
+
width: 9px;
|
|
35495
|
+
height: 2px;
|
|
35496
|
+
background: #0096ff;
|
|
35497
|
+
border-radius: 2px;
|
|
35401
35498
|
}
|
|
35402
35499
|
|
|
35403
|
-
.
|
|
35404
|
-
|
|
35405
|
-
flex-shrink: 0;
|
|
35406
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35407
|
-
padding-right: 12px;
|
|
35500
|
+
span.E_tqjc4ui {
|
|
35501
|
+
margin: 0 2px;
|
|
35408
35502
|
}
|
|
35409
35503
|
|
|
35410
|
-
.
|
|
35411
|
-
|
|
35412
|
-
|
|
35413
|
-
font-size: 12px;
|
|
35414
|
-
line-height: 18px;
|
|
35504
|
+
.E_ou7iq30 {
|
|
35505
|
+
overflow: hidden;
|
|
35506
|
+
text-overflow: ellipsis;
|
|
35415
35507
|
}
|
|
35416
|
-
|
|
35417
|
-
|
|
35508
|
+
|
|
35509
|
+
.E_s1tui002 {
|
|
35510
|
+
white-space: nowrap;
|
|
35418
35511
|
}
|
|
35419
35512
|
|
|
35420
|
-
.
|
|
35421
|
-
|
|
35513
|
+
.E_mxrc2zg {
|
|
35514
|
+
display: -webkit-box;
|
|
35515
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35516
|
+
-webkit-box-orient: vertical;
|
|
35517
|
+
word-break: break-all;
|
|
35422
35518
|
}
|
|
35423
35519
|
|
|
35424
|
-
.
|
|
35425
|
-
|
|
35426
|
-
|
|
35520
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35521
|
+
display: none;
|
|
35522
|
+
}
|
|
35523
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35524
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35525
|
+
border-radius: 4px;
|
|
35526
|
+
}
|
|
35527
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35528
|
+
visibility: hidden;
|
|
35427
35529
|
}
|
|
35428
35530
|
|
|
35429
35531
|
.E_skwah65 {
|
|
@@ -35439,27 +35541,14 @@ span.E_tqjc4ui {
|
|
|
35439
35541
|
margin-left: 1px;
|
|
35440
35542
|
}
|
|
35441
35543
|
|
|
35442
|
-
.
|
|
35443
|
-
|
|
35444
|
-
align-items: center;
|
|
35445
|
-
justify-content: flex-end;
|
|
35446
|
-
}
|
|
35447
|
-
|
|
35448
|
-
.E_b1ctd5xy {
|
|
35449
|
-
display: flex;
|
|
35450
|
-
align-items: center;
|
|
35451
|
-
width: calc(100% - 40px);
|
|
35452
|
-
}
|
|
35453
|
-
.E_b1ctd5xy .chart {
|
|
35454
|
-
display: inline-block;
|
|
35455
|
-
width: 100%;
|
|
35456
|
-
}
|
|
35457
|
-
|
|
35458
|
-
.E_u1p8acpn {
|
|
35459
|
-
min-width: 40px;
|
|
35544
|
+
.E_gmyahx3 {
|
|
35545
|
+
cursor: pointer;
|
|
35460
35546
|
}
|
|
35461
|
-
.
|
|
35462
|
-
color:
|
|
35547
|
+
.E_gmyahx3 .link-text {
|
|
35548
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35549
|
+
}
|
|
35550
|
+
.E_gmyahx3:hover .link-text {
|
|
35551
|
+
color: #0080ff;
|
|
35463
35552
|
}
|
|
35464
35553
|
|
|
35465
35554
|
.E_c1up1pdz {
|
|
@@ -35602,191 +35691,125 @@ span.E_tqjc4ui {
|
|
|
35602
35691
|
color: #fff;
|
|
35603
35692
|
}
|
|
35604
35693
|
|
|
35605
|
-
.
|
|
35606
|
-
|
|
35607
|
-
align-items: center;
|
|
35608
|
-
justify-content: space-between;
|
|
35609
|
-
background: #edf0f7;
|
|
35610
|
-
padding: 8px 12px;
|
|
35611
|
-
position: sticky;
|
|
35612
|
-
top: 0;
|
|
35613
|
-
z-index: 1;
|
|
35614
|
-
margin-bottom: -52px;
|
|
35615
|
-
}
|
|
35616
|
-
.E_s1ebs0ra .select-total {
|
|
35617
|
-
display: flex;
|
|
35618
|
-
align-items: center;
|
|
35619
|
-
font-weight: 700;
|
|
35620
|
-
flex-shrink: 0;
|
|
35694
|
+
.E_t1sqg15u {
|
|
35695
|
+
background: white;
|
|
35621
35696
|
}
|
|
35622
|
-
.
|
|
35623
|
-
|
|
35624
|
-
margin-left: 8px;
|
|
35625
|
-
width: 32px;
|
|
35626
|
-
height: 32px;
|
|
35627
|
-
border-radius: 50%;
|
|
35628
|
-
justify-content: center;
|
|
35697
|
+
.E_t1sqg15u.inline .table-row {
|
|
35698
|
+
flex-direction: column;
|
|
35629
35699
|
}
|
|
35630
|
-
.
|
|
35631
|
-
|
|
35700
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35701
|
+
padding: 0 16px 7px 0;
|
|
35632
35702
|
}
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35635
|
-
margin-left: 88px;
|
|
35636
|
-
white-space: nowrap;
|
|
35637
|
-
text-align: right;
|
|
35638
|
-
position: relative;
|
|
35639
|
-
padding: 4px 0;
|
|
35640
|
-
margin-top: -4px;
|
|
35641
|
-
overflow: hidden;
|
|
35703
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35704
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35642
35705
|
}
|
|
35643
|
-
.
|
|
35644
|
-
|
|
35706
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35707
|
+
border-top: none !important;
|
|
35645
35708
|
}
|
|
35646
|
-
.
|
|
35647
|
-
border:
|
|
35709
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35710
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35648
35711
|
}
|
|
35649
|
-
.
|
|
35650
|
-
|
|
35712
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35713
|
+
padding-bottom: 0;
|
|
35651
35714
|
}
|
|
35652
|
-
.
|
|
35653
|
-
|
|
35715
|
+
.E_t1sqg15u.align-right .content {
|
|
35716
|
+
text-align: right;
|
|
35654
35717
|
}
|
|
35655
|
-
.
|
|
35656
|
-
|
|
35657
|
-
|
|
35658
|
-
height: 32px;
|
|
35659
|
-
justify-content: center;
|
|
35660
|
-
border-radius: 50%;
|
|
35718
|
+
.E_t1sqg15u .uuid-row {
|
|
35719
|
+
display: flex;
|
|
35720
|
+
justify-content: space-between;
|
|
35661
35721
|
}
|
|
35662
|
-
.
|
|
35663
|
-
|
|
35722
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35723
|
+
white-space: nowrap;
|
|
35724
|
+
overflow: hidden;
|
|
35725
|
+
text-overflow: ellipsis;
|
|
35664
35726
|
}
|
|
35665
35727
|
|
|
35666
|
-
.
|
|
35667
|
-
display:
|
|
35728
|
+
.E_t4zczcp {
|
|
35729
|
+
display: flex;
|
|
35730
|
+
justify-content: space-between;
|
|
35668
35731
|
align-items: center;
|
|
35669
|
-
|
|
35670
|
-
|
|
35671
|
-
|
|
35672
|
-
.E_clm1wy1 {
|
|
35673
|
-
width: 192px;
|
|
35674
|
-
height: 246px;
|
|
35675
|
-
border-radius: 4px;
|
|
35676
|
-
}
|
|
35677
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35678
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35679
|
-
width: 100%;
|
|
35680
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35681
|
-
border-top: none;
|
|
35732
|
+
padding: 8px;
|
|
35733
|
+
min-height: 32px;
|
|
35682
35734
|
}
|
|
35683
|
-
.
|
|
35684
|
-
|
|
35685
|
-
|
|
35735
|
+
.E_t4zczcp .table-title {
|
|
35736
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35737
|
+
font-weight: 600;
|
|
35738
|
+
font-size: 12px;
|
|
35739
|
+
line-height: 8px;
|
|
35686
35740
|
}
|
|
35687
|
-
.
|
|
35688
|
-
|
|
35689
|
-
|
|
35690
|
-
|
|
35691
|
-
border-spacing: 0;
|
|
35741
|
+
.E_t4zczcp .edit-icon {
|
|
35742
|
+
font-size: 16px;
|
|
35743
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35744
|
+
cursor: pointer;
|
|
35692
35745
|
}
|
|
35693
|
-
|
|
35694
|
-
.
|
|
35695
|
-
|
|
35746
|
+
|
|
35747
|
+
.E_t1s7goww {
|
|
35748
|
+
font-size: 12px;
|
|
35749
|
+
line-height: 18px;
|
|
35696
35750
|
}
|
|
35697
|
-
|
|
35698
|
-
.
|
|
35699
|
-
|
|
35751
|
+
|
|
35752
|
+
.E_t93e4cf {
|
|
35753
|
+
display: flex;
|
|
35754
|
+
padding: 8px 0;
|
|
35755
|
+
color: #2d3a56;
|
|
35700
35756
|
}
|
|
35701
|
-
.
|
|
35702
|
-
|
|
35703
|
-
padding: 0;
|
|
35757
|
+
.E_t93e4cf .hidden {
|
|
35758
|
+
display: none;
|
|
35704
35759
|
}
|
|
35705
|
-
.
|
|
35706
|
-
|
|
35707
|
-
opacity: 0.4;
|
|
35760
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35761
|
+
height: auto;
|
|
35708
35762
|
}
|
|
35709
|
-
.
|
|
35710
|
-
|
|
35711
|
-
|
|
35763
|
+
.E_t93e4cf .content {
|
|
35764
|
+
overflow: hidden;
|
|
35765
|
+
overflow-x: auto;
|
|
35766
|
+
width: 100%;
|
|
35767
|
+
white-space: pre-wrap;
|
|
35712
35768
|
}
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35769
|
+
.E_t93e4cf .content .ant-btn {
|
|
35770
|
+
white-space: pre-wrap;
|
|
35771
|
+
text-align: left;
|
|
35715
35772
|
}
|
|
35716
|
-
.
|
|
35717
|
-
|
|
35773
|
+
.E_t93e4cf .content .unit-chart {
|
|
35774
|
+
justify-content: flex-start;
|
|
35718
35775
|
}
|
|
35719
35776
|
|
|
35720
|
-
.
|
|
35721
|
-
|
|
35722
|
-
|
|
35723
|
-
|
|
35724
|
-
padding:
|
|
35777
|
+
.E_rhz2uv5 {
|
|
35778
|
+
width: var(--rhz2uv5-0);
|
|
35779
|
+
flex-shrink: 0;
|
|
35780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35781
|
+
padding-right: 12px;
|
|
35725
35782
|
}
|
|
35726
35783
|
|
|
35727
|
-
.
|
|
35728
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35784
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35729
35785
|
display: flex;
|
|
35730
|
-
justify-content: space-between;
|
|
35731
35786
|
align-items: center;
|
|
35732
|
-
padding: 8px 16px;
|
|
35733
|
-
}
|
|
35734
|
-
.E_c167wnad .anticon {
|
|
35735
|
-
cursor: pointer;
|
|
35736
35787
|
}
|
|
35737
|
-
.
|
|
35738
|
-
|
|
35788
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35789
|
+
margin-right: 8px;
|
|
35739
35790
|
}
|
|
35740
35791
|
|
|
35741
|
-
.
|
|
35742
|
-
text-align: center;
|
|
35743
|
-
}
|
|
35744
|
-
.E_cxhf7dh .dots {
|
|
35792
|
+
.E_wg1tsps {
|
|
35745
35793
|
display: flex;
|
|
35746
|
-
|
|
35747
|
-
|
|
35748
|
-
.E_cxhf7dh .dot {
|
|
35749
|
-
display: inline-block;
|
|
35750
|
-
width: 2px;
|
|
35751
|
-
height: 2px;
|
|
35752
|
-
border-radius: 1px;
|
|
35753
|
-
background: #0096ff;
|
|
35754
|
-
}
|
|
35755
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35756
|
-
margin-right: 2px;
|
|
35757
|
-
}
|
|
35758
|
-
.E_cxhf7dh .bar {
|
|
35759
|
-
width: 9px;
|
|
35760
|
-
height: 2px;
|
|
35761
|
-
background: #0096ff;
|
|
35762
|
-
border-radius: 2px;
|
|
35763
|
-
}
|
|
35764
|
-
|
|
35765
|
-
.E_ou7iq30 {
|
|
35766
|
-
overflow: hidden;
|
|
35767
|
-
text-overflow: ellipsis;
|
|
35794
|
+
align-items: center;
|
|
35795
|
+
justify-content: flex-end;
|
|
35768
35796
|
}
|
|
35769
35797
|
|
|
35770
|
-
.
|
|
35771
|
-
|
|
35798
|
+
.E_b1ctd5xy {
|
|
35799
|
+
display: flex;
|
|
35800
|
+
align-items: center;
|
|
35801
|
+
width: calc(100% - 40px);
|
|
35772
35802
|
}
|
|
35773
|
-
|
|
35774
|
-
|
|
35775
|
-
|
|
35776
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35777
|
-
-webkit-box-orient: vertical;
|
|
35778
|
-
word-break: break-all;
|
|
35803
|
+
.E_b1ctd5xy .chart {
|
|
35804
|
+
display: inline-block;
|
|
35805
|
+
width: 100%;
|
|
35779
35806
|
}
|
|
35780
35807
|
|
|
35781
|
-
.
|
|
35782
|
-
|
|
35783
|
-
}
|
|
35784
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35785
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35786
|
-
border-radius: 4px;
|
|
35808
|
+
.E_u1p8acpn {
|
|
35809
|
+
min-width: 40px;
|
|
35787
35810
|
}
|
|
35788
|
-
.
|
|
35789
|
-
|
|
35811
|
+
.E_u1p8acpn .unit {
|
|
35812
|
+
color: #00122e !important;
|
|
35790
35813
|
}
|
|
35791
35814
|
|
|
35792
35815
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36374,6 +36397,15 @@ span.E_tqjc4ui {
|
|
|
36374
36397
|
height: auto;
|
|
36375
36398
|
}
|
|
36376
36399
|
|
|
36400
|
+
.E_cevhqx7 {
|
|
36401
|
+
color: #00122e;
|
|
36402
|
+
}
|
|
36403
|
+
|
|
36404
|
+
.E_snbqlt4 {
|
|
36405
|
+
margin-top: 8px;
|
|
36406
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36407
|
+
}
|
|
36408
|
+
|
|
36377
36409
|
.E_c1kchka8 {
|
|
36378
36410
|
height: 100%;
|
|
36379
36411
|
width: 100%;
|
|
@@ -36915,13 +36947,4 @@ span.E_tqjc4ui {
|
|
|
36915
36947
|
height: 1px;
|
|
36916
36948
|
background: #e4e9f2;
|
|
36917
36949
|
margin: 16px 0;
|
|
36918
|
-
}
|
|
36919
|
-
|
|
36920
|
-
.E_cevhqx7 {
|
|
36921
|
-
color: #00122e;
|
|
36922
|
-
}
|
|
36923
|
-
|
|
36924
|
-
.E_snbqlt4 {
|
|
36925
|
-
margin-top: 8px;
|
|
36926
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36927
36950
|
}
|