@cloudtower/eagle 0.33.30 → 0.33.31

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/style.css CHANGED
@@ -29672,6 +29672,22 @@ html body {
29672
29672
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29673
29673
  }
29674
29674
  }
29675
+ .E_berrcjl {
29676
+ color: rgba(10, 37, 85, 0.6);
29677
+ margin-bottom: 4px;
29678
+ }
29679
+ .E_berrcjl .breadcrumb-link {
29680
+ color: rgba(10, 37, 85, 0.6);
29681
+ cursor: pointer;
29682
+ transition: color 160ms ease;
29683
+ }
29684
+ .E_berrcjl .breadcrumb-link:hover {
29685
+ color: #0080ff;
29686
+ }
29687
+ .E_berrcjl .breadcrumb-link:active {
29688
+ color: #005ed1;
29689
+ }
29690
+
29675
29691
  .E_m74vjol {
29676
29692
  display: flex;
29677
29693
  justify-content: space-between;
@@ -29692,44 +29708,6 @@ html body {
29692
29708
  flex: 1;
29693
29709
  }
29694
29710
 
29695
- .E_c1uzzomf {
29696
- margin-bottom: 16px;
29697
- }
29698
- .E_c1uzzomf .card-title {
29699
- font-size: 16px;
29700
- color: rgba(44, 56, 82, 0.6);
29701
- font-weight: 700;
29702
- line-height: 32px;
29703
- }
29704
- .E_c1uzzomf .card-body {
29705
- padding: 24px;
29706
- border-radius: 8px;
29707
- background: #fff;
29708
- }
29709
- .E_c1uzzomf .empty {
29710
- font-weight: 700;
29711
- font-size: 14px;
29712
- line-height: 22px;
29713
- color: rgba(0, 21, 64, 0.3);
29714
- text-align: center;
29715
- }
29716
-
29717
- .E_berrcjl {
29718
- color: rgba(10, 37, 85, 0.6);
29719
- margin-bottom: 4px;
29720
- }
29721
- .E_berrcjl .breadcrumb-link {
29722
- color: rgba(10, 37, 85, 0.6);
29723
- cursor: pointer;
29724
- transition: color 160ms ease;
29725
- }
29726
- .E_berrcjl .breadcrumb-link:hover {
29727
- color: #0080ff;
29728
- }
29729
- .E_berrcjl .breadcrumb-link:active {
29730
- color: #005ed1;
29731
- }
29732
-
29733
29711
  .E_c18gxmrl {
29734
29712
  border: 1px solid #d8deeb;
29735
29713
  border-radius: 4px;
@@ -30036,6 +30014,89 @@ html body {
30036
30014
  justify-content: center;
30037
30015
  }
30038
30016
 
30017
+ .E_d1bw7c5z {
30018
+ position: relative;
30019
+ max-width: 388px;
30020
+ min-width: 285px;
30021
+ }
30022
+ .E_d1bw7c5z .center {
30023
+ position: absolute;
30024
+ font-size: 12px;
30025
+ width: 80px;
30026
+ height: 100px;
30027
+ top: 0;
30028
+ left: 35px;
30029
+ display: flex;
30030
+ flex-direction: column;
30031
+ justify-content: center;
30032
+ align-items: center;
30033
+ color: #00122e;
30034
+ }
30035
+ .E_d1bw7c5z .center .number {
30036
+ font-size: 24px;
30037
+ font-weight: 700;
30038
+ }
30039
+ .E_d1bw7c5z .center .text {
30040
+ padding: 0 5px;
30041
+ font-size: 12px;
30042
+ width: inherit;
30043
+ text-align: center;
30044
+ }
30045
+ .E_d1bw7c5z .recharts-wrapper {
30046
+ display: flex;
30047
+ }
30048
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30049
+ position: relative !important;
30050
+ min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30051
+ left: 0 !important;
30052
+ bottom: 0 !important;
30053
+ display: flex;
30054
+ align-items: center;
30055
+ }
30056
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30057
+ width: 100%;
30058
+ }
30059
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30060
+ width: 100%;
30061
+ margin-right: 0 !important;
30062
+ line-height: 18px;
30063
+ }
30064
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30065
+ border-radius: 2px;
30066
+ }
30067
+ .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30068
+ min-width: 75px;
30069
+ max-width: 198px;
30070
+ width: calc(100% - 20px);
30071
+ margin-left: 2px;
30072
+ color: #00122e !important;
30073
+ display: inline-flex;
30074
+ justify-content: space-between;
30075
+ }
30076
+ .E_d1bw7c5z .tooltip-text {
30077
+ maxwidth: calc(100% - 12px);
30078
+ cursor: pointer;
30079
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30080
+ overflow: hidden;
30081
+ text-overflow: ellipsis;
30082
+ white-space: nowrap;
30083
+ }
30084
+ .E_d1bw7c5z .value {
30085
+ color: rgba(44, 56, 82, 0.75);
30086
+ }
30087
+
30088
+ .E_t10pqbtc {
30089
+ width: 140px;
30090
+ }
30091
+ .E_t10pqbtc .item {
30092
+ margin: 6px auto;
30093
+ display: flex;
30094
+ justify-content: space-between;
30095
+ }
30096
+ .E_t10pqbtc .item .name {
30097
+ width: 102px;
30098
+ }
30099
+
30039
30100
  .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30040
30101
  padding: 4px 8px 0 8px;
30041
30102
  color: rgba(44, 56, 82, 0.6);
@@ -30049,6 +30110,104 @@ html body {
30049
30110
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30050
30111
  }
30051
30112
 
30113
+ .E_c1uzzomf {
30114
+ margin-bottom: 16px;
30115
+ }
30116
+ .E_c1uzzomf .card-title {
30117
+ font-size: 16px;
30118
+ color: rgba(44, 56, 82, 0.6);
30119
+ font-weight: 700;
30120
+ line-height: 32px;
30121
+ }
30122
+ .E_c1uzzomf .card-body {
30123
+ padding: 24px;
30124
+ border-radius: 8px;
30125
+ background: #fff;
30126
+ }
30127
+ .E_c1uzzomf .empty {
30128
+ font-weight: 700;
30129
+ font-size: 14px;
30130
+ line-height: 22px;
30131
+ color: rgba(0, 21, 64, 0.3);
30132
+ text-align: center;
30133
+ }
30134
+
30135
+ .E_c1yyuluq {
30136
+ border-radius: 8px;
30137
+ }
30138
+ .E_c1yyuluq .ant-card-body {
30139
+ padding: 20px 24px 24px 24px;
30140
+ }
30141
+
30142
+ .E_phljevk {
30143
+ display: flex;
30144
+ justify-content: space-between;
30145
+ align-items: center;
30146
+ padding: 10px 0;
30147
+ color: rgba(44, 56, 82, 0.6);
30148
+ font-size: 12px;
30149
+ line-height: 24px;
30150
+ }
30151
+ .E_phljevk .pagination-left {
30152
+ padding: 2px 8px;
30153
+ }
30154
+ .E_phljevk .dropdown-trigger {
30155
+ display: flex;
30156
+ align-items: center;
30157
+ border-radius: 6px;
30158
+ cursor: pointer;
30159
+ transition: all 0.3s ease;
30160
+ }
30161
+ .E_phljevk .dropdown-trigger:hover {
30162
+ background: rgba(211, 218, 235, 0.6);
30163
+ color: #0080ff;
30164
+ }
30165
+ .E_phljevk .dropdown-trigger .icon-inner {
30166
+ margin-left: 4px;
30167
+ }
30168
+ .E_phljevk .pagination-right {
30169
+ display: flex;
30170
+ align-items: center;
30171
+ color: #0080ff;
30172
+ font-weight: bold;
30173
+ }
30174
+ .E_phljevk .pagination-right .icon-inner {
30175
+ margin-left: 4px;
30176
+ }
30177
+ .E_phljevk .pagination-right .prev-btn,
30178
+ .E_phljevk .pagination-right .next-btn {
30179
+ padding: 0 8px;
30180
+ }
30181
+ .E_phljevk .pagination-right .prev-btn > span,
30182
+ .E_phljevk .pagination-right .next-btn > span {
30183
+ color: #0080ff;
30184
+ }
30185
+ .E_phljevk .pagination-right .next-btn .icon-inner {
30186
+ transform: rotate(180deg);
30187
+ }
30188
+
30189
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30190
+ max-height: calc(100vh - 128px);
30191
+ overflow-y: auto;
30192
+ }
30193
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30194
+ padding: 4px 20px;
30195
+ font-size: 12px;
30196
+ line-height: 18px;
30197
+ }
30198
+
30199
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30200
+ display: flex;
30201
+ }
30202
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30203
+ border-bottom-left-radius: 5px;
30204
+ border-top-left-radius: 5px;
30205
+ }
30206
+ .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30207
+ border-bottom-right-radius: 5px;
30208
+ border-top-right-radius: 5px;
30209
+ }
30210
+
30052
30211
  .E_i11gg7mj .ant-input-prefix {
30053
30212
  margin-right: 8px;
30054
30213
  }
@@ -30247,163 +30406,54 @@ html body {
30247
30406
  width: 36px;
30248
30407
  }
30249
30408
 
30250
- .E_d1bw7c5z {
30251
- position: relative;
30252
- max-width: 388px;
30253
- min-width: 285px;
30254
- }
30255
- .E_d1bw7c5z .center {
30256
- position: absolute;
30257
- font-size: 12px;
30258
- width: 80px;
30259
- height: 100px;
30260
- top: 0;
30261
- left: 35px;
30262
- display: flex;
30263
- flex-direction: column;
30264
- justify-content: center;
30265
- align-items: center;
30266
- color: #00122e;
30267
- }
30268
- .E_d1bw7c5z .center .number {
30269
- font-size: 24px;
30270
- font-weight: 700;
30271
- }
30272
- .E_d1bw7c5z .center .text {
30273
- padding: 0 5px;
30274
- font-size: 12px;
30275
- width: inherit;
30276
- text-align: center;
30277
- }
30278
- .E_d1bw7c5z .recharts-wrapper {
30279
- display: flex;
30280
- }
30281
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
30282
- position: relative !important;
30283
- min-width: calc(100% - var(--d1bw7c5z-0)) !important;
30284
- left: 0 !important;
30285
- bottom: 0 !important;
30286
- display: flex;
30287
- align-items: center;
30288
- }
30289
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
30290
- width: 100%;
30291
- }
30292
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
30293
- width: 100%;
30294
- margin-right: 0 !important;
30295
- line-height: 18px;
30296
- }
30297
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
30298
- border-radius: 2px;
30299
- }
30300
- .E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
30301
- min-width: 75px;
30302
- max-width: 198px;
30303
- width: calc(100% - 20px);
30304
- margin-left: 2px;
30305
- color: #00122e !important;
30306
- display: inline-flex;
30307
- justify-content: space-between;
30308
- }
30309
- .E_d1bw7c5z .tooltip-text {
30310
- maxwidth: calc(100% - 12px);
30311
- cursor: pointer;
30312
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
30313
- overflow: hidden;
30314
- text-overflow: ellipsis;
30315
- white-space: nowrap;
30316
- }
30317
- .E_d1bw7c5z .value {
30318
- color: rgba(44, 56, 82, 0.75);
30319
- }
30320
-
30321
- .E_t10pqbtc {
30322
- width: 140px;
30323
- }
30324
- .E_t10pqbtc .item {
30325
- margin: 6px auto;
30326
- display: flex;
30327
- justify-content: space-between;
30328
- }
30329
- .E_t10pqbtc .item .name {
30330
- width: 102px;
30409
+ .E_ivqqkzv {
30410
+ height: 24px;
30411
+ width: 56px !important;
30412
+ margin-right: 4px;
30331
30413
  }
30332
30414
 
30333
- .E_itxley7.ant-input-group.ant-input-group-compact {
30334
- display: flex;
30335
- }
30336
- .E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
30337
- border-bottom-left-radius: 5px;
30338
- border-top-left-radius: 5px;
30339
- }
30340
- .E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
30341
- border-bottom-right-radius: 5px;
30342
- border-top-right-radius: 5px;
30343
- }
30344
-
30345
- .E_c1yyuluq {
30346
- border-radius: 8px;
30347
- }
30348
- .E_c1yyuluq .ant-card-body {
30349
- padding: 20px 24px 24px 24px;
30350
- }
30351
-
30352
- .E_phljevk {
30353
- display: flex;
30354
- justify-content: space-between;
30355
- align-items: center;
30356
- padding: 10px 0;
30415
+ .E_c1wk4q29 {
30357
30416
  color: rgba(44, 56, 82, 0.6);
30358
- font-size: 12px;
30359
- line-height: 24px;
30360
- }
30361
- .E_phljevk .pagination-left {
30362
- padding: 2px 8px;
30363
- }
30364
- .E_phljevk .dropdown-trigger {
30365
- display: flex;
30366
- align-items: center;
30367
- border-radius: 6px;
30368
- cursor: pointer;
30369
- transition: all 0.3s ease;
30370
- }
30371
- .E_phljevk .dropdown-trigger:hover {
30372
- background: rgba(211, 218, 235, 0.6);
30373
- color: #0080ff;
30374
- }
30375
- .E_phljevk .dropdown-trigger .icon-inner {
30376
- margin-left: 4px;
30377
30417
  }
30378
- .E_phljevk .pagination-right {
30418
+
30419
+ .E_c1bus5hc {
30420
+ --color: white;
30421
+ height: 14px;
30422
+ width: 14px;
30423
+ border-radius: 50%;
30424
+ flex-shrink: 0;
30379
30425
  display: flex;
30380
30426
  align-items: center;
30381
- color: #0080ff;
30382
- font-weight: bold;
30383
- }
30384
- .E_phljevk .pagination-right .icon-inner {
30385
- margin-left: 4px;
30386
- }
30387
- .E_phljevk .pagination-right .prev-btn,
30388
- .E_phljevk .pagination-right .next-btn {
30389
- padding: 0 8px;
30427
+ justify-content: center;
30428
+ border: 1px solid var(--color);
30390
30429
  }
30391
- .E_phljevk .pagination-right .prev-btn > span,
30392
- .E_phljevk .pagination-right .next-btn > span {
30393
- color: #0080ff;
30430
+ .E_c1bus5hc .circle-inner {
30431
+ position: relative;
30432
+ height: 10px;
30433
+ width: 10px;
30434
+ border-radius: 50%;
30435
+ overflow: hidden;
30394
30436
  }
30395
- .E_phljevk .pagination-right .next-btn .icon-inner {
30437
+ .E_c1bus5hc .circle-content {
30438
+ position: absolute;
30439
+ height: 100%;
30440
+ width: 100%;
30441
+ left: 0;
30442
+ top: 0;
30443
+ border-radius: 50%;
30444
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30396
30445
  transform: rotate(180deg);
30397
30446
  }
30398
-
30399
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30400
- max-height: calc(100vh - 128px);
30401
- overflow-y: auto;
30402
- }
30403
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30404
- padding: 4px 20px;
30405
- font-size: 12px;
30406
- line-height: 18px;
30447
+ .E_c1bus5hc .circle-child {
30448
+ position: absolute;
30449
+ height: 100%;
30450
+ width: 100%;
30451
+ left: 0;
30452
+ top: 0;
30453
+ margin-left: 50%;
30454
+ transform-origin: left;
30455
+ background: white;
30456
+ transform: rotate(0deg);
30407
30457
  }
30408
30458
 
30409
30459
  .E_s1dizucg.ant-switch {
@@ -30465,82 +30515,118 @@ html body {
30465
30515
  margin-right: 4px;
30466
30516
  }
30467
30517
 
30468
- .E_c1bus5hc {
30469
- --color: white;
30470
- height: 14px;
30471
- width: 14px;
30472
- border-radius: 50%;
30473
- flex-shrink: 0;
30474
- display: flex;
30475
- align-items: center;
30476
- justify-content: center;
30477
- border: 1px solid var(--color);
30478
- }
30479
- .E_c1bus5hc .circle-inner {
30480
- position: relative;
30481
- height: 10px;
30482
- width: 10px;
30483
- border-radius: 50%;
30484
- overflow: hidden;
30485
- }
30486
- .E_c1bus5hc .circle-content {
30487
- position: absolute;
30488
- height: 100%;
30489
- width: 100%;
30490
- left: 0;
30491
- top: 0;
30492
- border-radius: 50%;
30493
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30494
- transform: rotate(180deg);
30495
- }
30496
- .E_c1bus5hc .circle-child {
30497
- position: absolute;
30498
- height: 100%;
30499
- width: 100%;
30500
- left: 0;
30501
- top: 0;
30502
- margin-left: 50%;
30503
- transform-origin: left;
30504
- background: white;
30505
- transform: rotate(0deg);
30506
- }
30507
-
30508
- .E_ivqqkzv {
30509
- height: 24px;
30510
- width: 56px !important;
30511
- margin-right: 4px;
30518
+ .E_iq1gosr {
30519
+ display: inline-block;
30512
30520
  }
30513
30521
 
30514
- .E_c1wk4q29 {
30515
- color: rgba(44, 56, 82, 0.6);
30522
+ .E_s1sck0th {
30523
+ padding: 0 8px;
30524
+ border-radius: 4px;
30516
30525
  }
30517
30526
 
30518
- .E_s1dni7lo {
30519
- width: 430px !important;
30527
+ .E_m855nr1 {
30528
+ padding: 2px 8px;
30529
+ border-radius: 3px;
30520
30530
  }
30521
30531
 
30522
- .E_d1wwmmm5 .ant-select-item-group {
30523
- padding: 8px 16px;
30524
- line-height: 18px;
30525
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30526
- height: 34px;
30527
- min-height: 34px;
30528
- box-sizing: border-box;
30529
- margin-top: 8px;
30532
+ .E_l1270xpg {
30533
+ padding: 3px 8px;
30534
+ border-radius: 2px;
30530
30535
  }
30531
30536
 
30532
- .E_o1ugr09p {
30533
- display: flex;
30534
- flex-direction: column;
30535
- margin: 1px 8px;
30536
- padding: 8px;
30537
- border-radius: 4px;
30537
+ .E_t14rextb.ant-tag:hover {
30538
+ opacity: unset;
30538
30539
  }
30539
- .E_o1ugr09p .selected-icon {
30540
- display: none;
30540
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30541
+ margin: 0;
30542
+ margin-right: 8px;
30543
+ display: inline-flex;
30544
+ align-items: center;
30545
+ border: none;
30541
30546
  }
30542
- .E_o1ugr09p.ant-select-item-option-grouped {
30543
- padding-left: 8px;
30547
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30548
+ width: 16px;
30549
+ height: 16px;
30550
+ color: inherit;
30551
+ margin-left: 4px;
30552
+ opacity: 0.6;
30553
+ display: inline-flex;
30554
+ }
30555
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30556
+ opacity: 1;
30557
+ }
30558
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30559
+ color: #0080ff;
30560
+ background-color: rgba(0, 136, 255, 0.1);
30561
+ }
30562
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30563
+ color: #f0483e;
30564
+ background-color: rgba(255, 74, 74, 0.1);
30565
+ }
30566
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30567
+ color: #e07f00;
30568
+ background-color: rgba(255, 187, 0, 0.1);
30569
+ }
30570
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30571
+ color: #008f4c;
30572
+ background-color: rgba(30, 201, 127, 0.1);
30573
+ }
30574
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30575
+ color: #1d326c;
30576
+ background-color: rgba(225, 230, 241, 0.6);
30577
+ }
30578
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30579
+ color: #7E41FF;
30580
+ background-color: rgba(126, 65, 255, 0.1);
30581
+ }
30582
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30583
+ color: #fff;
30584
+ }
30585
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30586
+ background-color: #f0483e;
30587
+ }
30588
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30589
+ background-color: #fea008;
30590
+ }
30591
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30592
+ background-color: #00ba5d;
30593
+ }
30594
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30595
+ background-color: #0080ff;
30596
+ }
30597
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30598
+ background-color: #6b7d99;
30599
+ }
30600
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30601
+ background-color: #7E41FF;
30602
+ }
30603
+
30604
+ .E_s1dni7lo {
30605
+ width: 430px !important;
30606
+ }
30607
+
30608
+ .E_d1wwmmm5 .ant-select-item-group {
30609
+ padding: 8px 16px;
30610
+ line-height: 18px;
30611
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30612
+ height: 34px;
30613
+ min-height: 34px;
30614
+ box-sizing: border-box;
30615
+ margin-top: 8px;
30616
+ }
30617
+
30618
+ .E_o1ugr09p {
30619
+ display: flex;
30620
+ flex-direction: column;
30621
+ margin: 1px 8px;
30622
+ padding: 8px;
30623
+ border-radius: 4px;
30624
+ }
30625
+ .E_o1ugr09p .selected-icon {
30626
+ display: none;
30627
+ }
30628
+ .E_o1ugr09p.ant-select-item-option-grouped {
30629
+ padding-left: 8px;
30544
30630
  }
30545
30631
  .E_o1ugr09p.ant-select-item-option-selected {
30546
30632
  background-color: white;
@@ -30596,92 +30682,6 @@ html body {
30596
30682
  opacity: 0;
30597
30683
  }
30598
30684
 
30599
- .E_iq1gosr {
30600
- display: inline-block;
30601
- }
30602
-
30603
- .E_s1sck0th {
30604
- padding: 0 8px;
30605
- border-radius: 4px;
30606
- }
30607
-
30608
- .E_m855nr1 {
30609
- padding: 2px 8px;
30610
- border-radius: 3px;
30611
- }
30612
-
30613
- .E_l1270xpg {
30614
- padding: 3px 8px;
30615
- border-radius: 2px;
30616
- }
30617
-
30618
- .E_t14rextb.ant-tag:hover {
30619
- opacity: unset;
30620
- }
30621
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30622
- margin: 0;
30623
- margin-right: 8px;
30624
- display: inline-flex;
30625
- align-items: center;
30626
- border: none;
30627
- }
30628
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30629
- width: 16px;
30630
- height: 16px;
30631
- color: inherit;
30632
- margin-left: 4px;
30633
- opacity: 0.6;
30634
- display: inline-flex;
30635
- }
30636
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30637
- opacity: 1;
30638
- }
30639
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30640
- color: #0080ff;
30641
- background-color: rgba(0, 136, 255, 0.1);
30642
- }
30643
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30644
- color: #f0483e;
30645
- background-color: rgba(255, 74, 74, 0.1);
30646
- }
30647
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30648
- color: #e07f00;
30649
- background-color: rgba(255, 187, 0, 0.1);
30650
- }
30651
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30652
- color: #008f4c;
30653
- background-color: rgba(30, 201, 127, 0.1);
30654
- }
30655
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30656
- color: #1d326c;
30657
- background-color: rgba(225, 230, 241, 0.6);
30658
- }
30659
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30660
- color: #7E41FF;
30661
- background-color: rgba(126, 65, 255, 0.1);
30662
- }
30663
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30664
- color: #fff;
30665
- }
30666
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30667
- background-color: #f0483e;
30668
- }
30669
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30670
- background-color: #fea008;
30671
- }
30672
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30673
- background-color: #00ba5d;
30674
- }
30675
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30676
- background-color: #0080ff;
30677
- }
30678
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30679
- background-color: #6b7d99;
30680
- }
30681
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30682
- background-color: #7E41FF;
30683
- }
30684
-
30685
30685
  .E_t1m2x205 .ant-tooltip-arrow {
30686
30686
  display: none;
30687
30687
  }
@@ -30693,37 +30693,6 @@ html body {
30693
30693
  visibility: hidden;
30694
30694
  }
30695
30695
 
30696
- .E_a1wfy30z .ant-input-number-handler-wrap {
30697
- display: var(--a1wfy30z-0);
30698
- }
30699
- .E_a1wfy30z .ant-input-number-input-wrap {
30700
- padding: 4px 11px;
30701
- display: inline-flex;
30702
- line-height: 1.5715;
30703
- height: inherit;
30704
- }
30705
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30706
- content: var(--a1wfy30z-1);
30707
- display: var(--a1wfy30z-2);
30708
- flex: none;
30709
- align-items: center;
30710
- margin-left: 4px;
30711
- }
30712
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30713
- content: var(--a1wfy30z-3);
30714
- display: var(--a1wfy30z-4);
30715
- flex: none;
30716
- align-items: center;
30717
- margin-right: 4px;
30718
- cursor: auto;
30719
- }
30720
- .E_a1wfy30z .ant-input-number-input {
30721
- padding: 0;
30722
- margin: 0;
30723
- height: auto;
30724
- font-size: inherit;
30725
- }
30726
-
30727
30696
  .E_f7pxqmh {
30728
30697
  width: 100%;
30729
30698
  margin-bottom: 0 !important;
@@ -30791,6 +30760,28 @@ html body {
30791
30760
  font-size: 18px;
30792
30761
  }
30793
30762
 
30763
+ .E_owd0kml {
30764
+ display: inline-block;
30765
+ }
30766
+
30767
+ .E_h1jsgezc {
30768
+ visibility: hidden;
30769
+ position: absolute;
30770
+ }
30771
+
30772
+ .E_i1inqkme {
30773
+ height: 18px;
30774
+ line-height: 18px;
30775
+ padding: 0 4px;
30776
+ border-radius: 4px;
30777
+ background: rgba(235, 239, 245, 0.6);
30778
+ border: 1px solid rgba(223, 228, 235, 0.6);
30779
+ display: flex;
30780
+ align-items: center;
30781
+ white-space: nowrap;
30782
+ margin-right: 4px;
30783
+ }
30784
+
30794
30785
  .E_ai7qkf2 .ant-input-number-handler-wrap {
30795
30786
  display: var(--ai7qkf2-0);
30796
30787
  }
@@ -30851,17 +30842,35 @@ html body {
30851
30842
  padding: 2px 8px;
30852
30843
  }
30853
30844
 
30854
- .E_i1inqkme {
30855
- height: 18px;
30856
- line-height: 18px;
30857
- padding: 0 4px;
30858
- border-radius: 4px;
30859
- background: rgba(235, 239, 245, 0.6);
30860
- border: 1px solid rgba(223, 228, 235, 0.6);
30861
- display: flex;
30845
+ .E_a1wfy30z .ant-input-number-handler-wrap {
30846
+ display: var(--a1wfy30z-0);
30847
+ }
30848
+ .E_a1wfy30z .ant-input-number-input-wrap {
30849
+ padding: 4px 11px;
30850
+ display: inline-flex;
30851
+ line-height: 1.5715;
30852
+ height: inherit;
30853
+ }
30854
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
30855
+ content: var(--a1wfy30z-1);
30856
+ display: var(--a1wfy30z-2);
30857
+ flex: none;
30858
+ align-items: center;
30859
+ margin-left: 4px;
30860
+ }
30861
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
30862
+ content: var(--a1wfy30z-3);
30863
+ display: var(--a1wfy30z-4);
30864
+ flex: none;
30862
30865
  align-items: center;
30863
- white-space: nowrap;
30864
30866
  margin-right: 4px;
30867
+ cursor: auto;
30868
+ }
30869
+ .E_a1wfy30z .ant-input-number-input {
30870
+ padding: 0;
30871
+ margin: 0;
30872
+ height: auto;
30873
+ font-size: inherit;
30865
30874
  }
30866
30875
 
30867
30876
  .E_atcz0kf .ant-input-suffix {
@@ -30871,15 +30880,6 @@ html body {
30871
30880
  padding: 2px 7px 2px 12px;
30872
30881
  }
30873
30882
 
30874
- .E_owd0kml {
30875
- display: inline-block;
30876
- }
30877
-
30878
- .E_h1jsgezc {
30879
- visibility: hidden;
30880
- position: absolute;
30881
- }
30882
-
30883
30883
  .E_dsnbhzf {
30884
30884
  font-family: Inter;
30885
30885
  font-style: normal;
@@ -32078,63 +32078,6 @@ input.E_rf8rlle.ant-input {
32078
32078
  transition: all 320ms ease;
32079
32079
  }
32080
32080
 
32081
- .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32082
- border-radius: 6px;
32083
- }
32084
- .E_s17wv897.ant-select.ant-select-single {
32085
- width: 100%;
32086
- color: #2d3a56;
32087
- border-color: rgba(211, 218, 235, 0.6);
32088
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32089
- font-size: 13px;
32090
- }
32091
- .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32092
- height: 30px;
32093
- }
32094
- .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32095
- height: 38px;
32096
- font-size: 13px;
32097
- }
32098
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32099
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32100
- transition: 160ms ease;
32101
- }
32102
- .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32103
- color: #0080ff;
32104
- }
32105
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32106
- border-color: rgba(107, 128, 167, 0.6);
32107
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32108
- }
32109
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32110
- color: #0080ff;
32111
- }
32112
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32113
- border-color: #0080ff;
32114
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32115
- }
32116
- .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32117
- transform: rotate(180deg);
32118
- }
32119
- .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32120
- background: rgba(211, 218, 235, 0.6);
32121
- border-color: rgba(172, 186, 211, 0.6);
32122
- cursor: "not-allowed";
32123
- }
32124
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32125
- border-color: #f0483e !important;
32126
- }
32127
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32128
- color: #1d326c;
32129
- }
32130
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32131
- border-color: #0080ff;
32132
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32133
- }
32134
- .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32135
- transform: rotate(180deg);
32136
- }
32137
-
32138
32081
  .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32139
32082
  opacity: 1;
32140
32083
  }
@@ -32262,6 +32205,63 @@ input.E_rf8rlle.ant-input {
32262
32205
  color: rgba(0, 21, 64, 0.3);
32263
32206
  }
32264
32207
 
32208
+ .E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
32209
+ border-radius: 6px;
32210
+ }
32211
+ .E_s17wv897.ant-select.ant-select-single {
32212
+ width: 100%;
32213
+ color: #2d3a56;
32214
+ border-color: rgba(211, 218, 235, 0.6);
32215
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32216
+ font-size: 13px;
32217
+ }
32218
+ .E_s17wv897.ant-select.ant-select-single[data-size=middle] {
32219
+ height: 30px;
32220
+ }
32221
+ .E_s17wv897.ant-select.ant-select-single.ant-select-lg {
32222
+ height: 38px;
32223
+ font-size: 13px;
32224
+ }
32225
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
32226
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32227
+ transition: 160ms ease;
32228
+ }
32229
+ .E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
32230
+ color: #0080ff;
32231
+ }
32232
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32233
+ border-color: rgba(107, 128, 167, 0.6);
32234
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32235
+ }
32236
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32237
+ color: #0080ff;
32238
+ }
32239
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32240
+ border-color: #0080ff;
32241
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32242
+ }
32243
+ .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32244
+ transform: rotate(180deg);
32245
+ }
32246
+ .E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32247
+ background: rgba(211, 218, 235, 0.6);
32248
+ border-color: rgba(172, 186, 211, 0.6);
32249
+ cursor: "not-allowed";
32250
+ }
32251
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32252
+ border-color: #f0483e !important;
32253
+ }
32254
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32255
+ color: #1d326c;
32256
+ }
32257
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32258
+ border-color: #0080ff;
32259
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32260
+ }
32261
+ .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32262
+ transform: rotate(180deg);
32263
+ }
32264
+
32265
32265
  .E_oa99sl3 {
32266
32266
  display: flex;
32267
32267
  justify-content: space-between;
@@ -32302,35 +32302,6 @@ input.E_rf8rlle.ant-input {
32302
32302
  opacity: 0.8;
32303
32303
  }
32304
32304
 
32305
- .E_suhck3k {
32306
- height: 24px;
32307
- width: 24px;
32308
- border-radius: 6px;
32309
- padding: 4px;
32310
- }
32311
- .E_suhck3k:hover {
32312
- background-color: rgba(0, 136, 255, 0.1);
32313
- }
32314
- .E_suhck3k:hover svg path {
32315
- fill: blue;
32316
- }
32317
-
32318
- .E_ryby9ds {
32319
- display: flex;
32320
- align-items: center;
32321
- }
32322
- .E_ryby9ds .order {
32323
- height: 24px;
32324
- width: 24px;
32325
- border-radius: 20px;
32326
- color: #0080ff;
32327
- background: rgba(0, 136, 255, 0.1);
32328
- display: flex;
32329
- align-items: center;
32330
- justify-content: center;
32331
- margin-right: 6px;
32332
- }
32333
-
32334
32305
  .E_hrhfj7c {
32335
32306
  display: none;
32336
32307
  }
@@ -32550,6 +32521,35 @@ input.E_rf8rlle.ant-input {
32550
32521
  font-size: 14px;
32551
32522
  }
32552
32523
 
32524
+ .E_suhck3k {
32525
+ height: 24px;
32526
+ width: 24px;
32527
+ border-radius: 6px;
32528
+ padding: 4px;
32529
+ }
32530
+ .E_suhck3k:hover {
32531
+ background-color: rgba(0, 136, 255, 0.1);
32532
+ }
32533
+ .E_suhck3k:hover svg path {
32534
+ fill: blue;
32535
+ }
32536
+
32537
+ .E_ryby9ds {
32538
+ display: flex;
32539
+ align-items: center;
32540
+ }
32541
+ .E_ryby9ds .order {
32542
+ height: 24px;
32543
+ width: 24px;
32544
+ border-radius: 20px;
32545
+ color: #0080ff;
32546
+ background: rgba(0, 136, 255, 0.1);
32547
+ display: flex;
32548
+ align-items: center;
32549
+ justify-content: center;
32550
+ margin-right: 6px;
32551
+ }
32552
+
32553
32553
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
32554
32554
  margin-right: 2px;
32555
32555
  }
@@ -32805,21 +32805,8 @@ input.E_rf8rlle.ant-input {
32805
32805
  position: static;
32806
32806
  }
32807
32807
 
32808
- .E_b14q2gmw {
32809
- 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);
32810
- }
32811
-
32812
- .E_c1eym6el {
32813
- border-radius: 8px;
32814
- background-color: white;
32815
- }
32816
- .E_c1eym6el.hoverable {
32817
- cursor: pointer;
32818
- }
32819
- .E_c1eym6el.hoverable:hover {
32820
- transition: all 200ms ease;
32821
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32822
- transform: translateY(-4px);
32808
+ .E_c1yd35n {
32809
+ padding: 0 12px 14px 12px;
32823
32810
  }
32824
32811
 
32825
32812
  .E_c1kghdax {
@@ -32862,10 +32849,6 @@ input.E_rf8rlle.ant-input {
32862
32849
  margin-right: 2px;
32863
32850
  }
32864
32851
 
32865
- .E_c1yd35n {
32866
- padding: 0 12px 14px 12px;
32867
- }
32868
-
32869
32852
  .E_ckui4s7 {
32870
32853
  color: #2d3a56;
32871
32854
  line-height: 22px;
@@ -32930,6 +32913,281 @@ input.E_rf8rlle.ant-input {
32930
32913
  margin-left: 24px;
32931
32914
  }
32932
32915
 
32916
+ .E_b14q2gmw {
32917
+ 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);
32918
+ }
32919
+
32920
+ .E_c1eym6el {
32921
+ border-radius: 8px;
32922
+ background-color: white;
32923
+ }
32924
+ .E_c1eym6el.hoverable {
32925
+ cursor: pointer;
32926
+ }
32927
+ .E_c1eym6el.hoverable:hover {
32928
+ transition: all 200ms ease;
32929
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32930
+ transform: translateY(-4px);
32931
+ }
32932
+
32933
+ .E_lht19u8 {
32934
+ width: 64px;
32935
+ height: 64px;
32936
+ display: flex;
32937
+ align-items: center;
32938
+ justify-content: center;
32939
+ position: relative;
32940
+ opacity: 0.2;
32941
+ }
32942
+
32943
+ .E_lk3gkp4 {
32944
+ position: absolute;
32945
+ width: 5px;
32946
+ height: 48px;
32947
+ left: 9.33px;
32948
+ top: 40.5px;
32949
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32950
+ border-radius: 5px;
32951
+ transform: rotate(-128deg);
32952
+ transform-origin: top left;
32953
+ animation: loading-indicator1 1100ms ease-out infinite;
32954
+ }
32955
+
32956
+ .E_ll4n94n {
32957
+ position: absolute;
32958
+ width: 5px;
32959
+ height: 48px;
32960
+ left: 40.8px;
32961
+ top: 8.4px;
32962
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32963
+ border-radius: 5px;
32964
+ transform: rotate(-8deg);
32965
+ transform-origin: top left;
32966
+ animation: loading-indicator2 1100ms ease-out infinite;
32967
+ }
32968
+
32969
+ .E_l17lbdo6 {
32970
+ position: absolute;
32971
+ width: 5px;
32972
+ height: 48px;
32973
+ left: 52.9px;
32974
+ top: 51.8px;
32975
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32976
+ border-radius: 5px;
32977
+ transform: rotate(112deg);
32978
+ transform-origin: top left;
32979
+ animation: loading-indicator3 1100ms ease-out infinite;
32980
+ }
32981
+
32982
+ .E_w7ob4th.outside-tag {
32983
+ padding-left: 0;
32984
+ }
32985
+ .E_w7ob4th.outside-tag .inside-tag {
32986
+ border-radius: 4px 0 0 4px;
32987
+ padding-right: 4px;
32988
+ margin-right: 4px;
32989
+ }
32990
+
32991
+ .E_sjob3jg {
32992
+ --item-min-width: 60px;
32993
+ }
32994
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
32995
+ display: none !important;
32996
+ }
32997
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
32998
+ flex-shrink: 0 !important;
32999
+ }
33000
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33001
+ color: #0080ff;
33002
+ }
33003
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33004
+ color: #0080ff;
33005
+ font-weight: normal;
33006
+ }
33007
+ .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33008
+ color: rgba(44, 56, 82, 0.6);
33009
+ }
33010
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33011
+ color: #00122e;
33012
+ }
33013
+ .E_sjob3jg .step-item-text {
33014
+ display: inline-block;
33015
+ }
33016
+ .E_sjob3jg .step-item-title {
33017
+ overflow: hidden;
33018
+ white-space: nowrap;
33019
+ text-overflow: ellipsis;
33020
+ }
33021
+
33022
+ .E_hjvj6s6 .ant-steps-item-container {
33023
+ min-width: var(--item-min-width);
33024
+ }
33025
+ .E_hjvj6s6 .ant-steps-item-disabled {
33026
+ cursor: not-allowed !important;
33027
+ }
33028
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33029
+ flex-direction: row;
33030
+ justify-content: stretch;
33031
+ }
33032
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33033
+ padding: 0;
33034
+ margin-right: 4px;
33035
+ flex: 1;
33036
+ overflow: visible;
33037
+ }
33038
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33039
+ width: 100%;
33040
+ min-height: unset;
33041
+ }
33042
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33043
+ height: 26px;
33044
+ line-height: 26px;
33045
+ width: 100%;
33046
+ padding: 0;
33047
+ font-size: 12px;
33048
+ }
33049
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33050
+ margin-right: 10px;
33051
+ }
33052
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33053
+ display: none;
33054
+ }
33055
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33056
+ padding-left: 8px;
33057
+ padding-right: 4px;
33058
+ border-radius: 4px 0 0 4px;
33059
+ }
33060
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33061
+ margin-right: 0;
33062
+ }
33063
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33064
+ padding-right: 8px;
33065
+ padding-left: 12px;
33066
+ border-radius: 0 4px 4px 0;
33067
+ }
33068
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33069
+ content: "";
33070
+ width: 0;
33071
+ height: 0;
33072
+ border: 13px solid transparent;
33073
+ position: absolute;
33074
+ top: 0;
33075
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33076
+ z-index: 2;
33077
+ position: relative;
33078
+ top: -50%;
33079
+ right: -100%;
33080
+ }
33081
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33082
+ padding: 0 4px 0 12px;
33083
+ }
33084
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33085
+ content: "";
33086
+ width: 0;
33087
+ height: 0;
33088
+ border: 13px solid transparent;
33089
+ position: absolute;
33090
+ top: 0;
33091
+ border-left: 8px solid #fff;
33092
+ left: 0;
33093
+ }
33094
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33095
+ max-width: calc(100% - var(--item-min-width) * 2);
33096
+ }
33097
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33098
+ background-color: rgba(0, 136, 255, 0.1);
33099
+ }
33100
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33101
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33102
+ }
33103
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33104
+ cursor: pointer;
33105
+ min-width: var(--item-min-width);
33106
+ }
33107
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33108
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33109
+ min-width: var(--item-min-width);
33110
+ }
33111
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33112
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33113
+ background-color: rgba(237, 241, 250, 0.6);
33114
+ }
33115
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33116
+ padding: 0;
33117
+ }
33118
+
33119
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33120
+ width: 192px;
33121
+ row-gap: 2px;
33122
+ }
33123
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33124
+ background-color: rgba(225, 230, 241, 0.6);
33125
+ }
33126
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33127
+ color: #00122e !important;
33128
+ }
33129
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33130
+ background-color: rgba(225, 230, 241, 0.6);
33131
+ }
33132
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33133
+ padding: 0 8px;
33134
+ border-radius: 4px;
33135
+ height: 32px;
33136
+ display: flex;
33137
+ align-items: center;
33138
+ }
33139
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33140
+ min-height: auto;
33141
+ white-space: nowrap;
33142
+ }
33143
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33144
+ font-size: 13px;
33145
+ line-height: 20px;
33146
+ max-width: 100%;
33147
+ padding-right: 0;
33148
+ }
33149
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33150
+ background: rgba(0, 128, 255, 0.1);
33151
+ }
33152
+
33153
+ .E_h6l1tj4 {
33154
+ width: 100%;
33155
+ display: inline-flex;
33156
+ align-items: center;
33157
+ justify-content: center;
33158
+ column-gap: 4px;
33159
+ }
33160
+ .E_h6l1tj4 .step-item-prefix-container {
33161
+ display: inline-flex;
33162
+ align-items: center;
33163
+ width: 18px;
33164
+ height: 18px;
33165
+ color: rgba(44, 56, 82, 0.75);
33166
+ justify-content: center;
33167
+ }
33168
+
33169
+ .E_v18frne8 {
33170
+ width: 100%;
33171
+ display: flex;
33172
+ align-items: center;
33173
+ justify-content: center;
33174
+ column-gap: 6px;
33175
+ font-size: 13px;
33176
+ }
33177
+ .E_v18frne8 .step-item-prefix-container {
33178
+ display: inline-flex;
33179
+ align-items: center;
33180
+ min-width: 20px;
33181
+ min-height: 20px;
33182
+ color: rgba(44, 56, 82, 0.75);
33183
+ justify-content: center;
33184
+ }
33185
+
33186
+ .E_i1g85yz3 {
33187
+ margin-right: 4px;
33188
+ height: 16px;
33189
+ }
33190
+
32933
33191
  .E_t1dtlqs1 {
32934
33192
  margin-bottom: 4px;
32935
33193
  color: rgba(44, 56, 82, 0.6);
@@ -33126,64 +33384,6 @@ input.E_rf8rlle.ant-input {
33126
33384
  margin-right: 8px;
33127
33385
  }
33128
33386
 
33129
- .E_lht19u8 {
33130
- width: 64px;
33131
- height: 64px;
33132
- display: flex;
33133
- align-items: center;
33134
- justify-content: center;
33135
- position: relative;
33136
- opacity: 0.2;
33137
- }
33138
-
33139
- .E_lk3gkp4 {
33140
- position: absolute;
33141
- width: 5px;
33142
- height: 48px;
33143
- left: 9.33px;
33144
- top: 40.5px;
33145
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33146
- border-radius: 5px;
33147
- transform: rotate(-128deg);
33148
- transform-origin: top left;
33149
- animation: loading-indicator1 1100ms ease-out infinite;
33150
- }
33151
-
33152
- .E_ll4n94n {
33153
- position: absolute;
33154
- width: 5px;
33155
- height: 48px;
33156
- left: 40.8px;
33157
- top: 8.4px;
33158
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33159
- border-radius: 5px;
33160
- transform: rotate(-8deg);
33161
- transform-origin: top left;
33162
- animation: loading-indicator2 1100ms ease-out infinite;
33163
- }
33164
-
33165
- .E_l17lbdo6 {
33166
- position: absolute;
33167
- width: 5px;
33168
- height: 48px;
33169
- left: 52.9px;
33170
- top: 51.8px;
33171
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
33172
- border-radius: 5px;
33173
- transform: rotate(112deg);
33174
- transform-origin: top left;
33175
- animation: loading-indicator3 1100ms ease-out infinite;
33176
- }
33177
-
33178
- .E_w7ob4th.outside-tag {
33179
- padding-left: 0;
33180
- }
33181
- .E_w7ob4th.outside-tag .inside-tag {
33182
- border-radius: 4px 0 0 4px;
33183
- padding-right: 4px;
33184
- margin-right: 4px;
33185
- }
33186
-
33187
33387
  .E_slr2ynn {
33188
33388
  padding: 0 8px;
33189
33389
  height: 18px;
@@ -33638,277 +33838,77 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33638
33838
  .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33639
33839
  display: none;
33640
33840
  }
33641
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33642
- transform: translateY(-50%);
33643
- }
33644
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33645
- transform: translateY(-50%) rotateX(180deg);
33646
- }
33647
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33648
- background: #f2f5fa;
33649
- }
33650
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33651
- display: block;
33652
- }
33653
- .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33654
- padding-right: 25px;
33655
- }
33656
- .E_t1fisho6 div.ant-table .ant-table-selection-column {
33657
- padding: 0 !important;
33658
- }
33659
- .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33660
- position: absolute;
33661
- left: 50%;
33662
- top: 50%;
33663
- transform: translate(-50%, -50%);
33664
- }
33665
- .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33666
- display: none;
33667
- }
33668
- .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33669
- background: #fff;
33670
- }
33671
- .E_t1fisho6 div.ant-table .ant-table-placeholder {
33672
- background: inherit;
33673
- }
33674
- .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33675
- position: static;
33676
- border: none;
33677
- background: inherit !important;
33678
- height: 100px;
33679
- vertical-align: middle;
33680
- }
33681
- .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33682
- .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33683
- font-weight: bold;
33684
- font-size: 20px;
33685
- color: rgba(10, 37, 85, 0.6);
33686
- }
33687
- .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33688
- .E_t1fisho6 div.ant-table th.cell__action_ {
33689
- z-index: 10;
33690
- }
33691
- .E_t1fisho6 div.ant-table td.cell__action_ {
33692
- padding: 0 !important;
33693
- position: relative;
33694
- background: #fff;
33695
- }
33696
- .E_t1fisho6 div.ant-table td.cell__action_ > * {
33697
- height: 100%;
33698
- display: flex;
33699
- align-items: center;
33700
- justify-content: flex-end;
33701
- padding-right: 8px;
33702
- }
33703
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33704
- width: 24px;
33705
- height: 24px;
33706
- cursor: pointer;
33707
- justify-content: center;
33708
- border-radius: 4px;
33709
- }
33710
- .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33711
- background: #fff;
33712
- }
33713
-
33714
- .E_i1g85yz3 {
33715
- margin-right: 4px;
33716
- height: 16px;
33717
- }
33718
-
33719
- .E_sjob3jg {
33720
- --item-min-width: 60px;
33721
- }
33722
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33723
- display: none !important;
33724
- }
33725
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33726
- flex-shrink: 0 !important;
33727
- }
33728
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33729
- color: #0080ff;
33730
- }
33731
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33732
- color: #0080ff;
33733
- font-weight: normal;
33734
- }
33735
- .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
33736
- color: rgba(44, 56, 82, 0.6);
33737
- }
33738
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33739
- color: #00122e;
33740
- }
33741
- .E_sjob3jg .step-item-text {
33742
- display: inline-block;
33743
- }
33744
- .E_sjob3jg .step-item-title {
33745
- overflow: hidden;
33746
- white-space: nowrap;
33747
- text-overflow: ellipsis;
33748
- }
33749
-
33750
- .E_hjvj6s6 .ant-steps-item-container {
33751
- min-width: var(--item-min-width);
33752
- }
33753
- .E_hjvj6s6 .ant-steps-item-disabled {
33754
- cursor: not-allowed !important;
33755
- }
33756
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33757
- flex-direction: row;
33758
- justify-content: stretch;
33759
- }
33760
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33761
- padding: 0;
33762
- margin-right: 4px;
33763
- flex: 1;
33764
- overflow: visible;
33765
- }
33766
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33767
- width: 100%;
33768
- min-height: unset;
33769
- }
33770
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33771
- height: 26px;
33772
- line-height: 26px;
33773
- width: 100%;
33774
- padding: 0;
33775
- font-size: 12px;
33776
- }
33777
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33778
- margin-right: 10px;
33779
- }
33780
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33781
- display: none;
33782
- }
33783
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33784
- padding-left: 8px;
33785
- padding-right: 4px;
33786
- border-radius: 4px 0 0 4px;
33787
- }
33788
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33789
- margin-right: 0;
33790
- }
33791
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33792
- padding-right: 8px;
33793
- padding-left: 12px;
33794
- border-radius: 0 4px 4px 0;
33795
- }
33796
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
33797
- content: "";
33798
- width: 0;
33799
- height: 0;
33800
- border: 13px solid transparent;
33801
- position: absolute;
33802
- top: 0;
33803
- border-left: 8px solid rgba(237, 241, 250, 0.6);
33804
- z-index: 2;
33805
- position: relative;
33806
- top: -50%;
33807
- right: -100%;
33808
- }
33809
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33810
- padding: 0 4px 0 12px;
33811
- }
33812
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
33813
- content: "";
33814
- width: 0;
33815
- height: 0;
33816
- border: 13px solid transparent;
33817
- position: absolute;
33818
- top: 0;
33819
- border-left: 8px solid #fff;
33820
- left: 0;
33821
- }
33822
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33823
- max-width: calc(100% - var(--item-min-width) * 2);
33824
- }
33825
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33826
- background-color: rgba(0, 136, 255, 0.1);
33827
- }
33828
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33829
- border-left-color: rgba(0, 136, 255, 0.1) !important;
33830
- }
33831
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33832
- cursor: pointer;
33833
- min-width: var(--item-min-width);
33834
- }
33835
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33836
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33837
- min-width: var(--item-min-width);
33841
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33842
+ transform: translateY(-50%);
33838
33843
  }
33839
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33840
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33841
- background-color: rgba(237, 241, 250, 0.6);
33844
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33845
+ transform: translateY(-50%) rotateX(180deg);
33842
33846
  }
33843
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33844
- padding: 0;
33847
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33848
+ background: #f2f5fa;
33845
33849
  }
33846
-
33847
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
33848
- width: 192px;
33849
- row-gap: 2px;
33850
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33851
+ display: block;
33850
33852
  }
33851
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33852
- background-color: rgba(225, 230, 241, 0.6);
33853
+ .E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
33854
+ padding-right: 25px;
33853
33855
  }
33854
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33855
- color: #00122e !important;
33856
+ .E_t1fisho6 div.ant-table .ant-table-selection-column {
33857
+ padding: 0 !important;
33856
33858
  }
33857
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
33858
- background-color: rgba(225, 230, 241, 0.6);
33859
+ .E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33860
+ position: absolute;
33861
+ left: 50%;
33862
+ top: 50%;
33863
+ transform: translate(-50%, -50%);
33859
33864
  }
33860
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33861
- padding: 0 8px;
33862
- border-radius: 4px;
33863
- height: 32px;
33864
- display: flex;
33865
- align-items: center;
33865
+ .E_t1fisho6 div.ant-table .ant-table-selection-column:after {
33866
+ display: none;
33866
33867
  }
33867
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33868
- min-height: auto;
33869
- white-space: nowrap;
33868
+ .E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
33869
+ background: #fff;
33870
33870
  }
33871
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33872
- font-size: 13px;
33873
- line-height: 20px;
33874
- max-width: 100%;
33875
- padding-right: 0;
33871
+ .E_t1fisho6 div.ant-table .ant-table-placeholder {
33872
+ background: inherit;
33876
33873
  }
33877
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33878
- background: rgba(0, 128, 255, 0.1);
33874
+ .E_t1fisho6 div.ant-table .ant-table-placeholder td {
33875
+ position: static;
33876
+ border: none;
33877
+ background: inherit !important;
33878
+ height: 100px;
33879
+ vertical-align: middle;
33879
33880
  }
33880
-
33881
- .E_h6l1tj4 {
33882
- width: 100%;
33883
- display: inline-flex;
33884
- align-items: center;
33885
- justify-content: center;
33886
- column-gap: 4px;
33881
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
33882
+ .E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
33883
+ font-weight: bold;
33884
+ font-size: 20px;
33885
+ color: rgba(10, 37, 85, 0.6);
33887
33886
  }
33888
- .E_h6l1tj4 .step-item-prefix-container {
33889
- display: inline-flex;
33890
- align-items: center;
33891
- width: 18px;
33892
- height: 18px;
33893
- color: rgba(44, 56, 82, 0.75);
33894
- justify-content: center;
33887
+ .E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
33888
+ .E_t1fisho6 div.ant-table th.cell__action_ {
33889
+ z-index: 10;
33895
33890
  }
33896
-
33897
- .E_v18frne8 {
33898
- width: 100%;
33891
+ .E_t1fisho6 div.ant-table td.cell__action_ {
33892
+ padding: 0 !important;
33893
+ position: relative;
33894
+ background: #fff;
33895
+ }
33896
+ .E_t1fisho6 div.ant-table td.cell__action_ > * {
33897
+ height: 100%;
33899
33898
  display: flex;
33900
33899
  align-items: center;
33901
- justify-content: center;
33902
- column-gap: 6px;
33903
- font-size: 13px;
33900
+ justify-content: flex-end;
33901
+ padding-right: 8px;
33904
33902
  }
33905
- .E_v18frne8 .step-item-prefix-container {
33906
- display: inline-flex;
33907
- align-items: center;
33908
- min-width: 20px;
33909
- min-height: 20px;
33910
- color: rgba(44, 56, 82, 0.75);
33903
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
33904
+ width: 24px;
33905
+ height: 24px;
33906
+ cursor: pointer;
33911
33907
  justify-content: center;
33908
+ border-radius: 4px;
33909
+ }
33910
+ .E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
33911
+ background: #fff;
33912
33912
  }
33913
33913
 
33914
33914
  .E_r77hffu {
@@ -33930,6 +33930,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33930
33930
  margin-inline-end: unset;
33931
33931
  }
33932
33932
 
33933
+ .E_t13ef470 {
33934
+ height: 100%;
33935
+ }
33936
+ .E_t13ef470 .table-loading-item {
33937
+ padding: 12px 4px;
33938
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33939
+ display: flex;
33940
+ }
33941
+ .E_t13ef470 .table-loading-item > * {
33942
+ height: 16px;
33943
+ margin: 4px;
33944
+ background: rgba(204, 212, 227, 0.18);
33945
+ border-radius: 2px;
33946
+ }
33947
+ .E_t13ef470 .table-loading-item .checkbox-loading {
33948
+ width: 16px;
33949
+ }
33950
+ .E_t13ef470 .table-loading-item .td-loading {
33951
+ flex: 1;
33952
+ }
33953
+ .E_t13ef470 :nth-child(1) {
33954
+ padding: 8px 4px;
33955
+ }
33956
+ .E_t13ef470 :nth-child(1) > * {
33957
+ background: rgba(107, 125, 153, 0.18);
33958
+ }
33959
+ .E_t13ef470 :nth-child(1) > * {
33960
+ background: rgba(163, 180, 204, 0.18);
33961
+ }
33962
+
33933
33963
  .E_l1ucdodl {
33934
33964
  margin: 0;
33935
33965
  border-radius: 20px;
@@ -33990,64 +34020,195 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33990
34020
  display: inline-block;
33991
34021
  }
33992
34022
 
33993
- .E_c1xm185 {
33994
- color: rgba(44, 56, 82, 0.6);
34023
+ .E_c1xm185 {
34024
+ color: rgba(44, 56, 82, 0.6);
34025
+ }
34026
+
34027
+ .E_c1x5l5qc {
34028
+ flex: 1;
34029
+ }
34030
+
34031
+ .E_t1gvlxt5 {
34032
+ min-width: 0;
34033
+ flex: 1;
34034
+ }
34035
+ .E_t1gvlxt5 .tag {
34036
+ flex: 0 0 auto;
34037
+ }
34038
+ .E_t1gvlxt5 .progress-title {
34039
+ flex: 2;
34040
+ max-width: fit-content;
34041
+ }
34042
+ .E_t1gvlxt5 .progress-desc {
34043
+ flex: 1;
34044
+ max-width: fit-content;
34045
+ }
34046
+
34047
+ .E_a1ji6r68 {
34048
+ display: flex;
34049
+ align-items: center;
34050
+ column-gap: var(--a1ji6r68-0);
34051
+ }
34052
+
34053
+ .E_msn7nxt {
34054
+ color: rgba(44, 56, 82, 0.6);
34055
+ text-align: center;
34056
+ display: flex;
34057
+ align-items: center;
34058
+ justify-content: center;
34059
+ flex-direction: column;
34060
+ height: 100%;
34061
+ }
34062
+ .E_msn7nxt .link {
34063
+ color: #0080ff;
34064
+ cursor: pointer;
34065
+ }
34066
+
34067
+ .E_mp64wfi {
34068
+ width: 100%;
34069
+ height: 100%;
34070
+ display: flex;
34071
+ flex-direction: column;
34072
+ }
34073
+ .E_mp64wfi .name-toolbar {
34074
+ width: 100%;
34075
+ display: flex;
34076
+ line-height: 30px;
34077
+ padding: 0 16px;
34078
+ justify-content: space-between;
34079
+ }
34080
+ .E_mp64wfi .name-toolbar .metric-extra {
34081
+ display: flex;
34082
+ font-size: 12px;
34083
+ align-items: center;
34084
+ }
34085
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34086
+ color: #a3b4cc;
34087
+ }
34088
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34089
+ margin-left: 10px;
34090
+ }
34091
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34092
+ margin-left: 10px;
34093
+ cursor: pointer;
34094
+ }
34095
+ .E_mp64wfi .content {
34096
+ flex: 1;
34097
+ width: 100%;
34098
+ display: flex;
34099
+ justify-content: center;
34100
+ align-items: center;
34101
+ }
34102
+ .E_mp64wfi .single-content {
34103
+ height: 65px;
34104
+ }
34105
+
34106
+ .E_l1oyigan {
34107
+ display: flex;
34108
+ align-items: center;
34109
+ white-space: nowrap;
34110
+ overflow: hidden;
34111
+ width: 100%;
34112
+ }
34113
+ .E_l1oyigan .ant-dropdown-trigger {
34114
+ margin-left: auto;
34115
+ font-size: 12px;
34116
+ }
34117
+
34118
+ .E_l1noi4n1 {
34119
+ display: flex;
34120
+ justify-content: flex-start;
34121
+ align-items: center;
34122
+ font-size: 12px;
34123
+ cursor: pointer;
34124
+ }
34125
+ .E_l1noi4n1:not(:last-child) {
34126
+ margin-right: 20px;
34127
+ }
34128
+ .E_l1noi4n1.deselected {
34129
+ opacity: 0.4;
34130
+ }
34131
+ .E_l1noi4n1.deselected .color-block {
34132
+ background: #b4beca !important;
34133
+ }
34134
+
34135
+ .E_cz19rz6 {
34136
+ display: inline-block;
34137
+ height: 8px;
34138
+ width: 8px;
34139
+ margin-right: 8px;
33995
34140
  }
33996
34141
 
33997
- .E_c1x5l5qc {
33998
- flex: 1;
34142
+ .E_e17r5r9c .ant-dropdown-menu-item {
34143
+ display: flex;
34144
+ align-items: center;
34145
+ font-size: 12px;
34146
+ margin: 0;
33999
34147
  }
34000
34148
 
34001
- .E_t13ef470 {
34002
- height: 100%;
34149
+ .E_m1y1hhnr {
34150
+ position: relative;
34003
34151
  }
34004
- .E_t13ef470 .table-loading-item {
34005
- padding: 12px 4px;
34006
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34152
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34153
+ bottom: -12px;
34154
+ }
34155
+ .E_m1y1hhnr .metric-toolbar {
34007
34156
  display: flex;
34157
+ justify-content: space-between;
34158
+ line-height: 30px;
34159
+ margin: 0 16px;
34008
34160
  }
34009
- .E_t13ef470 .table-loading-item > * {
34010
- height: 16px;
34011
- margin: 4px;
34012
- background: rgba(204, 212, 227, 0.18);
34013
- border-radius: 2px;
34161
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34162
+ display: flex;
34163
+ font-size: 12px;
34164
+ align-items: center;
34014
34165
  }
34015
- .E_t13ef470 .table-loading-item .checkbox-loading {
34016
- width: 16px;
34166
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34167
+ color: #a3b4cc;
34017
34168
  }
34018
- .E_t13ef470 .table-loading-item .td-loading {
34019
- flex: 1;
34169
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34170
+ margin-left: 10px;
34020
34171
  }
34021
- .E_t13ef470 :nth-child(1) {
34022
- padding: 8px 4px;
34172
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34173
+ margin-left: 10px;
34174
+ cursor: pointer;
34023
34175
  }
34024
- .E_t13ef470 :nth-child(1) > * {
34025
- background: rgba(107, 125, 153, 0.18);
34176
+ .E_m1y1hhnr .recharts-xAxis {
34177
+ font-size: 12px;
34026
34178
  }
34027
- .E_t13ef470 :nth-child(1) > * {
34028
- background: rgba(163, 180, 204, 0.18);
34179
+ .E_m1y1hhnr .pointer-wrapper {
34180
+ position: absolute;
34181
+ bottom: 10px;
34182
+ padding: 0 8px;
34183
+ border-radius: 4px;
34184
+ font-size: 12px;
34185
+ color: #fff;
34186
+ background: rgba(0, 0, 0, 0.75);
34187
+ transform: translateX(-50%);
34029
34188
  }
34030
34189
 
34031
- .E_t1gvlxt5 {
34032
- min-width: 0;
34033
- flex: 1;
34034
- }
34035
- .E_t1gvlxt5 .tag {
34036
- flex: 0 0 auto;
34037
- }
34038
- .E_t1gvlxt5 .progress-title {
34039
- flex: 2;
34040
- max-width: fit-content;
34041
- }
34042
- .E_t1gvlxt5 .progress-desc {
34043
- flex: 1;
34044
- max-width: fit-content;
34190
+ .E_tnvijvs {
34191
+ min-width: 200px;
34045
34192
  }
34046
34193
 
34047
- .E_a1ji6r68 {
34194
+ .E_t1ub2aex {
34048
34195
  display: flex;
34049
34196
  align-items: center;
34050
- column-gap: var(--a1ji6r68-0);
34197
+ justify-content: space-between;
34198
+ background-color: rgba(0, 0, 0, 0.75);
34199
+ color: #b4beca;
34200
+ font-size: 12px;
34201
+ padding: 3px 6px;
34202
+ }
34203
+ .E_t1ub2aex:first-child {
34204
+ padding-top: 3px;
34205
+ }
34206
+ .E_t1ub2aex:last-child {
34207
+ padding-bottom: 3px;
34208
+ }
34209
+ .E_t1ub2aex .column-value {
34210
+ color: #fff;
34211
+ margin-left: 8px;
34051
34212
  }
34052
34213
 
34053
34214
  .E_m11nzl2x {
@@ -34251,169 +34412,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34251
34412
  margin-right: 8px;
34252
34413
  border-radius: 2px;
34253
34414
  }
34254
- .E_ljhvvia.borderd {
34255
- border: 1px solid #fff;
34256
- }
34257
-
34258
- .E_msn7nxt {
34259
- color: rgba(44, 56, 82, 0.6);
34260
- text-align: center;
34261
- display: flex;
34262
- align-items: center;
34263
- justify-content: center;
34264
- flex-direction: column;
34265
- height: 100%;
34266
- }
34267
- .E_msn7nxt .link {
34268
- color: #0080ff;
34269
- cursor: pointer;
34270
- }
34271
-
34272
- .E_mp64wfi {
34273
- width: 100%;
34274
- height: 100%;
34275
- display: flex;
34276
- flex-direction: column;
34277
- }
34278
- .E_mp64wfi .name-toolbar {
34279
- width: 100%;
34280
- display: flex;
34281
- line-height: 30px;
34282
- padding: 0 16px;
34283
- justify-content: space-between;
34284
- }
34285
- .E_mp64wfi .name-toolbar .metric-extra {
34286
- display: flex;
34287
- font-size: 12px;
34288
- align-items: center;
34289
- }
34290
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
34291
- color: #a3b4cc;
34292
- }
34293
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34294
- margin-left: 10px;
34295
- }
34296
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34297
- margin-left: 10px;
34298
- cursor: pointer;
34299
- }
34300
- .E_mp64wfi .content {
34301
- flex: 1;
34302
- width: 100%;
34303
- display: flex;
34304
- justify-content: center;
34305
- align-items: center;
34306
- }
34307
- .E_mp64wfi .single-content {
34308
- height: 65px;
34309
- }
34310
-
34311
- .E_l1oyigan {
34312
- display: flex;
34313
- align-items: center;
34314
- white-space: nowrap;
34315
- overflow: hidden;
34316
- width: 100%;
34317
- }
34318
- .E_l1oyigan .ant-dropdown-trigger {
34319
- margin-left: auto;
34320
- font-size: 12px;
34321
- }
34322
-
34323
- .E_l1noi4n1 {
34324
- display: flex;
34325
- justify-content: flex-start;
34326
- align-items: center;
34327
- font-size: 12px;
34328
- cursor: pointer;
34329
- }
34330
- .E_l1noi4n1:not(:last-child) {
34331
- margin-right: 20px;
34332
- }
34333
- .E_l1noi4n1.deselected {
34334
- opacity: 0.4;
34335
- }
34336
- .E_l1noi4n1.deselected .color-block {
34337
- background: #b4beca !important;
34338
- }
34339
-
34340
- .E_cz19rz6 {
34341
- display: inline-block;
34342
- height: 8px;
34343
- width: 8px;
34344
- margin-right: 8px;
34345
- }
34346
-
34347
- .E_e17r5r9c .ant-dropdown-menu-item {
34348
- display: flex;
34349
- align-items: center;
34350
- font-size: 12px;
34351
- margin: 0;
34352
- }
34353
-
34354
- .E_m1y1hhnr {
34355
- position: relative;
34356
- }
34357
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34358
- bottom: -12px;
34359
- }
34360
- .E_m1y1hhnr .metric-toolbar {
34361
- display: flex;
34362
- justify-content: space-between;
34363
- line-height: 30px;
34364
- margin: 0 16px;
34365
- }
34366
- .E_m1y1hhnr .metric-toolbar .metric-extra {
34367
- display: flex;
34368
- font-size: 12px;
34369
- align-items: center;
34370
- }
34371
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34372
- color: #a3b4cc;
34373
- }
34374
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34375
- margin-left: 10px;
34376
- }
34377
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34378
- margin-left: 10px;
34379
- cursor: pointer;
34380
- }
34381
- .E_m1y1hhnr .recharts-xAxis {
34382
- font-size: 12px;
34383
- }
34384
- .E_m1y1hhnr .pointer-wrapper {
34385
- position: absolute;
34386
- bottom: 10px;
34387
- padding: 0 8px;
34388
- border-radius: 4px;
34389
- font-size: 12px;
34390
- color: #fff;
34391
- background: rgba(0, 0, 0, 0.75);
34392
- transform: translateX(-50%);
34393
- }
34394
-
34395
- .E_tnvijvs {
34396
- min-width: 200px;
34397
- }
34398
-
34399
- .E_t1ub2aex {
34400
- display: flex;
34401
- align-items: center;
34402
- justify-content: space-between;
34403
- background-color: rgba(0, 0, 0, 0.75);
34404
- color: #b4beca;
34405
- font-size: 12px;
34406
- padding: 3px 6px;
34407
- }
34408
- .E_t1ub2aex:first-child {
34409
- padding-top: 3px;
34410
- }
34411
- .E_t1ub2aex:last-child {
34412
- padding-bottom: 3px;
34415
+ .E_ljhvvia.borderd {
34416
+ border: 1px solid #fff;
34413
34417
  }
34414
- .E_t1ub2aex .column-value {
34415
- color: #fff;
34416
- margin-left: 8px;
34418
+
34419
+ .E_b1jaupqb {
34420
+ color: #F0483E;
34417
34421
  }
34418
34422
 
34419
34423
  .E_bpgac8u {
@@ -34491,10 +34495,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34491
34495
  color: #00122E;
34492
34496
  }
34493
34497
 
34494
- .E_b1jaupqb {
34495
- color: #F0483E;
34496
- }
34497
-
34498
34498
  .E_s20iney.skeleton-box {
34499
34499
  display: flex;
34500
34500
  align-items: center;
@@ -34628,67 +34628,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34628
34628
  }
34629
34629
  }
34630
34630
 
34631
- .E_s1ebs0ra {
34632
- display: flex;
34633
- align-items: center;
34634
- justify-content: space-between;
34635
- background: #edf0f7;
34636
- padding: 8px 12px;
34637
- position: sticky;
34638
- top: 0;
34639
- z-index: 1;
34640
- margin-bottom: -52px;
34641
- }
34642
- .E_s1ebs0ra .select-total {
34643
- display: flex;
34644
- align-items: center;
34645
- font-weight: 700;
34646
- flex-shrink: 0;
34647
- }
34648
- .E_s1ebs0ra .select-total .icon-wrapper {
34649
- cursor: pointer;
34650
- margin-left: 8px;
34651
- width: 32px;
34652
- height: 32px;
34653
- border-radius: 50%;
34654
- justify-content: center;
34655
- }
34656
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
34657
- background: rgba(225, 230, 241, 0.6);
34658
- }
34659
- .E_s1ebs0ra .action-group {
34660
- flex: 1;
34661
- margin-left: 88px;
34662
- white-space: nowrap;
34663
- text-align: right;
34664
- position: relative;
34665
- padding: 4px 0;
34666
- margin-top: -4px;
34667
- overflow: hidden;
34668
- }
34669
- .E_s1ebs0ra .action-group .sub-menu-delete {
34670
- transform: translateY(-4px);
34671
- }
34672
- .E_s1ebs0ra .action-group button {
34673
- border: none;
34674
- }
34675
- .E_s1ebs0ra .action-group > *:not(:last-child) {
34676
- margin-right: 8px;
34677
- }
34678
- .E_s1ebs0ra .action-group > button:last-child {
34679
- margin-right: 4px;
34680
- }
34681
- .E_s1ebs0ra .action-group .more-btn {
34682
- cursor: pointer;
34683
- width: 32px;
34684
- height: 32px;
34685
- justify-content: center;
34686
- border-radius: 50%;
34687
- }
34688
- .E_s1ebs0ra .action-group .more-btn:hover {
34689
- background: #fff;
34690
- }
34691
-
34692
34631
  .E_c18bcrac {
34693
34632
  display: inline-block;
34694
34633
  width: 100%;
@@ -34700,210 +34639,43 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34700
34639
  .E_cro7kg2 {
34701
34640
  padding: 4px;
34702
34641
  }
34703
- .E_cro7kg2 .unit {
34704
- color: white;
34705
- }
34706
-
34707
- .E_c14wcxf0 {
34708
- display: flex;
34709
- justify-content: space-between;
34710
- align-items: center;
34711
- font-size: 13px;
34712
- line-height: 24px;
34713
- color: #cccccc;
34714
- white-space: nowrap;
34715
- }
34716
- .E_c14wcxf0 label {
34717
- margin-right: 32px;
34718
- }
34719
-
34720
- .E_coy29mj.E_c14wcxf0 {
34721
- font-weight: bold;
34722
- color: white;
34723
- }
34724
-
34725
- .E_s11212zy {
34726
- width: 8px;
34727
- height: 8px;
34728
- border-radius: 2px;
34729
- display: inline-block;
34730
- background: var(--s11212zy-0);
34731
- border: 1px solid #fff;
34732
- box-sizing: content-box;
34733
- margin-right: 6px;
34734
- }
34735
-
34736
- .E_p1lyky6c > :first-child {
34737
- font-weight: bold;
34738
- color: white;
34739
- margin-right: 4px;
34740
- }
34741
-
34742
- .E_ou7iq30 {
34743
- overflow: hidden;
34744
- text-overflow: ellipsis;
34745
- }
34746
-
34747
- .E_s1tui002 {
34748
- white-space: nowrap;
34749
- }
34750
-
34751
- .E_mxrc2zg {
34752
- display: -webkit-box;
34753
- -webkit-line-clamp: var(--mxrc2zg-0);
34754
- -webkit-box-orient: vertical;
34755
- word-break: break-all;
34756
- }
34757
-
34758
- .E_t1vv6d68 .ant-tooltip-arrow {
34759
- display: none;
34760
- }
34761
- .E_t1vv6d68 .ant-tooltip-inner {
34762
- background: rgba(23, 38, 64, 0.8);
34763
- border-radius: 4px;
34764
- }
34765
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
34766
- visibility: hidden;
34767
- }
34768
-
34769
- .E_c1up1pdz {
34770
- width: 648px;
34771
- }
34772
- .E_c1up1pdz.active {
34773
- border-color: #0080ff;
34774
- }
34775
- .E_c1up1pdz.active > header {
34776
- background: rgba(0, 128, 255, 0.1);
34777
- }
34778
- .E_c1up1pdz .expand {
34779
- padding: 12px;
34780
- }
34781
- .E_c1up1pdz .field-item {
34782
- display: flex;
34783
- padding: 10px 0;
34784
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34785
- }
34786
- .E_c1up1pdz .field-item:last-child {
34787
- border-bottom: none;
34788
- padding-bottom: 0;
34789
- }
34790
- .E_c1up1pdz .field-item label {
34791
- line-height: 32px;
34792
- width: 100px;
34793
- color: rgba(62, 70, 82, 0.6);
34794
- }
34795
- .E_c1up1pdz .help {
34796
- color: rgba(62, 70, 82, 0.6);
34797
- margin-top: 5px;
34798
- }
34799
- .E_c1up1pdz .ant-input-affix-wrapper,
34800
- .E_c1up1pdz .ant-picker {
34801
- width: 128px;
34802
- }
34803
-
34804
- .E_c156wh19 {
34805
- display: flex;
34806
- align-items: center;
34807
- justify-content: space-between;
34808
- word-break: keep-all;
34809
- }
34810
- .E_c156wh19 .title {
34811
- margin: 0 16px 0 8px;
34812
- }
34813
- .E_c156wh19 .retain {
34814
- color: rgba(129, 138, 153, 0.6);
34815
- }
34816
- .E_c156wh19 div.left {
34817
- flex: 1;
34818
- display: flex;
34819
- overflow: hidden;
34820
- align-items: center;
34821
- justify-content: flex-start;
34822
- white-space: nowrap;
34823
- }
34824
- .E_c156wh19 div.left .title {
34825
- max-width: 100%;
34826
- overflow: hidden;
34827
- text-overflow: ellipsis;
34828
- }
34829
- .E_c156wh19 div.right {
34830
- display: flex;
34831
- align-items: center;
34832
- }
34833
- .E_c156wh19 .reverse {
34834
- display: flex;
34835
- flex-direction: row-reverse;
34836
- align-items: center;
34837
- }
34838
- .E_c156wh19 .reverse .ant-switch {
34839
- margin-left: 8px;
34840
- }
34841
- .E_c156wh19 .close {
34842
- padding-left: 14px;
34843
- margin-left: 14px;
34844
- border-left: 1px solid rgba(129, 138, 153, 0.6);
34845
- cursor: pointer;
34846
- }
34847
-
34848
- .E_m126spxy {
34849
- padding-bottom: 4px;
34850
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34851
- }
34852
- .E_m126spxy .ant-btn.ant-btn-link {
34853
- padding: 1px 10px;
34854
- color: rgba(62, 70, 82, 0.6);
34855
- border-radius: 4px;
34856
- }
34857
- .E_m126spxy .ant-btn.ant-btn-link.active {
34858
- background: rgba(0, 128, 255, 0.1);
34859
- color: #0096ff;
34860
- }
34861
-
34862
- .E_wpbf4pq {
34863
- padding: 10px 0;
34864
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
34865
- }
34866
- .E_wpbf4pq .ant-input,
34867
- .E_wpbf4pq .ant-picker {
34868
- width: 80px;
34869
- margin: 0 9px;
34870
- text-align: center;
34871
- }
34872
- .E_wpbf4pq .options {
34873
- padding: 12px 0 12px 16px;
34874
- border-left: 2px solid rgba(129, 138, 153, 0.6);
34875
- margin: 5px 0 5px 8px;
34876
- }
34877
- .E_wpbf4pq .week-day-option,
34878
- .E_wpbf4pq .month-day-option {
34879
- background: #f5f7fa;
34880
- box-sizing: border-box;
34881
- border-radius: 16px;
34882
- margin-right: 8px;
34883
- }
34884
- .E_wpbf4pq .week-day-option:focus,
34885
- .E_wpbf4pq .month-day-option:focus {
34886
- color: inherit;
34887
- border-color: #d9d9d9;
34642
+ .E_cro7kg2 .unit {
34643
+ color: white;
34888
34644
  }
34889
- .E_wpbf4pq .week-day-option.active {
34890
- background-color: #0096ff;
34891
- border-color: #0096ff;
34892
- color: #fff;
34645
+
34646
+ .E_c14wcxf0 {
34647
+ display: flex;
34648
+ justify-content: space-between;
34649
+ align-items: center;
34650
+ font-size: 13px;
34651
+ line-height: 24px;
34652
+ color: #cccccc;
34653
+ white-space: nowrap;
34893
34654
  }
34894
- .E_wpbf4pq .week-day-option.en-text {
34895
- width: 110px;
34896
- margin-top: 4px;
34655
+ .E_c14wcxf0 label {
34656
+ margin-right: 32px;
34897
34657
  }
34898
- .E_wpbf4pq .month-day-option {
34899
- width: 32px;
34900
- padding: 0;
34901
- margin-bottom: 8px;
34658
+
34659
+ .E_coy29mj.E_c14wcxf0 {
34660
+ font-weight: bold;
34661
+ color: white;
34902
34662
  }
34903
- .E_wpbf4pq .month-day-option.active {
34904
- background-color: #0096ff;
34905
- border-color: #0096ff;
34906
- color: #fff;
34663
+
34664
+ .E_s11212zy {
34665
+ width: 8px;
34666
+ height: 8px;
34667
+ border-radius: 2px;
34668
+ display: inline-block;
34669
+ background: var(--s11212zy-0);
34670
+ border: 1px solid #fff;
34671
+ box-sizing: content-box;
34672
+ margin-right: 6px;
34673
+ }
34674
+
34675
+ .E_p1lyky6c > :first-child {
34676
+ font-weight: bold;
34677
+ color: white;
34678
+ margin-right: 4px;
34907
34679
  }
34908
34680
 
34909
34681
  .E_clm1wy1 {
@@ -34999,13 +34771,85 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34999
34771
  border-radius: 2px;
35000
34772
  }
35001
34773
 
35002
- .E_s1iv0tp1 .enabled-switch {
34774
+ .E_s1ebs0ra {
35003
34775
  display: flex;
35004
34776
  align-items: center;
34777
+ justify-content: space-between;
34778
+ background: #edf0f7;
34779
+ padding: 8px 12px;
34780
+ position: sticky;
34781
+ top: 0;
34782
+ z-index: 1;
34783
+ margin-bottom: -52px;
35005
34784
  }
35006
- .E_s1iv0tp1 .enabled-text {
34785
+ .E_s1ebs0ra .select-total {
34786
+ display: flex;
34787
+ align-items: center;
34788
+ font-weight: 700;
34789
+ flex-shrink: 0;
34790
+ }
34791
+ .E_s1ebs0ra .select-total .icon-wrapper {
34792
+ cursor: pointer;
34793
+ margin-left: 8px;
34794
+ width: 32px;
34795
+ height: 32px;
34796
+ border-radius: 50%;
34797
+ justify-content: center;
34798
+ }
34799
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
34800
+ background: rgba(225, 230, 241, 0.6);
34801
+ }
34802
+ .E_s1ebs0ra .action-group {
34803
+ flex: 1;
34804
+ margin-left: 88px;
34805
+ white-space: nowrap;
34806
+ text-align: right;
34807
+ position: relative;
34808
+ padding: 4px 0;
34809
+ margin-top: -4px;
34810
+ overflow: hidden;
34811
+ }
34812
+ .E_s1ebs0ra .action-group .sub-menu-delete {
34813
+ transform: translateY(-4px);
34814
+ }
34815
+ .E_s1ebs0ra .action-group button {
34816
+ border: none;
34817
+ }
34818
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
35007
34819
  margin-right: 8px;
35008
34820
  }
34821
+ .E_s1ebs0ra .action-group > button:last-child {
34822
+ margin-right: 4px;
34823
+ }
34824
+ .E_s1ebs0ra .action-group .more-btn {
34825
+ cursor: pointer;
34826
+ width: 32px;
34827
+ height: 32px;
34828
+ justify-content: center;
34829
+ border-radius: 50%;
34830
+ }
34831
+ .E_s1ebs0ra .action-group .more-btn:hover {
34832
+ background: #fff;
34833
+ }
34834
+
34835
+ .E_n12mqh7z {
34836
+ display: flex;
34837
+ align-items: center;
34838
+ font-size: 12px;
34839
+ line-height: 18px;
34840
+ }
34841
+ .E_n12mqh7z:not(:last-child) {
34842
+ margin-bottom: 4px;
34843
+ }
34844
+
34845
+ .E_tf5bynu {
34846
+ margin: 0 3px;
34847
+ }
34848
+
34849
+ .E_tcckoz1 {
34850
+ max-height: 400px;
34851
+ overflow: auto;
34852
+ }
35009
34853
 
35010
34854
  .E_t1sqg15u {
35011
34855
  background: white;
@@ -35101,69 +34945,125 @@ span.E_tqjc4ui {
35101
34945
  margin: 0 2px;
35102
34946
  }
35103
34947
 
35104
- .E_n12mqh7z {
34948
+ .E_s1iv0tp1 .enabled-switch {
35105
34949
  display: flex;
35106
34950
  align-items: center;
35107
- font-size: 12px;
35108
- line-height: 18px;
35109
34951
  }
35110
- .E_n12mqh7z:not(:last-child) {
35111
- margin-bottom: 4px;
35112
- }
35113
-
35114
- .E_tf5bynu {
35115
- margin: 0 3px;
34952
+ .E_s1iv0tp1 .enabled-text {
34953
+ margin-right: 8px;
35116
34954
  }
35117
34955
 
35118
- .E_tcckoz1 {
35119
- max-height: 400px;
34956
+ .E_s1at6qmn.ant-layout-sider {
34957
+ background: #edf0f7;
34958
+ padding: 32px 8px;
35120
34959
  overflow: auto;
35121
34960
  }
35122
-
35123
- .E_wg1tsps {
34961
+ .E_s1at6qmn .ant-layout-sider-children {
35124
34962
  display: flex;
35125
- align-items: center;
35126
- justify-content: flex-end;
34963
+ flex-direction: column;
34964
+ justify-content: space-between;
35127
34965
  }
35128
-
35129
- .E_b1ctd5xy {
34966
+ .E_s1at6qmn footer {
34967
+ display: flex;
34968
+ }
34969
+ .E_s1at6qmn .ant-menu {
34970
+ background: #edf0f7;
34971
+ }
34972
+ .E_s1at6qmn .ant-menu a {
34973
+ color: #00122e;
34974
+ width: 180px;
34975
+ overflow: hidden;
34976
+ text-overflow: ellipsis;
34977
+ }
34978
+ .E_s1at6qmn .ant-menu-vertical {
34979
+ margin-bottom: 24px;
34980
+ }
34981
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
34982
+ margin: 0;
34983
+ }
34984
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
34985
+ font-size: 12px;
34986
+ padding: 0 8px 4px;
34987
+ line-height: 18px;
34988
+ }
34989
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
34990
+ padding: 0;
34991
+ }
34992
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
34993
+ padding-bottom: 24px;
34994
+ }
34995
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
34996
+ margin-bottom: 24px;
34997
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34998
+ }
34999
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35000
+ transition: none;
35130
35001
  display: flex;
35131
35002
  align-items: center;
35132
- width: calc(100% - 40px);
35003
+ height: 32px;
35004
+ line-height: 22px;
35005
+ padding: 0 8px;
35133
35006
  }
35134
- .E_b1ctd5xy .chart {
35135
- display: inline-block;
35136
- width: 100%;
35007
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35008
+ margin-right: 12px;
35137
35009
  }
35138
-
35139
- .E_u1p8acpn {
35140
- min-width: 40px;
35010
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35011
+ margin: 0;
35012
+ margin-bottom: 2px;
35141
35013
  }
35142
- .E_u1p8acpn .unit {
35143
- color: #00122e !important;
35014
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35015
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35016
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35017
+ border-radius: 6px;
35018
+ color: #fff;
35019
+ }
35020
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35021
+ color: #fff;
35022
+ }
35023
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35024
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35025
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35026
+ border-radius: 6px;
35144
35027
  }
35145
35028
 
35146
- .E_gmyahx3 {
35147
- cursor: pointer;
35029
+ .E_s1wu0lms .ant-menu-item-group-title {
35030
+ white-space: nowrap;
35031
+ transition: all 0s;
35148
35032
  }
35149
- .E_gmyahx3 .link-text {
35150
- color: rgba(0, 21, 64, 0.3);
35033
+ .E_s1wu0lms.shrink {
35034
+ transition: all 0s;
35035
+ overflow: hidden;
35151
35036
  }
35152
- .E_gmyahx3:hover .link-text {
35153
- color: #0080ff;
35037
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35038
+ visibility: hidden;
35039
+ }
35040
+ .E_s1wu0lms.shrink .ant-menu-item {
35041
+ width: 36px;
35042
+ padding: 0 6px;
35154
35043
  }
35155
35044
 
35156
- .E_skwah65 {
35157
- height: 8px;
35158
- box-sizing: border-box;
35159
- border-radius: 2px;
35160
- background: #f5f7fa;
35045
+ .E_n1ugzfva {
35161
35046
  display: flex;
35047
+ place-items: center;
35048
+ width: 100% !important;
35049
+ }
35050
+ .E_n1ugzfva[disabled] {
35051
+ color: rgba(0, 0, 0, 0.25) !important;
35052
+ opacity: 1 !important;
35053
+ }
35054
+ .E_n1ugzfva.ant-btn {
35162
35055
  width: 100%;
35163
- overflow: hidden;
35056
+ color: #00122e;
35057
+ }
35058
+ .E_n1ugzfva .icon-wrapper {
35059
+ margin-right: 12px;
35164
35060
  }
35165
- .E_skwah65 .stack-bar-item + .stack-bar-item {
35166
- margin-left: 1px;
35061
+ .E_n1ugzfva .link-title {
35062
+ flex: 1;
35063
+ overflow: hidden;
35064
+ white-space: nowrap;
35065
+ text-overflow: ellipsis;
35066
+ text-align: left;
35167
35067
  }
35168
35068
 
35169
35069
  .E_t160l1cm {
@@ -35369,117 +35269,270 @@ span.E_tqjc4ui {
35369
35269
  background: transparent;
35370
35270
  }
35371
35271
 
35372
- .E_s1at6qmn.ant-layout-sider {
35373
- background: #edf0f7;
35374
- padding: 32px 8px;
35375
- overflow: auto;
35272
+ .E_gmyahx3 {
35273
+ cursor: pointer;
35376
35274
  }
35377
- .E_s1at6qmn .ant-layout-sider-children {
35275
+ .E_gmyahx3 .link-text {
35276
+ color: rgba(0, 21, 64, 0.3);
35277
+ }
35278
+ .E_gmyahx3:hover .link-text {
35279
+ color: #0080ff;
35280
+ }
35281
+
35282
+ .E_wg1tsps {
35378
35283
  display: flex;
35379
- flex-direction: column;
35380
- justify-content: space-between;
35284
+ align-items: center;
35285
+ justify-content: flex-end;
35381
35286
  }
35382
- .E_s1at6qmn footer {
35287
+
35288
+ .E_b1ctd5xy {
35383
35289
  display: flex;
35290
+ align-items: center;
35291
+ width: calc(100% - 40px);
35384
35292
  }
35385
- .E_s1at6qmn .ant-menu {
35386
- background: #edf0f7;
35293
+ .E_b1ctd5xy .chart {
35294
+ display: inline-block;
35295
+ width: 100%;
35387
35296
  }
35388
- .E_s1at6qmn .ant-menu a {
35389
- color: #00122e;
35390
- width: 180px;
35391
- overflow: hidden;
35392
- text-overflow: ellipsis;
35297
+
35298
+ .E_u1p8acpn {
35299
+ min-width: 40px;
35393
35300
  }
35394
- .E_s1at6qmn .ant-menu-vertical {
35395
- margin-bottom: 24px;
35301
+ .E_u1p8acpn .unit {
35302
+ color: #00122e !important;
35396
35303
  }
35397
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35398
- margin: 0;
35304
+
35305
+ .E_c1up1pdz {
35306
+ width: 648px;
35399
35307
  }
35400
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35401
- font-size: 12px;
35402
- padding: 0 8px 4px;
35403
- line-height: 18px;
35308
+ .E_c1up1pdz.active {
35309
+ border-color: #0080ff;
35404
35310
  }
35405
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35406
- padding: 0;
35311
+ .E_c1up1pdz.active > header {
35312
+ background: rgba(0, 128, 255, 0.1);
35407
35313
  }
35408
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35409
- padding-bottom: 24px;
35314
+ .E_c1up1pdz .expand {
35315
+ padding: 12px;
35410
35316
  }
35411
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35412
- margin-bottom: 24px;
35413
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35317
+ .E_c1up1pdz .field-item {
35318
+ display: flex;
35319
+ padding: 10px 0;
35320
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35414
35321
  }
35415
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35416
- transition: none;
35322
+ .E_c1up1pdz .field-item:last-child {
35323
+ border-bottom: none;
35324
+ padding-bottom: 0;
35325
+ }
35326
+ .E_c1up1pdz .field-item label {
35327
+ line-height: 32px;
35328
+ width: 100px;
35329
+ color: rgba(62, 70, 82, 0.6);
35330
+ }
35331
+ .E_c1up1pdz .help {
35332
+ color: rgba(62, 70, 82, 0.6);
35333
+ margin-top: 5px;
35334
+ }
35335
+ .E_c1up1pdz .ant-input-affix-wrapper,
35336
+ .E_c1up1pdz .ant-picker {
35337
+ width: 128px;
35338
+ }
35339
+
35340
+ .E_c156wh19 {
35417
35341
  display: flex;
35418
35342
  align-items: center;
35419
- height: 32px;
35420
- line-height: 22px;
35421
- padding: 0 8px;
35343
+ justify-content: space-between;
35344
+ word-break: keep-all;
35422
35345
  }
35423
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35424
- margin-right: 12px;
35346
+ .E_c156wh19 .title {
35347
+ margin: 0 16px 0 8px;
35425
35348
  }
35426
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35427
- margin: 0;
35428
- margin-bottom: 2px;
35349
+ .E_c156wh19 .retain {
35350
+ color: rgba(129, 138, 153, 0.6);
35429
35351
  }
35430
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35431
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35432
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35433
- border-radius: 6px;
35352
+ .E_c156wh19 div.left {
35353
+ flex: 1;
35354
+ display: flex;
35355
+ overflow: hidden;
35356
+ align-items: center;
35357
+ justify-content: flex-start;
35358
+ white-space: nowrap;
35359
+ }
35360
+ .E_c156wh19 div.left .title {
35361
+ max-width: 100%;
35362
+ overflow: hidden;
35363
+ text-overflow: ellipsis;
35364
+ }
35365
+ .E_c156wh19 div.right {
35366
+ display: flex;
35367
+ align-items: center;
35368
+ }
35369
+ .E_c156wh19 .reverse {
35370
+ display: flex;
35371
+ flex-direction: row-reverse;
35372
+ align-items: center;
35373
+ }
35374
+ .E_c156wh19 .reverse .ant-switch {
35375
+ margin-left: 8px;
35376
+ }
35377
+ .E_c156wh19 .close {
35378
+ padding-left: 14px;
35379
+ margin-left: 14px;
35380
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
35381
+ cursor: pointer;
35382
+ }
35383
+
35384
+ .E_m126spxy {
35385
+ padding-bottom: 4px;
35386
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35387
+ }
35388
+ .E_m126spxy .ant-btn.ant-btn-link {
35389
+ padding: 1px 10px;
35390
+ color: rgba(62, 70, 82, 0.6);
35391
+ border-radius: 4px;
35392
+ }
35393
+ .E_m126spxy .ant-btn.ant-btn-link.active {
35394
+ background: rgba(0, 128, 255, 0.1);
35395
+ color: #0096ff;
35396
+ }
35397
+
35398
+ .E_wpbf4pq {
35399
+ padding: 10px 0;
35400
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
35401
+ }
35402
+ .E_wpbf4pq .ant-input,
35403
+ .E_wpbf4pq .ant-picker {
35404
+ width: 80px;
35405
+ margin: 0 9px;
35406
+ text-align: center;
35407
+ }
35408
+ .E_wpbf4pq .options {
35409
+ padding: 12px 0 12px 16px;
35410
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
35411
+ margin: 5px 0 5px 8px;
35412
+ }
35413
+ .E_wpbf4pq .week-day-option,
35414
+ .E_wpbf4pq .month-day-option {
35415
+ background: #f5f7fa;
35416
+ box-sizing: border-box;
35417
+ border-radius: 16px;
35418
+ margin-right: 8px;
35419
+ }
35420
+ .E_wpbf4pq .week-day-option:focus,
35421
+ .E_wpbf4pq .month-day-option:focus {
35422
+ color: inherit;
35423
+ border-color: #d9d9d9;
35424
+ }
35425
+ .E_wpbf4pq .week-day-option.active {
35426
+ background-color: #0096ff;
35427
+ border-color: #0096ff;
35434
35428
  color: #fff;
35435
35429
  }
35436
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35430
+ .E_wpbf4pq .week-day-option.en-text {
35431
+ width: 110px;
35432
+ margin-top: 4px;
35433
+ }
35434
+ .E_wpbf4pq .month-day-option {
35435
+ width: 32px;
35436
+ padding: 0;
35437
+ margin-bottom: 8px;
35438
+ }
35439
+ .E_wpbf4pq .month-day-option.active {
35440
+ background-color: #0096ff;
35441
+ border-color: #0096ff;
35437
35442
  color: #fff;
35438
35443
  }
35439
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
35440
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35441
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35442
- border-radius: 6px;
35444
+
35445
+ .E_skwah65 {
35446
+ height: 8px;
35447
+ box-sizing: border-box;
35448
+ border-radius: 2px;
35449
+ background: #f5f7fa;
35450
+ display: flex;
35451
+ width: 100%;
35452
+ overflow: hidden;
35453
+ }
35454
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35455
+ margin-left: 1px;
35443
35456
  }
35444
35457
 
35445
- .E_s1wu0lms .ant-menu-item-group-title {
35458
+ .E_ou7iq30 {
35459
+ overflow: hidden;
35460
+ text-overflow: ellipsis;
35461
+ }
35462
+
35463
+ .E_s1tui002 {
35446
35464
  white-space: nowrap;
35447
- transition: all 0s;
35448
35465
  }
35449
- .E_s1wu0lms.shrink {
35450
- transition: all 0s;
35451
- overflow: hidden;
35466
+
35467
+ .E_mxrc2zg {
35468
+ display: -webkit-box;
35469
+ -webkit-line-clamp: var(--mxrc2zg-0);
35470
+ -webkit-box-orient: vertical;
35471
+ word-break: break-all;
35452
35472
  }
35453
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35473
+
35474
+ .E_t1vv6d68 .ant-tooltip-arrow {
35475
+ display: none;
35476
+ }
35477
+ .E_t1vv6d68 .ant-tooltip-inner {
35478
+ background: rgba(23, 38, 64, 0.8);
35479
+ border-radius: 4px;
35480
+ }
35481
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35454
35482
  visibility: hidden;
35455
35483
  }
35456
- .E_s1wu0lms.shrink .ant-menu-item {
35457
- width: 36px;
35458
- padding: 0 6px;
35484
+
35485
+ .E_cyms3br {
35486
+ background: #fff;
35487
+ width: 100%;
35488
+ border-radius: 8px;
35489
+ border: 1px solid rgb(228, 233, 242);
35490
+ }
35491
+ .E_cyms3br .ant-list {
35492
+ padding: 12px;
35493
+ }
35494
+ .E_cyms3br .ant-list-item {
35495
+ padding: 4px 0;
35459
35496
  }
35460
-
35461
- .E_n1ugzfva {
35497
+ .E_cyms3br .ant-alert {
35498
+ margin-left: 24px;
35499
+ }
35500
+ .E_cyms3br header {
35501
+ background: rgba(225, 230, 241, 0.6);
35502
+ font-size: 12px;
35503
+ color: rgb(29, 50, 108);
35504
+ font-weight: 700;
35505
+ padding: 6px 12px;
35462
35506
  display: flex;
35463
- place-items: center;
35464
- width: 100% !important;
35507
+ flex-direction: row;
35508
+ align-items: center;
35509
+ justify-content: space-between;
35465
35510
  }
35466
- .E_n1ugzfva[disabled] {
35467
- color: rgba(0, 0, 0, 0.25) !important;
35468
- opacity: 1 !important;
35511
+ .E_cyms3br header .switch-text {
35512
+ display: flex;
35513
+ flex-direction: row;
35514
+ align-items: center;
35515
+ justify-content: space-between;
35516
+ gap: 6px;
35517
+ font-size: 12px;
35518
+ font-weight: 400;
35519
+ color: rgb(0, 18, 46);
35469
35520
  }
35470
- .E_n1ugzfva.ant-btn {
35471
- width: 100%;
35472
- color: #00122e;
35521
+
35522
+ .E_c157gu4z .ant-list-item {
35523
+ display: flex;
35524
+ flex-direction: row;
35473
35525
  }
35474
- .E_n1ugzfva .icon-wrapper {
35475
- margin-right: 12px;
35526
+ .E_c157gu4z .description {
35527
+ flex-grow: 1;
35528
+ margin-left: 8px;
35476
35529
  }
35477
- .E_n1ugzfva .link-title {
35478
- flex: 1;
35479
- overflow: hidden;
35480
- white-space: nowrap;
35481
- text-overflow: ellipsis;
35482
- text-align: left;
35530
+
35531
+ .E_eu1sysj {
35532
+ display: flex;
35533
+ flex-direction: column;
35534
+ align-items: center;
35535
+ justify-content: center;
35483
35536
  }
35484
35537
 
35485
35538
  .E_i5w779o {
@@ -35523,6 +35576,43 @@ span.E_tqjc4ui {
35523
35576
  color: rgba(0, 21, 64, 0.3);
35524
35577
  }
35525
35578
 
35579
+ .E_d11hhzf9 {
35580
+ width: 492px !important;
35581
+ margin: 40px auto !important;
35582
+ padding-bottom: 0 !important;
35583
+ }
35584
+ .E_d11hhzf9 .ant-modal-content {
35585
+ background: #fff;
35586
+ border-radius: 16px;
35587
+ }
35588
+ .E_d11hhzf9 .ant-modal-header {
35589
+ padding: 32px 40px 0;
35590
+ border-bottom: none;
35591
+ border-radius: 16px 16px 0 0;
35592
+ }
35593
+ .E_d11hhzf9 .ant-modal-close {
35594
+ right: 40px;
35595
+ top: 32px;
35596
+ }
35597
+ .E_d11hhzf9 .ant-modal-body {
35598
+ padding: 32px 40px;
35599
+ min-height: 160px;
35600
+ max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35601
+ overflow-y: auto;
35602
+ }
35603
+ .E_d11hhzf9 .ant-modal-footer {
35604
+ padding: 24px 40px;
35605
+ margin-top: 0;
35606
+ border-top: none;
35607
+ box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35608
+ }
35609
+
35610
+ .E_f1g147n6 {
35611
+ display: flex;
35612
+ justify-content: flex-end;
35613
+ gap: 8px;
35614
+ }
35615
+
35526
35616
  .E_kr6am0s .ant-modal-body {
35527
35617
  padding: 60px 128px;
35528
35618
  }
@@ -35586,100 +35676,57 @@ span.E_tqjc4ui {
35586
35676
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35587
35677
  }
35588
35678
 
35589
- .E_cyms3br {
35590
- background: #fff;
35591
- width: 100%;
35592
- border-radius: 8px;
35593
- border: 1px solid rgb(228, 233, 242);
35594
- }
35595
- .E_cyms3br .ant-list {
35596
- padding: 12px;
35597
- }
35598
- .E_cyms3br .ant-list-item {
35599
- padding: 4px 0;
35600
- }
35601
- .E_cyms3br .ant-alert {
35602
- margin-left: 24px;
35603
- }
35604
- .E_cyms3br header {
35605
- background: rgba(225, 230, 241, 0.6);
35606
- font-size: 12px;
35607
- color: rgb(29, 50, 108);
35608
- font-weight: 700;
35609
- padding: 6px 12px;
35610
- display: flex;
35611
- flex-direction: row;
35612
- align-items: center;
35613
- justify-content: space-between;
35614
- }
35615
- .E_cyms3br header .switch-text {
35616
- display: flex;
35617
- flex-direction: row;
35618
- align-items: center;
35619
- justify-content: space-between;
35620
- gap: 6px;
35621
- font-size: 12px;
35622
- font-weight: 400;
35623
- color: rgb(0, 18, 46);
35679
+ .E_h1ol2wl7 {
35680
+ font-weight: bold;
35681
+ background-color: unset;
35682
+ padding: unset;
35624
35683
  }
35625
35684
 
35626
- .E_c157gu4z .ant-list-item {
35627
- display: flex;
35628
- flex-direction: row;
35629
- }
35630
- .E_c157gu4z .description {
35631
- flex-grow: 1;
35632
- margin-left: 8px;
35685
+ .E_cevhqx7 {
35686
+ color: #00122e;
35633
35687
  }
35634
35688
 
35635
- .E_eu1sysj {
35636
- display: flex;
35637
- flex-direction: column;
35638
- align-items: center;
35639
- justify-content: center;
35689
+ .E_snbqlt4 {
35690
+ margin-top: 8px;
35691
+ color: rgba(44, 56, 82, 0.6);
35640
35692
  }
35641
35693
 
35642
- .E_d11hhzf9 {
35643
- width: 492px !important;
35644
- margin: 40px auto !important;
35645
- padding-bottom: 0 !important;
35694
+ .E_c1ss4prm {
35695
+ color: rgba(44, 56, 82, 0.6);
35646
35696
  }
35647
- .E_d11hhzf9 .ant-modal-content {
35648
- background: #fff;
35649
- border-radius: 16px;
35697
+ .E_c1ss4prm li {
35698
+ margin-bottom: 4px;
35650
35699
  }
35651
- .E_d11hhzf9 .ant-modal-header {
35652
- padding: 32px 40px 0;
35653
- border-bottom: none;
35654
- border-radius: 16px 16px 0 0;
35700
+ .E_c1ss4prm li:last-child {
35701
+ margin-bottom: 0;
35655
35702
  }
35656
- .E_d11hhzf9 .ant-modal-close {
35657
- right: 40px;
35658
- top: 32px;
35703
+
35704
+ .E_ms3tlei {
35705
+ background: rgba(225, 230, 241, 0.6);
35706
+ padding: 8px;
35707
+ border-radius: 6px;
35708
+ color: rgba(44, 56, 82, 0.6);
35659
35709
  }
35660
- .E_d11hhzf9 .ant-modal-body {
35661
- padding: 32px 40px;
35662
- min-height: 160px;
35663
- max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
35664
- overflow-y: auto;
35710
+ .E_ms3tlei li {
35711
+ margin-bottom: 4px;
35665
35712
  }
35666
- .E_d11hhzf9 .ant-modal-footer {
35667
- padding: 24px 40px;
35668
- margin-top: 0;
35669
- border-top: none;
35670
- box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
35713
+ .E_ms3tlei li:last-child {
35714
+ margin-bottom: 0;
35671
35715
  }
35672
35716
 
35673
- .E_f1g147n6 {
35674
- display: flex;
35675
- justify-content: flex-end;
35676
- gap: 8px;
35717
+ .E_du44iy7 {
35718
+ margin-bottom: 4px;
35677
35719
  }
35678
35720
 
35679
- .E_h1ol2wl7 {
35680
- font-weight: bold;
35681
- background-color: unset;
35682
- padding: unset;
35721
+ .E_s1qmhanr {
35722
+ color: rgba(44, 56, 82, 0.6);
35723
+ margin-bottom: 8px;
35724
+ }
35725
+
35726
+ .E_drje1h0 {
35727
+ height: 1px;
35728
+ background: #e4e9f2;
35729
+ margin: 16px 0;
35683
35730
  }
35684
35731
 
35685
35732
  .E_c14ouk5o {
@@ -35726,53 +35773,6 @@ span.E_tqjc4ui {
35726
35773
  height: auto;
35727
35774
  }
35728
35775
 
35729
- .E_cevhqx7 {
35730
- color: #00122e;
35731
- }
35732
-
35733
- .E_snbqlt4 {
35734
- margin-top: 8px;
35735
- color: rgba(44, 56, 82, 0.6);
35736
- }
35737
-
35738
- .E_c1ss4prm {
35739
- color: rgba(44, 56, 82, 0.6);
35740
- }
35741
- .E_c1ss4prm li {
35742
- margin-bottom: 4px;
35743
- }
35744
- .E_c1ss4prm li:last-child {
35745
- margin-bottom: 0;
35746
- }
35747
-
35748
- .E_ms3tlei {
35749
- background: rgba(225, 230, 241, 0.6);
35750
- padding: 8px;
35751
- border-radius: 6px;
35752
- color: rgba(44, 56, 82, 0.6);
35753
- }
35754
- .E_ms3tlei li {
35755
- margin-bottom: 4px;
35756
- }
35757
- .E_ms3tlei li:last-child {
35758
- margin-bottom: 0;
35759
- }
35760
-
35761
- .E_du44iy7 {
35762
- margin-bottom: 4px;
35763
- }
35764
-
35765
- .E_s1qmhanr {
35766
- color: rgba(44, 56, 82, 0.6);
35767
- margin-bottom: 8px;
35768
- }
35769
-
35770
- .E_drje1h0 {
35771
- height: 1px;
35772
- background: #e4e9f2;
35773
- margin: 16px 0;
35774
- }
35775
-
35776
35776
  .E_c1kchka8 {
35777
35777
  height: 100%;
35778
35778
  width: 100%;