@cloudtower/eagle 0.27.3 → 0.27.5

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.
@@ -29765,6 +29765,24 @@ html body {
29765
29765
  font-size: 18px;
29766
29766
  }
29767
29767
 
29768
+ .i1mrf09m {
29769
+ display: inline-flex;
29770
+ align-items: center;
29771
+ }
29772
+ .i1mrf09m .icon-inner {
29773
+ display: inline-flex;
29774
+ align-items: center;
29775
+ justify-content: center;
29776
+ }
29777
+ .i1mrf09m .icon-inner + span,
29778
+ .i1mrf09m span + .icon-inner.suffix {
29779
+ margin-left: 4px;
29780
+ }
29781
+ .i1mrf09m.is-rotate img,
29782
+ .i1mrf09m.is-rotate svg {
29783
+ animation: rotate 680ms linear infinite;
29784
+ }
29785
+
29768
29786
  .iap75of {
29769
29787
  height: 18px;
29770
29788
  line-height: 18px;
@@ -29778,22 +29796,216 @@ html body {
29778
29796
  margin-right: 4px;
29779
29797
  }
29780
29798
 
29781
- .i1mrf09m {
29782
- display: inline-flex;
29799
+ .obf05yr {
29800
+ display: inline-block;
29801
+ }
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29806
+ }
29807
+
29808
+ .p12gwtiw {
29809
+ display: flex;
29810
+ justify-content: space-between;
29783
29811
  align-items: center;
29812
+ padding: 10px 0;
29813
+ color: rgba(44, 56, 82, 0.6);
29814
+ font-size: 12px;
29815
+ line-height: 24px;
29784
29816
  }
29785
- .i1mrf09m .icon-inner {
29786
- display: inline-flex;
29817
+ .p12gwtiw .pagination-left {
29818
+ padding: 2px 8px;
29819
+ }
29820
+ .p12gwtiw .dropdown-trigger {
29821
+ display: flex;
29787
29822
  align-items: center;
29788
- justify-content: center;
29823
+ border-radius: 6px;
29824
+ cursor: pointer;
29825
+ transition: all 0.3s ease;
29789
29826
  }
29790
- .i1mrf09m .icon-inner + span,
29791
- .i1mrf09m span + .icon-inner.suffix {
29827
+ .p12gwtiw .dropdown-trigger:hover {
29828
+ background: rgba(211, 218, 235, 0.6);
29829
+ color: #0080ff;
29830
+ }
29831
+ .p12gwtiw .dropdown-trigger .icon-inner {
29792
29832
  margin-left: 4px;
29793
29833
  }
29794
- .i1mrf09m.is-rotate img,
29795
- .i1mrf09m.is-rotate svg {
29796
- animation: rotate 680ms linear infinite;
29834
+ .p12gwtiw .pagination-right {
29835
+ display: flex;
29836
+ align-items: center;
29837
+ color: #0080ff;
29838
+ font-weight: bold;
29839
+ }
29840
+ .p12gwtiw .pagination-right .icon-inner {
29841
+ margin-left: 4px;
29842
+ }
29843
+ .p12gwtiw .pagination-right .prev-btn,
29844
+ .p12gwtiw .pagination-right .next-btn {
29845
+ padding: 0 8px;
29846
+ }
29847
+ .p12gwtiw .pagination-right .prev-btn > span,
29848
+ .p12gwtiw .pagination-right .next-btn > span {
29849
+ color: #0080ff;
29850
+ }
29851
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29852
+ transform: rotate(180deg);
29853
+ }
29854
+
29855
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29856
+ max-height: calc(100vh - 128px);
29857
+ overflow-y: auto;
29858
+ }
29859
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29860
+ padding: 4px 20px;
29861
+ font-size: 12px;
29862
+ line-height: 18px;
29863
+ }
29864
+
29865
+ .rxbeqvl.ant-radio-wrapper {
29866
+ display: inline-flex;
29867
+ align-items: baseline;
29868
+ white-space: pre-wrap;
29869
+ }
29870
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
29871
+ position: relative;
29872
+ top: 3px;
29873
+ }
29874
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29875
+ border-color: rgba(107, 128, 167, 0.6);
29876
+ }
29877
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29878
+ border-color: #0080ff;
29879
+ }
29880
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29881
+ border-color: #0080ff;
29882
+ background: #0080ff;
29883
+ }
29884
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29885
+ top: 4px;
29886
+ left: 4px;
29887
+ width: 6px;
29888
+ height: 6px;
29889
+ background: #fff;
29890
+ }
29891
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29892
+ opacity: 0.5;
29893
+ }
29894
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29895
+ border-color: rgba(107, 128, 167, 0.6);
29896
+ background: rgba(211, 218, 235, 0.6);
29897
+ }
29898
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29899
+ background: #00122e;
29900
+ }
29901
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29902
+ color: #00122e;
29903
+ opacity: 0.5;
29904
+ }
29905
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29906
+ color: #00122e;
29907
+ }
29908
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29909
+ display: inline-block;
29910
+ padding: 0;
29911
+ padding-left: 12px;
29912
+ }
29913
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29914
+ margin-bottom: 0;
29915
+ white-space: pre-wrap;
29916
+ color: rgba(44, 56, 82, 0.6);
29917
+ }
29918
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29919
+ padding-left: 8px;
29920
+ }
29921
+
29922
+ .r5ie79y .ant-radio-button-wrapper:first-child {
29923
+ border-radius: 5px 0 0 5px;
29924
+ }
29925
+ .r5ie79y .ant-radio-button-wrapper:last-child {
29926
+ border-radius: 0 5px 5px 0;
29927
+ }
29928
+
29929
+ .r1f0aqcc {
29930
+ color: #00122e;
29931
+ border-color: #ccd4e3;
29932
+ }
29933
+ .r1f0aqcc:first-child {
29934
+ border-color: #a3b4cc;
29935
+ }
29936
+ .r1f0aqcc.ant-radio-button-wrapper {
29937
+ padding: 0 12px;
29938
+ line-height: 32px;
29939
+ height: 32px;
29940
+ }
29941
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
29942
+ white-space: nowrap;
29943
+ }
29944
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29945
+ height: 22px;
29946
+ padding: 0 7px;
29947
+ line-height: 20px;
29948
+ }
29949
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29950
+ background: #ccd4e3;
29951
+ }
29952
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29953
+ background: #0080ff;
29954
+ }
29955
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29956
+ background: #ccd4e3;
29957
+ opacity: 0.5;
29958
+ }
29959
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29960
+ border-right-color: #0080ff;
29961
+ }
29962
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29963
+ border-color: #0080ff;
29964
+ }
29965
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
29966
+ background: rgba(0, 136, 255, 0.1);
29967
+ }
29968
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
29969
+ background: rgba(211, 218, 235, 0.6);
29970
+ border-color: #ccd4e3;
29971
+ opacity: 0.5;
29972
+ }
29973
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29974
+ color: #00122e;
29975
+ border-color: #ccd4e3;
29976
+ }
29977
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29978
+ color: #00122e;
29979
+ border-color: #ccd4e3;
29980
+ background: rgba(172, 186, 211, 0.6);
29981
+ }
29982
+ .r1f0aqcc .ant-radio-button-input {
29983
+ margin-right: 8px;
29984
+ display: inline;
29985
+ border: none;
29986
+ padding: 0;
29987
+ width: 36px;
29988
+ background: transparent;
29989
+ }
29990
+ .r1f0aqcc .ant-radio-button-input:focus {
29991
+ box-shadow: none;
29992
+ }
29993
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
29994
+ margin-right: 0;
29995
+ width: initial;
29996
+ box-shadow: none;
29997
+ }
29998
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
29999
+ display: none;
30000
+ }
30001
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30002
+ display: inline;
30003
+ }
30004
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30005
+ display: inline;
30006
+ margin-right: 8px;
30007
+ padding: 0;
30008
+ width: 36px;
29797
30009
  }
29798
30010
 
29799
30011
  .cz04yix {
@@ -30408,150 +30620,72 @@ input.rrg1fkn.ant-input {
30408
30620
  border-bottom-left-radius: 0;
30409
30621
  }
30410
30622
 
30411
- .rxbeqvl.ant-radio-wrapper {
30412
- display: inline-flex;
30413
- align-items: baseline;
30414
- white-space: pre-wrap;
30415
- }
30416
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30417
- position: relative;
30418
- top: 3px;
30419
- }
30420
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30421
- border-color: rgba(107, 128, 167, 0.6);
30422
- }
30423
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30424
- border-color: #0080ff;
30425
- }
30426
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30427
- border-color: #0080ff;
30428
- background: #0080ff;
30623
+ .c1t6wbwv {
30624
+ display: flex;
30625
+ flex-direction: column;
30429
30626
  }
30430
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30431
- top: 4px;
30432
- left: 4px;
30433
- width: 6px;
30434
- height: 6px;
30435
- background: #fff;
30627
+ .c1t6wbwv .select-wrapper {
30628
+ margin-top: 12px;
30436
30629
  }
30437
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30438
- opacity: 0.5;
30630
+ .c1t6wbwv .select-wrapper .select {
30631
+ width: 100%;
30439
30632
  }
30440
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30441
- border-color: rgba(107, 128, 167, 0.6);
30442
- background: rgba(211, 218, 235, 0.6);
30633
+ .c1t6wbwv .radio-wrapper {
30634
+ margin-top: 24px;
30443
30635
  }
30444
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30445
- background: #00122e;
30636
+ .c1t6wbwv .form-item {
30637
+ width: 100%;
30446
30638
  }
30447
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30448
- color: #00122e;
30449
- opacity: 0.5;
30639
+
30640
+ .d1k7vv5v {
30641
+ font-size: 14px;
30642
+ font-weight: 500;
30643
+ color: #3e4652;
30644
+ line-height: 18px;
30450
30645
  }
30451
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30452
- color: #00122e;
30646
+ .d1k7vv5v + .d1k7vv5v {
30647
+ margin-top: 16px;
30453
30648
  }
30454
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30455
- display: inline-block;
30456
- padding: 0;
30457
- padding-left: 12px;
30649
+ .d1k7vv5v + * {
30650
+ margin-top: 16px;
30458
30651
  }
30459
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30460
- margin-bottom: 0;
30461
- white-space: pre-wrap;
30652
+
30653
+ .le7b9r4.d1k7vv5v {
30654
+ font-size: 12px;
30462
30655
  color: rgba(44, 56, 82, 0.6);
30463
- }
30464
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30465
- padding-left: 8px;
30656
+ margin-top: 12px;
30466
30657
  }
30467
30658
 
30468
- .r5ie79y .ant-radio-button-wrapper:first-child {
30469
- border-radius: 5px 0 0 5px;
30470
- }
30471
- .r5ie79y .ant-radio-button-wrapper:last-child {
30472
- border-radius: 0 5px 5px 0;
30659
+ .r1dnygxx.le7b9r4.d1k7vv5v {
30660
+ line-height: 18px;
30661
+ font-weight: 500;
30662
+ margin-top: 0;
30663
+ white-space: initial;
30473
30664
  }
30474
30665
 
30475
- .r1f0aqcc {
30476
- color: #00122e;
30477
- border-color: #ccd4e3;
30478
- }
30479
- .r1f0aqcc:first-child {
30480
- border-color: #a3b4cc;
30666
+ .r12ddqmh {
30667
+ display: block;
30481
30668
  }
30482
- .r1f0aqcc.ant-radio-button-wrapper {
30483
- padding: 0 12px;
30669
+ .r12ddqmh span {
30670
+ font-size: 14px;
30671
+ font-weight: 500;
30484
30672
  line-height: 32px;
30485
- height: 32px;
30673
+ color: #3e4652;
30486
30674
  }
30487
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30488
- white-space: nowrap;
30675
+
30676
+ .ctcr26a {
30677
+ margin-top: 8px;
30678
+ padding: 8px;
30679
+ border-radius: 6px;
30680
+ background: rgba(225, 230, 241, 0.6);
30681
+ color: rgba(44, 56, 82, 0.6);
30682
+ font-size: 12px;
30489
30683
  }
30490
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30491
- height: 22px;
30492
- padding: 0 7px;
30684
+ .ctcr26a div {
30493
30685
  line-height: 20px;
30494
- }
30495
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30496
- background: #ccd4e3;
30497
- }
30498
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30499
- background: #0080ff;
30500
- }
30501
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30502
- background: #ccd4e3;
30503
- opacity: 0.5;
30504
- }
30505
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30506
- border-right-color: #0080ff;
30507
- }
30508
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30509
- border-color: #0080ff;
30510
- }
30511
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30512
- background: rgba(0, 136, 255, 0.1);
30513
- }
30514
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30515
- background: rgba(211, 218, 235, 0.6);
30516
- border-color: #ccd4e3;
30517
- opacity: 0.5;
30518
- }
30519
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30520
- color: #00122e;
30521
- border-color: #ccd4e3;
30522
- }
30523
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30524
- color: #00122e;
30525
- border-color: #ccd4e3;
30526
- background: rgba(172, 186, 211, 0.6);
30527
- }
30528
- .r1f0aqcc .ant-radio-button-input {
30529
- margin-right: 8px;
30530
- display: inline;
30531
- border: none;
30532
- padding: 0;
30533
- width: 36px;
30534
- background: transparent;
30535
- }
30536
- .r1f0aqcc .ant-radio-button-input:focus {
30537
- box-shadow: none;
30538
- }
30539
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30540
- margin-right: 0;
30541
- width: initial;
30542
- box-shadow: none;
30543
- }
30544
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30545
- display: none;
30546
- }
30547
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30548
- display: inline;
30549
- }
30550
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30551
- display: inline;
30552
- margin-right: 8px;
30553
- padding: 0;
30554
- width: 36px;
30686
+ display: flex;
30687
+ align-items: center;
30688
+ word-break: break-all;
30555
30689
  }
30556
30690
 
30557
30691
  .s34f1qb.ant-switch {
@@ -30586,93 +30720,27 @@ input.rrg1fkn.ant-input {
30586
30720
  left: 1px;
30587
30721
  }
30588
30722
  .s34f1qb.ant-switch-large .ant-switch-handle {
30589
- height: 28px;
30590
- width: 28px;
30591
- }
30592
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30593
- border-radius: 14px;
30594
- }
30595
- .s34f1qb.ant-switch-checked {
30596
- background-color: #00ba5d;
30597
- }
30598
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30599
- left: calc(100% - 20px - 2px);
30600
- }
30601
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30602
- left: calc(100% - 14px - 1px);
30603
- }
30604
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30605
- left: calc(100% - 28px - 2px);
30606
- }
30607
-
30608
- .c1to9vb9 {
30609
- margin-left: 5px;
30610
- }
30611
-
30612
- .obf05yr {
30613
- display: inline-block;
30614
- }
30615
-
30616
- .hsms1n6 {
30617
- visibility: hidden;
30618
- position: absolute;
30619
- }
30620
-
30621
- .p12gwtiw {
30622
- display: flex;
30623
- justify-content: space-between;
30624
- align-items: center;
30625
- padding: 10px 0;
30626
- color: rgba(44, 56, 82, 0.6);
30627
- font-size: 12px;
30628
- line-height: 24px;
30629
- }
30630
- .p12gwtiw .pagination-left {
30631
- padding: 2px 8px;
30632
- }
30633
- .p12gwtiw .dropdown-trigger {
30634
- display: flex;
30635
- align-items: center;
30636
- border-radius: 6px;
30637
- cursor: pointer;
30638
- transition: all 0.3s ease;
30639
- }
30640
- .p12gwtiw .dropdown-trigger:hover {
30641
- background: rgba(211, 218, 235, 0.6);
30642
- color: #0080ff;
30643
- }
30644
- .p12gwtiw .dropdown-trigger .icon-inner {
30645
- margin-left: 4px;
30723
+ height: 28px;
30724
+ width: 28px;
30646
30725
  }
30647
- .p12gwtiw .pagination-right {
30648
- display: flex;
30649
- align-items: center;
30650
- color: #0080ff;
30651
- font-weight: bold;
30726
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30727
+ border-radius: 14px;
30652
30728
  }
30653
- .p12gwtiw .pagination-right .icon-inner {
30654
- margin-left: 4px;
30729
+ .s34f1qb.ant-switch-checked {
30730
+ background-color: #00ba5d;
30655
30731
  }
30656
- .p12gwtiw .pagination-right .prev-btn,
30657
- .p12gwtiw .pagination-right .next-btn {
30658
- padding: 0 8px;
30732
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30733
+ left: calc(100% - 20px - 2px);
30659
30734
  }
30660
- .p12gwtiw .pagination-right .prev-btn > span,
30661
- .p12gwtiw .pagination-right .next-btn > span {
30662
- color: #0080ff;
30735
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30736
+ left: calc(100% - 14px - 1px);
30663
30737
  }
30664
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30665
- transform: rotate(180deg);
30738
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30739
+ left: calc(100% - 28px - 2px);
30666
30740
  }
30667
30741
 
30668
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30669
- max-height: calc(100vh - 128px);
30670
- overflow-y: auto;
30671
- }
30672
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30673
- padding: 4px 20px;
30674
- font-size: 12px;
30675
- line-height: 18px;
30742
+ .c1to9vb9 {
30743
+ margin-left: 5px;
30676
30744
  }
30677
30745
 
30678
30746
  .t1upn1sz {
@@ -31039,6 +31107,91 @@ input.rrg1fkn.ant-input {
31039
31107
  background: #fff;
31040
31108
  }
31041
31109
 
31110
+ .s1fc623g {
31111
+ width: 430px !important;
31112
+ }
31113
+
31114
+ .da3mx0o .ant-select-item-group {
31115
+ padding: 8px 16px;
31116
+ line-height: 18px;
31117
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31118
+ height: 34px;
31119
+ min-height: 34px;
31120
+ box-sizing: border-box;
31121
+ margin-top: 8px;
31122
+ }
31123
+
31124
+ .onr9gzt {
31125
+ display: flex;
31126
+ flex-direction: column;
31127
+ margin: 1px 8px;
31128
+ padding: 8px;
31129
+ border-radius: 4px;
31130
+ }
31131
+ .onr9gzt .selected-icon {
31132
+ display: none;
31133
+ }
31134
+ .onr9gzt.ant-select-item-option-grouped {
31135
+ padding-left: 8px;
31136
+ }
31137
+ .onr9gzt.ant-select-item-option-selected {
31138
+ background-color: white;
31139
+ }
31140
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31141
+ color: #0080ff;
31142
+ }
31143
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31144
+ display: block;
31145
+ }
31146
+ .onr9gzt.ant-select-item-option-active {
31147
+ background: rgba(0, 136, 255, 0.16);
31148
+ }
31149
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31150
+ color: #0080ff;
31151
+ }
31152
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31153
+ background: rgba(0, 136, 255, 0.1);
31154
+ color: #0080ff;
31155
+ }
31156
+
31157
+ .oiy0apc {
31158
+ display: flex;
31159
+ justify-content: space-between;
31160
+ height: 20px;
31161
+ line-height: 20px;
31162
+ }
31163
+ .oiy0apc .timezone-title {
31164
+ color: #2d3a56;
31165
+ overflow: hidden;
31166
+ text-overflow: ellipsis;
31167
+ }
31168
+
31169
+ .of4y382 {
31170
+ display: flex;
31171
+ justify-content: space-between;
31172
+ color: rgba(44, 56, 82, 0.6);
31173
+ height: 18px;
31174
+ line-height: 18px;
31175
+ margin-top: 2px;
31176
+ }
31177
+
31178
+ .t19903l9 {
31179
+ border: none;
31180
+ margin-right: 0;
31181
+ background: rgba(225, 230, 241, 0.6);
31182
+ }
31183
+
31184
+ .ohwbvxu {
31185
+ pointer-events: none;
31186
+ height: 32px;
31187
+ width: 100%;
31188
+ opacity: 0;
31189
+ }
31190
+
31191
+ .i1e4sgug {
31192
+ display: inline-block;
31193
+ }
31194
+
31042
31195
  .d6j0lbj {
31043
31196
  font-family: Inter;
31044
31197
  font-style: normal;
@@ -31514,91 +31667,6 @@ input.rrg1fkn.ant-input {
31514
31667
  line-height: 12px;
31515
31668
  }
31516
31669
 
31517
- .i1e4sgug {
31518
- display: inline-block;
31519
- }
31520
-
31521
- .s1fc623g {
31522
- width: 430px !important;
31523
- }
31524
-
31525
- .da3mx0o .ant-select-item-group {
31526
- padding: 8px 16px;
31527
- line-height: 18px;
31528
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31529
- height: 34px;
31530
- min-height: 34px;
31531
- box-sizing: border-box;
31532
- margin-top: 8px;
31533
- }
31534
-
31535
- .onr9gzt {
31536
- display: flex;
31537
- flex-direction: column;
31538
- margin: 1px 8px;
31539
- padding: 8px;
31540
- border-radius: 4px;
31541
- }
31542
- .onr9gzt .selected-icon {
31543
- display: none;
31544
- }
31545
- .onr9gzt.ant-select-item-option-grouped {
31546
- padding-left: 8px;
31547
- }
31548
- .onr9gzt.ant-select-item-option-selected {
31549
- background-color: white;
31550
- }
31551
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31552
- color: #0080ff;
31553
- }
31554
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31555
- display: block;
31556
- }
31557
- .onr9gzt.ant-select-item-option-active {
31558
- background: rgba(0, 136, 255, 0.16);
31559
- }
31560
- .onr9gzt.ant-select-item-option-active .timezone-title {
31561
- color: #0080ff;
31562
- }
31563
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31564
- background: rgba(0, 136, 255, 0.1);
31565
- color: #0080ff;
31566
- }
31567
-
31568
- .oiy0apc {
31569
- display: flex;
31570
- justify-content: space-between;
31571
- height: 20px;
31572
- line-height: 20px;
31573
- }
31574
- .oiy0apc .timezone-title {
31575
- color: #2d3a56;
31576
- overflow: hidden;
31577
- text-overflow: ellipsis;
31578
- }
31579
-
31580
- .of4y382 {
31581
- display: flex;
31582
- justify-content: space-between;
31583
- color: rgba(44, 56, 82, 0.6);
31584
- height: 18px;
31585
- line-height: 18px;
31586
- margin-top: 2px;
31587
- }
31588
-
31589
- .t19903l9 {
31590
- border: none;
31591
- margin-right: 0;
31592
- background: rgba(225, 230, 241, 0.6);
31593
- }
31594
-
31595
- .ohwbvxu {
31596
- pointer-events: none;
31597
- height: 32px;
31598
- width: 100%;
31599
- opacity: 0;
31600
- }
31601
-
31602
31670
  .c1up1pdz {
31603
31671
  width: 648px;
31604
31672
  }
@@ -31739,6 +31807,64 @@ input.rrg1fkn.ant-input {
31739
31807
  color: #fff;
31740
31808
  }
31741
31809
 
31810
+ .c18gxmrl {
31811
+ border: 1px solid #d8deeb;
31812
+ border-radius: 4px;
31813
+ }
31814
+ .c18gxmrl + .c18gxmrl {
31815
+ margin-top: 8px;
31816
+ }
31817
+ .c18gxmrl:hover {
31818
+ border-color: #0080ff;
31819
+ }
31820
+ .c18gxmrl:hover > header {
31821
+ background: rgba(0, 128, 255, 0.1);
31822
+ }
31823
+ .c18gxmrl.active header {
31824
+ border-bottom: 1px solid #d8deeb;
31825
+ }
31826
+ .c18gxmrl > header {
31827
+ padding: 8px 12px;
31828
+ }
31829
+
31830
+ .berrcjl {
31831
+ color: rgba(10, 37, 85, 0.6);
31832
+ margin-bottom: 4px;
31833
+ }
31834
+ .berrcjl .breadcrumb-link {
31835
+ color: rgba(10, 37, 85, 0.6);
31836
+ cursor: pointer;
31837
+ transition: color 160ms ease;
31838
+ }
31839
+ .berrcjl .breadcrumb-link:hover {
31840
+ color: #0080ff;
31841
+ }
31842
+ .berrcjl .breadcrumb-link:active {
31843
+ color: #005ed1;
31844
+ }
31845
+
31846
+ .c1uzzomf {
31847
+ margin-bottom: 16px;
31848
+ }
31849
+ .c1uzzomf .card-title {
31850
+ font-size: 16px;
31851
+ color: rgba(44, 56, 82, 0.6);
31852
+ font-weight: 700;
31853
+ line-height: 32px;
31854
+ }
31855
+ .c1uzzomf .card-body {
31856
+ padding: 24px;
31857
+ border-radius: 8px;
31858
+ background: #fff;
31859
+ }
31860
+ .c1uzzomf .empty {
31861
+ font-weight: 700;
31862
+ font-size: 14px;
31863
+ line-height: 22px;
31864
+ color: rgba(0, 21, 64, 0.3);
31865
+ text-align: center;
31866
+ }
31867
+
31742
31868
  .c1bus5hc {
31743
31869
  --color: white;
31744
31870
  height: 14px;
@@ -31779,11 +31905,51 @@ input.rrg1fkn.ant-input {
31779
31905
  transform: rotate(0deg);
31780
31906
  }
31781
31907
 
31782
- .tje3huy {
31908
+ .c18bcrac {
31909
+ display: inline-block;
31783
31910
  width: 100%;
31784
- overflow: inherit;
31785
- white-space: inherit;
31786
- text-overflow: ellipsis;
31911
+ }
31912
+ .c18bcrac .recharts-wrapper {
31913
+ margin-left: 4px;
31914
+ }
31915
+
31916
+ .cro7kg2 {
31917
+ padding: 4px;
31918
+ }
31919
+
31920
+ .c14wcxf0 {
31921
+ display: flex;
31922
+ justify-content: space-between;
31923
+ align-items: center;
31924
+ font-size: 13px;
31925
+ line-height: 24px;
31926
+ color: #cccccc;
31927
+ white-space: nowrap;
31928
+ }
31929
+ .c14wcxf0 label {
31930
+ margin-right: 32px;
31931
+ }
31932
+
31933
+ .coy29mj.c14wcxf0 {
31934
+ font-weight: bold;
31935
+ color: white;
31936
+ }
31937
+
31938
+ .s11212zy {
31939
+ width: 8px;
31940
+ height: 8px;
31941
+ border-radius: 2px;
31942
+ display: inline-block;
31943
+ background: var(--s11212zy-0);
31944
+ border: 1px solid #fff;
31945
+ box-sizing: content-box;
31946
+ margin-right: 6px;
31947
+ }
31948
+
31949
+ .p1lyky6c > :first-child {
31950
+ font-weight: bold;
31951
+ color: white;
31952
+ margin-right: 4px;
31787
31953
  }
31788
31954
 
31789
31955
  .n12mqh7z {
@@ -31805,44 +31971,6 @@ input.rrg1fkn.ant-input {
31805
31971
  overflow: "auto";
31806
31972
  }
31807
31973
 
31808
- .c1uzzomf {
31809
- margin-bottom: 16px;
31810
- }
31811
- .c1uzzomf .card-title {
31812
- font-size: 16px;
31813
- color: rgba(44, 56, 82, 0.6);
31814
- font-weight: 700;
31815
- line-height: 32px;
31816
- }
31817
- .c1uzzomf .card-body {
31818
- padding: 24px;
31819
- border-radius: 8px;
31820
- background: #fff;
31821
- }
31822
- .c1uzzomf .empty {
31823
- font-weight: 700;
31824
- font-size: 14px;
31825
- line-height: 22px;
31826
- color: rgba(0, 21, 64, 0.3);
31827
- text-align: center;
31828
- }
31829
-
31830
- .berrcjl {
31831
- color: rgba(10, 37, 85, 0.6);
31832
- margin-bottom: 4px;
31833
- }
31834
- .berrcjl .breadcrumb-link {
31835
- color: rgba(10, 37, 85, 0.6);
31836
- cursor: pointer;
31837
- transition: color 160ms ease;
31838
- }
31839
- .berrcjl .breadcrumb-link:hover {
31840
- color: #0080ff;
31841
- }
31842
- .berrcjl .breadcrumb-link:active {
31843
- color: #005ed1;
31844
- }
31845
-
31846
31974
  .s1iv0tp1 .enabled-switch {
31847
31975
  display: flex;
31848
31976
  align-items: center;
@@ -31851,24 +31979,34 @@ input.rrg1fkn.ant-input {
31851
31979
  margin-right: 8px;
31852
31980
  }
31853
31981
 
31854
- .c18gxmrl {
31855
- border: 1px solid #d8deeb;
31856
- border-radius: 4px;
31982
+ .tje3huy {
31983
+ width: 100%;
31984
+ overflow: inherit;
31985
+ white-space: inherit;
31986
+ text-overflow: ellipsis;
31857
31987
  }
31858
- .c18gxmrl + .c18gxmrl {
31859
- margin-top: 8px;
31988
+
31989
+ .wg1tsps {
31990
+ display: flex;
31991
+ align-items: center;
31992
+ justify-content: flex-end;
31860
31993
  }
31861
- .c18gxmrl:hover {
31862
- border-color: #0080ff;
31994
+
31995
+ .b1ctd5xy {
31996
+ display: flex;
31997
+ align-items: center;
31998
+ width: calc(100% - 40px);
31863
31999
  }
31864
- .c18gxmrl:hover > header {
31865
- background: rgba(0, 128, 255, 0.1);
32000
+ .b1ctd5xy .chart {
32001
+ display: inline-block;
32002
+ width: 100%;
31866
32003
  }
31867
- .c18gxmrl.active header {
31868
- border-bottom: 1px solid #d8deeb;
32004
+
32005
+ .u1p8acpn {
32006
+ width: 40px;
31869
32007
  }
31870
- .c18gxmrl > header {
31871
- padding: 8px 12px;
32008
+ .u1p8acpn .unit {
32009
+ color: #00122e !important;
31872
32010
  }
31873
32011
 
31874
32012
  .m15dvk92 {
@@ -31997,10 +32135,6 @@ input.rrg1fkn.ant-input {
31997
32135
  white-space: nowrap;
31998
32136
  }
31999
32137
 
32000
- .iiqau4c.ant-input-group.ant-input-group-compact {
32001
- display: flex;
32002
- }
32003
-
32004
32138
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32005
32139
  border-radius: 6px;
32006
32140
  }
@@ -32142,6 +32276,10 @@ input.rrg1fkn.ant-input {
32142
32276
  display: inline-block;
32143
32277
  }
32144
32278
 
32279
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32280
+ display: flex;
32281
+ }
32282
+
32145
32283
  .t19ustft .date {
32146
32284
  margin-right: 4px;
32147
32285
  }
@@ -32228,6 +32366,55 @@ input.rrg1fkn.ant-input {
32228
32366
  background-color: #7E41FF;
32229
32367
  }
32230
32368
 
32369
+ .l4bld33 {
32370
+ width: 64px;
32371
+ height: 64px;
32372
+ display: flex;
32373
+ align-items: center;
32374
+ justify-content: center;
32375
+ position: relative;
32376
+ opacity: 0.2;
32377
+ }
32378
+
32379
+ .lgitjoj {
32380
+ position: absolute;
32381
+ width: 5px;
32382
+ height: 48px;
32383
+ left: 9.33px;
32384
+ top: 40.5px;
32385
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32386
+ border-radius: 5px;
32387
+ transform: rotate(-128deg);
32388
+ transform-origin: top left;
32389
+ animation: loading-indicator1 1100ms ease-out infinite;
32390
+ }
32391
+
32392
+ .l13g0exg {
32393
+ position: absolute;
32394
+ width: 5px;
32395
+ height: 48px;
32396
+ left: 40.8px;
32397
+ top: 8.4px;
32398
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32399
+ border-radius: 5px;
32400
+ transform: rotate(-8deg);
32401
+ transform-origin: top left;
32402
+ animation: loading-indicator2 1100ms ease-out infinite;
32403
+ }
32404
+
32405
+ .l1exo3h6 {
32406
+ position: absolute;
32407
+ width: 5px;
32408
+ height: 48px;
32409
+ left: 52.9px;
32410
+ top: 51.8px;
32411
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32412
+ border-radius: 5px;
32413
+ transform: rotate(112deg);
32414
+ transform-origin: top left;
32415
+ animation: loading-indicator3 1100ms ease-out infinite;
32416
+ }
32417
+
32231
32418
  .m1thnes4 {
32232
32419
  color: rgba(44, 56, 82, 0.6);
32233
32420
  text-align: center;
@@ -32574,55 +32761,6 @@ input.rrg1fkn.ant-input {
32574
32761
  justify-content: center;
32575
32762
  }
32576
32763
 
32577
- .l4bld33 {
32578
- width: 64px;
32579
- height: 64px;
32580
- display: flex;
32581
- align-items: center;
32582
- justify-content: center;
32583
- position: relative;
32584
- opacity: 0.2;
32585
- }
32586
-
32587
- .lgitjoj {
32588
- position: absolute;
32589
- width: 5px;
32590
- height: 48px;
32591
- left: 9.33px;
32592
- top: 40.5px;
32593
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32594
- border-radius: 5px;
32595
- transform: rotate(-128deg);
32596
- transform-origin: top left;
32597
- animation: loading-indicator1 1100ms ease-out infinite;
32598
- }
32599
-
32600
- .l13g0exg {
32601
- position: absolute;
32602
- width: 5px;
32603
- height: 48px;
32604
- left: 40.8px;
32605
- top: 8.4px;
32606
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32607
- border-radius: 5px;
32608
- transform: rotate(-8deg);
32609
- transform-origin: top left;
32610
- animation: loading-indicator2 1100ms ease-out infinite;
32611
- }
32612
-
32613
- .l1exo3h6 {
32614
- position: absolute;
32615
- width: 5px;
32616
- height: 48px;
32617
- left: 52.9px;
32618
- top: 51.8px;
32619
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32620
- border-radius: 5px;
32621
- transform: rotate(112deg);
32622
- transform-origin: top left;
32623
- animation: loading-indicator3 1100ms ease-out infinite;
32624
- }
32625
-
32626
32764
  .t1gz6wqf {
32627
32765
  height: 100%;
32628
32766
  }
@@ -32693,10 +32831,6 @@ input.rrg1fkn.ant-input {
32693
32831
  margin-right: 2px;
32694
32832
  }
32695
32833
 
32696
- .c1k4vanq {
32697
- padding: 0 12px 14px 12px;
32698
- }
32699
-
32700
32834
  .rrwcpby {
32701
32835
  display: flex;
32702
32836
  align-items: center;
@@ -32713,6 +32847,23 @@ input.rrg1fkn.ant-input {
32713
32847
  margin-right: 6px;
32714
32848
  }
32715
32849
 
32850
+ .c1k4vanq {
32851
+ padding: 0 12px 14px 12px;
32852
+ }
32853
+
32854
+ .skwah65 {
32855
+ height: 8px;
32856
+ box-sizing: border-box;
32857
+ border-radius: 2px;
32858
+ background: #f5f7fa;
32859
+ display: flex;
32860
+ width: 100%;
32861
+ overflow: hidden;
32862
+ }
32863
+ .skwah65 .stack-bar-item + .stack-bar-item {
32864
+ margin-left: 1px;
32865
+ }
32866
+
32716
32867
  .bab9xum {
32717
32868
  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);
32718
32869
  }
@@ -33004,6 +33155,15 @@ input.rrg1fkn.ant-input {
33004
33155
  margin-right: 8px;
33005
33156
  }
33006
33157
 
33158
+ .w1xcixj5.outside-tag {
33159
+ padding-left: 0;
33160
+ }
33161
+ .w1xcixj5.outside-tag .inside-tag {
33162
+ border-radius: 4px 0 0 4px;
33163
+ padding-right: 4px;
33164
+ margin-right: 4px;
33165
+ }
33166
+
33007
33167
  .sut42l0 {
33008
33168
  padding: 0 8px;
33009
33169
  height: 18px;
@@ -33035,15 +33195,6 @@ input.rrg1fkn.ant-input {
33035
33195
  height: 16px;
33036
33196
  }
33037
33197
 
33038
- .w1xcixj5.outside-tag {
33039
- padding-left: 0;
33040
- }
33041
- .w1xcixj5.outside-tag .inside-tag {
33042
- border-radius: 4px 0 0 4px;
33043
- padding-right: 4px;
33044
- margin-right: 4px;
33045
- }
33046
-
33047
33198
  .a6dbbkm .ant-input-number-handler-wrap {
33048
33199
  display: var(--a6dbbkm-0);
33049
33200
  }