@cloudtower/eagle 0.27.85 → 0.27.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -29558,6 +29558,26 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
+ .E_c18gxmrl {
29562
+ border: 1px solid #d8deeb;
29563
+ border-radius: 4px;
29564
+ }
29565
+ .E_c18gxmrl + .E_c18gxmrl {
29566
+ margin-top: 8px;
29567
+ }
29568
+ .E_c18gxmrl:hover {
29569
+ border-color: #0080ff;
29570
+ }
29571
+ .E_c18gxmrl:hover > header {
29572
+ background: rgba(0, 128, 255, 0.1);
29573
+ }
29574
+ .E_c18gxmrl.active header {
29575
+ border-bottom: 1px solid #d8deeb;
29576
+ }
29577
+ .E_c18gxmrl > header {
29578
+ padding: 8px 12px;
29579
+ }
29580
+
29561
29581
  .E_berrcjl {
29562
29582
  color: rgba(10, 37, 85, 0.6);
29563
29583
  margin-bottom: 4px;
@@ -29574,24 +29594,81 @@ html body {
29574
29594
  color: #005ed1;
29575
29595
  }
29576
29596
 
29577
- .E_c18gxmrl {
29578
- border: 1px solid #d8deeb;
29579
- border-radius: 4px;
29597
+ .E_c1uzzomf {
29598
+ margin-bottom: 16px;
29580
29599
  }
29581
- .E_c18gxmrl + .E_c18gxmrl {
29582
- margin-top: 8px;
29600
+ .E_c1uzzomf .card-title {
29601
+ font-size: 16px;
29602
+ color: rgba(44, 56, 82, 0.6);
29603
+ font-weight: 700;
29604
+ line-height: 32px;
29583
29605
  }
29584
- .E_c18gxmrl:hover {
29585
- border-color: #0080ff;
29606
+ .E_c1uzzomf .card-body {
29607
+ padding: 24px;
29608
+ border-radius: 8px;
29609
+ background: #fff;
29586
29610
  }
29587
- .E_c18gxmrl:hover > header {
29588
- background: rgba(0, 128, 255, 0.1);
29611
+ .E_c1uzzomf .empty {
29612
+ font-weight: 700;
29613
+ font-size: 14px;
29614
+ line-height: 22px;
29615
+ color: rgba(0, 21, 64, 0.3);
29616
+ text-align: center;
29589
29617
  }
29590
- .E_c18gxmrl.active header {
29591
- border-bottom: 1px solid #d8deeb;
29618
+
29619
+ .E_m74vjol {
29620
+ display: flex;
29621
+ justify-content: space-between;
29622
+ width: 100%;
29592
29623
  }
29593
- .E_c18gxmrl > header {
29594
- padding: 8px 12px;
29624
+ .E_m74vjol .action {
29625
+ margin-left: 16px;
29626
+ }
29627
+
29628
+ .E_a1o35uvh .ant-alert-message {
29629
+ width: 100%;
29630
+ }
29631
+
29632
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29633
+ padding: 4px 8px 0 8px;
29634
+ color: rgba(44, 56, 82, 0.6);
29635
+ font-size: 12px;
29636
+ }
29637
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29638
+ padding-bottom: 6px;
29639
+ }
29640
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29641
+ padding-top: 4px;
29642
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29643
+ }
29644
+
29645
+ .E_b1nip9bk {
29646
+ padding: 4px 11px;
29647
+ }
29648
+
29649
+ .E_bqamoqe {
29650
+ white-space: nowrap;
29651
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29652
+ }
29653
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29654
+ --color: #0080ff;
29655
+ }
29656
+ .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] {
29657
+ --color: #0080ff;
29658
+ }
29659
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29660
+ margin-left: 1px;
29661
+ }
29662
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29663
+ border-top-right-radius: 0;
29664
+ border-bottom-right-radius: 0;
29665
+ }
29666
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29667
+ border-top-left-radius: 0;
29668
+ border-bottom-left-radius: 0;
29669
+ }
29670
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29671
+ border-radius: unset;
29595
29672
  }
29596
29673
 
29597
29674
  .E_b1wx3t3t.ant-btn-icon-only {
@@ -29844,48 +29921,6 @@ html body {
29844
29921
  padding: 0;
29845
29922
  }
29846
29923
 
29847
- .E_b1nip9bk {
29848
- padding: 4px 11px;
29849
- }
29850
-
29851
- .E_bqamoqe {
29852
- white-space: nowrap;
29853
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29854
- }
29855
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29856
- --color: #0080ff;
29857
- }
29858
- .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] {
29859
- --color: #0080ff;
29860
- }
29861
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29862
- margin-left: 1px;
29863
- }
29864
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29865
- border-top-right-radius: 0;
29866
- border-bottom-right-radius: 0;
29867
- }
29868
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29869
- border-top-left-radius: 0;
29870
- border-bottom-left-radius: 0;
29871
- }
29872
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29873
- border-radius: unset;
29874
- }
29875
-
29876
- .E_m74vjol {
29877
- display: flex;
29878
- justify-content: space-between;
29879
- width: 100%;
29880
- }
29881
- .E_m74vjol .action {
29882
- margin-left: 16px;
29883
- }
29884
-
29885
- .E_a1o35uvh .ant-alert-message {
29886
- width: 100%;
29887
- }
29888
-
29889
29924
  .E_d1bw7c5z {
29890
29925
  position: relative;
29891
29926
  max-width: 388px;
@@ -29969,41 +30004,6 @@ html body {
29969
30004
  width: 102px;
29970
30005
  }
29971
30006
 
29972
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29973
- padding: 4px 8px 0 8px;
29974
- color: rgba(44, 56, 82, 0.6);
29975
- font-size: 12px;
29976
- }
29977
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29978
- padding-bottom: 6px;
29979
- }
29980
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29981
- padding-top: 4px;
29982
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29983
- }
29984
-
29985
- .E_c1uzzomf {
29986
- margin-bottom: 16px;
29987
- }
29988
- .E_c1uzzomf .card-title {
29989
- font-size: 16px;
29990
- color: rgba(44, 56, 82, 0.6);
29991
- font-weight: 700;
29992
- line-height: 32px;
29993
- }
29994
- .E_c1uzzomf .card-body {
29995
- padding: 24px;
29996
- border-radius: 8px;
29997
- background: #fff;
29998
- }
29999
- .E_c1uzzomf .empty {
30000
- font-weight: 700;
30001
- font-size: 14px;
30002
- line-height: 22px;
30003
- color: rgba(0, 21, 64, 0.3);
30004
- text-align: center;
30005
- }
30006
-
30007
30007
  .E_c1yyuluq {
30008
30008
  border-radius: 8px;
30009
30009
  }
@@ -30297,6 +30297,16 @@ html body {
30297
30297
  transform: rotate(180deg);
30298
30298
  }
30299
30299
 
30300
+ .E_ivqqkzv {
30301
+ height: 24px;
30302
+ width: 56px !important;
30303
+ margin-right: 4px;
30304
+ }
30305
+
30306
+ .E_c1wk4q29 {
30307
+ color: rgba(44, 56, 82, 0.6);
30308
+ }
30309
+
30300
30310
  .E_c1bus5hc {
30301
30311
  --color: white;
30302
30312
  height: 14px;
@@ -30337,16 +30347,6 @@ html body {
30337
30347
  transform: rotate(0deg);
30338
30348
  }
30339
30349
 
30340
- .E_ivqqkzv {
30341
- height: 24px;
30342
- width: 56px !important;
30343
- margin-right: 4px;
30344
- }
30345
-
30346
- .E_c1wk4q29 {
30347
- color: rgba(44, 56, 82, 0.6);
30348
- }
30349
-
30350
30350
  .E_s1dizucg.ant-switch {
30351
30351
  min-width: 40px;
30352
30352
  height: 24px;
@@ -30402,43 +30402,124 @@ html body {
30402
30402
  margin-left: 5px;
30403
30403
  }
30404
30404
 
30405
- .E_s1ebs0ra {
30406
- display: flex;
30407
- align-items: center;
30408
- justify-content: space-between;
30409
- background: #edf0f7;
30410
- padding: 8px 12px;
30411
- position: sticky;
30412
- top: 0;
30413
- z-index: 1;
30414
- margin-bottom: -52px;
30405
+ .E_s1dni7lo {
30406
+ width: 430px !important;
30415
30407
  }
30416
- .E_s1ebs0ra .select-total {
30408
+
30409
+ .E_d1wwmmm5 .ant-select-item-group {
30410
+ padding: 8px 16px;
30411
+ line-height: 18px;
30412
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30413
+ height: 34px;
30414
+ min-height: 34px;
30415
+ box-sizing: border-box;
30416
+ margin-top: 8px;
30417
+ }
30418
+
30419
+ .E_o1ugr09p {
30417
30420
  display: flex;
30418
- align-items: center;
30419
- font-weight: 700;
30420
- flex-shrink: 0;
30421
+ flex-direction: column;
30422
+ margin: 1px 8px;
30423
+ padding: 8px;
30424
+ border-radius: 4px;
30421
30425
  }
30422
- .E_s1ebs0ra .select-total .icon-wrapper {
30423
- cursor: pointer;
30424
- margin-left: 8px;
30425
- width: 32px;
30426
- height: 32px;
30427
- border-radius: 50%;
30428
- justify-content: center;
30426
+ .E_o1ugr09p .selected-icon {
30427
+ display: none;
30429
30428
  }
30430
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
30431
- background: rgba(225, 230, 241, 0.6);
30429
+ .E_o1ugr09p.ant-select-item-option-grouped {
30430
+ padding-left: 8px;
30432
30431
  }
30433
- .E_s1ebs0ra .action-group {
30434
- flex: 1;
30435
- margin-left: 88px;
30436
- white-space: nowrap;
30437
- text-align: right;
30438
- position: relative;
30439
- padding: 4px 0;
30440
- margin-top: -4px;
30441
- overflow: hidden;
30432
+ .E_o1ugr09p.ant-select-item-option-selected {
30433
+ background-color: white;
30434
+ }
30435
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30436
+ color: #0080ff;
30437
+ }
30438
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30439
+ display: block;
30440
+ }
30441
+ .E_o1ugr09p.ant-select-item-option-active {
30442
+ background: rgba(0, 136, 255, 0.16);
30443
+ }
30444
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30445
+ color: #0080ff;
30446
+ }
30447
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30448
+ background: rgba(0, 136, 255, 0.1);
30449
+ color: #0080ff;
30450
+ }
30451
+
30452
+ .E_o1ifxsq4 {
30453
+ display: flex;
30454
+ justify-content: space-between;
30455
+ height: 20px;
30456
+ line-height: 20px;
30457
+ }
30458
+ .E_o1ifxsq4 .timezone-title {
30459
+ color: #2d3a56;
30460
+ overflow: hidden;
30461
+ text-overflow: ellipsis;
30462
+ }
30463
+
30464
+ .E_o1zue7 {
30465
+ display: flex;
30466
+ justify-content: space-between;
30467
+ color: rgba(44, 56, 82, 0.6);
30468
+ height: 18px;
30469
+ line-height: 18px;
30470
+ margin-top: 2px;
30471
+ }
30472
+
30473
+ .E_tyfmlxg {
30474
+ border: none;
30475
+ margin-right: 0;
30476
+ background: rgba(225, 230, 241, 0.6);
30477
+ }
30478
+
30479
+ .E_o18uybox {
30480
+ pointer-events: none;
30481
+ height: 32px;
30482
+ width: 100%;
30483
+ opacity: 0;
30484
+ }
30485
+
30486
+ .E_s1ebs0ra {
30487
+ display: flex;
30488
+ align-items: center;
30489
+ justify-content: space-between;
30490
+ background: #edf0f7;
30491
+ padding: 8px 12px;
30492
+ position: sticky;
30493
+ top: 0;
30494
+ z-index: 1;
30495
+ margin-bottom: -52px;
30496
+ }
30497
+ .E_s1ebs0ra .select-total {
30498
+ display: flex;
30499
+ align-items: center;
30500
+ font-weight: 700;
30501
+ flex-shrink: 0;
30502
+ }
30503
+ .E_s1ebs0ra .select-total .icon-wrapper {
30504
+ cursor: pointer;
30505
+ margin-left: 8px;
30506
+ width: 32px;
30507
+ height: 32px;
30508
+ border-radius: 50%;
30509
+ justify-content: center;
30510
+ }
30511
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30512
+ background: rgba(225, 230, 241, 0.6);
30513
+ }
30514
+ .E_s1ebs0ra .action-group {
30515
+ flex: 1;
30516
+ margin-left: 88px;
30517
+ white-space: nowrap;
30518
+ text-align: right;
30519
+ position: relative;
30520
+ padding: 4px 0;
30521
+ margin-top: -4px;
30522
+ overflow: hidden;
30442
30523
  }
30443
30524
  .E_s1ebs0ra .action-group .sub-menu-delete {
30444
30525
  transform: translateY(-4px);
@@ -30467,57 +30548,6 @@ html body {
30467
30548
  margin-right: 4px;
30468
30549
  }
30469
30550
 
30470
- .E_c18bcrac {
30471
- display: inline-block;
30472
- width: 100%;
30473
- }
30474
- .E_c18bcrac .recharts-wrapper {
30475
- margin-left: 4px;
30476
- }
30477
-
30478
- .E_cro7kg2 {
30479
- padding: 4px;
30480
- }
30481
-
30482
- .E_c14wcxf0 {
30483
- display: flex;
30484
- justify-content: space-between;
30485
- align-items: center;
30486
- font-size: 13px;
30487
- line-height: 24px;
30488
- color: #cccccc;
30489
- white-space: nowrap;
30490
- }
30491
- .E_c14wcxf0 label {
30492
- margin-right: 32px;
30493
- }
30494
-
30495
- .E_coy29mj.E_c14wcxf0 {
30496
- font-weight: bold;
30497
- color: white;
30498
- }
30499
-
30500
- .E_s11212zy {
30501
- width: 8px;
30502
- height: 8px;
30503
- border-radius: 2px;
30504
- display: inline-block;
30505
- background: var(--s11212zy-0);
30506
- border: 1px solid #fff;
30507
- box-sizing: content-box;
30508
- margin-right: 6px;
30509
- }
30510
-
30511
- .E_p1lyky6c > :first-child {
30512
- font-weight: bold;
30513
- color: white;
30514
- margin-right: 4px;
30515
- }
30516
-
30517
- .E_iq1gosr {
30518
- display: inline-block;
30519
- }
30520
-
30521
30551
  .E_s1sck0th {
30522
30552
  padding: 0 8px;
30523
30553
  border-radius: 4px;
@@ -30600,95 +30630,6 @@ html body {
30600
30630
  background-color: #7E41FF;
30601
30631
  }
30602
30632
 
30603
- .E_s1dni7lo {
30604
- width: 430px !important;
30605
- }
30606
-
30607
- .E_d1wwmmm5 .ant-select-item-group {
30608
- padding: 8px 16px;
30609
- line-height: 18px;
30610
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30611
- height: 34px;
30612
- min-height: 34px;
30613
- box-sizing: border-box;
30614
- margin-top: 8px;
30615
- }
30616
-
30617
- .E_o1ugr09p {
30618
- display: flex;
30619
- flex-direction: column;
30620
- margin: 1px 8px;
30621
- padding: 8px;
30622
- border-radius: 4px;
30623
- }
30624
- .E_o1ugr09p .selected-icon {
30625
- display: none;
30626
- }
30627
- .E_o1ugr09p.ant-select-item-option-grouped {
30628
- padding-left: 8px;
30629
- }
30630
- .E_o1ugr09p.ant-select-item-option-selected {
30631
- background-color: white;
30632
- }
30633
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30634
- color: #0080ff;
30635
- }
30636
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30637
- display: block;
30638
- }
30639
- .E_o1ugr09p.ant-select-item-option-active {
30640
- background: rgba(0, 136, 255, 0.16);
30641
- }
30642
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30643
- color: #0080ff;
30644
- }
30645
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30646
- background: rgba(0, 136, 255, 0.1);
30647
- color: #0080ff;
30648
- }
30649
-
30650
- .E_o1ifxsq4 {
30651
- display: flex;
30652
- justify-content: space-between;
30653
- height: 20px;
30654
- line-height: 20px;
30655
- }
30656
- .E_o1ifxsq4 .timezone-title {
30657
- color: #2d3a56;
30658
- overflow: hidden;
30659
- text-overflow: ellipsis;
30660
- }
30661
-
30662
- .E_o1zue7 {
30663
- display: flex;
30664
- justify-content: space-between;
30665
- color: rgba(44, 56, 82, 0.6);
30666
- height: 18px;
30667
- line-height: 18px;
30668
- margin-top: 2px;
30669
- }
30670
-
30671
- .E_tyfmlxg {
30672
- border: none;
30673
- margin-right: 0;
30674
- background: rgba(225, 230, 241, 0.6);
30675
- }
30676
-
30677
- .E_o18uybox {
30678
- pointer-events: none;
30679
- height: 32px;
30680
- width: 100%;
30681
- opacity: 0;
30682
- }
30683
-
30684
- .E_t1m2x205 .ant-tooltip-arrow {
30685
- display: none;
30686
- }
30687
- .E_t1m2x205 .ant-tooltip-inner {
30688
- background: rgba(23, 38, 64, 0.8);
30689
- border-radius: 4px;
30690
- }
30691
-
30692
30633
  .E_clm1wy1 {
30693
30634
  width: 192px;
30694
30635
  height: 246px;
@@ -30782,14 +30723,219 @@ html body {
30782
30723
  border-radius: 2px;
30783
30724
  }
30784
30725
 
30785
- .E_gmyahx3 {
30726
+ .E_t1m2x205 .ant-tooltip-arrow {
30727
+ display: none;
30728
+ }
30729
+ .E_t1m2x205 .ant-tooltip-inner {
30730
+ background: rgba(23, 38, 64, 0.8);
30731
+ border-radius: 4px;
30732
+ }
30733
+
30734
+ .E_c18bcrac {
30735
+ display: inline-block;
30736
+ width: 100%;
30737
+ }
30738
+ .E_c18bcrac .recharts-wrapper {
30739
+ margin-left: 4px;
30740
+ }
30741
+
30742
+ .E_cro7kg2 {
30743
+ padding: 4px;
30744
+ }
30745
+
30746
+ .E_c14wcxf0 {
30747
+ display: flex;
30748
+ justify-content: space-between;
30749
+ align-items: center;
30750
+ font-size: 13px;
30751
+ line-height: 24px;
30752
+ color: #cccccc;
30753
+ white-space: nowrap;
30754
+ }
30755
+ .E_c14wcxf0 label {
30756
+ margin-right: 32px;
30757
+ }
30758
+
30759
+ .E_coy29mj.E_c14wcxf0 {
30760
+ font-weight: bold;
30761
+ color: white;
30762
+ }
30763
+
30764
+ .E_s11212zy {
30765
+ width: 8px;
30766
+ height: 8px;
30767
+ border-radius: 2px;
30768
+ display: inline-block;
30769
+ background: var(--s11212zy-0);
30770
+ border: 1px solid #fff;
30771
+ box-sizing: content-box;
30772
+ margin-right: 6px;
30773
+ }
30774
+
30775
+ .E_p1lyky6c > :first-child {
30776
+ font-weight: bold;
30777
+ color: white;
30778
+ margin-right: 4px;
30779
+ }
30780
+
30781
+ .E_iq1gosr {
30782
+ display: inline-block;
30783
+ }
30784
+
30785
+ .E_c1up1pdz {
30786
+ width: 648px;
30787
+ }
30788
+ .E_c1up1pdz.active {
30789
+ border-color: #0080ff;
30790
+ }
30791
+ .E_c1up1pdz.active > header {
30792
+ background: rgba(0, 128, 255, 0.1);
30793
+ }
30794
+ .E_c1up1pdz .expand {
30795
+ padding: 12px;
30796
+ }
30797
+ .E_c1up1pdz .field-item {
30798
+ display: flex;
30799
+ padding: 10px 0;
30800
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30801
+ }
30802
+ .E_c1up1pdz .field-item:last-child {
30803
+ border-bottom: none;
30804
+ padding-bottom: 0;
30805
+ }
30806
+ .E_c1up1pdz .field-item label {
30807
+ line-height: 32px;
30808
+ width: 100px;
30809
+ color: rgba(62, 70, 82, 0.6);
30810
+ }
30811
+ .E_c1up1pdz .help {
30812
+ color: rgba(62, 70, 82, 0.6);
30813
+ margin-top: 5px;
30814
+ }
30815
+ .E_c1up1pdz .ant-input-affix-wrapper,
30816
+ .E_c1up1pdz .ant-picker {
30817
+ width: 128px;
30818
+ }
30819
+
30820
+ .E_c156wh19 {
30821
+ display: flex;
30822
+ align-items: center;
30823
+ justify-content: space-between;
30824
+ word-break: keep-all;
30825
+ }
30826
+ .E_c156wh19 .title {
30827
+ margin: 0 16px 0 8px;
30828
+ }
30829
+ .E_c156wh19 .retain {
30830
+ color: rgba(129, 138, 153, 0.6);
30831
+ }
30832
+ .E_c156wh19 div.left {
30833
+ flex: 1;
30834
+ display: flex;
30835
+ overflow: hidden;
30836
+ align-items: center;
30837
+ justify-content: flex-start;
30838
+ white-space: nowrap;
30839
+ }
30840
+ .E_c156wh19 div.left .title {
30841
+ max-width: 100%;
30842
+ overflow: hidden;
30843
+ text-overflow: ellipsis;
30844
+ }
30845
+ .E_c156wh19 div.right {
30846
+ display: flex;
30847
+ align-items: center;
30848
+ }
30849
+ .E_c156wh19 .reverse {
30850
+ display: flex;
30851
+ flex-direction: row-reverse;
30852
+ align-items: center;
30853
+ }
30854
+ .E_c156wh19 .reverse .ant-switch {
30855
+ margin-left: 8px;
30856
+ }
30857
+ .E_c156wh19 .close {
30858
+ padding-left: 14px;
30859
+ margin-left: 14px;
30860
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
30786
30861
  cursor: pointer;
30787
30862
  }
30788
- .E_gmyahx3 .link-text {
30789
- color: rgba(0, 21, 64, 0.3);
30863
+
30864
+ .E_m126spxy {
30865
+ padding-bottom: 4px;
30866
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30790
30867
  }
30791
- .E_gmyahx3:hover .link-text {
30792
- color: #0080ff;
30868
+ .E_m126spxy .ant-btn-link {
30869
+ padding: 1px 10px;
30870
+ color: rgba(62, 70, 82, 0.6);
30871
+ border-radius: 4px;
30872
+ }
30873
+ .E_m126spxy .ant-btn-link.active {
30874
+ background: rgba(0, 128, 255, 0.1);
30875
+ color: #0096ff;
30876
+ }
30877
+
30878
+ .E_wpbf4pq {
30879
+ padding: 10px 0;
30880
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30881
+ }
30882
+ .E_wpbf4pq .ant-input,
30883
+ .E_wpbf4pq .ant-picker {
30884
+ width: 80px;
30885
+ margin: 0 9px;
30886
+ text-align: center;
30887
+ }
30888
+ .E_wpbf4pq .options {
30889
+ padding: 12px 0 12px 16px;
30890
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30891
+ margin: 5px 0 5px 8px;
30892
+ }
30893
+ .E_wpbf4pq .week-day-option,
30894
+ .E_wpbf4pq .month-day-option {
30895
+ background: #f5f7fa;
30896
+ box-sizing: border-box;
30897
+ border-radius: 16px;
30898
+ margin-right: 8px;
30899
+ }
30900
+ .E_wpbf4pq .week-day-option:focus,
30901
+ .E_wpbf4pq .month-day-option:focus {
30902
+ color: inherit;
30903
+ border-color: #d9d9d9;
30904
+ }
30905
+ .E_wpbf4pq .week-day-option.active {
30906
+ background-color: #0096ff;
30907
+ border-color: #0096ff;
30908
+ color: #fff;
30909
+ }
30910
+ .E_wpbf4pq .week-day-option.en-text {
30911
+ width: 110px;
30912
+ margin-top: 4px;
30913
+ }
30914
+ .E_wpbf4pq .month-day-option {
30915
+ width: 32px;
30916
+ padding: 0;
30917
+ margin-bottom: 8px;
30918
+ }
30919
+ .E_wpbf4pq .month-day-option.active {
30920
+ background-color: #0096ff;
30921
+ border-color: #0096ff;
30922
+ color: #fff;
30923
+ }
30924
+
30925
+ .E_ou7iq30 {
30926
+ overflow: hidden;
30927
+ text-overflow: ellipsis;
30928
+ }
30929
+
30930
+ .E_s1tui002 {
30931
+ white-space: nowrap;
30932
+ }
30933
+
30934
+ .E_mxrc2zg {
30935
+ display: -webkit-box;
30936
+ -webkit-line-clamp: var(--mxrc2zg-0);
30937
+ -webkit-box-orient: vertical;
30938
+ word-break: break-all;
30793
30939
  }
30794
30940
 
30795
30941
  .E_n12mqh7z {
@@ -30811,10 +30957,6 @@ html body {
30811
30957
  overflow: auto;
30812
30958
  }
30813
30959
 
30814
- .E_tqjc4ui {
30815
- margin: 0 2px;
30816
- }
30817
-
30818
30960
  .E_skwah65 {
30819
30961
  height: 8px;
30820
30962
  box-sizing: border-box;
@@ -30828,6 +30970,10 @@ html body {
30828
30970
  margin-left: 1px;
30829
30971
  }
30830
30972
 
30973
+ .E_tqjc4ui {
30974
+ margin: 0 2px;
30975
+ }
30976
+
30831
30977
  .E_t1sqg15u {
30832
30978
  background: white;
30833
30979
  }
@@ -30918,6 +31064,23 @@ html body {
30918
31064
  padding-right: 12px;
30919
31065
  }
30920
31066
 
31067
+ .E_gmyahx3 {
31068
+ cursor: pointer;
31069
+ }
31070
+ .E_gmyahx3 .link-text {
31071
+ color: rgba(0, 21, 64, 0.3);
31072
+ }
31073
+ .E_gmyahx3:hover .link-text {
31074
+ color: #0080ff;
31075
+ }
31076
+
31077
+ .E_tje3huy {
31078
+ width: 100%;
31079
+ overflow: inherit;
31080
+ white-space: inherit;
31081
+ text-overflow: ellipsis;
31082
+ }
31083
+
30921
31084
  .E_wg1tsps {
30922
31085
  display: flex;
30923
31086
  align-items: center;
@@ -30949,169 +31112,6 @@ html body {
30949
31112
  margin-right: 8px;
30950
31113
  }
30951
31114
 
30952
- .E_tje3huy {
30953
- width: 100%;
30954
- overflow: inherit;
30955
- white-space: inherit;
30956
- text-overflow: ellipsis;
30957
- }
30958
-
30959
- .E_ou7iq30 {
30960
- overflow: hidden;
30961
- text-overflow: ellipsis;
30962
- }
30963
-
30964
- .E_s1tui002 {
30965
- white-space: nowrap;
30966
- }
30967
-
30968
- .E_mxrc2zg {
30969
- display: -webkit-box;
30970
- -webkit-line-clamp: var(--mxrc2zg-0);
30971
- -webkit-box-orient: vertical;
30972
- word-break: break-all;
30973
- }
30974
-
30975
- .E_c1up1pdz {
30976
- width: 648px;
30977
- }
30978
- .E_c1up1pdz.active {
30979
- border-color: #0080ff;
30980
- }
30981
- .E_c1up1pdz.active > header {
30982
- background: rgba(0, 128, 255, 0.1);
30983
- }
30984
- .E_c1up1pdz .expand {
30985
- padding: 12px;
30986
- }
30987
- .E_c1up1pdz .field-item {
30988
- display: flex;
30989
- padding: 10px 0;
30990
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30991
- }
30992
- .E_c1up1pdz .field-item:last-child {
30993
- border-bottom: none;
30994
- padding-bottom: 0;
30995
- }
30996
- .E_c1up1pdz .field-item label {
30997
- line-height: 32px;
30998
- width: 100px;
30999
- color: rgba(62, 70, 82, 0.6);
31000
- }
31001
- .E_c1up1pdz .help {
31002
- color: rgba(62, 70, 82, 0.6);
31003
- margin-top: 5px;
31004
- }
31005
- .E_c1up1pdz .ant-input-affix-wrapper,
31006
- .E_c1up1pdz .ant-picker {
31007
- width: 128px;
31008
- }
31009
-
31010
- .E_c156wh19 {
31011
- display: flex;
31012
- align-items: center;
31013
- justify-content: space-between;
31014
- word-break: keep-all;
31015
- }
31016
- .E_c156wh19 .title {
31017
- margin: 0 16px 0 8px;
31018
- }
31019
- .E_c156wh19 .retain {
31020
- color: rgba(129, 138, 153, 0.6);
31021
- }
31022
- .E_c156wh19 div.left {
31023
- flex: 1;
31024
- display: flex;
31025
- overflow: hidden;
31026
- align-items: center;
31027
- justify-content: flex-start;
31028
- white-space: nowrap;
31029
- }
31030
- .E_c156wh19 div.left .title {
31031
- max-width: 100%;
31032
- overflow: hidden;
31033
- text-overflow: ellipsis;
31034
- }
31035
- .E_c156wh19 div.right {
31036
- display: flex;
31037
- align-items: center;
31038
- }
31039
- .E_c156wh19 .reverse {
31040
- display: flex;
31041
- flex-direction: row-reverse;
31042
- align-items: center;
31043
- }
31044
- .E_c156wh19 .reverse .ant-switch {
31045
- margin-left: 8px;
31046
- }
31047
- .E_c156wh19 .close {
31048
- padding-left: 14px;
31049
- margin-left: 14px;
31050
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31051
- cursor: pointer;
31052
- }
31053
-
31054
- .E_m126spxy {
31055
- padding-bottom: 4px;
31056
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31057
- }
31058
- .E_m126spxy .ant-btn-link {
31059
- padding: 1px 10px;
31060
- color: rgba(62, 70, 82, 0.6);
31061
- border-radius: 4px;
31062
- }
31063
- .E_m126spxy .ant-btn-link.active {
31064
- background: rgba(0, 128, 255, 0.1);
31065
- color: #0096ff;
31066
- }
31067
-
31068
- .E_wpbf4pq {
31069
- padding: 10px 0;
31070
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31071
- }
31072
- .E_wpbf4pq .ant-input,
31073
- .E_wpbf4pq .ant-picker {
31074
- width: 80px;
31075
- margin: 0 9px;
31076
- text-align: center;
31077
- }
31078
- .E_wpbf4pq .options {
31079
- padding: 12px 0 12px 16px;
31080
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31081
- margin: 5px 0 5px 8px;
31082
- }
31083
- .E_wpbf4pq .week-day-option,
31084
- .E_wpbf4pq .month-day-option {
31085
- background: #f5f7fa;
31086
- box-sizing: border-box;
31087
- border-radius: 16px;
31088
- margin-right: 8px;
31089
- }
31090
- .E_wpbf4pq .week-day-option:focus,
31091
- .E_wpbf4pq .month-day-option:focus {
31092
- color: inherit;
31093
- border-color: #d9d9d9;
31094
- }
31095
- .E_wpbf4pq .week-day-option.active {
31096
- background-color: #0096ff;
31097
- border-color: #0096ff;
31098
- color: #fff;
31099
- }
31100
- .E_wpbf4pq .week-day-option.en-text {
31101
- width: 110px;
31102
- margin-top: 4px;
31103
- }
31104
- .E_wpbf4pq .month-day-option {
31105
- width: 32px;
31106
- padding: 0;
31107
- margin-bottom: 8px;
31108
- }
31109
- .E_wpbf4pq .month-day-option.active {
31110
- background-color: #0096ff;
31111
- border-color: #0096ff;
31112
- color: #fff;
31113
- }
31114
-
31115
31115
  .E_t160l1cm {
31116
31116
  display: flex;
31117
31117
  flex-direction: column;
@@ -31361,37 +31361,6 @@ html body {
31361
31361
  animation: rotate 680ms linear infinite;
31362
31362
  }
31363
31363
 
31364
- .E_f7pxqmh {
31365
- width: 100%;
31366
- margin-bottom: 0 !important;
31367
- flex-flow: nowrap !important;
31368
- line-break: auto;
31369
- }
31370
- .E_f7pxqmh > .ant-form-item-label {
31371
- text-align: left !important;
31372
- padding-bottom: 0 !important;
31373
- }
31374
- .E_f7pxqmh > .ant-form-item-label > label {
31375
- min-height: 32px;
31376
- height: auto;
31377
- font-size: 13px;
31378
- color: rgba(44, 56, 82, 0.6);
31379
- white-space: normal;
31380
- }
31381
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
31382
- border-color: #ff4d4f !important;
31383
- }
31384
- .E_f7pxqmh .ant-form-item-explain {
31385
- margin-top: 4px;
31386
- font-size: 12px;
31387
- min-height: 0px;
31388
- }
31389
- .E_f7pxqmh .ant-form-item-extra {
31390
- font-size: 12px;
31391
- color: rgba(44, 56, 82, 0.6);
31392
- min-height: 0px;
31393
- }
31394
-
31395
31364
  .E_a1wfy30z .ant-input-number-handler-wrap {
31396
31365
  display: var(--a1wfy30z-0);
31397
31366
  }
@@ -31410,86 +31379,57 @@ html body {
31410
31379
  }
31411
31380
  .E_a1wfy30z .ant-input-number-input-wrap::before {
31412
31381
  content: var(--a1wfy30z-3);
31413
- display: var(--a1wfy30z-4);
31414
- flex: none;
31415
- align-items: center;
31416
- margin-right: 4px;
31417
- cursor: auto;
31418
- }
31419
- .E_a1wfy30z .ant-input-number-input {
31420
- padding: 0;
31421
- margin: 0;
31422
- height: auto;
31423
- font-size: inherit;
31424
- }
31425
-
31426
- .E_owd0kml {
31427
- display: inline-block;
31428
- }
31429
-
31430
- .E_h1jsgezc {
31431
- visibility: hidden;
31432
- position: absolute;
31433
- }
31434
-
31435
- .E_ai7qkf2 .ant-input-number-handler-wrap {
31436
- display: var(--ai7qkf2-0);
31437
- }
31438
- .E_ai7qkf2 .ant-input-number-input-wrap {
31439
- display: inline-flex;
31440
- line-height: 1.5715;
31441
- height: 100%;
31442
- width: 100%;
31443
- }
31444
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
31445
- content: var(--ai7qkf2-1);
31446
- display: var(--ai7qkf2-2);
31447
- flex: none;
31448
- align-items: center;
31449
- margin-left: 4px;
31450
- padding: 5px 12px 5px 0;
31451
- color: rgba(44, 56, 82, 0.6);
31452
- }
31453
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
31454
- content: var(--ai7qkf2-3);
31455
- display: var(--ai7qkf2-4);
31382
+ display: var(--a1wfy30z-4);
31456
31383
  flex: none;
31457
31384
  align-items: center;
31458
31385
  margin-right: 4px;
31459
31386
  cursor: auto;
31460
- color: rgba(44, 56, 82, 0.6);
31461
31387
  }
31462
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31463
- border-radius: 0;
31388
+ .E_a1wfy30z .ant-input-number-input {
31389
+ padding: 0;
31390
+ margin: 0;
31391
+ height: auto;
31392
+ font-size: inherit;
31464
31393
  }
31465
- .E_ai7qkf2.ant-input-number {
31394
+
31395
+ .E_f7pxqmh {
31466
31396
  width: 100%;
31467
- border-radius: 6px;
31397
+ margin-bottom: 0 !important;
31398
+ flex-flow: nowrap !important;
31399
+ line-break: auto;
31468
31400
  }
31469
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31470
- border-color: #0096ff;
31471
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31472
- z-index: 1;
31401
+ .E_f7pxqmh > .ant-form-item-label {
31402
+ text-align: left !important;
31403
+ padding-bottom: 0 !important;
31473
31404
  }
31474
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31475
- border-color: #e75a3a;
31476
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31405
+ .E_f7pxqmh > .ant-form-item-label > label {
31406
+ min-height: 32px;
31407
+ height: auto;
31408
+ font-size: 13px;
31409
+ color: rgba(44, 56, 82, 0.6);
31410
+ white-space: normal;
31477
31411
  }
31478
- .E_ai7qkf2 .ant-input-number-input {
31479
- height: 30px;
31480
- border: 1px;
31481
- padding: 5px 12px;
31482
- font-size: inherit;
31412
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31413
+ border-color: #ff4d4f !important;
31483
31414
  }
31484
- .E_ai7qkf2.ant-input-number-lg input {
31485
- height: 38px;
31486
- border: 1px;
31487
- padding: 8px 16px;
31415
+ .E_f7pxqmh .ant-form-item-explain {
31416
+ margin-top: 4px;
31417
+ font-size: 12px;
31418
+ min-height: 0px;
31488
31419
  }
31489
- .E_ai7qkf2.ant-input-number-sm input {
31490
- height: 22px;
31491
- border: 1px;
31492
- padding: 2px 8px;
31420
+ .E_f7pxqmh .ant-form-item-extra {
31421
+ font-size: 12px;
31422
+ color: rgba(44, 56, 82, 0.6);
31423
+ min-height: 0px;
31424
+ }
31425
+
31426
+ .E_owd0kml {
31427
+ display: inline-block;
31428
+ }
31429
+
31430
+ .E_h1jsgezc {
31431
+ visibility: hidden;
31432
+ position: absolute;
31493
31433
  }
31494
31434
 
31495
31435
  .E_dsnbhzf {
@@ -31967,6 +31907,66 @@ html body {
31967
31907
  line-height: 12px;
31968
31908
  }
31969
31909
 
31910
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31911
+ display: var(--ai7qkf2-0);
31912
+ }
31913
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31914
+ display: inline-flex;
31915
+ line-height: 1.5715;
31916
+ height: 100%;
31917
+ width: 100%;
31918
+ }
31919
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31920
+ content: var(--ai7qkf2-1);
31921
+ display: var(--ai7qkf2-2);
31922
+ flex: none;
31923
+ align-items: center;
31924
+ margin-left: 4px;
31925
+ padding: 5px 12px 5px 0;
31926
+ color: rgba(44, 56, 82, 0.6);
31927
+ }
31928
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31929
+ content: var(--ai7qkf2-3);
31930
+ display: var(--ai7qkf2-4);
31931
+ flex: none;
31932
+ align-items: center;
31933
+ margin-right: 4px;
31934
+ cursor: auto;
31935
+ color: rgba(44, 56, 82, 0.6);
31936
+ }
31937
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31938
+ border-radius: 0;
31939
+ }
31940
+ .E_ai7qkf2.ant-input-number {
31941
+ width: 100%;
31942
+ border-radius: 6px;
31943
+ }
31944
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31945
+ border-color: #0096ff;
31946
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31947
+ z-index: 1;
31948
+ }
31949
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31950
+ border-color: #e75a3a;
31951
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31952
+ }
31953
+ .E_ai7qkf2 .ant-input-number-input {
31954
+ height: 30px;
31955
+ border: 1px;
31956
+ padding: 5px 12px;
31957
+ font-size: inherit;
31958
+ }
31959
+ .E_ai7qkf2.ant-input-number-lg input {
31960
+ height: 38px;
31961
+ border: 1px;
31962
+ padding: 8px 16px;
31963
+ }
31964
+ .E_ai7qkf2.ant-input-number-sm input {
31965
+ height: 22px;
31966
+ border: 1px;
31967
+ padding: 2px 8px;
31968
+ }
31969
+
31970
31970
  .E_cnujxq2 {
31971
31971
  display: flex;
31972
31972
  flex-direction: column;
@@ -32658,35 +32658,6 @@ input.E_rf8rlle.ant-input {
32658
32658
  padding: unset;
32659
32659
  }
32660
32660
 
32661
- .E_suhck3k {
32662
- height: 24px;
32663
- width: 24px;
32664
- border-radius: 6px;
32665
- padding: 4px;
32666
- }
32667
- .E_suhck3k:hover {
32668
- background-color: rgba(0, 136, 255, 0.1);
32669
- }
32670
- .E_suhck3k:hover svg path {
32671
- fill: blue;
32672
- }
32673
-
32674
- .E_ryby9ds {
32675
- display: flex;
32676
- align-items: center;
32677
- }
32678
- .E_ryby9ds .order {
32679
- height: 24px;
32680
- width: 24px;
32681
- border-radius: 20px;
32682
- color: #0080ff;
32683
- background: rgba(0, 136, 255, 0.1);
32684
- display: flex;
32685
- align-items: center;
32686
- justify-content: center;
32687
- margin-right: 6px;
32688
- }
32689
-
32690
32661
  .E_drhfj7c .bottom {
32691
32662
  color: rgba(44, 56, 82, 0.75);
32692
32663
  }
@@ -32895,6 +32866,35 @@ input.E_rf8rlle.ant-input {
32895
32866
  font-size: 14px;
32896
32867
  }
32897
32868
 
32869
+ .E_suhck3k {
32870
+ height: 24px;
32871
+ width: 24px;
32872
+ border-radius: 6px;
32873
+ padding: 4px;
32874
+ }
32875
+ .E_suhck3k:hover {
32876
+ background-color: rgba(0, 136, 255, 0.1);
32877
+ }
32878
+ .E_suhck3k:hover svg path {
32879
+ fill: blue;
32880
+ }
32881
+
32882
+ .E_ryby9ds {
32883
+ display: flex;
32884
+ align-items: center;
32885
+ }
32886
+ .E_ryby9ds .order {
32887
+ height: 24px;
32888
+ width: 24px;
32889
+ border-radius: 20px;
32890
+ color: #0080ff;
32891
+ background: rgba(0, 136, 255, 0.1);
32892
+ display: flex;
32893
+ align-items: center;
32894
+ justify-content: center;
32895
+ margin-right: 6px;
32896
+ }
32897
+
32898
32898
  .E_c1kchka8 {
32899
32899
  height: 100%;
32900
32900
  width: 100%;
@@ -33406,50 +33406,6 @@ input.E_rf8rlle.ant-input {
33406
33406
  background-color: transparent;
33407
33407
  }
33408
33408
 
33409
- .E_c1yd35n {
33410
- padding: 0 12px 14px 12px;
33411
- }
33412
-
33413
- .E_c1kghdax {
33414
- color: #2d3a56;
33415
- padding: 7px 12px;
33416
- display: flex;
33417
- justify-content: space-between;
33418
- align-items: center;
33419
- }
33420
- .E_c1kghdax.has-arrow {
33421
- padding-left: 10px;
33422
- }
33423
- .E_c1kghdax.has-arrow .title-wrapper {
33424
- cursor: pointer;
33425
- color: #00122e;
33426
- }
33427
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
33428
- color: #2d3a56;
33429
- font-weight: 600;
33430
- }
33431
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33432
- transform: rotate(90deg);
33433
- }
33434
- .E_c1kghdax .sub-info {
33435
- font-size: 12px;
33436
- line-height: 18px;
33437
- }
33438
- .E_c1kghdax .title-wrapper {
33439
- display: flex;
33440
- align-items: center;
33441
- user-select: none;
33442
- flex-grow: 1;
33443
- font-size: 12px;
33444
- line-height: 18px;
33445
- color: #2d3a56;
33446
- font-weight: 700;
33447
- }
33448
- .E_c1kghdax .collapse-arrow {
33449
- transition: all 50ms ease-out 0ms;
33450
- margin-right: 2px;
33451
- }
33452
-
33453
33409
  .E_ckui4s7 {
33454
33410
  color: #2d3a56;
33455
33411
  line-height: 22px;
@@ -33495,23 +33451,67 @@ input.E_rf8rlle.ant-input {
33495
33451
  .E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
33496
33452
  background: #2d3a56;
33497
33453
  }
33498
- .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33499
- padding: 0;
33454
+ .E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
33455
+ padding: 0;
33456
+ }
33457
+ .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33458
+ display: inline-block;
33459
+ margin-left: 12px;
33460
+ color: #2d3a56;
33461
+ }
33462
+ .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33463
+ margin-left: 28px;
33464
+ color: rgba(44, 56, 82, 0.6);
33465
+ }
33466
+ .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33467
+ margin-left: 8px;
33468
+ }
33469
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33470
+ margin-left: 24px;
33471
+ }
33472
+
33473
+ .E_c1yd35n {
33474
+ padding: 0 12px 14px 12px;
33475
+ }
33476
+
33477
+ .E_c1kghdax {
33478
+ color: #2d3a56;
33479
+ padding: 7px 12px;
33480
+ display: flex;
33481
+ justify-content: space-between;
33482
+ align-items: center;
33483
+ }
33484
+ .E_c1kghdax.has-arrow {
33485
+ padding-left: 10px;
33500
33486
  }
33501
- .E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
33502
- display: inline-block;
33503
- margin-left: 12px;
33487
+ .E_c1kghdax.has-arrow .title-wrapper {
33488
+ cursor: pointer;
33489
+ color: #00122e;
33490
+ }
33491
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
33504
33492
  color: #2d3a56;
33493
+ font-weight: 600;
33505
33494
  }
33506
- .E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
33507
- margin-left: 28px;
33508
- color: rgba(44, 56, 82, 0.6);
33495
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
33496
+ transform: rotate(90deg);
33509
33497
  }
33510
- .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33511
- margin-left: 8px;
33498
+ .E_c1kghdax .sub-info {
33499
+ font-size: 12px;
33500
+ line-height: 18px;
33512
33501
  }
33513
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33514
- margin-left: 24px;
33502
+ .E_c1kghdax .title-wrapper {
33503
+ display: flex;
33504
+ align-items: center;
33505
+ user-select: none;
33506
+ flex-grow: 1;
33507
+ font-size: 12px;
33508
+ line-height: 18px;
33509
+ color: #2d3a56;
33510
+ font-weight: 700;
33511
+ }
33512
+ .E_c1kghdax .collapse-arrow {
33513
+ transition: all 50ms ease-out 0ms;
33514
+ margin-right: 2px;
33515
33515
  }
33516
33516
 
33517
33517
  .E_b14q2gmw {
@@ -33589,35 +33589,11 @@ input.E_rf8rlle.ant-input {
33589
33589
  margin-right: 4px;
33590
33590
  }
33591
33591
 
33592
- .E_slr2ynn {
33593
- padding: 0 8px;
33594
- height: 18px;
33595
- }
33596
-
33597
- .E_m140wbb6 {
33598
- padding: 2px 8px;
33599
- height: 24px;
33600
- }
33601
-
33602
- .E_t1fozc1i {
33603
- margin: 0;
33604
- }
33605
-
33606
- .E_i1vxv4ln {
33592
+ .E_i1g85yz3 {
33607
33593
  margin-right: 4px;
33608
33594
  height: 16px;
33609
33595
  }
33610
33596
 
33611
- .E_n1afl31m.ant-tag.ant-tag-gray {
33612
- font-weight: 700;
33613
- color: #00122e;
33614
- background-color: rgba(237, 241, 250, 0.6);
33615
- border: 1px solid rgba(211, 218, 235, 0.6);
33616
- word-break: break-all;
33617
- display: inline;
33618
- white-space: normal;
33619
- }
33620
-
33621
33597
  .E_sjob3jg {
33622
33598
  --item-min-width: 60px;
33623
33599
  }
@@ -33813,6 +33789,35 @@ input.E_rf8rlle.ant-input {
33813
33789
  justify-content: center;
33814
33790
  }
33815
33791
 
33792
+ .E_slr2ynn {
33793
+ padding: 0 8px;
33794
+ height: 18px;
33795
+ }
33796
+
33797
+ .E_m140wbb6 {
33798
+ padding: 2px 8px;
33799
+ height: 24px;
33800
+ }
33801
+
33802
+ .E_t1fozc1i {
33803
+ margin: 0;
33804
+ }
33805
+
33806
+ .E_i1vxv4ln {
33807
+ margin-right: 4px;
33808
+ height: 16px;
33809
+ }
33810
+
33811
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33812
+ font-weight: 700;
33813
+ color: #00122e;
33814
+ background-color: rgba(237, 241, 250, 0.6);
33815
+ border: 1px solid rgba(211, 218, 235, 0.6);
33816
+ word-break: break-all;
33817
+ display: inline;
33818
+ white-space: normal;
33819
+ }
33820
+
33816
33821
  .E_t1dtlqs1 {
33817
33822
  margin-bottom: 4px;
33818
33823
  color: rgba(44, 56, 82, 0.6);
@@ -34006,59 +34011,21 @@ input.E_rf8rlle.ant-input {
34006
34011
  margin-right: 8px;
34007
34012
  }
34008
34013
 
34009
- .E_i1g85yz3 {
34010
- margin-right: 4px;
34011
- height: 16px;
34012
- }
34013
-
34014
- button.E_l48ei06.ant-btn {
34015
- font-size: 12px;
34016
- line-height: 18px;
34017
- height: 18px;
34014
+ .E_r77hffu {
34015
+ display: flex;
34016
+ align-items: center;
34017
+ justify-content: space-between;
34018
+ column-gap: 6px;
34018
34019
  }
34019
34020
 
34020
- button.E_l48ei06 {
34021
- color: #0080FF;
34022
- height: unset;
34023
- }
34024
- button.E_l48ei06 .button-prefix-icon {
34025
- margin-right: 4px;
34026
- }
34027
- button.E_l48ei06 .button-suffix-icon {
34028
- margin-left: 4px;
34029
- }
34030
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34031
- color: #009DFF;
34032
- }
34033
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34034
- color: #005ED1;
34035
- }
34036
- button.E_l48ei06.ui-kit-link-disabled {
34037
- color: #0080FF;
34038
- }
34039
- button.E_l48ei06.ui-kit-link-primary {
34040
- color: #00122E;
34041
- }
34042
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34043
- color: #0080FF;
34044
- }
34045
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34046
- color: #005ED1;
34047
- }
34048
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34049
- color: #00122E;
34050
- }
34051
- button.E_l48ei06.ui-kit-link-secondary {
34052
- color: rgba(44, 56, 82, 0.7490196078);
34053
- }
34054
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34055
- color: #0080FF;
34056
- }
34057
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34058
- color: #005ED1;
34021
+ .E_p1cmxsf7 {
34022
+ display: flex;
34023
+ flex-direction: column;
34024
+ justify-content: center;
34025
+ row-gap: var(--p1cmxsf7-0);
34059
34026
  }
34060
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34061
- color: rgba(44, 56, 82, 0.7490196078);
34027
+ .E_p1cmxsf7 .antd5-progress-line {
34028
+ font-size: 0;
34062
34029
  }
34063
34030
 
34064
34031
  .E_sddwhm6 {
@@ -34136,6 +34103,56 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34136
34103
  display: inline-block;
34137
34104
  }
34138
34105
 
34106
+ button.E_l48ei06.ant-btn {
34107
+ font-size: 12px;
34108
+ line-height: 18px;
34109
+ height: 18px;
34110
+ }
34111
+
34112
+ button.E_l48ei06 {
34113
+ color: #0080FF;
34114
+ height: unset;
34115
+ }
34116
+ button.E_l48ei06 .button-prefix-icon {
34117
+ margin-right: 4px;
34118
+ }
34119
+ button.E_l48ei06 .button-suffix-icon {
34120
+ margin-left: 4px;
34121
+ }
34122
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34123
+ color: #009DFF;
34124
+ }
34125
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34126
+ color: #005ED1;
34127
+ }
34128
+ button.E_l48ei06.ui-kit-link-disabled {
34129
+ color: #0080FF;
34130
+ }
34131
+ button.E_l48ei06.ui-kit-link-primary {
34132
+ color: #00122E;
34133
+ }
34134
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34135
+ color: #0080FF;
34136
+ }
34137
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34138
+ color: #005ED1;
34139
+ }
34140
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34141
+ color: #00122E;
34142
+ }
34143
+ button.E_l48ei06.ui-kit-link-secondary {
34144
+ color: rgba(44, 56, 82, 0.7490196078);
34145
+ }
34146
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34147
+ color: #0080FF;
34148
+ }
34149
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34150
+ color: #005ED1;
34151
+ }
34152
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34153
+ color: rgba(44, 56, 82, 0.7490196078);
34154
+ }
34155
+
34139
34156
  .E_tc97u5y {
34140
34157
  height: 100%;
34141
34158
  }
@@ -34504,21 +34521,26 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34504
34521
  background: #fff;
34505
34522
  }
34506
34523
 
34507
- .E_r77hffu {
34508
- display: flex;
34509
- align-items: center;
34510
- justify-content: space-between;
34511
- column-gap: 6px;
34524
+ .E_t1gvlxt5 {
34525
+ min-width: 0;
34526
+ flex: 1;
34527
+ }
34528
+ .E_t1gvlxt5 .tag {
34529
+ flex: 0 0 auto;
34530
+ }
34531
+ .E_t1gvlxt5 .progress-title {
34532
+ flex: 2;
34533
+ max-width: fit-content;
34534
+ }
34535
+ .E_t1gvlxt5 .progress-desc {
34536
+ flex: 1;
34537
+ max-width: fit-content;
34512
34538
  }
34513
34539
 
34514
- .E_p1cmxsf7 {
34540
+ .E_a1ji6r68 {
34515
34541
  display: flex;
34516
- flex-direction: column;
34517
- justify-content: center;
34518
- row-gap: var(--p1cmxsf7-0);
34519
- }
34520
- .E_p1cmxsf7 .antd5-progress-line {
34521
- font-size: 0;
34542
+ align-items: center;
34543
+ column-gap: var(--a1ji6r68-0);
34522
34544
  }
34523
34545
 
34524
34546
  .E_t13ef470 {
@@ -34551,28 +34573,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34551
34573
  background: rgba(163, 180, 204, 0.18);
34552
34574
  }
34553
34575
 
34554
- .E_t1gvlxt5 {
34555
- min-width: 0;
34556
- flex: 1;
34557
- }
34558
- .E_t1gvlxt5 .tag {
34559
- flex: 0 0 auto;
34560
- }
34561
- .E_t1gvlxt5 .progress-title {
34562
- flex: 2;
34563
- max-width: fit-content;
34564
- }
34565
- .E_t1gvlxt5 .progress-desc {
34566
- flex: 1;
34567
- max-width: fit-content;
34568
- }
34569
-
34570
- .E_a1ji6r68 {
34571
- display: flex;
34572
- align-items: center;
34573
- column-gap: var(--a1ji6r68-0);
34574
- }
34575
-
34576
34576
  .E_msn7nxt {
34577
34577
  color: rgba(44, 56, 82, 0.6);
34578
34578
  text-align: center;