@cloudtower/eagle 0.34.3 → 0.34.4

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.
Files changed (29) hide show
  1. package/dist/cjs/core/ImmersiveDialog/index.js +33 -11
  2. package/dist/cjs/core/MediumDialog/MediumDialog.js +6 -3
  3. package/dist/cjs/core/SmallDialog/SmallDialog.js +30 -10
  4. package/dist/cjs/core/SmallDialog/SmallDialog.style.js +6 -0
  5. package/dist/cjs/core/SmallDialog/SmallDialog.widget.js +28 -0
  6. package/dist/cjs/index.js +3 -0
  7. package/dist/cjs/stats1.html +1 -1
  8. package/dist/components.css +1494 -1435
  9. package/dist/esm/core/ImmersiveDialog/index.js +32 -11
  10. package/dist/esm/core/MediumDialog/MediumDialog.js +6 -3
  11. package/dist/esm/core/SmallDialog/SmallDialog.js +30 -10
  12. package/dist/esm/core/SmallDialog/SmallDialog.style.js +4 -1
  13. package/dist/esm/core/SmallDialog/SmallDialog.widget.js +20 -0
  14. package/dist/esm/index.js +1 -1
  15. package/dist/esm/stats1.html +1 -1
  16. package/dist/linaria.merged.scss +1641 -1570
  17. package/dist/src/core/ImmersiveDialog/type.d.ts +4 -0
  18. package/dist/src/core/MediumDialog/MediumDialog.d.ts +2 -2
  19. package/dist/src/core/MediumDialog/MediumDialog.type.d.ts +5 -0
  20. package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +3 -0
  21. package/dist/src/core/SmallDialog/SmallDialog.type.d.ts +8 -0
  22. package/dist/src/core/SmallDialog/SmallDialog.widget.d.ts +8 -0
  23. package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +6 -0
  24. package/dist/stories/docs/core/MediumDialog.stories.d.ts +8 -0
  25. package/dist/stories/docs/core/SmallDialog.stories.d.ts +4 -0
  26. package/dist/stories/docs/core/WizardDialog.stories.d.ts +3 -0
  27. package/dist/stories/utils.d.ts +12 -0
  28. package/dist/style.css +1494 -1435
  29. package/package.json +4 -4
package/dist/style.css CHANGED
@@ -29673,26 +29673,6 @@ html body {
29673
29673
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29674
29674
  }
29675
29675
  }
29676
- .E_c18gxmrl {
29677
- border: 1px solid #d8deeb;
29678
- border-radius: 4px;
29679
- }
29680
- .E_c18gxmrl + .E_c18gxmrl {
29681
- margin-top: 8px;
29682
- }
29683
- .E_c18gxmrl:hover {
29684
- border-color: #0080ff;
29685
- }
29686
- .E_c18gxmrl:hover > header {
29687
- background: rgba(0, 128, 255, 0.1);
29688
- }
29689
- .E_c18gxmrl.active header {
29690
- border-bottom: 1px solid #d8deeb;
29691
- }
29692
- .E_c18gxmrl > header {
29693
- padding: 8px 12px;
29694
- }
29695
-
29696
29676
  .E_m74vjol {
29697
29677
  display: flex;
29698
29678
  justify-content: space-between;
@@ -29713,49 +29693,24 @@ html body {
29713
29693
  flex: 1;
29714
29694
  }
29715
29695
 
29716
- .E_b1nip9bk {
29717
- padding: 4px 11px;
29718
- }
29719
-
29720
- .E_bqamoqe {
29721
- white-space: nowrap;
29722
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29723
- }
29724
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29725
- --color: #0080ff;
29726
- }
29727
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29728
- --color: #0080ff;
29729
- }
29730
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29731
- margin-left: 1px;
29732
- }
29733
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29734
- border-top-right-radius: 0;
29735
- border-bottom-right-radius: 0;
29736
- }
29737
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29738
- border-top-left-radius: 0;
29739
- border-bottom-left-radius: 0;
29696
+ .E_c18gxmrl {
29697
+ border: 1px solid #d8deeb;
29698
+ border-radius: 4px;
29740
29699
  }
29741
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29742
- border-radius: unset;
29700
+ .E_c18gxmrl + .E_c18gxmrl {
29701
+ margin-top: 8px;
29743
29702
  }
29744
-
29745
- .E_berrcjl {
29746
- color: rgba(10, 37, 85, 0.6);
29747
- margin-bottom: 4px;
29703
+ .E_c18gxmrl:hover {
29704
+ border-color: #0080ff;
29748
29705
  }
29749
- .E_berrcjl .breadcrumb-link {
29750
- color: rgba(10, 37, 85, 0.6);
29751
- cursor: pointer;
29752
- transition: color 160ms ease;
29706
+ .E_c18gxmrl:hover > header {
29707
+ background: rgba(0, 128, 255, 0.1);
29753
29708
  }
29754
- .E_berrcjl .breadcrumb-link:hover {
29755
- color: #0080ff;
29709
+ .E_c18gxmrl.active header {
29710
+ border-bottom: 1px solid #d8deeb;
29756
29711
  }
29757
- .E_berrcjl .breadcrumb-link:active {
29758
- color: #005ed1;
29712
+ .E_c18gxmrl > header {
29713
+ padding: 8px 12px;
29759
29714
  }
29760
29715
 
29761
29716
  .E_c1uzzomf {
@@ -29780,19 +29735,6 @@ html body {
29780
29735
  text-align: center;
29781
29736
  }
29782
29737
 
29783
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29784
- padding: 4px 8px 0 8px;
29785
- color: rgba(44, 56, 82, 0.6);
29786
- font-size: 12px;
29787
- }
29788
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29789
- padding-bottom: 6px;
29790
- }
29791
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29792
- padding-top: 4px;
29793
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29794
- }
29795
-
29796
29738
  .E_d1bw7c5z {
29797
29739
  position: relative;
29798
29740
  max-width: 388px;
@@ -29876,6 +29818,22 @@ html body {
29876
29818
  width: 102px;
29877
29819
  }
29878
29820
 
29821
+ .E_berrcjl {
29822
+ color: rgba(10, 37, 85, 0.6);
29823
+ margin-bottom: 4px;
29824
+ }
29825
+ .E_berrcjl .breadcrumb-link {
29826
+ color: rgba(10, 37, 85, 0.6);
29827
+ cursor: pointer;
29828
+ transition: color 160ms ease;
29829
+ }
29830
+ .E_berrcjl .breadcrumb-link:hover {
29831
+ color: #0080ff;
29832
+ }
29833
+ .E_berrcjl .breadcrumb-link:active {
29834
+ color: #005ed1;
29835
+ }
29836
+
29879
29837
  .E_b1wx3t3t.ant-btn-icon-only {
29880
29838
  justify-content: center;
29881
29839
  }
@@ -30133,6 +30091,48 @@ html body {
30133
30091
  justify-content: center;
30134
30092
  }
30135
30093
 
30094
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
30095
+ padding: 4px 8px 0 8px;
30096
+ color: rgba(44, 56, 82, 0.6);
30097
+ font-size: 12px;
30098
+ }
30099
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
30100
+ padding-bottom: 6px;
30101
+ }
30102
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
30103
+ padding-top: 4px;
30104
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30105
+ }
30106
+
30107
+ .E_b1nip9bk {
30108
+ padding: 4px 11px;
30109
+ }
30110
+
30111
+ .E_bqamoqe {
30112
+ white-space: nowrap;
30113
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30114
+ }
30115
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30116
+ --color: #0080ff;
30117
+ }
30118
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
30119
+ --color: #0080ff;
30120
+ }
30121
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
30122
+ margin-left: 1px;
30123
+ }
30124
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
30125
+ border-top-right-radius: 0;
30126
+ border-bottom-right-radius: 0;
30127
+ }
30128
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
30129
+ border-top-left-radius: 0;
30130
+ border-bottom-left-radius: 0;
30131
+ }
30132
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30133
+ border-radius: unset;
30134
+ }
30135
+
30136
30136
  .E_fzh9mnb {
30137
30137
  width: 100%;
30138
30138
  height: 100%;
@@ -30148,10 +30148,6 @@ html body {
30148
30148
  font-size: 18px;
30149
30149
  }
30150
30150
 
30151
- .E_sx1bpnu .ant-input-sm {
30152
- line-height: 18px;
30153
- }
30154
-
30155
30151
  .E_f7pxqmh {
30156
30152
  width: 100%;
30157
30153
  margin-bottom: 0 !important;
@@ -30186,11 +30182,39 @@ html body {
30186
30182
  min-height: 0px;
30187
30183
  }
30188
30184
 
30189
- .E_atcz0kf .ant-input-suffix {
30190
- margin-left: 8px;
30185
+ .E_iouxfgt {
30186
+ display: inline-flex;
30187
+ align-items: center;
30191
30188
  }
30192
- .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30193
- padding: 2px 7px 2px 12px;
30189
+ .E_iouxfgt .icon-inner {
30190
+ display: inline-flex;
30191
+ align-items: center;
30192
+ justify-content: center;
30193
+ }
30194
+ .E_iouxfgt .icon-inner + span,
30195
+ .E_iouxfgt span + .icon-inner.suffix {
30196
+ margin-left: 4px;
30197
+ }
30198
+ .E_iouxfgt.is-rotate img,
30199
+ .E_iouxfgt.is-rotate svg {
30200
+ animation: rotate 680ms linear infinite;
30201
+ }
30202
+
30203
+ .E_i1inqkme {
30204
+ height: 18px;
30205
+ line-height: 18px;
30206
+ padding: 0 4px;
30207
+ border-radius: 4px;
30208
+ background: rgba(235, 239, 245, 0.6);
30209
+ border: 1px solid rgba(223, 228, 235, 0.6);
30210
+ display: flex;
30211
+ align-items: center;
30212
+ white-space: nowrap;
30213
+ margin-right: 4px;
30214
+ }
30215
+
30216
+ .E_sx1bpnu .ant-input-sm {
30217
+ line-height: 18px;
30194
30218
  }
30195
30219
 
30196
30220
  .E_ai7qkf2 .ant-input-number-handler-wrap {
@@ -30253,24 +30277,6 @@ html body {
30253
30277
  padding: 2px 8px;
30254
30278
  }
30255
30279
 
30256
- .E_iouxfgt {
30257
- display: inline-flex;
30258
- align-items: center;
30259
- }
30260
- .E_iouxfgt .icon-inner {
30261
- display: inline-flex;
30262
- align-items: center;
30263
- justify-content: center;
30264
- }
30265
- .E_iouxfgt .icon-inner + span,
30266
- .E_iouxfgt span + .icon-inner.suffix {
30267
- margin-left: 4px;
30268
- }
30269
- .E_iouxfgt.is-rotate img,
30270
- .E_iouxfgt.is-rotate svg {
30271
- animation: rotate 680ms linear infinite;
30272
- }
30273
-
30274
30280
  .E_a1wfy30z .ant-input-number-handler-wrap {
30275
30281
  display: var(--a1wfy30z-0);
30276
30282
  }
@@ -30302,6 +30308,13 @@ html body {
30302
30308
  font-size: inherit;
30303
30309
  }
30304
30310
 
30311
+ .E_atcz0kf .ant-input-suffix {
30312
+ margin-left: 8px;
30313
+ }
30314
+ .E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
30315
+ padding: 2px 7px 2px 12px;
30316
+ }
30317
+
30305
30318
  .E_itxley7.ant-input-group.ant-input-group-compact {
30306
30319
  display: flex;
30307
30320
  }
@@ -30314,44 +30327,70 @@ html body {
30314
30327
  border-top-right-radius: 5px;
30315
30328
  }
30316
30329
 
30317
- .E_i1inqkme {
30318
- height: 18px;
30319
- line-height: 18px;
30320
- padding: 0 4px;
30321
- border-radius: 4px;
30322
- background: rgba(235, 239, 245, 0.6);
30323
- border: 1px solid rgba(223, 228, 235, 0.6);
30324
- display: flex;
30325
- align-items: center;
30326
- white-space: nowrap;
30327
- margin-right: 4px;
30328
- }
30329
-
30330
- .E_ivqqkzv {
30331
- height: 24px;
30332
- width: 56px !important;
30333
- margin-right: 4px;
30330
+ .E_owd0kml {
30331
+ display: inline-block;
30334
30332
  }
30335
30333
 
30336
- .E_c1wk4q29 {
30337
- color: rgba(44, 56, 82, 0.6);
30334
+ .E_h1jsgezc {
30335
+ visibility: hidden;
30336
+ position: absolute;
30338
30337
  }
30339
30338
 
30340
- .E_phljevk {
30339
+ .E_c1bus5hc {
30340
+ --color: white;
30341
+ height: 14px;
30342
+ width: 14px;
30343
+ border-radius: 50%;
30344
+ flex-shrink: 0;
30341
30345
  display: flex;
30342
- justify-content: space-between;
30343
30346
  align-items: center;
30344
- padding: 10px 0;
30345
- color: rgba(44, 56, 82, 0.6);
30346
- font-size: 12px;
30347
- line-height: 24px;
30347
+ justify-content: center;
30348
+ border: 1px solid var(--color);
30348
30349
  }
30349
- .E_phljevk .pagination-left {
30350
- padding: 2px 8px;
30350
+ .E_c1bus5hc .circle-inner {
30351
+ position: relative;
30352
+ height: 10px;
30353
+ width: 10px;
30354
+ border-radius: 50%;
30355
+ overflow: hidden;
30351
30356
  }
30352
- .E_phljevk .dropdown-trigger {
30353
- display: flex;
30354
- align-items: center;
30357
+ .E_c1bus5hc .circle-content {
30358
+ position: absolute;
30359
+ height: 100%;
30360
+ width: 100%;
30361
+ left: 0;
30362
+ top: 0;
30363
+ border-radius: 50%;
30364
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
30365
+ transform: rotate(180deg);
30366
+ }
30367
+ .E_c1bus5hc .circle-child {
30368
+ position: absolute;
30369
+ height: 100%;
30370
+ width: 100%;
30371
+ left: 0;
30372
+ top: 0;
30373
+ margin-left: 50%;
30374
+ transform-origin: left;
30375
+ background: white;
30376
+ transform: rotate(0deg);
30377
+ }
30378
+
30379
+ .E_phljevk {
30380
+ display: flex;
30381
+ justify-content: space-between;
30382
+ align-items: center;
30383
+ padding: 10px 0;
30384
+ color: rgba(44, 56, 82, 0.6);
30385
+ font-size: 12px;
30386
+ line-height: 24px;
30387
+ }
30388
+ .E_phljevk .pagination-left {
30389
+ padding: 2px 8px;
30390
+ }
30391
+ .E_phljevk .dropdown-trigger {
30392
+ display: flex;
30393
+ align-items: center;
30355
30394
  border-radius: 6px;
30356
30395
  cursor: pointer;
30357
30396
  transition: all 0.3s ease;
@@ -30420,44 +30459,14 @@ html body {
30420
30459
  cursor: not-allowed;
30421
30460
  }
30422
30461
 
30423
- .E_c1bus5hc {
30424
- --color: white;
30425
- height: 14px;
30426
- width: 14px;
30427
- border-radius: 50%;
30428
- flex-shrink: 0;
30429
- display: flex;
30430
- align-items: center;
30431
- justify-content: center;
30432
- border: 1px solid var(--color);
30433
- }
30434
- .E_c1bus5hc .circle-inner {
30435
- position: relative;
30436
- height: 10px;
30437
- width: 10px;
30438
- border-radius: 50%;
30439
- overflow: hidden;
30440
- }
30441
- .E_c1bus5hc .circle-content {
30442
- position: absolute;
30443
- height: 100%;
30444
- width: 100%;
30445
- left: 0;
30446
- top: 0;
30447
- border-radius: 50%;
30448
- background: linear-gradient(to right, var(--color) 50%, white 50%);
30449
- transform: rotate(180deg);
30462
+ .E_ivqqkzv {
30463
+ height: 24px;
30464
+ width: 56px !important;
30465
+ margin-right: 4px;
30450
30466
  }
30451
- .E_c1bus5hc .circle-child {
30452
- position: absolute;
30453
- height: 100%;
30454
- width: 100%;
30455
- left: 0;
30456
- top: 0;
30457
- margin-left: 50%;
30458
- transform-origin: left;
30459
- background: white;
30460
- transform: rotate(0deg);
30467
+
30468
+ .E_c1wk4q29 {
30469
+ color: rgba(44, 56, 82, 0.6);
30461
30470
  }
30462
30471
 
30463
30472
  .E_rapgekc.ant-radio-wrapper {
@@ -30606,6 +30615,95 @@ html body {
30606
30615
  width: 36px;
30607
30616
  }
30608
30617
 
30618
+ .E_tju3gfj .date {
30619
+ margin-right: 4px;
30620
+ }
30621
+
30622
+ .E_s1dni7lo {
30623
+ width: 430px !important;
30624
+ }
30625
+
30626
+ .E_d1wwmmm5 .ant-select-item-group {
30627
+ padding: 8px 16px;
30628
+ line-height: 18px;
30629
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30630
+ height: 34px;
30631
+ min-height: 34px;
30632
+ box-sizing: border-box;
30633
+ margin-top: 8px;
30634
+ }
30635
+
30636
+ .E_o1ugr09p {
30637
+ display: flex;
30638
+ flex-direction: column;
30639
+ margin: 1px 8px;
30640
+ padding: 8px;
30641
+ border-radius: 4px;
30642
+ }
30643
+ .E_o1ugr09p .selected-icon {
30644
+ display: none;
30645
+ }
30646
+ .E_o1ugr09p.ant-select-item-option-grouped {
30647
+ padding-left: 8px;
30648
+ }
30649
+ .E_o1ugr09p.ant-select-item-option-selected {
30650
+ background-color: white;
30651
+ }
30652
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30653
+ color: #0080ff;
30654
+ }
30655
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30656
+ display: block;
30657
+ }
30658
+ .E_o1ugr09p.ant-select-item-option-active {
30659
+ background: rgba(0, 136, 255, 0.16);
30660
+ }
30661
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30662
+ color: #0080ff;
30663
+ }
30664
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30665
+ background: rgba(0, 136, 255, 0.1);
30666
+ color: #0080ff;
30667
+ }
30668
+
30669
+ .E_o1ifxsq4 {
30670
+ display: flex;
30671
+ justify-content: space-between;
30672
+ height: 20px;
30673
+ line-height: 20px;
30674
+ }
30675
+ .E_o1ifxsq4 .timezone-title {
30676
+ color: #2d3a56;
30677
+ overflow: hidden;
30678
+ text-overflow: ellipsis;
30679
+ }
30680
+
30681
+ .E_o1zue7 {
30682
+ display: flex;
30683
+ justify-content: space-between;
30684
+ color: rgba(44, 56, 82, 0.6);
30685
+ height: 18px;
30686
+ line-height: 18px;
30687
+ margin-top: 2px;
30688
+ }
30689
+
30690
+ .E_tyfmlxg {
30691
+ border: none;
30692
+ margin-right: 0;
30693
+ background: rgba(225, 230, 241, 0.6);
30694
+ }
30695
+
30696
+ .E_o18uybox {
30697
+ pointer-events: none;
30698
+ height: 32px;
30699
+ width: 100%;
30700
+ opacity: 0;
30701
+ }
30702
+
30703
+ .E_iq1gosr {
30704
+ display: inline-block;
30705
+ }
30706
+
30609
30707
  .E_s1dizucg.ant-switch {
30610
30708
  min-width: 40px;
30611
30709
  height: 24px;
@@ -30661,15 +30759,6 @@ html body {
30661
30759
  margin-left: 5px;
30662
30760
  }
30663
30761
 
30664
- .E_owd0kml {
30665
- display: inline-block;
30666
- }
30667
-
30668
- .E_h1jsgezc {
30669
- visibility: hidden;
30670
- position: absolute;
30671
- }
30672
-
30673
30762
  .E_cnujxq2 {
30674
30763
  display: flex;
30675
30764
  flex-direction: column;
@@ -31360,67 +31449,190 @@ input.E_rf8rlle.ant-input {
31360
31449
  color: rgba(44, 56, 82, 0.7490196078);
31361
31450
  }
31362
31451
 
31363
- .E_dsnbhzf {
31364
- font-family: Inter;
31365
- font-style: normal;
31366
- font-weight: bold;
31367
- font-size: 32px;
31368
- line-height: 40px;
31452
+ .E_s1sck0th {
31453
+ padding: 0 8px;
31454
+ border-radius: 4px;
31369
31455
  }
31370
31456
 
31371
- .E_d1mvo22k {
31372
- font-family: Inter;
31373
- font-style: normal;
31374
- font-weight: bold;
31375
- font-size: 24px;
31376
- line-height: 32px;
31457
+ .E_m855nr1 {
31458
+ padding: 2px 8px;
31459
+ border-radius: 3px;
31377
31460
  }
31378
31461
 
31379
- .E_d1b444tr {
31380
- font-family: Inter;
31381
- font-style: normal;
31382
- font-weight: normal;
31383
- font-size: 32px;
31384
- line-height: 40px;
31462
+ .E_l1270xpg {
31463
+ padding: 3px 8px;
31464
+ border-radius: 2px;
31385
31465
  }
31386
31466
 
31387
- .E_dvs0kue {
31388
- font-family: Inter;
31389
- font-style: normal;
31390
- font-weight: bold;
31391
- font-size: 20px;
31392
- line-height: 24px;
31467
+ .E_t14rextb.ant-tag:hover {
31468
+ opacity: unset;
31393
31469
  }
31394
-
31395
- .E_d1hcbfcq {
31396
- font-family: Inter;
31397
- font-style: normal;
31398
- font-weight: normal;
31399
- font-size: 20px;
31400
- line-height: 24px;
31470
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31471
+ margin: 0;
31472
+ margin-right: 8px;
31473
+ display: inline-flex;
31474
+ align-items: center;
31475
+ border: none;
31401
31476
  }
31402
-
31403
- .E_d1cz922v {
31404
- font-family: Inter;
31405
- font-style: normal;
31406
- font-weight: bold;
31407
- font-size: 18px;
31408
- line-height: 22px;
31477
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31478
+ width: 16px;
31479
+ height: 16px;
31480
+ color: inherit;
31481
+ margin-left: 4px;
31482
+ opacity: 0.6;
31483
+ display: inline-flex;
31409
31484
  }
31410
-
31411
- .E_d3nzbrm {
31412
- font-family: Inter;
31413
- font-style: normal;
31414
- font-weight: normal;
31415
- font-size: 18px;
31416
- line-height: 22px;
31485
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31486
+ opacity: 1;
31417
31487
  }
31418
-
31419
- .E_h1g0p5ob {
31420
- font-family: Inter;
31421
- font-style: normal;
31422
- font-weight: bold;
31423
- font-size: 16px;
31488
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31489
+ color: #0080ff;
31490
+ background-color: rgba(0, 136, 255, 0.1);
31491
+ }
31492
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31493
+ color: #f0483e;
31494
+ background-color: rgba(255, 74, 74, 0.1);
31495
+ }
31496
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31497
+ color: #e07f00;
31498
+ background-color: rgba(255, 187, 0, 0.1);
31499
+ }
31500
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31501
+ color: #008f4c;
31502
+ background-color: rgba(30, 201, 127, 0.1);
31503
+ }
31504
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31505
+ color: #1d326c;
31506
+ background-color: rgba(225, 230, 241, 0.6);
31507
+ }
31508
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31509
+ color: #7E41FF;
31510
+ background-color: rgba(126, 65, 255, 0.1);
31511
+ }
31512
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31513
+ color: #fff;
31514
+ }
31515
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31516
+ background-color: #f0483e;
31517
+ }
31518
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31519
+ background-color: #fea008;
31520
+ }
31521
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31522
+ background-color: #00ba5d;
31523
+ }
31524
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31525
+ background-color: #0080ff;
31526
+ }
31527
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31528
+ background-color: #6b7d99;
31529
+ }
31530
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31531
+ background-color: #7E41FF;
31532
+ }
31533
+
31534
+ .E_a1b5xrg3 .user-icon-inner {
31535
+ display: inline-flex;
31536
+ align-items: center;
31537
+ justify-content: center;
31538
+ color: #fff;
31539
+ font-weight: bold;
31540
+ font-size: 12px;
31541
+ width: 24px;
31542
+ height: 24px;
31543
+ border-radius: 50%;
31544
+ background: var(--a1b5xrg3-0);
31545
+ }
31546
+ .E_a1b5xrg3.btn-item {
31547
+ transition: all 160ms ease;
31548
+ cursor: pointer;
31549
+ width: 56px;
31550
+ height: 40px;
31551
+ display: inline-flex;
31552
+ align-items: center;
31553
+ justify-content: center;
31554
+ border-radius: 6px;
31555
+ }
31556
+ .E_a1b5xrg3.btn-item:hover {
31557
+ box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
31558
+ }
31559
+ .E_a1b5xrg3.btn-item:active {
31560
+ transform: translateY(2px);
31561
+ transition: all 320ms ease;
31562
+ }
31563
+
31564
+ .E_t1m2x205 .ant-tooltip-arrow {
31565
+ display: none;
31566
+ }
31567
+ .E_t1m2x205 .ant-tooltip-inner {
31568
+ background: rgba(23, 38, 64, 0.8);
31569
+ border-radius: 4px;
31570
+ }
31571
+ .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
31572
+ visibility: hidden;
31573
+ }
31574
+
31575
+ .E_dsnbhzf {
31576
+ font-family: Inter;
31577
+ font-style: normal;
31578
+ font-weight: bold;
31579
+ font-size: 32px;
31580
+ line-height: 40px;
31581
+ }
31582
+
31583
+ .E_d1mvo22k {
31584
+ font-family: Inter;
31585
+ font-style: normal;
31586
+ font-weight: bold;
31587
+ font-size: 24px;
31588
+ line-height: 32px;
31589
+ }
31590
+
31591
+ .E_d1b444tr {
31592
+ font-family: Inter;
31593
+ font-style: normal;
31594
+ font-weight: normal;
31595
+ font-size: 32px;
31596
+ line-height: 40px;
31597
+ }
31598
+
31599
+ .E_dvs0kue {
31600
+ font-family: Inter;
31601
+ font-style: normal;
31602
+ font-weight: bold;
31603
+ font-size: 20px;
31604
+ line-height: 24px;
31605
+ }
31606
+
31607
+ .E_d1hcbfcq {
31608
+ font-family: Inter;
31609
+ font-style: normal;
31610
+ font-weight: normal;
31611
+ font-size: 20px;
31612
+ line-height: 24px;
31613
+ }
31614
+
31615
+ .E_d1cz922v {
31616
+ font-family: Inter;
31617
+ font-style: normal;
31618
+ font-weight: bold;
31619
+ font-size: 18px;
31620
+ line-height: 22px;
31621
+ }
31622
+
31623
+ .E_d3nzbrm {
31624
+ font-family: Inter;
31625
+ font-style: normal;
31626
+ font-weight: normal;
31627
+ font-size: 18px;
31628
+ line-height: 22px;
31629
+ }
31630
+
31631
+ .E_h1g0p5ob {
31632
+ font-family: Inter;
31633
+ font-style: normal;
31634
+ font-weight: bold;
31635
+ font-size: 16px;
31424
31636
  line-height: 22px;
31425
31637
  }
31426
31638
 
@@ -31835,302 +32047,90 @@ input.E_rf8rlle.ant-input {
31835
32047
  line-height: 12px;
31836
32048
  }
31837
32049
 
31838
- .E_a1b5xrg3 .user-icon-inner {
31839
- display: inline-flex;
32050
+ .E_m196gn1d {
32051
+ min-width: 1280px;
32052
+ }
32053
+
32054
+ .E_c1yyuluq {
32055
+ border-radius: 8px;
32056
+ }
32057
+ .E_c1yyuluq .ant-card-body {
32058
+ padding: 20px 24px 24px 24px;
32059
+ }
32060
+
32061
+ .E_ccrbeuz .ant-collapse-item {
32062
+ border: 0px;
32063
+ background-color: #fff;
32064
+ }
32065
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32066
+ padding-top: 0px;
32067
+ padding-bottom: 0px;
32068
+ padding-left: 0px !important;
32069
+ padding-right: 24px;
32070
+ }
32071
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32072
+ right: 0px;
32073
+ }
32074
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32075
+ padding: 0px;
32076
+ }
32077
+
32078
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32079
+ padding-right: 0px;
32080
+ cursor: default;
32081
+ }
32082
+
32083
+ .E_ryby9ds {
32084
+ display: flex;
31840
32085
  align-items: center;
31841
- justify-content: center;
31842
- color: #fff;
31843
- font-weight: bold;
31844
- font-size: 12px;
31845
- width: 24px;
31846
- height: 24px;
31847
- border-radius: 50%;
31848
- background: var(--a1b5xrg3-0);
31849
32086
  }
31850
- .E_a1b5xrg3.btn-item {
31851
- transition: all 160ms ease;
31852
- cursor: pointer;
31853
- width: 56px;
31854
- height: 40px;
31855
- display: inline-flex;
32087
+ .E_ryby9ds .order {
32088
+ height: 24px;
32089
+ width: 24px;
32090
+ border-radius: 20px;
32091
+ color: #0080ff;
32092
+ background: rgba(0, 136, 255, 0.1);
32093
+ display: flex;
31856
32094
  align-items: center;
31857
32095
  justify-content: center;
32096
+ margin-right: 6px;
32097
+ }
32098
+
32099
+ .E_suhck3k {
32100
+ height: 24px;
32101
+ width: 24px;
31858
32102
  border-radius: 6px;
32103
+ padding: 4px;
31859
32104
  }
31860
- .E_a1b5xrg3.btn-item:hover {
31861
- box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
32105
+ .E_suhck3k:hover {
32106
+ background-color: rgba(0, 136, 255, 0.1);
31862
32107
  }
31863
- .E_a1b5xrg3.btn-item:active {
31864
- transform: translateY(2px);
31865
- transition: all 320ms ease;
32108
+ .E_suhck3k:hover svg path {
32109
+ fill: blue;
31866
32110
  }
31867
32111
 
31868
- .E_m196gn1d {
31869
- min-width: 1280px;
32112
+ .E_hrhfj7c {
32113
+ display: none;
31870
32114
  }
31871
32115
 
31872
- .E_tju3gfj .date {
31873
- margin-right: 4px;
32116
+ .E_dt9qoak .bottom {
32117
+ color: rgba(44, 56, 82, 0.75);
31874
32118
  }
31875
-
31876
- .E_iq1gosr {
31877
- display: inline-block;
32119
+ .E_dt9qoak .left {
32120
+ min-width: 0;
31878
32121
  }
31879
32122
 
31880
- .E_s1dni7lo {
31881
- width: 430px !important;
32123
+ .E_crhnxq5 {
32124
+ display: flex;
32125
+ flex-direction: row;
32126
+ justify-content: space-between;
31882
32127
  }
31883
-
31884
- .E_d1wwmmm5 .ant-select-item-group {
31885
- padding: 8px 16px;
31886
- line-height: 18px;
31887
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31888
- height: 34px;
31889
- min-height: 34px;
31890
- box-sizing: border-box;
31891
- margin-top: 8px;
32128
+ .E_crhnxq5 .label {
32129
+ color: rgba(44, 56, 82, 0.6);
32130
+ font-weight: 400;
31892
32131
  }
31893
32132
 
31894
- .E_o1ugr09p {
31895
- display: flex;
31896
- flex-direction: column;
31897
- margin: 1px 8px;
31898
- padding: 8px;
31899
- border-radius: 4px;
31900
- }
31901
- .E_o1ugr09p .selected-icon {
31902
- display: none;
31903
- }
31904
- .E_o1ugr09p.ant-select-item-option-grouped {
31905
- padding-left: 8px;
31906
- }
31907
- .E_o1ugr09p.ant-select-item-option-selected {
31908
- background-color: white;
31909
- }
31910
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31911
- color: #0080ff;
31912
- }
31913
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31914
- display: block;
31915
- }
31916
- .E_o1ugr09p.ant-select-item-option-active {
31917
- background: rgba(0, 136, 255, 0.16);
31918
- }
31919
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31920
- color: #0080ff;
31921
- }
31922
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31923
- background: rgba(0, 136, 255, 0.1);
31924
- color: #0080ff;
31925
- }
31926
-
31927
- .E_o1ifxsq4 {
31928
- display: flex;
31929
- justify-content: space-between;
31930
- height: 20px;
31931
- line-height: 20px;
31932
- }
31933
- .E_o1ifxsq4 .timezone-title {
31934
- color: #2d3a56;
31935
- overflow: hidden;
31936
- text-overflow: ellipsis;
31937
- }
31938
-
31939
- .E_o1zue7 {
31940
- display: flex;
31941
- justify-content: space-between;
31942
- color: rgba(44, 56, 82, 0.6);
31943
- height: 18px;
31944
- line-height: 18px;
31945
- margin-top: 2px;
31946
- }
31947
-
31948
- .E_tyfmlxg {
31949
- border: none;
31950
- margin-right: 0;
31951
- background: rgba(225, 230, 241, 0.6);
31952
- }
31953
-
31954
- .E_o18uybox {
31955
- pointer-events: none;
31956
- height: 32px;
31957
- width: 100%;
31958
- opacity: 0;
31959
- }
31960
-
31961
- .E_s1sck0th {
31962
- padding: 0 8px;
31963
- border-radius: 4px;
31964
- }
31965
-
31966
- .E_m855nr1 {
31967
- padding: 2px 8px;
31968
- border-radius: 3px;
31969
- }
31970
-
31971
- .E_l1270xpg {
31972
- padding: 3px 8px;
31973
- border-radius: 2px;
31974
- }
31975
-
31976
- .E_t14rextb.ant-tag:hover {
31977
- opacity: unset;
31978
- }
31979
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31980
- margin: 0;
31981
- margin-right: 8px;
31982
- display: inline-flex;
31983
- align-items: center;
31984
- border: none;
31985
- }
31986
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31987
- width: 16px;
31988
- height: 16px;
31989
- color: inherit;
31990
- margin-left: 4px;
31991
- opacity: 0.6;
31992
- display: inline-flex;
31993
- }
31994
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31995
- opacity: 1;
31996
- }
31997
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31998
- color: #0080ff;
31999
- background-color: rgba(0, 136, 255, 0.1);
32000
- }
32001
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32002
- color: #f0483e;
32003
- background-color: rgba(255, 74, 74, 0.1);
32004
- }
32005
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32006
- color: #e07f00;
32007
- background-color: rgba(255, 187, 0, 0.1);
32008
- }
32009
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32010
- color: #008f4c;
32011
- background-color: rgba(30, 201, 127, 0.1);
32012
- }
32013
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32014
- color: #1d326c;
32015
- background-color: rgba(225, 230, 241, 0.6);
32016
- }
32017
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32018
- color: #7E41FF;
32019
- background-color: rgba(126, 65, 255, 0.1);
32020
- }
32021
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32022
- color: #fff;
32023
- }
32024
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32025
- background-color: #f0483e;
32026
- }
32027
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32028
- background-color: #fea008;
32029
- }
32030
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32031
- background-color: #00ba5d;
32032
- }
32033
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32034
- background-color: #0080ff;
32035
- }
32036
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32037
- background-color: #6b7d99;
32038
- }
32039
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32040
- background-color: #7E41FF;
32041
- }
32042
-
32043
- .E_t1m2x205 .ant-tooltip-arrow {
32044
- display: none;
32045
- }
32046
- .E_t1m2x205 .ant-tooltip-inner {
32047
- background: rgba(23, 38, 64, 0.8);
32048
- border-radius: 4px;
32049
- }
32050
- .E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
32051
- visibility: hidden;
32052
- }
32053
-
32054
- .E_c1yyuluq {
32055
- border-radius: 8px;
32056
- }
32057
- .E_c1yyuluq .ant-card-body {
32058
- padding: 20px 24px 24px 24px;
32059
- }
32060
-
32061
- .E_ccrbeuz .ant-collapse-item {
32062
- border: 0px;
32063
- background-color: #fff;
32064
- }
32065
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32066
- padding-top: 0px;
32067
- padding-bottom: 0px;
32068
- padding-left: 0px !important;
32069
- padding-right: 24px;
32070
- }
32071
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32072
- right: 0px;
32073
- }
32074
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32075
- padding: 0px;
32076
- }
32077
-
32078
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32079
- padding-right: 0px;
32080
- cursor: default;
32081
- }
32082
-
32083
- .E_suhck3k {
32084
- height: 24px;
32085
- width: 24px;
32086
- border-radius: 6px;
32087
- padding: 4px;
32088
- }
32089
- .E_suhck3k:hover {
32090
- background-color: rgba(0, 136, 255, 0.1);
32091
- }
32092
- .E_suhck3k:hover svg path {
32093
- fill: blue;
32094
- }
32095
-
32096
- .E_ryby9ds {
32097
- display: flex;
32098
- align-items: center;
32099
- }
32100
- .E_ryby9ds .order {
32101
- height: 24px;
32102
- width: 24px;
32103
- border-radius: 20px;
32104
- color: #0080ff;
32105
- background: rgba(0, 136, 255, 0.1);
32106
- display: flex;
32107
- align-items: center;
32108
- justify-content: center;
32109
- margin-right: 6px;
32110
- }
32111
-
32112
- .E_hrhfj7c {
32113
- display: none;
32114
- }
32115
-
32116
- .E_dt9qoak .bottom {
32117
- color: rgba(44, 56, 82, 0.75);
32118
- }
32119
- .E_dt9qoak .left {
32120
- min-width: 0;
32121
- }
32122
-
32123
- .E_crhnxq5 {
32124
- display: flex;
32125
- flex-direction: row;
32126
- justify-content: space-between;
32127
- }
32128
- .E_crhnxq5 .label {
32129
- color: rgba(44, 56, 82, 0.6);
32130
- font-weight: 400;
32131
- }
32132
-
32133
- .E_c1iq43vd {
32133
+ .E_c1iq43vd {
32134
32134
  display: flex;
32135
32135
  flex-direction: column;
32136
32136
  justify-content: center;
@@ -32393,24 +32393,68 @@ input.E_rf8rlle.ant-input {
32393
32393
  --modal-content-max-height: calc(
32394
32394
  100vh - 136px - var(--header-height) - var(--footer-height)
32395
32395
  );
32396
- --modal-header-padding: 36px 60px 0;
32397
- --modal-content-padding-y: 36px;
32396
+ --modal-header-padding: 40px 60px 8px;
32397
+ --modal-content-padding-top: 24px;
32398
+ --modal-content-padding-bottom: 32px;
32398
32399
  --modal-content-padding-x: 60px;
32399
32400
  --modal-footer-padding: 0 60px;
32400
32401
  }
32401
-
32402
- .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32403
- opacity: 1;
32402
+ .E_m5foqp8.content-full.ant-modal {
32403
+ height: calc(100vh - 80px);
32404
+ width: calc(100vw - 160px);
32404
32405
  }
32405
- .E_s4ivdfu.ant-select.select-loading-value {
32406
- pointer-events: none;
32406
+ .E_m5foqp8.content-full.ant-modal .ant-modal-content {
32407
+ width: 100%;
32408
+ height: 100%;
32409
+ max-width: unset;
32410
+ max-height: unset;
32411
+ display: flex;
32412
+ flex-direction: column;
32413
+ }
32414
+ .E_m5foqp8.content-full.ant-modal .ant-modal-body {
32415
+ flex: 1;
32416
+ }
32417
+ .E_m5foqp8 .initializing-title {
32418
+ height: 32px;
32407
32419
  }
32408
32420
 
32409
- .E_sks9xr8.ant-select .select-hover-suffix,
32410
- .E_sks9xr8.ant-select .select-active-suffix,
32411
- .E_sks9xr8.ant-select .select-expanded-suffix,
32412
- .E_sks9xr8.ant-select .select-expanded-search-suffix,
32413
- .E_sks9xr8.ant-select .select-focus-suffix,
32421
+ .E_oa99sl3 {
32422
+ display: flex;
32423
+ justify-content: space-between;
32424
+ align-items: center;
32425
+ gap: 8px;
32426
+ }
32427
+ .E_oa99sl3,
32428
+ .E_oa99sl3 :first-child {
32429
+ line-height: inherit !important;
32430
+ }
32431
+
32432
+ .E_lvp5pj7 {
32433
+ display: flex;
32434
+ justify-content: space-between;
32435
+ align-items: center;
32436
+ gap: 8px;
32437
+ min-width: 0;
32438
+ }
32439
+
32440
+ .E_s1io1lws {
32441
+ display: flex;
32442
+ align-items: center;
32443
+ flex-shrink: 0;
32444
+ }
32445
+
32446
+ .E_s4ivdfu.ant-select .ant-select-selection-placeholder {
32447
+ opacity: 1;
32448
+ }
32449
+ .E_s4ivdfu.ant-select.select-loading-value {
32450
+ pointer-events: none;
32451
+ }
32452
+
32453
+ .E_sks9xr8.ant-select .select-hover-suffix,
32454
+ .E_sks9xr8.ant-select .select-active-suffix,
32455
+ .E_sks9xr8.ant-select .select-expanded-suffix,
32456
+ .E_sks9xr8.ant-select .select-expanded-search-suffix,
32457
+ .E_sks9xr8.ant-select .select-focus-suffix,
32414
32458
  .E_sks9xr8.ant-select .select-error-suffix,
32415
32459
  .E_sks9xr8.ant-select .select-error-hover-suffix,
32416
32460
  .E_sks9xr8.ant-select .select-error-active-suffix,
@@ -32526,29 +32570,19 @@ input.E_rf8rlle.ant-input {
32526
32570
  color: rgba(0, 21, 64, 0.3);
32527
32571
  }
32528
32572
 
32529
- .E_oa99sl3 {
32573
+ .E_w1dxz879 {
32530
32574
  display: flex;
32531
- justify-content: space-between;
32532
- align-items: center;
32533
- gap: 8px;
32534
- }
32535
- .E_oa99sl3,
32536
- .E_oa99sl3 :first-child {
32537
- line-height: inherit !important;
32575
+ flex-direction: column;
32576
+ gap: 6px;
32538
32577
  }
32539
-
32540
- .E_lvp5pj7 {
32541
- display: flex;
32542
- justify-content: space-between;
32543
- align-items: center;
32544
- gap: 8px;
32545
- min-width: 0;
32578
+ .E_w1dxz879 .ellipsis-tooltip {
32579
+ max-height: var(--w1dxz879-0);
32580
+ text-overflow: clip;
32581
+ overflow: hidden;
32546
32582
  }
32547
-
32548
- .E_s1io1lws {
32549
- display: flex;
32550
- align-items: center;
32551
- flex-shrink: 0;
32583
+ .E_w1dxz879 .tips {
32584
+ color: #fff;
32585
+ opacity: 0.8;
32552
32586
  }
32553
32587
 
32554
32588
  .E_h12yihis {
@@ -32771,19 +32805,23 @@ input.E_rf8rlle.ant-input {
32771
32805
  position: static;
32772
32806
  }
32773
32807
 
32774
- .E_w1dxz879 {
32808
+ .E_r77hffu {
32775
32809
  display: flex;
32776
- flex-direction: column;
32777
- gap: 6px;
32810
+ align-items: center;
32811
+ justify-content: space-between;
32812
+ column-gap: 6px;
32778
32813
  }
32779
- .E_w1dxz879 .ellipsis-tooltip {
32780
- max-height: var(--w1dxz879-0);
32781
- text-overflow: clip;
32782
- overflow: hidden;
32814
+
32815
+ .E_p1cmxsf7 {
32816
+ display: flex;
32817
+ flex-direction: column;
32818
+ justify-content: center;
32819
+ row-gap: var(--p1cmxsf7-0);
32783
32820
  }
32784
- .E_w1dxz879 .tips {
32785
- color: #fff;
32786
- opacity: 0.8;
32821
+ .E_p1cmxsf7 .antd5-progress-line {
32822
+ font-size: 0;
32823
+ margin-bottom: unset;
32824
+ margin-inline-end: unset;
32787
32825
  }
32788
32826
 
32789
32827
  .E_s11wux3h .antd5-segmented-item:not(:last-child) {
@@ -32821,65 +32859,6 @@ input.E_rf8rlle.ant-input {
32821
32859
  background-color: transparent;
32822
32860
  }
32823
32861
 
32824
- .E_r77hffu {
32825
- display: flex;
32826
- align-items: center;
32827
- justify-content: space-between;
32828
- column-gap: 6px;
32829
- }
32830
-
32831
- .E_p1cmxsf7 {
32832
- display: flex;
32833
- flex-direction: column;
32834
- justify-content: center;
32835
- row-gap: var(--p1cmxsf7-0);
32836
- }
32837
- .E_p1cmxsf7 .antd5-progress-line {
32838
- font-size: 0;
32839
- margin-bottom: unset;
32840
- margin-inline-end: unset;
32841
- }
32842
-
32843
- .E_c1kghdax {
32844
- color: #2d3a56;
32845
- padding: 7px 12px;
32846
- display: flex;
32847
- justify-content: space-between;
32848
- align-items: center;
32849
- }
32850
- .E_c1kghdax.has-arrow {
32851
- padding-left: 10px;
32852
- }
32853
- .E_c1kghdax.has-arrow .title-wrapper {
32854
- cursor: pointer;
32855
- color: #00122e;
32856
- }
32857
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
32858
- color: #2d3a56;
32859
- font-weight: 600;
32860
- }
32861
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32862
- transform: rotate(90deg);
32863
- }
32864
- .E_c1kghdax .sub-info {
32865
- font-size: 12px;
32866
- line-height: 18px;
32867
- }
32868
- .E_c1kghdax .title-wrapper {
32869
- display: flex;
32870
- align-items: center;
32871
- user-select: none;
32872
- flex-grow: 1;
32873
- font-size: 12px;
32874
- line-height: 18px;
32875
- color: #2d3a56;
32876
- font-weight: 700;
32877
- }
32878
- .E_c1kghdax .collapse-arrow {
32879
- transition: all 50ms ease-out 0ms;
32880
- margin-right: 2px;
32881
- }
32882
-
32883
32862
  .E_b14q2gmw {
32884
32863
  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);
32885
32864
  }
@@ -32897,10 +32876,6 @@ input.E_rf8rlle.ant-input {
32897
32876
  transform: translateY(-4px);
32898
32877
  }
32899
32878
 
32900
- .E_c1yd35n {
32901
- padding: 0 12px 14px 12px;
32902
- }
32903
-
32904
32879
  .E_ckui4s7 {
32905
32880
  color: #2d3a56;
32906
32881
  line-height: 22px;
@@ -32965,6 +32940,50 @@ input.E_rf8rlle.ant-input {
32965
32940
  margin-left: 24px;
32966
32941
  }
32967
32942
 
32943
+ .E_c1yd35n {
32944
+ padding: 0 12px 14px 12px;
32945
+ }
32946
+
32947
+ .E_c1kghdax {
32948
+ color: #2d3a56;
32949
+ padding: 7px 12px;
32950
+ display: flex;
32951
+ justify-content: space-between;
32952
+ align-items: center;
32953
+ }
32954
+ .E_c1kghdax.has-arrow {
32955
+ padding-left: 10px;
32956
+ }
32957
+ .E_c1kghdax.has-arrow .title-wrapper {
32958
+ cursor: pointer;
32959
+ color: #00122e;
32960
+ }
32961
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
32962
+ color: #2d3a56;
32963
+ font-weight: 600;
32964
+ }
32965
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
32966
+ transform: rotate(90deg);
32967
+ }
32968
+ .E_c1kghdax .sub-info {
32969
+ font-size: 12px;
32970
+ line-height: 18px;
32971
+ }
32972
+ .E_c1kghdax .title-wrapper {
32973
+ display: flex;
32974
+ align-items: center;
32975
+ user-select: none;
32976
+ flex-grow: 1;
32977
+ font-size: 12px;
32978
+ line-height: 18px;
32979
+ color: #2d3a56;
32980
+ font-weight: 700;
32981
+ }
32982
+ .E_c1kghdax .collapse-arrow {
32983
+ transition: all 50ms ease-out 0ms;
32984
+ margin-right: 2px;
32985
+ }
32986
+
32968
32987
  .E_lht19u8 {
32969
32988
  width: 64px;
32970
32989
  height: 64px;
@@ -33229,6 +33248,28 @@ input.E_rf8rlle.ant-input {
33229
33248
  border: 1px solid #fff;
33230
33249
  }
33231
33250
 
33251
+ .E_t1gvlxt5 {
33252
+ min-width: 0;
33253
+ flex: 1;
33254
+ }
33255
+ .E_t1gvlxt5 .tag {
33256
+ flex: 0 0 auto;
33257
+ }
33258
+ .E_t1gvlxt5 .progress-title {
33259
+ flex: 2;
33260
+ max-width: fit-content;
33261
+ }
33262
+ .E_t1gvlxt5 .progress-desc {
33263
+ flex: 1;
33264
+ max-width: fit-content;
33265
+ }
33266
+
33267
+ .E_a1ji6r68 {
33268
+ display: flex;
33269
+ align-items: center;
33270
+ column-gap: var(--a1ji6r68-0);
33271
+ }
33272
+
33232
33273
  .E_msn7nxt {
33233
33274
  color: rgba(44, 56, 82, 0.6);
33234
33275
  text-align: center;
@@ -33390,34 +33431,207 @@ input.E_rf8rlle.ant-input {
33390
33431
  margin-left: 8px;
33391
33432
  }
33392
33433
 
33393
- .E_t1gvlxt5 {
33394
- min-width: 0;
33395
- flex: 1;
33434
+ .E_sjob3jg {
33435
+ --item-min-width: 60px;
33396
33436
  }
33397
- .E_t1gvlxt5 .tag {
33398
- flex: 0 0 auto;
33437
+ .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33438
+ display: none !important;
33399
33439
  }
33400
- .E_t1gvlxt5 .progress-title {
33401
- flex: 2;
33402
- max-width: fit-content;
33440
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33441
+ flex-shrink: 0 !important;
33403
33442
  }
33404
- .E_t1gvlxt5 .progress-desc {
33405
- flex: 1;
33406
- max-width: fit-content;
33443
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33444
+ color: #0080ff;
33407
33445
  }
33408
-
33409
- .E_a1ji6r68 {
33410
- display: flex;
33411
- align-items: center;
33412
- column-gap: var(--a1ji6r68-0);
33446
+ .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33447
+ color: #0080ff;
33448
+ font-weight: normal;
33413
33449
  }
33414
-
33415
- button.E_l48ei06.ant-btn,
33416
- button.E_l48ei06.ant-btn.ant-btn-sm,
33417
- button.E_l48ei06.ant-btn.ant-btn-lg {
33418
- font-size: 12px;
33419
- line-height: 18px;
33420
- height: 18px;
33450
+ .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 {
33451
+ color: rgba(44, 56, 82, 0.6);
33452
+ }
33453
+ .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33454
+ color: #00122e;
33455
+ }
33456
+ .E_sjob3jg .step-item-text {
33457
+ display: inline-block;
33458
+ }
33459
+ .E_sjob3jg .step-item-title {
33460
+ overflow: hidden;
33461
+ white-space: nowrap;
33462
+ text-overflow: ellipsis;
33463
+ }
33464
+
33465
+ .E_hjvj6s6 .ant-steps-item-container {
33466
+ min-width: var(--item-min-width);
33467
+ }
33468
+ .E_hjvj6s6 .ant-steps-item-disabled {
33469
+ cursor: not-allowed !important;
33470
+ }
33471
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
33472
+ flex-direction: row;
33473
+ justify-content: stretch;
33474
+ }
33475
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
33476
+ padding: 0;
33477
+ margin-right: 4px;
33478
+ flex: 1;
33479
+ overflow: visible;
33480
+ }
33481
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
33482
+ width: 100%;
33483
+ min-height: unset;
33484
+ }
33485
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
33486
+ height: 26px;
33487
+ line-height: 26px;
33488
+ width: 100%;
33489
+ padding: 0;
33490
+ font-size: 12px;
33491
+ }
33492
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
33493
+ margin-right: 10px;
33494
+ }
33495
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
33496
+ display: none;
33497
+ }
33498
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
33499
+ padding-left: 8px;
33500
+ padding-right: 4px;
33501
+ border-radius: 4px 0 0 4px;
33502
+ }
33503
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
33504
+ margin-right: 0;
33505
+ }
33506
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
33507
+ padding-right: 8px;
33508
+ padding-left: 12px;
33509
+ border-radius: 0 4px 4px 0;
33510
+ }
33511
+ .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 {
33512
+ content: "";
33513
+ width: 0;
33514
+ height: 0;
33515
+ border: 13px solid transparent;
33516
+ position: absolute;
33517
+ top: 0;
33518
+ border-left: 8px solid rgba(237, 241, 250, 0.6);
33519
+ z-index: 2;
33520
+ position: relative;
33521
+ top: -50%;
33522
+ right: -100%;
33523
+ }
33524
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
33525
+ padding: 0 4px 0 12px;
33526
+ }
33527
+ .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 {
33528
+ content: "";
33529
+ width: 0;
33530
+ height: 0;
33531
+ border: 13px solid transparent;
33532
+ position: absolute;
33533
+ top: 0;
33534
+ border-left: 8px solid #fff;
33535
+ left: 0;
33536
+ }
33537
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
33538
+ max-width: calc(100% - var(--item-min-width) * 2);
33539
+ }
33540
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
33541
+ background-color: rgba(0, 136, 255, 0.1);
33542
+ }
33543
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
33544
+ border-left-color: rgba(0, 136, 255, 0.1) !important;
33545
+ }
33546
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33547
+ cursor: pointer;
33548
+ min-width: var(--item-min-width);
33549
+ }
33550
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
33551
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
33552
+ min-width: var(--item-min-width);
33553
+ }
33554
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
33555
+ .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
33556
+ background-color: rgba(237, 241, 250, 0.6);
33557
+ }
33558
+ .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
33559
+ padding: 0;
33560
+ }
33561
+
33562
+ .E_v4tv3mf .ant-steps.ant-steps-vertical {
33563
+ width: 192px;
33564
+ row-gap: 2px;
33565
+ }
33566
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
33567
+ background-color: rgba(225, 230, 241, 0.6);
33568
+ }
33569
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
33570
+ color: #00122e !important;
33571
+ }
33572
+ .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 {
33573
+ background-color: rgba(225, 230, 241, 0.6);
33574
+ }
33575
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
33576
+ padding: 0 8px;
33577
+ border-radius: 4px;
33578
+ height: 32px;
33579
+ display: flex;
33580
+ align-items: center;
33581
+ }
33582
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
33583
+ min-height: auto;
33584
+ white-space: nowrap;
33585
+ }
33586
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
33587
+ font-size: 13px;
33588
+ line-height: 20px;
33589
+ max-width: 100%;
33590
+ padding-right: 0;
33591
+ }
33592
+ .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
33593
+ background: rgba(0, 128, 255, 0.1);
33594
+ }
33595
+
33596
+ .E_h6l1tj4 {
33597
+ width: 100%;
33598
+ display: inline-flex;
33599
+ align-items: center;
33600
+ justify-content: center;
33601
+ column-gap: 4px;
33602
+ }
33603
+ .E_h6l1tj4 .step-item-prefix-container {
33604
+ display: inline-flex;
33605
+ align-items: center;
33606
+ width: 18px;
33607
+ height: 18px;
33608
+ color: rgba(44, 56, 82, 0.75);
33609
+ justify-content: center;
33610
+ }
33611
+
33612
+ .E_v18frne8 {
33613
+ width: 100%;
33614
+ display: flex;
33615
+ align-items: center;
33616
+ justify-content: center;
33617
+ column-gap: 6px;
33618
+ font-size: 13px;
33619
+ }
33620
+ .E_v18frne8 .step-item-prefix-container {
33621
+ display: inline-flex;
33622
+ align-items: center;
33623
+ min-width: 20px;
33624
+ min-height: 20px;
33625
+ color: rgba(44, 56, 82, 0.75);
33626
+ justify-content: center;
33627
+ }
33628
+
33629
+ button.E_l48ei06.ant-btn,
33630
+ button.E_l48ei06.ant-btn.ant-btn-sm,
33631
+ button.E_l48ei06.ant-btn.ant-btn-lg {
33632
+ font-size: 12px;
33633
+ line-height: 18px;
33634
+ height: 18px;
33421
33635
  }
33422
33636
 
33423
33637
  button.E_l48ei06 {
@@ -33978,323 +34192,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33978
34192
  background: #fff;
33979
34193
  }
33980
34194
 
33981
- .E_sjob3jg {
33982
- --item-min-width: 60px;
34195
+ .E_w7ob4th.outside-tag {
34196
+ padding-left: 0;
33983
34197
  }
33984
- .E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
33985
- display: none !important;
34198
+ .E_w7ob4th.outside-tag .inside-tag {
34199
+ border-radius: 4px 0 0 4px;
34200
+ padding-right: 4px;
34201
+ margin-right: 4px;
33986
34202
  }
33987
- .E_sjob3jg .ant-steps-item.ant-steps-item-active {
33988
- flex-shrink: 0 !important;
34203
+
34204
+ .E_i1g85yz3 {
34205
+ margin-right: 4px;
34206
+ height: 16px;
33989
34207
  }
33990
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
33991
- color: #0080ff;
34208
+
34209
+ .E_t1dtlqs1 {
34210
+ margin-bottom: 4px;
34211
+ color: rgba(44, 56, 82, 0.6);
33992
34212
  }
33993
- .E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34213
+
34214
+ .E_s1ese5oy {
34215
+ color: rgba(44, 56, 82, 0.6);
34216
+ line-height: 32px;
34217
+ height: 32px;
34218
+ margin-bottom: 0;
34219
+ }
34220
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
33994
34221
  color: #0080ff;
33995
- font-weight: normal;
33996
34222
  }
33997
- .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 {
34223
+ .E_s1ese5oy.warning {
34224
+ color: #ffa500;
34225
+ }
34226
+ .E_s1ese5oy.success {
34227
+ color: #00ba5d;
34228
+ }
34229
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34230
+ color: #f0483e;
34231
+ }
34232
+ .E_s1ese5oy.normal {
33998
34233
  color: rgba(44, 56, 82, 0.6);
33999
34234
  }
34000
- .E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34235
+
34236
+ .E_b1ibis43 {
34237
+ margin-bottom: 0;
34001
34238
  color: #00122e;
34002
34239
  }
34003
- .E_sjob3jg .step-item-text {
34004
- display: inline-block;
34240
+
34241
+ .E_b11xxjd2 {
34242
+ line-height: 32px;
34243
+ margin-right: 6px;
34005
34244
  }
34006
- .E_sjob3jg .step-item-title {
34245
+
34246
+ .E_bsub5bw.with-description {
34247
+ height: 24px;
34248
+ flex: 1;
34249
+ position: relative;
34250
+ top: -7px;
34251
+ }
34252
+ .E_bsub5bw p {
34253
+ width: 100%;
34007
34254
  overflow: hidden;
34008
- white-space: nowrap;
34009
34255
  text-overflow: ellipsis;
34256
+ white-space: nowrap;
34010
34257
  }
34011
34258
 
34012
- .E_hjvj6s6 .ant-steps-item-container {
34013
- min-width: var(--item-min-width);
34014
- }
34015
- .E_hjvj6s6 .ant-steps-item-disabled {
34016
- cursor: not-allowed !important;
34017
- }
34018
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
34019
- flex-direction: row;
34020
- justify-content: stretch;
34021
- }
34022
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
34023
- padding: 0;
34024
- margin-right: 4px;
34025
- flex: 1;
34026
- overflow: visible;
34027
- }
34028
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
34029
- width: 100%;
34030
- min-height: unset;
34031
- }
34032
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
34033
- height: 26px;
34034
- line-height: 26px;
34035
- width: 100%;
34036
- padding: 0;
34037
- font-size: 12px;
34038
- }
34039
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
34040
- margin-right: 10px;
34041
- }
34042
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
34043
- display: none;
34044
- }
34045
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
34046
- padding-left: 8px;
34047
- padding-right: 4px;
34048
- border-radius: 4px 0 0 4px;
34049
- }
34050
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
34051
- margin-right: 0;
34052
- }
34053
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
34054
- padding-right: 8px;
34055
- padding-left: 12px;
34056
- border-radius: 0 4px 4px 0;
34057
- }
34058
- .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 {
34059
- content: "";
34060
- width: 0;
34061
- height: 0;
34062
- border: 13px solid transparent;
34063
- position: absolute;
34064
- top: 0;
34065
- border-left: 8px solid rgba(237, 241, 250, 0.6);
34066
- z-index: 2;
34067
- position: relative;
34068
- top: -50%;
34069
- right: -100%;
34070
- }
34071
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
34072
- padding: 0 4px 0 12px;
34073
- }
34074
- .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 {
34075
- content: "";
34076
- width: 0;
34077
- height: 0;
34078
- border: 13px solid transparent;
34079
- position: absolute;
34080
- top: 0;
34081
- border-left: 8px solid #fff;
34082
- left: 0;
34083
- }
34084
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
34085
- max-width: calc(100% - var(--item-min-width) * 2);
34086
- }
34087
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
34088
- background-color: rgba(0, 136, 255, 0.1);
34089
- }
34090
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
34091
- border-left-color: rgba(0, 136, 255, 0.1) !important;
34092
- }
34093
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34094
- cursor: pointer;
34095
- min-width: var(--item-min-width);
34096
- }
34097
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
34098
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
34099
- min-width: var(--item-min-width);
34100
- }
34101
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
34102
- .E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
34103
- background-color: rgba(237, 241, 250, 0.6);
34104
- }
34105
- .E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
34106
- padding: 0;
34107
- }
34108
-
34109
- .E_v4tv3mf .ant-steps.ant-steps-vertical {
34110
- width: 192px;
34111
- row-gap: 2px;
34112
- }
34113
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
34114
- background-color: rgba(225, 230, 241, 0.6);
34115
- }
34116
- .E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
34117
- color: #00122e !important;
34118
- }
34119
- .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 {
34120
- background-color: rgba(225, 230, 241, 0.6);
34121
- }
34122
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
34123
- padding: 0 8px;
34124
- border-radius: 4px;
34125
- height: 32px;
34126
- display: flex;
34127
- align-items: center;
34128
- }
34129
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
34130
- min-height: auto;
34131
- white-space: nowrap;
34132
- }
34133
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
34134
- font-size: 13px;
34135
- line-height: 20px;
34136
- max-width: 100%;
34137
- padding-right: 0;
34138
- }
34139
- .E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
34140
- background: rgba(0, 128, 255, 0.1);
34141
- }
34142
-
34143
- .E_h6l1tj4 {
34144
- width: 100%;
34145
- display: inline-flex;
34146
- align-items: center;
34147
- justify-content: center;
34148
- column-gap: 4px;
34149
- }
34150
- .E_h6l1tj4 .step-item-prefix-container {
34151
- display: inline-flex;
34152
- align-items: center;
34153
- width: 18px;
34154
- height: 18px;
34155
- color: rgba(44, 56, 82, 0.75);
34156
- justify-content: center;
34157
- }
34158
-
34159
- .E_v18frne8 {
34160
- width: 100%;
34161
- display: flex;
34162
- align-items: center;
34163
- justify-content: center;
34164
- column-gap: 6px;
34165
- font-size: 13px;
34166
- }
34167
- .E_v18frne8 .step-item-prefix-container {
34168
- display: inline-flex;
34169
- align-items: center;
34170
- min-width: 20px;
34171
- min-height: 20px;
34172
- color: rgba(44, 56, 82, 0.75);
34173
- justify-content: center;
34174
- }
34175
-
34176
- .E_w7ob4th.outside-tag {
34177
- padding-left: 0;
34178
- }
34179
- .E_w7ob4th.outside-tag .inside-tag {
34180
- border-radius: 4px 0 0 4px;
34181
- padding-right: 4px;
34182
- margin-right: 4px;
34183
- }
34184
-
34185
- .E_slr2ynn {
34186
- padding: 0 8px;
34187
- height: 18px;
34188
- }
34189
-
34190
- .E_m140wbb6 {
34191
- padding: 2px 8px;
34192
- height: 24px;
34193
- }
34194
-
34195
- .E_t1fozc1i {
34196
- margin: 0;
34197
- }
34198
-
34199
- .E_i1vxv4ln {
34200
- margin-right: 4px;
34201
- height: 16px;
34202
- }
34203
-
34204
- .E_n1afl31m.ant-tag.ant-tag-gray {
34205
- font-weight: 700;
34206
- color: #00122e;
34207
- background-color: rgba(237, 241, 250, 0.6);
34208
- border: 1px solid rgba(211, 218, 235, 0.6);
34209
- word-break: break-all;
34210
- display: inline;
34211
- white-space: normal;
34212
- }
34213
-
34214
- .E_t13ef470 {
34215
- height: 100%;
34216
- }
34217
- .E_t13ef470 .table-loading-item {
34218
- padding: 12px 4px;
34219
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34220
- display: flex;
34221
- }
34222
- .E_t13ef470 .table-loading-item > * {
34223
- height: 16px;
34224
- margin: 4px;
34225
- background: rgba(204, 212, 227, 0.18);
34226
- border-radius: 2px;
34227
- }
34228
- .E_t13ef470 .table-loading-item .checkbox-loading {
34229
- width: 16px;
34230
- }
34231
- .E_t13ef470 .table-loading-item .td-loading {
34232
- flex: 1;
34233
- }
34234
- .E_t13ef470 :nth-child(1) {
34235
- padding: 8px 4px;
34236
- }
34237
- .E_t13ef470 :nth-child(1) > * {
34238
- background: rgba(107, 125, 153, 0.18);
34239
- }
34240
- .E_t13ef470 :nth-child(1) > * {
34241
- background: rgba(163, 180, 204, 0.18);
34242
- }
34243
-
34244
- .E_t1dtlqs1 {
34245
- margin-bottom: 4px;
34246
- color: rgba(44, 56, 82, 0.6);
34247
- }
34248
-
34249
- .E_s1ese5oy {
34250
- color: rgba(44, 56, 82, 0.6);
34251
- line-height: 32px;
34252
- height: 32px;
34253
- margin-bottom: 0;
34254
- }
34255
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34256
- color: #0080ff;
34257
- }
34258
- .E_s1ese5oy.warning {
34259
- color: #ffa500;
34260
- }
34261
- .E_s1ese5oy.success {
34262
- color: #00ba5d;
34263
- }
34264
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34265
- color: #f0483e;
34266
- }
34267
- .E_s1ese5oy.normal {
34268
- color: rgba(44, 56, 82, 0.6);
34269
- }
34270
-
34271
- .E_b1ibis43 {
34272
- margin-bottom: 0;
34273
- color: #00122e;
34274
- }
34275
-
34276
- .E_b11xxjd2 {
34277
- line-height: 32px;
34278
- margin-right: 6px;
34279
- }
34280
-
34281
- .E_bsub5bw.with-description {
34282
- height: 24px;
34283
- flex: 1;
34284
- position: relative;
34285
- top: -7px;
34286
- }
34287
- .E_bsub5bw p {
34288
- width: 100%;
34289
- overflow: hidden;
34290
- text-overflow: ellipsis;
34291
- white-space: nowrap;
34292
- }
34293
-
34294
- .E_tmoyoag {
34295
- border: 1px solid rgba(211, 218, 235, 0.6);
34296
- border-radius: 8px;
34297
- overflow: auto;
34259
+ .E_tmoyoag {
34260
+ border: 1px solid rgba(211, 218, 235, 0.6);
34261
+ border-radius: 8px;
34262
+ overflow: auto;
34298
34263
  }
34299
34264
  .E_tmoyoag .ant-list {
34300
34265
  position: relative;
@@ -34422,24 +34387,78 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34422
34387
  padding: 2px 8px;
34423
34388
  height: 24px;
34424
34389
  }
34425
- .E_a138syjm > span.maximum-desc {
34426
- display: none;
34427
- color: rgba(44, 56, 82, 0.6);
34390
+ .E_a138syjm > span.maximum-desc {
34391
+ display: none;
34392
+ color: rgba(44, 56, 82, 0.6);
34393
+ }
34394
+ .E_a138syjm > span.maximum-desc.disabled {
34395
+ display: inline;
34396
+ }
34397
+
34398
+ .E_d77i8u0 {
34399
+ width: 24px;
34400
+ height: 24px;
34401
+ padding: 4px;
34402
+ margin-right: 8px;
34403
+ }
34404
+
34405
+ .E_slr2ynn {
34406
+ padding: 0 8px;
34407
+ height: 18px;
34408
+ }
34409
+
34410
+ .E_m140wbb6 {
34411
+ padding: 2px 8px;
34412
+ height: 24px;
34413
+ }
34414
+
34415
+ .E_t1fozc1i {
34416
+ margin: 0;
34417
+ }
34418
+
34419
+ .E_i1vxv4ln {
34420
+ margin-right: 4px;
34421
+ height: 16px;
34422
+ }
34423
+
34424
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34425
+ font-weight: 700;
34426
+ color: #00122e;
34427
+ background-color: rgba(237, 241, 250, 0.6);
34428
+ border: 1px solid rgba(211, 218, 235, 0.6);
34429
+ word-break: break-all;
34430
+ display: inline;
34431
+ white-space: normal;
34432
+ }
34433
+
34434
+ .E_t13ef470 {
34435
+ height: 100%;
34436
+ }
34437
+ .E_t13ef470 .table-loading-item {
34438
+ padding: 12px 4px;
34439
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34440
+ display: flex;
34441
+ }
34442
+ .E_t13ef470 .table-loading-item > * {
34443
+ height: 16px;
34444
+ margin: 4px;
34445
+ background: rgba(204, 212, 227, 0.18);
34446
+ border-radius: 2px;
34447
+ }
34448
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34449
+ width: 16px;
34450
+ }
34451
+ .E_t13ef470 .table-loading-item .td-loading {
34452
+ flex: 1;
34428
34453
  }
34429
- .E_a138syjm > span.maximum-desc.disabled {
34430
- display: inline;
34454
+ .E_t13ef470 :nth-child(1) {
34455
+ padding: 8px 4px;
34431
34456
  }
34432
-
34433
- .E_d77i8u0 {
34434
- width: 24px;
34435
- height: 24px;
34436
- padding: 4px;
34437
- margin-right: 8px;
34457
+ .E_t13ef470 :nth-child(1) > * {
34458
+ background: rgba(107, 125, 153, 0.18);
34438
34459
  }
34439
-
34440
- .E_i1g85yz3 {
34441
- margin-right: 4px;
34442
- height: 16px;
34460
+ .E_t13ef470 :nth-child(1) > * {
34461
+ background: rgba(163, 180, 204, 0.18);
34443
34462
  }
34444
34463
 
34445
34464
  .E_bpgac8u {
@@ -34520,6 +34539,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34520
34539
  background: rgba(172, 186, 211, 0.6);
34521
34540
  border-radius: 8px;
34522
34541
  }
34542
+ .E_icab5o7.ant-modal.initializing-error .ant-modal-body {
34543
+ display: flex;
34544
+ justify-content: center;
34545
+ align-items: center;
34546
+ height: 100%;
34547
+ }
34548
+ .E_icab5o7.ant-modal .initializing-title {
34549
+ height: 40px;
34550
+ }
34523
34551
  .E_icab5o7.ant-modal .ant-modal-footer {
34524
34552
  border-top: 1px solid rgba(225, 230, 241, 0.6);
34525
34553
  padding: 24px 0 60px 0;
@@ -34692,35 +34720,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34692
34720
  color: #00122E;
34693
34721
  }
34694
34722
 
34695
- .E_s20iney.skeleton-box {
34696
- display: flex;
34697
- align-items: center;
34698
- justify-content: center;
34699
- position: relative;
34700
- border-radius: 2px;
34701
- background: rgba(225, 230, 241, 0.6);
34702
- overflow: hidden;
34703
- }
34704
- .E_s20iney.skeleton-box > .skeleton-shimmer {
34705
- width: 200%;
34706
- height: 200%;
34707
- transform: rotate(15deg);
34708
- position: absolute;
34709
- top: -50%;
34710
- flex-shrink: 0;
34711
- opacity: 0.8;
34712
- background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34713
- animation: shimmer 1100ms infinite;
34714
- }
34715
- @keyframes shimmer {
34716
- from {
34717
- left: -120%;
34718
- }
34719
- to {
34720
- left: 100%;
34721
- }
34722
- }
34723
-
34724
34723
  .E_dxyv8bv {
34725
34724
  --footer-height: 80px;
34726
34725
  --header-height: 56px;
@@ -34730,7 +34729,8 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34730
34729
  100vh - 144px - var(--header-height) - var(--footer-height)
34731
34730
  );
34732
34731
  --modal-header-padding: 32px 40px 0;
34733
- --modal-content-padding-y: 32px;
34732
+ --modal-content-padding-top: 32px;
34733
+ --modal-content-padding-bottom: 32px;
34734
34734
  --modal-content-padding-x: 40px;
34735
34735
  --modal-footer-padding: 0 40px;
34736
34736
  }
@@ -34754,7 +34754,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34754
34754
  top: 24px;
34755
34755
  }
34756
34756
  .E_dxyv8bv .ant-modal-body {
34757
- padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
34757
+ padding: var(--modal-content-padding-top) var(--modal-content-padding-x) var(--modal-content-padding-bottom);
34758
34758
  padding-right: calc(var(--modal-content-padding-x) - 6px);
34759
34759
  min-height: var(--modal-content-min-height);
34760
34760
  max-height: var(--modal-content-max-height);
@@ -34772,6 +34772,12 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34772
34772
  background: rgba(172, 186, 211, 0.6);
34773
34773
  border-radius: 8px;
34774
34774
  }
34775
+ .E_dxyv8bv.initializing-error .ant-modal-body {
34776
+ display: flex;
34777
+ justify-content: center;
34778
+ align-items: center;
34779
+ height: 100%;
34780
+ }
34775
34781
  .E_dxyv8bv .ant-modal-footer {
34776
34782
  height: var(--footer-height);
34777
34783
  padding: var(--modal-footer-padding);
@@ -34813,6 +34819,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34813
34819
  transition: 0.3s ease-out;
34814
34820
  }
34815
34821
 
34822
+ .E_m1k84ymw {
34823
+ width: 132px;
34824
+ height: 24px;
34825
+ }
34826
+
34827
+ .E_m15ds5xe {
34828
+ width: 100%;
34829
+ height: 100%;
34830
+ }
34831
+ .E_m15ds5xe .skeleton-wrapper {
34832
+ width: 100%;
34833
+ height: 32px;
34834
+ }
34835
+
34836
+ .E_ma56n19 {
34837
+ display: flex;
34838
+ flex-direction: column;
34839
+ gap: 4px;
34840
+ justify-content: center;
34841
+ align-items: center;
34842
+ height: 100%;
34843
+ color: rgba(0, 21, 64, 0.3019607843);
34844
+ }
34845
+
34846
+ .E_s20iney.skeleton-box {
34847
+ display: flex;
34848
+ align-items: center;
34849
+ justify-content: center;
34850
+ position: relative;
34851
+ border-radius: 2px;
34852
+ background: rgba(225, 230, 241, 0.6);
34853
+ overflow: hidden;
34854
+ }
34855
+ .E_s20iney.skeleton-box > .skeleton-shimmer {
34856
+ width: 200%;
34857
+ height: 200%;
34858
+ transform: rotate(15deg);
34859
+ position: absolute;
34860
+ top: -50%;
34861
+ flex-shrink: 0;
34862
+ opacity: 0.8;
34863
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
34864
+ animation: shimmer 1100ms infinite;
34865
+ }
34866
+ @keyframes shimmer {
34867
+ from {
34868
+ left: -120%;
34869
+ }
34870
+ to {
34871
+ left: 100%;
34872
+ }
34873
+ }
34874
+
34816
34875
  .E_sqv6dmy {
34817
34876
  display: flex;
34818
34877
  justify-content: flex-end;
@@ -34847,6 +34906,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34847
34906
  border-radius: 8px;
34848
34907
  }
34849
34908
 
34909
+ .E_t1616y1o {
34910
+ color: #fff;
34911
+ }
34912
+
34850
34913
  .E_t1g36k2w {
34851
34914
  overflow: hidden;
34852
34915
  height: 100%;
@@ -34872,83 +34935,218 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34872
34935
  .E_t1g36k2w :nth-child(1) {
34873
34936
  padding: 8px 4px;
34874
34937
  }
34875
- .E_t1g36k2w :nth-child(1) > * {
34876
- background: rgba(225, 230, 241, 0.6);
34938
+ .E_t1g36k2w :nth-child(1) > * {
34939
+ background: rgba(225, 230, 241, 0.6);
34940
+ }
34941
+
34942
+ .E_a9y3flr {
34943
+ margin-left: 8px;
34944
+ }
34945
+
34946
+ .E_a1njc627 {
34947
+ font-size: 12px;
34948
+ color: #00122e;
34949
+ }
34950
+
34951
+ .E_f16blduf.ant-form-item {
34952
+ margin-bottom: 0;
34953
+ }
34954
+ .E_f16blduf .ant-form-item-explain {
34955
+ display: none;
34956
+ min-height: 18px;
34957
+ margin-top: 5px;
34958
+ font-family: "Inter";
34959
+ font-weight: 400;
34960
+ font-size: 12px;
34961
+ line-height: 18px;
34962
+ }
34963
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34964
+ white-space: pre-wrap;
34965
+ }
34966
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34967
+ display: block;
34968
+ }
34969
+
34970
+ .E_i14c7jc8 {
34971
+ color: var(--i14c7jc8-0);
34972
+ }
34973
+
34974
+ .E_i1ibuolf {
34975
+ display: flex;
34976
+ align-items: center;
34977
+ column-gap: 4px;
34978
+ font-size: 12px;
34979
+ color: rgba(44, 56, 82, 0.7490196078);
34980
+ }
34981
+
34982
+ .E_d1u4ndxc {
34983
+ color: rgba(44, 56, 82, 0.7490196078);
34984
+ font-size: 12px;
34985
+ }
34986
+
34987
+ .E_f6xb0iv {
34988
+ min-width: 0;
34989
+ flex: 1;
34990
+ }
34991
+
34992
+ .E_b1dhu7ov.antd5-progress {
34993
+ width: 220px;
34994
+ }
34995
+
34996
+ .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34997
+ content: "";
34998
+ display: block;
34999
+ height: 8px;
35000
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
35001
+ animation: loading 1600ms ease-out infinite;
35002
+ opacity: 1;
35003
+ }
35004
+ @keyframes loading {
35005
+ from {
35006
+ transform: translateX(-100%);
35007
+ }
35008
+ to {
35009
+ transform: translateX(100%);
35010
+ }
35011
+ }
35012
+
35013
+ .E_skwah65 {
35014
+ height: 8px;
35015
+ box-sizing: border-box;
35016
+ border-radius: 2px;
35017
+ background: #f5f7fa;
35018
+ display: flex;
35019
+ width: 100%;
35020
+ overflow: hidden;
35021
+ }
35022
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
35023
+ margin-left: 1px;
35024
+ }
35025
+
35026
+ .E_gmyahx3 {
35027
+ cursor: pointer;
35028
+ }
35029
+ .E_gmyahx3 .link-text {
35030
+ color: rgba(0, 21, 64, 0.3);
35031
+ }
35032
+ .E_gmyahx3:hover .link-text {
35033
+ color: #0080ff;
35034
+ }
35035
+
35036
+ .E_clm1wy1 {
35037
+ width: 192px;
35038
+ height: 246px;
35039
+ border-radius: 4px;
35040
+ }
35041
+ .E_clm1wy1 > .ant-picker-calendar,
35042
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35043
+ width: 100%;
35044
+ background-color: rgba(245, 247, 250, 0.6);
35045
+ border-top: none;
35046
+ }
35047
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35048
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35049
+ padding: 0 16px;
35050
+ }
35051
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35052
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35053
+ width: 100%;
35054
+ height: 180px;
35055
+ border-spacing: 0;
35056
+ }
35057
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35058
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35059
+ margin-bottom: 8px;
35060
+ }
35061
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35062
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35063
+ width: 22px;
35064
+ }
35065
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35066
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35067
+ padding: 0;
35068
+ }
35069
+ .E_clm1wy1 .ant-picker-cell {
35070
+ color: rgba(62, 70, 82, 0.6);
35071
+ opacity: 0.4;
35072
+ }
35073
+ .E_clm1wy1 .ant-picker-cell-in-view {
35074
+ color: rgba(62, 70, 82, 0.6);
35075
+ opacity: 1;
35076
+ }
35077
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
35078
+ color: #3e4652;
35079
+ }
35080
+ .E_clm1wy1 .ant-picker-cell::before {
35081
+ pointer-events: none;
34877
35082
  }
34878
35083
 
34879
- .E_t1616y1o {
34880
- color: #fff;
35084
+ .E_t1tsm00v {
35085
+ color: rgba(129, 138, 153, 0.6);
35086
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35087
+ backdrop-filter: blur(10px);
35088
+ padding: 7px 10px;
34881
35089
  }
34882
35090
 
34883
- .E_a9y3flr {
34884
- margin-left: 8px;
35091
+ .E_c167wnad {
35092
+ color: rgba(62, 70, 82, 0.6);
35093
+ display: flex;
35094
+ justify-content: space-between;
35095
+ align-items: center;
35096
+ padding: 8px 16px;
34885
35097
  }
34886
-
34887
- .E_a1njc627 {
34888
- font-size: 12px;
34889
- color: #00122e;
35098
+ .E_c167wnad .anticon {
35099
+ cursor: pointer;
35100
+ }
35101
+ .E_c167wnad .anticon:hover {
35102
+ color: #0096ff;
34890
35103
  }
34891
35104
 
34892
- .E_f16blduf.ant-form-item {
34893
- margin-bottom: 0;
35105
+ .E_cxhf7dh {
35106
+ text-align: center;
34894
35107
  }
34895
- .E_f16blduf .ant-form-item-explain {
34896
- display: none;
34897
- min-height: 18px;
34898
- margin-top: 5px;
34899
- font-family: "Inter";
34900
- font-weight: 400;
34901
- font-size: 12px;
34902
- line-height: 18px;
35108
+ .E_cxhf7dh .dots {
35109
+ display: flex;
35110
+ justify-content: center;
34903
35111
  }
34904
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34905
- white-space: pre-wrap;
35112
+ .E_cxhf7dh .dot {
35113
+ display: inline-block;
35114
+ width: 2px;
35115
+ height: 2px;
35116
+ border-radius: 1px;
35117
+ background: #0096ff;
34906
35118
  }
34907
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34908
- display: block;
35119
+ .E_cxhf7dh .dot:not(:last-child) {
35120
+ margin-right: 2px;
34909
35121
  }
34910
-
34911
- .E_i14c7jc8 {
34912
- color: var(--i14c7jc8-0);
35122
+ .E_cxhf7dh .bar {
35123
+ width: 9px;
35124
+ height: 2px;
35125
+ background: #0096ff;
35126
+ border-radius: 2px;
34913
35127
  }
34914
35128
 
34915
- .E_i1ibuolf {
35129
+ .E_n12mqh7z {
34916
35130
  display: flex;
34917
35131
  align-items: center;
34918
- column-gap: 4px;
34919
35132
  font-size: 12px;
34920
- color: rgba(44, 56, 82, 0.7490196078);
35133
+ line-height: 18px;
34921
35134
  }
34922
-
34923
- .E_d1u4ndxc {
34924
- color: rgba(44, 56, 82, 0.7490196078);
34925
- font-size: 12px;
35135
+ .E_n12mqh7z:not(:last-child) {
35136
+ margin-bottom: 4px;
34926
35137
  }
34927
35138
 
34928
- .E_f6xb0iv {
34929
- min-width: 0;
34930
- flex: 1;
35139
+ .E_tf5bynu {
35140
+ margin: 0 3px;
34931
35141
  }
34932
35142
 
34933
- .E_b1dhu7ov.antd5-progress {
34934
- width: 220px;
35143
+ .E_tcckoz1 {
35144
+ max-height: 400px;
35145
+ overflow: auto;
34935
35146
  }
34936
35147
 
34937
- .E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
34938
- content: "";
34939
- display: block;
34940
- height: 8px;
34941
- background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
34942
- animation: loading 1600ms ease-out infinite;
34943
- opacity: 1;
34944
- }
34945
- @keyframes loading {
34946
- from {
34947
- transform: translateX(-100%);
34948
- }
34949
- to {
34950
- transform: translateX(100%);
34951
- }
35148
+ span.E_tqjc4ui {
35149
+ margin: 0 2px;
34952
35150
  }
34953
35151
 
34954
35152
  .E_s1ebs0ra {
@@ -35012,17 +35210,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35012
35210
  background: #fff;
35013
35211
  }
35014
35212
 
35015
- .E_skwah65 {
35016
- height: 8px;
35017
- box-sizing: border-box;
35018
- border-radius: 2px;
35019
- background: #f5f7fa;
35020
- display: flex;
35021
- width: 100%;
35213
+ .E_ou7iq30 {
35022
35214
  overflow: hidden;
35215
+ text-overflow: ellipsis;
35023
35216
  }
35024
- .E_skwah65 .stack-bar-item + .stack-bar-item {
35025
- margin-left: 1px;
35217
+
35218
+ .E_s1tui002 {
35219
+ white-space: nowrap;
35220
+ }
35221
+
35222
+ .E_mxrc2zg {
35223
+ display: -webkit-box;
35224
+ -webkit-line-clamp: var(--mxrc2zg-0);
35225
+ -webkit-box-orient: vertical;
35226
+ word-break: break-all;
35227
+ }
35228
+
35229
+ .E_t1vv6d68 .ant-tooltip-arrow {
35230
+ display: none;
35231
+ }
35232
+ .E_t1vv6d68 .ant-tooltip-inner {
35233
+ background: rgba(23, 38, 64, 0.8);
35234
+ border-radius: 4px;
35235
+ }
35236
+ .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35237
+ visibility: hidden;
35026
35238
  }
35027
35239
 
35028
35240
  .E_c18bcrac {
@@ -35075,97 +35287,117 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35075
35287
  margin-right: 4px;
35076
35288
  }
35077
35289
 
35078
- .E_clm1wy1 {
35079
- width: 192px;
35080
- height: 246px;
35081
- border-radius: 4px;
35290
+ .E_s1at6qmn.ant-layout-sider {
35291
+ background: #edf0f7;
35292
+ padding: 32px 8px;
35293
+ overflow: auto;
35082
35294
  }
35083
- .E_clm1wy1 > .ant-picker-calendar,
35084
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
35085
- width: 100%;
35086
- background-color: rgba(245, 247, 250, 0.6);
35087
- border-top: none;
35295
+ .E_s1at6qmn .ant-layout-sider-children {
35296
+ display: flex;
35297
+ flex-direction: column;
35298
+ justify-content: space-between;
35088
35299
  }
35089
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
35090
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
35091
- padding: 0 16px;
35300
+ .E_s1at6qmn footer {
35301
+ display: flex;
35092
35302
  }
35093
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
35094
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
35095
- width: 100%;
35096
- height: 180px;
35097
- border-spacing: 0;
35303
+ .E_s1at6qmn .ant-menu {
35304
+ background: #edf0f7;
35098
35305
  }
35099
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
35100
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
35101
- margin-bottom: 8px;
35306
+ .E_s1at6qmn .ant-menu a {
35307
+ color: #00122e;
35308
+ width: 180px;
35309
+ overflow: hidden;
35310
+ text-overflow: ellipsis;
35102
35311
  }
35103
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
35104
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
35105
- width: 22px;
35312
+ .E_s1at6qmn .ant-menu-vertical {
35313
+ margin-bottom: 24px;
35106
35314
  }
35107
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
35108
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
35315
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35316
+ margin: 0;
35317
+ }
35318
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35319
+ font-size: 12px;
35320
+ padding: 0 8px 4px;
35321
+ line-height: 18px;
35322
+ }
35323
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35109
35324
  padding: 0;
35110
35325
  }
35111
- .E_clm1wy1 .ant-picker-cell {
35112
- color: rgba(62, 70, 82, 0.6);
35113
- opacity: 0.4;
35326
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35327
+ padding-bottom: 24px;
35114
35328
  }
35115
- .E_clm1wy1 .ant-picker-cell-in-view {
35116
- color: rgba(62, 70, 82, 0.6);
35117
- opacity: 1;
35329
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35330
+ margin-bottom: 24px;
35331
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35118
35332
  }
35119
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
35120
- color: #3e4652;
35333
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35334
+ transition: none;
35335
+ display: flex;
35336
+ align-items: center;
35337
+ height: 32px;
35338
+ line-height: 22px;
35339
+ padding: 0 8px;
35121
35340
  }
35122
- .E_clm1wy1 .ant-picker-cell::before {
35123
- pointer-events: none;
35341
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35342
+ margin-right: 12px;
35124
35343
  }
35125
-
35126
- .E_t1tsm00v {
35127
- color: rgba(129, 138, 153, 0.6);
35128
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
35129
- backdrop-filter: blur(10px);
35130
- padding: 7px 10px;
35344
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35345
+ margin: 0;
35346
+ margin-bottom: 2px;
35347
+ }
35348
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35349
+ background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35350
+ box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35351
+ border-radius: 6px;
35352
+ color: #fff;
35353
+ }
35354
+ .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35355
+ color: #fff;
35356
+ }
35357
+ .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 {
35358
+ background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35359
+ box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35360
+ border-radius: 6px;
35131
35361
  }
35132
35362
 
35133
- .E_c167wnad {
35134
- color: rgba(62, 70, 82, 0.6);
35135
- display: flex;
35136
- justify-content: space-between;
35137
- align-items: center;
35138
- padding: 8px 16px;
35363
+ .E_s1wu0lms .ant-menu-item-group-title {
35364
+ white-space: nowrap;
35365
+ transition: all 0s;
35139
35366
  }
35140
- .E_c167wnad .anticon {
35141
- cursor: pointer;
35367
+ .E_s1wu0lms.shrink {
35368
+ transition: all 0s;
35369
+ overflow: hidden;
35142
35370
  }
35143
- .E_c167wnad .anticon:hover {
35144
- color: #0096ff;
35371
+ .E_s1wu0lms.shrink .ant-menu-item-group-title {
35372
+ visibility: hidden;
35373
+ }
35374
+ .E_s1wu0lms.shrink .ant-menu-item {
35375
+ width: 36px;
35376
+ padding: 0 6px;
35145
35377
  }
35146
35378
 
35147
- .E_cxhf7dh {
35148
- text-align: center;
35149
- }
35150
- .E_cxhf7dh .dots {
35379
+ .E_n1ugzfva {
35151
35380
  display: flex;
35152
- justify-content: center;
35381
+ place-items: center;
35382
+ width: 100% !important;
35153
35383
  }
35154
- .E_cxhf7dh .dot {
35155
- display: inline-block;
35156
- width: 2px;
35157
- height: 2px;
35158
- border-radius: 1px;
35159
- background: #0096ff;
35384
+ .E_n1ugzfva[disabled] {
35385
+ color: rgba(0, 0, 0, 0.25) !important;
35386
+ opacity: 1 !important;
35160
35387
  }
35161
- .E_cxhf7dh .dot:not(:last-child) {
35162
- margin-right: 2px;
35388
+ .E_n1ugzfva.ant-btn {
35389
+ width: 100%;
35390
+ color: #00122e;
35163
35391
  }
35164
- .E_cxhf7dh .bar {
35165
- width: 9px;
35166
- height: 2px;
35167
- background: #0096ff;
35168
- border-radius: 2px;
35392
+ .E_n1ugzfva .icon-wrapper {
35393
+ margin-right: 12px;
35394
+ }
35395
+ .E_n1ugzfva .link-title {
35396
+ flex: 1;
35397
+ overflow: hidden;
35398
+ white-space: nowrap;
35399
+ text-overflow: ellipsis;
35400
+ text-align: left;
35169
35401
  }
35170
35402
 
35171
35403
  .E_c1up1pdz {
@@ -35308,66 +35540,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35308
35540
  color: #fff;
35309
35541
  }
35310
35542
 
35311
- .E_gmyahx3 {
35312
- cursor: pointer;
35313
- }
35314
- .E_gmyahx3 .link-text {
35315
- color: rgba(0, 21, 64, 0.3);
35316
- }
35317
- .E_gmyahx3:hover .link-text {
35318
- color: #0080ff;
35319
- }
35320
-
35321
- span.E_tqjc4ui {
35322
- margin: 0 2px;
35323
- }
35324
-
35325
- .E_n12mqh7z {
35326
- display: flex;
35327
- align-items: center;
35328
- font-size: 12px;
35329
- line-height: 18px;
35330
- }
35331
- .E_n12mqh7z:not(:last-child) {
35332
- margin-bottom: 4px;
35333
- }
35334
-
35335
- .E_tf5bynu {
35336
- margin: 0 3px;
35337
- }
35338
-
35339
- .E_tcckoz1 {
35340
- max-height: 400px;
35341
- overflow: auto;
35342
- }
35343
-
35344
- .E_ou7iq30 {
35345
- overflow: hidden;
35346
- text-overflow: ellipsis;
35347
- }
35348
-
35349
- .E_s1tui002 {
35350
- white-space: nowrap;
35351
- }
35352
-
35353
- .E_mxrc2zg {
35354
- display: -webkit-box;
35355
- -webkit-line-clamp: var(--mxrc2zg-0);
35356
- -webkit-box-orient: vertical;
35357
- word-break: break-all;
35358
- }
35359
-
35360
- .E_t1vv6d68 .ant-tooltip-arrow {
35361
- display: none;
35362
- }
35363
- .E_t1vv6d68 .ant-tooltip-inner {
35364
- background: rgba(23, 38, 64, 0.8);
35365
- border-radius: 4px;
35366
- }
35367
- .E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
35368
- visibility: hidden;
35369
- }
35370
-
35371
35543
  .E_t1sqg15u {
35372
35544
  background: white;
35373
35545
  }
@@ -35458,125 +35630,27 @@ span.E_tqjc4ui {
35458
35630
  padding-right: 12px;
35459
35631
  }
35460
35632
 
35461
- .E_s1at6qmn.ant-layout-sider {
35462
- background: #edf0f7;
35463
- padding: 32px 8px;
35464
- overflow: auto;
35465
- }
35466
- .E_s1at6qmn .ant-layout-sider-children {
35467
- display: flex;
35468
- flex-direction: column;
35469
- justify-content: space-between;
35470
- }
35471
- .E_s1at6qmn footer {
35472
- display: flex;
35473
- }
35474
- .E_s1at6qmn .ant-menu {
35475
- background: #edf0f7;
35476
- }
35477
- .E_s1at6qmn .ant-menu a {
35478
- color: #00122e;
35479
- width: 180px;
35480
- overflow: hidden;
35481
- text-overflow: ellipsis;
35482
- }
35483
- .E_s1at6qmn .ant-menu-vertical {
35484
- margin-bottom: 24px;
35485
- }
35486
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
35487
- margin: 0;
35488
- }
35489
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
35490
- font-size: 12px;
35491
- padding: 0 8px 4px;
35492
- line-height: 18px;
35493
- }
35494
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
35495
- padding: 0;
35496
- }
35497
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
35498
- padding-bottom: 24px;
35499
- }
35500
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
35501
- margin-bottom: 24px;
35502
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
35503
- }
35504
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item {
35505
- transition: none;
35633
+ .E_wg1tsps {
35506
35634
  display: flex;
35507
35635
  align-items: center;
35508
- height: 32px;
35509
- line-height: 22px;
35510
- padding: 0 8px;
35511
- }
35512
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
35513
- margin-right: 12px;
35514
- }
35515
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
35516
- margin: 0;
35517
- margin-bottom: 2px;
35518
- }
35519
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
35520
- background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
35521
- box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
35522
- border-radius: 6px;
35523
- color: #fff;
35524
- }
35525
- .E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
35526
- color: #fff;
35527
- }
35528
- .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 {
35529
- background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
35530
- box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
35531
- border-radius: 6px;
35532
- }
35533
-
35534
- .E_s1wu0lms .ant-menu-item-group-title {
35535
- white-space: nowrap;
35536
- transition: all 0s;
35537
- }
35538
- .E_s1wu0lms.shrink {
35539
- transition: all 0s;
35540
- overflow: hidden;
35541
- }
35542
- .E_s1wu0lms.shrink .ant-menu-item-group-title {
35543
- visibility: hidden;
35544
- }
35545
- .E_s1wu0lms.shrink .ant-menu-item {
35546
- width: 36px;
35547
- padding: 0 6px;
35636
+ justify-content: flex-end;
35548
35637
  }
35549
35638
 
35550
- .E_n1ugzfva {
35639
+ .E_b1ctd5xy {
35551
35640
  display: flex;
35552
- place-items: center;
35553
- width: 100% !important;
35554
- }
35555
- .E_n1ugzfva[disabled] {
35556
- color: rgba(0, 0, 0, 0.25) !important;
35557
- opacity: 1 !important;
35641
+ align-items: center;
35642
+ width: calc(100% - 40px);
35558
35643
  }
35559
- .E_n1ugzfva.ant-btn {
35644
+ .E_b1ctd5xy .chart {
35645
+ display: inline-block;
35560
35646
  width: 100%;
35561
- color: #00122e;
35562
- }
35563
- .E_n1ugzfva .icon-wrapper {
35564
- margin-right: 12px;
35565
- }
35566
- .E_n1ugzfva .link-title {
35567
- flex: 1;
35568
- overflow: hidden;
35569
- white-space: nowrap;
35570
- text-overflow: ellipsis;
35571
- text-align: left;
35572
35647
  }
35573
35648
 
35574
- .E_s1iv0tp1 .enabled-switch {
35575
- display: flex;
35576
- align-items: center;
35649
+ .E_u1p8acpn {
35650
+ min-width: 40px;
35577
35651
  }
35578
- .E_s1iv0tp1 .enabled-text {
35579
- margin-right: 8px;
35652
+ .E_u1p8acpn .unit {
35653
+ color: #00122e !important;
35580
35654
  }
35581
35655
 
35582
35656
  .E_t160l1cm {
@@ -35781,28 +35855,60 @@ span.E_tqjc4ui {
35781
35855
  color: #0080ff;
35782
35856
  background: transparent;
35783
35857
  }
35784
-
35785
- .E_wg1tsps {
35786
- display: flex;
35787
- align-items: center;
35788
- justify-content: flex-end;
35858
+
35859
+ .E_s1iv0tp1 .enabled-switch {
35860
+ display: flex;
35861
+ align-items: center;
35862
+ }
35863
+ .E_s1iv0tp1 .enabled-text {
35864
+ margin-right: 8px;
35865
+ }
35866
+
35867
+ .E_h1ol2wl7 {
35868
+ font-weight: bold;
35869
+ background-color: unset;
35870
+ padding: unset;
35871
+ }
35872
+
35873
+ .E_i5w779o {
35874
+ padding: 8px 0;
35875
+ }
35876
+ .E_i5w779o .col-label {
35877
+ flex-shrink: unset;
35878
+ }
35879
+ .E_i5w779o .col-label * {
35880
+ line-height: 18px;
35881
+ }
35882
+ .E_i5w779o .col-content {
35883
+ flex: 1 1 0;
35884
+ display: flex;
35885
+ align-items: center;
35886
+ }
35887
+ .E_i5w779o .col-content * {
35888
+ line-height: 18px;
35889
+ }
35890
+
35891
+ .E_l18dja44 {
35892
+ padding: 6px 0;
35893
+ }
35894
+ .E_l18dja44 .col-label * {
35895
+ font-size: 13px;
35896
+ line-height: 20px;
35897
+ }
35898
+ .E_l18dja44 .col-content * {
35899
+ font-size: 14px;
35900
+ line-height: 20px;
35789
35901
  }
35790
35902
 
35791
- .E_b1ctd5xy {
35903
+ .E_c8c2hys {
35792
35904
  display: flex;
35793
- align-items: center;
35794
- width: calc(100% - 40px);
35795
- }
35796
- .E_b1ctd5xy .chart {
35797
- display: inline-block;
35798
- width: 100%;
35905
+ justify-content: space-between;
35906
+ flex: 1;
35907
+ min-width: 0;
35799
35908
  }
35800
35909
 
35801
- .E_u1p8acpn {
35802
- min-width: 40px;
35803
- }
35804
- .E_u1p8acpn .unit {
35805
- color: #00122e !important;
35910
+ .E_n4m6c4d {
35911
+ color: rgba(0, 21, 64, 0.3);
35806
35912
  }
35807
35913
 
35808
35914
  .E_cyms3br {
@@ -35858,53 +35964,6 @@ span.E_tqjc4ui {
35858
35964
  justify-content: center;
35859
35965
  }
35860
35966
 
35861
- .E_h1ol2wl7 {
35862
- font-weight: bold;
35863
- background-color: unset;
35864
- padding: unset;
35865
- }
35866
-
35867
- .E_i5w779o {
35868
- padding: 8px 0;
35869
- }
35870
- .E_i5w779o .col-label {
35871
- flex-shrink: unset;
35872
- }
35873
- .E_i5w779o .col-label * {
35874
- line-height: 18px;
35875
- }
35876
- .E_i5w779o .col-content {
35877
- flex: 1 1 0;
35878
- display: flex;
35879
- align-items: center;
35880
- }
35881
- .E_i5w779o .col-content * {
35882
- line-height: 18px;
35883
- }
35884
-
35885
- .E_l18dja44 {
35886
- padding: 6px 0;
35887
- }
35888
- .E_l18dja44 .col-label * {
35889
- font-size: 13px;
35890
- line-height: 20px;
35891
- }
35892
- .E_l18dja44 .col-content * {
35893
- font-size: 14px;
35894
- line-height: 20px;
35895
- }
35896
-
35897
- .E_c8c2hys {
35898
- display: flex;
35899
- justify-content: space-between;
35900
- flex: 1;
35901
- min-width: 0;
35902
- }
35903
-
35904
- .E_n4m6c4d {
35905
- color: rgba(0, 21, 64, 0.3);
35906
- }
35907
-
35908
35967
  .E_kr6am0s .ant-modal-body {
35909
35968
  padding: 60px 128px;
35910
35969
  }
@@ -35968,97 +36027,6 @@ span.E_tqjc4ui {
35968
36027
  background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
35969
36028
  }
35970
36029
 
35971
- .E_c1ss4prm {
35972
- color: rgba(44, 56, 82, 0.6);
35973
- }
35974
- .E_c1ss4prm li {
35975
- margin-bottom: 4px;
35976
- }
35977
- .E_c1ss4prm li:last-child {
35978
- margin-bottom: 0;
35979
- }
35980
-
35981
- .E_ms3tlei {
35982
- background: rgba(225, 230, 241, 0.6);
35983
- padding: 8px;
35984
- border-radius: 6px;
35985
- color: rgba(44, 56, 82, 0.6);
35986
- }
35987
- .E_ms3tlei li {
35988
- margin-bottom: 4px;
35989
- }
35990
- .E_ms3tlei li:last-child {
35991
- margin-bottom: 0;
35992
- }
35993
-
35994
- .E_du44iy7 {
35995
- margin-bottom: 4px;
35996
- }
35997
-
35998
- .E_s1qmhanr {
35999
- color: rgba(44, 56, 82, 0.6);
36000
- margin-bottom: 8px;
36001
- }
36002
-
36003
- .E_drje1h0 {
36004
- height: 1px;
36005
- background: #e4e9f2;
36006
- margin: 16px 0;
36007
- }
36008
-
36009
- .E_c14ouk5o {
36010
- width: 100%;
36011
- height: 100%;
36012
- display: flex;
36013
- font-size: 12px;
36014
- line-height: 18px;
36015
- padding: 8px 0;
36016
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36017
- }
36018
- .E_c14ouk5o:last-of-type {
36019
- box-shadow: none;
36020
- padding-bottom: 0;
36021
- }
36022
- .E_c14ouk5o.collapsed {
36023
- flex-direction: column;
36024
- }
36025
- .E_c14ouk5o.collapsed .collapsed-content {
36026
- display: flex;
36027
- }
36028
- .E_c14ouk5o.collapsed .collapsed-content > span {
36029
- flex: 1;
36030
- display: flex;
36031
- justify-content: space-between;
36032
- }
36033
- .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36034
- height: auto;
36035
- }
36036
- .E_c14ouk5o.collapsed .extra-content {
36037
- margin-left: 162px;
36038
- }
36039
- .E_c14ouk5o .col-label {
36040
- width: 216px;
36041
- color: rgba(44, 56, 82, 0.6);
36042
- margin-right: 12px;
36043
- flex-shrink: 0;
36044
- }
36045
- .E_c14ouk5o .col-content {
36046
- color: #2d3a56;
36047
- /* make btn link in info row have the same height as normal text */
36048
- }
36049
- .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36050
- height: auto;
36051
- }
36052
-
36053
- .E_cevhqx7 {
36054
- color: #00122e;
36055
- }
36056
-
36057
- .E_snbqlt4 {
36058
- margin-top: 8px;
36059
- color: rgba(44, 56, 82, 0.6);
36060
- }
36061
-
36062
36030
  .E_c1kchka8 {
36063
36031
  height: 100%;
36064
36032
  width: 100%;
@@ -36551,6 +36519,97 @@ span.E_tqjc4ui {
36551
36519
  padding: 0;
36552
36520
  }
36553
36521
 
36522
+ .E_c14ouk5o {
36523
+ width: 100%;
36524
+ height: 100%;
36525
+ display: flex;
36526
+ font-size: 12px;
36527
+ line-height: 18px;
36528
+ padding: 8px 0;
36529
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
36530
+ }
36531
+ .E_c14ouk5o:last-of-type {
36532
+ box-shadow: none;
36533
+ padding-bottom: 0;
36534
+ }
36535
+ .E_c14ouk5o.collapsed {
36536
+ flex-direction: column;
36537
+ }
36538
+ .E_c14ouk5o.collapsed .collapsed-content {
36539
+ display: flex;
36540
+ }
36541
+ .E_c14ouk5o.collapsed .collapsed-content > span {
36542
+ flex: 1;
36543
+ display: flex;
36544
+ justify-content: space-between;
36545
+ }
36546
+ .E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
36547
+ height: auto;
36548
+ }
36549
+ .E_c14ouk5o.collapsed .extra-content {
36550
+ margin-left: 162px;
36551
+ }
36552
+ .E_c14ouk5o .col-label {
36553
+ width: 216px;
36554
+ color: rgba(44, 56, 82, 0.6);
36555
+ margin-right: 12px;
36556
+ flex-shrink: 0;
36557
+ }
36558
+ .E_c14ouk5o .col-content {
36559
+ color: #2d3a56;
36560
+ /* make btn link in info row have the same height as normal text */
36561
+ }
36562
+ .E_c14ouk5o .col-content .ant-btn.ant-btn-link {
36563
+ height: auto;
36564
+ }
36565
+
36566
+ .E_cevhqx7 {
36567
+ color: #00122e;
36568
+ }
36569
+
36570
+ .E_snbqlt4 {
36571
+ margin-top: 8px;
36572
+ color: rgba(44, 56, 82, 0.6);
36573
+ }
36574
+
36575
+ .E_c1ss4prm {
36576
+ color: rgba(44, 56, 82, 0.6);
36577
+ }
36578
+ .E_c1ss4prm li {
36579
+ margin-bottom: 4px;
36580
+ }
36581
+ .E_c1ss4prm li:last-child {
36582
+ margin-bottom: 0;
36583
+ }
36584
+
36585
+ .E_ms3tlei {
36586
+ background: rgba(225, 230, 241, 0.6);
36587
+ padding: 8px;
36588
+ border-radius: 6px;
36589
+ color: rgba(44, 56, 82, 0.6);
36590
+ }
36591
+ .E_ms3tlei li {
36592
+ margin-bottom: 4px;
36593
+ }
36594
+ .E_ms3tlei li:last-child {
36595
+ margin-bottom: 0;
36596
+ }
36597
+
36598
+ .E_du44iy7 {
36599
+ margin-bottom: 4px;
36600
+ }
36601
+
36602
+ .E_s1qmhanr {
36603
+ color: rgba(44, 56, 82, 0.6);
36604
+ margin-bottom: 8px;
36605
+ }
36606
+
36607
+ .E_drje1h0 {
36608
+ height: 1px;
36609
+ background: #e4e9f2;
36610
+ margin: 16px 0;
36611
+ }
36612
+
36554
36613
  .E_l12xdkhl {
36555
36614
  width: 64px;
36556
36615
  height: 64px;