@cloudtower/eagle 0.27.3 → 0.27.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.
package/dist/style.css CHANGED
@@ -29852,6 +29852,19 @@ html body {
29852
29852
  font-size: 18px;
29853
29853
  }
29854
29854
 
29855
+ .iap75of {
29856
+ height: 18px;
29857
+ line-height: 18px;
29858
+ padding: 0 4px;
29859
+ border-radius: 4px;
29860
+ background: rgba(235, 239, 245, 0.6);
29861
+ border: 1px solid rgba(223, 228, 235, 0.6);
29862
+ display: flex;
29863
+ align-items: center;
29864
+ white-space: nowrap;
29865
+ margin-right: 4px;
29866
+ }
29867
+
29855
29868
  .i1mrf09m {
29856
29869
  display: inline-flex;
29857
29870
  align-items: center;
@@ -29870,17 +29883,70 @@ html body {
29870
29883
  animation: rotate 680ms linear infinite;
29871
29884
  }
29872
29885
 
29873
- .iap75of {
29874
- height: 18px;
29875
- line-height: 18px;
29876
- padding: 0 4px;
29877
- border-radius: 4px;
29878
- background: rgba(235, 239, 245, 0.6);
29879
- border: 1px solid rgba(223, 228, 235, 0.6);
29886
+ .obf05yr {
29887
+ display: inline-block;
29888
+ }
29889
+
29890
+ .hsms1n6 {
29891
+ visibility: hidden;
29892
+ position: absolute;
29893
+ }
29894
+
29895
+ .p12gwtiw {
29880
29896
  display: flex;
29897
+ justify-content: space-between;
29881
29898
  align-items: center;
29882
- white-space: nowrap;
29883
- margin-right: 4px;
29899
+ padding: 10px 0;
29900
+ color: rgba(44, 56, 82, 0.6);
29901
+ font-size: 12px;
29902
+ line-height: 24px;
29903
+ }
29904
+ .p12gwtiw .pagination-left {
29905
+ padding: 2px 8px;
29906
+ }
29907
+ .p12gwtiw .dropdown-trigger {
29908
+ display: flex;
29909
+ align-items: center;
29910
+ border-radius: 6px;
29911
+ cursor: pointer;
29912
+ transition: all 0.3s ease;
29913
+ }
29914
+ .p12gwtiw .dropdown-trigger:hover {
29915
+ background: rgba(211, 218, 235, 0.6);
29916
+ color: #0080ff;
29917
+ }
29918
+ .p12gwtiw .dropdown-trigger .icon-inner {
29919
+ margin-left: 4px;
29920
+ }
29921
+ .p12gwtiw .pagination-right {
29922
+ display: flex;
29923
+ align-items: center;
29924
+ color: #0080ff;
29925
+ font-weight: bold;
29926
+ }
29927
+ .p12gwtiw .pagination-right .icon-inner {
29928
+ margin-left: 4px;
29929
+ }
29930
+ .p12gwtiw .pagination-right .prev-btn,
29931
+ .p12gwtiw .pagination-right .next-btn {
29932
+ padding: 0 8px;
29933
+ }
29934
+ .p12gwtiw .pagination-right .prev-btn > span,
29935
+ .p12gwtiw .pagination-right .next-btn > span {
29936
+ color: #0080ff;
29937
+ }
29938
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29939
+ transform: rotate(180deg);
29940
+ }
29941
+
29942
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29943
+ max-height: calc(100vh - 128px);
29944
+ overflow-y: auto;
29945
+ }
29946
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29947
+ padding: 4px 20px;
29948
+ font-size: 12px;
29949
+ line-height: 18px;
29884
29950
  }
29885
29951
 
29886
29952
  .cz04yix {
@@ -30495,339 +30561,123 @@ input.rrg1fkn.ant-input {
30495
30561
  border-bottom-left-radius: 0;
30496
30562
  }
30497
30563
 
30498
- .rxbeqvl.ant-radio-wrapper {
30499
- display: inline-flex;
30500
- align-items: baseline;
30501
- white-space: pre-wrap;
30502
- }
30503
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30504
- position: relative;
30505
- top: 3px;
30564
+ .s34f1qb.ant-switch {
30565
+ min-width: 40px;
30566
+ height: 24px;
30567
+ background: rgba(172, 186, 211, 0.6);
30568
+ overflow: hidden;
30506
30569
  }
30507
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30508
- border-color: rgba(107, 128, 167, 0.6);
30570
+ .s34f1qb.ant-switch:focus {
30571
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30509
30572
  }
30510
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30511
- border-color: #0080ff;
30573
+ .s34f1qb.ant-switch-small {
30574
+ min-width: 26px;
30575
+ height: 16px;
30512
30576
  }
30513
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30514
- border-color: #0080ff;
30515
- background: #0080ff;
30577
+ .s34f1qb.ant-switch-large {
30578
+ min-width: 52px;
30579
+ height: 32px;
30516
30580
  }
30517
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30518
- top: 4px;
30519
- left: 4px;
30520
- width: 6px;
30521
- height: 6px;
30522
- background: #fff;
30581
+ .s34f1qb.ant-switch .ant-switch-handle {
30582
+ height: 20px;
30583
+ width: 20px;
30523
30584
  }
30524
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30525
- opacity: 0.5;
30585
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30586
+ border-radius: 10px;
30587
+ transition-delay: 120ms;
30526
30588
  }
30527
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30528
- border-color: rgba(107, 128, 167, 0.6);
30529
- background: rgba(211, 218, 235, 0.6);
30589
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30590
+ height: 14px;
30591
+ width: 14px;
30592
+ top: 1px;
30593
+ left: 1px;
30530
30594
  }
30531
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30532
- background: #00122e;
30595
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30596
+ height: 28px;
30597
+ width: 28px;
30533
30598
  }
30534
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30535
- color: #00122e;
30536
- opacity: 0.5;
30599
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30600
+ border-radius: 14px;
30537
30601
  }
30538
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30539
- color: #00122e;
30602
+ .s34f1qb.ant-switch-checked {
30603
+ background-color: #00ba5d;
30540
30604
  }
30541
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30542
- display: inline-block;
30543
- padding: 0;
30544
- padding-left: 12px;
30605
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30606
+ left: calc(100% - 20px - 2px);
30545
30607
  }
30546
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30547
- margin-bottom: 0;
30548
- white-space: pre-wrap;
30549
- color: rgba(44, 56, 82, 0.6);
30608
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30609
+ left: calc(100% - 14px - 1px);
30550
30610
  }
30551
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30552
- padding-left: 8px;
30611
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30612
+ left: calc(100% - 28px - 2px);
30553
30613
  }
30554
30614
 
30555
- .r5ie79y .ant-radio-button-wrapper:first-child {
30556
- border-radius: 5px 0 0 5px;
30557
- }
30558
- .r5ie79y .ant-radio-button-wrapper:last-child {
30559
- border-radius: 0 5px 5px 0;
30615
+ .c1to9vb9 {
30616
+ margin-left: 5px;
30560
30617
  }
30561
30618
 
30562
- .r1f0aqcc {
30563
- color: #00122e;
30564
- border-color: #ccd4e3;
30565
- }
30566
- .r1f0aqcc:first-child {
30567
- border-color: #a3b4cc;
30619
+ .d6j0lbj {
30620
+ font-family: Inter;
30621
+ font-style: normal;
30622
+ font-weight: bold;
30623
+ font-size: 32px;
30624
+ line-height: 40px;
30568
30625
  }
30569
- .r1f0aqcc.ant-radio-button-wrapper {
30570
- padding: 0 12px;
30626
+
30627
+ .d1xhvvxe {
30628
+ font-family: Inter;
30629
+ font-style: normal;
30630
+ font-weight: bold;
30631
+ font-size: 24px;
30571
30632
  line-height: 32px;
30572
- height: 32px;
30573
30633
  }
30574
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30575
- white-space: nowrap;
30576
- }
30577
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30578
- height: 22px;
30579
- padding: 0 7px;
30580
- line-height: 20px;
30581
- }
30582
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30583
- background: #ccd4e3;
30634
+
30635
+ .dk10mxq {
30636
+ font-family: Inter;
30637
+ font-style: normal;
30638
+ font-weight: normal;
30639
+ font-size: 32px;
30640
+ line-height: 40px;
30584
30641
  }
30585
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30586
- background: #0080ff;
30642
+
30643
+ .dxsait {
30644
+ font-family: Inter;
30645
+ font-style: normal;
30646
+ font-weight: bold;
30647
+ font-size: 20px;
30648
+ line-height: 24px;
30587
30649
  }
30588
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30589
- background: #ccd4e3;
30590
- opacity: 0.5;
30650
+
30651
+ .dokn0h3 {
30652
+ font-family: Inter;
30653
+ font-style: normal;
30654
+ font-weight: normal;
30655
+ font-size: 20px;
30656
+ line-height: 24px;
30591
30657
  }
30592
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30593
- border-right-color: #0080ff;
30658
+
30659
+ .dobau4p {
30660
+ font-family: Inter;
30661
+ font-style: normal;
30662
+ font-weight: bold;
30663
+ font-size: 18px;
30664
+ line-height: 22px;
30594
30665
  }
30595
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30596
- border-color: #0080ff;
30666
+
30667
+ .dvolwok {
30668
+ font-family: Inter;
30669
+ font-style: normal;
30670
+ font-weight: normal;
30671
+ font-size: 18px;
30672
+ line-height: 22px;
30597
30673
  }
30598
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30599
- background: rgba(0, 136, 255, 0.1);
30600
- }
30601
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30602
- background: rgba(211, 218, 235, 0.6);
30603
- border-color: #ccd4e3;
30604
- opacity: 0.5;
30605
- }
30606
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30607
- color: #00122e;
30608
- border-color: #ccd4e3;
30609
- }
30610
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30611
- color: #00122e;
30612
- border-color: #ccd4e3;
30613
- background: rgba(172, 186, 211, 0.6);
30614
- }
30615
- .r1f0aqcc .ant-radio-button-input {
30616
- margin-right: 8px;
30617
- display: inline;
30618
- border: none;
30619
- padding: 0;
30620
- width: 36px;
30621
- background: transparent;
30622
- }
30623
- .r1f0aqcc .ant-radio-button-input:focus {
30624
- box-shadow: none;
30625
- }
30626
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30627
- margin-right: 0;
30628
- width: initial;
30629
- box-shadow: none;
30630
- }
30631
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30632
- display: none;
30633
- }
30634
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30635
- display: inline;
30636
- }
30637
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30638
- display: inline;
30639
- margin-right: 8px;
30640
- padding: 0;
30641
- width: 36px;
30642
- }
30643
-
30644
- .obf05yr {
30645
- display: inline-block;
30646
- }
30647
-
30648
- .hsms1n6 {
30649
- visibility: hidden;
30650
- position: absolute;
30651
- }
30652
-
30653
- .p12gwtiw {
30654
- display: flex;
30655
- justify-content: space-between;
30656
- align-items: center;
30657
- padding: 10px 0;
30658
- color: rgba(44, 56, 82, 0.6);
30659
- font-size: 12px;
30660
- line-height: 24px;
30661
- }
30662
- .p12gwtiw .pagination-left {
30663
- padding: 2px 8px;
30664
- }
30665
- .p12gwtiw .dropdown-trigger {
30666
- display: flex;
30667
- align-items: center;
30668
- border-radius: 6px;
30669
- cursor: pointer;
30670
- transition: all 0.3s ease;
30671
- }
30672
- .p12gwtiw .dropdown-trigger:hover {
30673
- background: rgba(211, 218, 235, 0.6);
30674
- color: #0080ff;
30675
- }
30676
- .p12gwtiw .dropdown-trigger .icon-inner {
30677
- margin-left: 4px;
30678
- }
30679
- .p12gwtiw .pagination-right {
30680
- display: flex;
30681
- align-items: center;
30682
- color: #0080ff;
30683
- font-weight: bold;
30684
- }
30685
- .p12gwtiw .pagination-right .icon-inner {
30686
- margin-left: 4px;
30687
- }
30688
- .p12gwtiw .pagination-right .prev-btn,
30689
- .p12gwtiw .pagination-right .next-btn {
30690
- padding: 0 8px;
30691
- }
30692
- .p12gwtiw .pagination-right .prev-btn > span,
30693
- .p12gwtiw .pagination-right .next-btn > span {
30694
- color: #0080ff;
30695
- }
30696
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30697
- transform: rotate(180deg);
30698
- }
30699
-
30700
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30701
- max-height: calc(100vh - 128px);
30702
- overflow-y: auto;
30703
- }
30704
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30705
- padding: 4px 20px;
30706
- font-size: 12px;
30707
- line-height: 18px;
30708
- }
30709
-
30710
- .s34f1qb.ant-switch {
30711
- min-width: 40px;
30712
- height: 24px;
30713
- background: rgba(172, 186, 211, 0.6);
30714
- overflow: hidden;
30715
- }
30716
- .s34f1qb.ant-switch:focus {
30717
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30718
- }
30719
- .s34f1qb.ant-switch-small {
30720
- min-width: 26px;
30721
- height: 16px;
30722
- }
30723
- .s34f1qb.ant-switch-large {
30724
- min-width: 52px;
30725
- height: 32px;
30726
- }
30727
- .s34f1qb.ant-switch .ant-switch-handle {
30728
- height: 20px;
30729
- width: 20px;
30730
- }
30731
- .s34f1qb.ant-switch .ant-switch-handle::before {
30732
- border-radius: 10px;
30733
- transition-delay: 120ms;
30734
- }
30735
- .s34f1qb.ant-switch-small .ant-switch-handle {
30736
- height: 14px;
30737
- width: 14px;
30738
- top: 1px;
30739
- left: 1px;
30740
- }
30741
- .s34f1qb.ant-switch-large .ant-switch-handle {
30742
- height: 28px;
30743
- width: 28px;
30744
- }
30745
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30746
- border-radius: 14px;
30747
- }
30748
- .s34f1qb.ant-switch-checked {
30749
- background-color: #00ba5d;
30750
- }
30751
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30752
- left: calc(100% - 20px - 2px);
30753
- }
30754
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
- left: calc(100% - 14px - 1px);
30756
- }
30757
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
- left: calc(100% - 28px - 2px);
30759
- }
30760
-
30761
- .c1to9vb9 {
30762
- margin-left: 5px;
30763
- }
30764
-
30765
- .i1e4sgug {
30766
- display: inline-block;
30767
- }
30768
-
30769
- .d6j0lbj {
30770
- font-family: Inter;
30771
- font-style: normal;
30772
- font-weight: bold;
30773
- font-size: 32px;
30774
- line-height: 40px;
30775
- }
30776
-
30777
- .d1xhvvxe {
30778
- font-family: Inter;
30779
- font-style: normal;
30780
- font-weight: bold;
30781
- font-size: 24px;
30782
- line-height: 32px;
30783
- }
30784
-
30785
- .dk10mxq {
30786
- font-family: Inter;
30787
- font-style: normal;
30788
- font-weight: normal;
30789
- font-size: 32px;
30790
- line-height: 40px;
30791
- }
30792
-
30793
- .dxsait {
30794
- font-family: Inter;
30795
- font-style: normal;
30796
- font-weight: bold;
30797
- font-size: 20px;
30798
- line-height: 24px;
30799
- }
30800
-
30801
- .dokn0h3 {
30802
- font-family: Inter;
30803
- font-style: normal;
30804
- font-weight: normal;
30805
- font-size: 20px;
30806
- line-height: 24px;
30807
- }
30808
-
30809
- .dobau4p {
30810
- font-family: Inter;
30811
- font-style: normal;
30812
- font-weight: bold;
30813
- font-size: 18px;
30814
- line-height: 22px;
30815
- }
30816
-
30817
- .dvolwok {
30818
- font-family: Inter;
30819
- font-style: normal;
30820
- font-weight: normal;
30821
- font-size: 18px;
30822
- line-height: 22px;
30823
- }
30824
-
30825
- .h181qhg4 {
30826
- font-family: Inter;
30827
- font-style: normal;
30828
- font-weight: bold;
30829
- font-size: 16px;
30830
- line-height: 22px;
30674
+
30675
+ .h181qhg4 {
30676
+ font-family: Inter;
30677
+ font-style: normal;
30678
+ font-weight: bold;
30679
+ font-size: 16px;
30680
+ line-height: 22px;
30831
30681
  }
30832
30682
 
30833
30683
  .h1phgmcq {
@@ -31241,85 +31091,290 @@ input.rrg1fkn.ant-input {
31241
31091
  line-height: 12px;
31242
31092
  }
31243
31093
 
31244
- .s1fc623g {
31245
- width: 430px !important;
31246
- }
31247
-
31248
- .da3mx0o .ant-select-item-group {
31249
- padding: 8px 16px;
31250
- line-height: 18px;
31251
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31252
- height: 34px;
31253
- min-height: 34px;
31254
- box-sizing: border-box;
31255
- margin-top: 8px;
31094
+ .rxbeqvl.ant-radio-wrapper {
31095
+ display: inline-flex;
31096
+ align-items: baseline;
31097
+ white-space: pre-wrap;
31256
31098
  }
31257
-
31258
- .onr9gzt {
31259
- display: flex;
31260
- flex-direction: column;
31261
- margin: 1px 8px;
31262
- padding: 8px;
31263
- border-radius: 4px;
31099
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
31100
+ position: relative;
31101
+ top: 3px;
31264
31102
  }
31265
- .onr9gzt .selected-icon {
31266
- display: none;
31103
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
31104
+ border-color: rgba(107, 128, 167, 0.6);
31267
31105
  }
31268
- .onr9gzt.ant-select-item-option-grouped {
31106
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31107
+ border-color: #0080ff;
31108
+ }
31109
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31110
+ border-color: #0080ff;
31111
+ background: #0080ff;
31112
+ }
31113
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31114
+ top: 4px;
31115
+ left: 4px;
31116
+ width: 6px;
31117
+ height: 6px;
31118
+ background: #fff;
31119
+ }
31120
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31121
+ opacity: 0.5;
31122
+ }
31123
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31124
+ border-color: rgba(107, 128, 167, 0.6);
31125
+ background: rgba(211, 218, 235, 0.6);
31126
+ }
31127
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31128
+ background: #00122e;
31129
+ }
31130
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31131
+ color: #00122e;
31132
+ opacity: 0.5;
31133
+ }
31134
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31135
+ color: #00122e;
31136
+ }
31137
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
31138
+ display: inline-block;
31139
+ padding: 0;
31140
+ padding-left: 12px;
31141
+ }
31142
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
31143
+ margin-bottom: 0;
31144
+ white-space: pre-wrap;
31145
+ color: rgba(44, 56, 82, 0.6);
31146
+ }
31147
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
31269
31148
  padding-left: 8px;
31270
31149
  }
31271
- .onr9gzt.ant-select-item-option-selected {
31272
- background-color: white;
31150
+
31151
+ .r5ie79y .ant-radio-button-wrapper:first-child {
31152
+ border-radius: 5px 0 0 5px;
31273
31153
  }
31274
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31275
- color: #0080ff;
31154
+ .r5ie79y .ant-radio-button-wrapper:last-child {
31155
+ border-radius: 0 5px 5px 0;
31276
31156
  }
31277
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31278
- display: block;
31157
+
31158
+ .r1f0aqcc {
31159
+ color: #00122e;
31160
+ border-color: #ccd4e3;
31279
31161
  }
31280
- .onr9gzt.ant-select-item-option-active {
31281
- background: rgba(0, 136, 255, 0.16);
31162
+ .r1f0aqcc:first-child {
31163
+ border-color: #a3b4cc;
31282
31164
  }
31283
- .onr9gzt.ant-select-item-option-active .timezone-title {
31284
- color: #0080ff;
31165
+ .r1f0aqcc.ant-radio-button-wrapper {
31166
+ padding: 0 12px;
31167
+ line-height: 32px;
31168
+ height: 32px;
31285
31169
  }
31286
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31170
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
31171
+ white-space: nowrap;
31172
+ }
31173
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
31174
+ height: 22px;
31175
+ padding: 0 7px;
31176
+ line-height: 20px;
31177
+ }
31178
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
31179
+ background: #ccd4e3;
31180
+ }
31181
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
31182
+ background: #0080ff;
31183
+ }
31184
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31185
+ background: #ccd4e3;
31186
+ opacity: 0.5;
31187
+ }
31188
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31189
+ border-right-color: #0080ff;
31190
+ }
31191
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31192
+ border-color: #0080ff;
31193
+ }
31194
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31287
31195
  background: rgba(0, 136, 255, 0.1);
31288
- color: #0080ff;
31196
+ }
31197
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31198
+ background: rgba(211, 218, 235, 0.6);
31199
+ border-color: #ccd4e3;
31200
+ opacity: 0.5;
31201
+ }
31202
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31203
+ color: #00122e;
31204
+ border-color: #ccd4e3;
31205
+ }
31206
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31207
+ color: #00122e;
31208
+ border-color: #ccd4e3;
31209
+ background: rgba(172, 186, 211, 0.6);
31210
+ }
31211
+ .r1f0aqcc .ant-radio-button-input {
31212
+ margin-right: 8px;
31213
+ display: inline;
31214
+ border: none;
31215
+ padding: 0;
31216
+ width: 36px;
31217
+ background: transparent;
31218
+ }
31219
+ .r1f0aqcc .ant-radio-button-input:focus {
31220
+ box-shadow: none;
31221
+ }
31222
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31223
+ margin-right: 0;
31224
+ width: initial;
31225
+ box-shadow: none;
31226
+ }
31227
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31228
+ display: none;
31229
+ }
31230
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31231
+ display: inline;
31232
+ }
31233
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31234
+ display: inline;
31235
+ margin-right: 8px;
31236
+ padding: 0;
31237
+ width: 36px;
31289
31238
  }
31290
31239
 
31291
- .oiy0apc {
31240
+ .c1up1pdz {
31241
+ width: 648px;
31242
+ }
31243
+ .c1up1pdz.active {
31244
+ border-color: #0080ff;
31245
+ }
31246
+ .c1up1pdz.active > header {
31247
+ background: rgba(0, 128, 255, 0.1);
31248
+ }
31249
+ .c1up1pdz .expand {
31250
+ padding: 12px;
31251
+ }
31252
+ .c1up1pdz .field-item {
31292
31253
  display: flex;
31254
+ padding: 10px 0;
31255
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31256
+ }
31257
+ .c1up1pdz .field-item:last-child {
31258
+ border-bottom: none;
31259
+ padding-bottom: 0;
31260
+ }
31261
+ .c1up1pdz .field-item label {
31262
+ line-height: 32px;
31263
+ width: 100px;
31264
+ color: rgba(62, 70, 82, 0.6);
31265
+ }
31266
+ .c1up1pdz .help {
31267
+ color: rgba(62, 70, 82, 0.6);
31268
+ margin-top: 5px;
31269
+ }
31270
+ .c1up1pdz .ant-input-affix-wrapper,
31271
+ .c1up1pdz .ant-picker {
31272
+ width: 128px;
31273
+ }
31274
+
31275
+ .c156wh19 {
31276
+ display: flex;
31277
+ align-items: center;
31293
31278
  justify-content: space-between;
31294
- height: 20px;
31295
- line-height: 20px;
31279
+ word-break: keep-all;
31296
31280
  }
31297
- .oiy0apc .timezone-title {
31298
- color: #2d3a56;
31281
+ .c156wh19 .title {
31282
+ margin: 0 16px 0 8px;
31283
+ }
31284
+ .c156wh19 .retain {
31285
+ color: rgba(129, 138, 153, 0.6);
31286
+ }
31287
+ .c156wh19 .left {
31288
+ flex: 1;
31289
+ display: flex;
31290
+ overflow: hidden;
31291
+ align-items: center;
31292
+ justify-content: flex-start;
31293
+ white-space: nowrap;
31294
+ }
31295
+ .c156wh19 .left .title {
31296
+ max-width: 100%;
31299
31297
  overflow: hidden;
31300
31298
  text-overflow: ellipsis;
31301
31299
  }
31302
-
31303
- .of4y382 {
31300
+ .c156wh19 .right {
31304
31301
  display: flex;
31305
- justify-content: space-between;
31306
- color: rgba(44, 56, 82, 0.6);
31307
- height: 18px;
31308
- line-height: 18px;
31309
- margin-top: 2px;
31302
+ align-items: center;
31303
+ }
31304
+ .c156wh19 .reverse {
31305
+ display: flex;
31306
+ flex-direction: row-reverse;
31307
+ align-items: center;
31308
+ }
31309
+ .c156wh19 .reverse .ant-switch {
31310
+ margin-left: 8px;
31311
+ }
31312
+ .c156wh19 .close {
31313
+ padding-left: 14px;
31314
+ margin-left: 14px;
31315
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31316
+ cursor: pointer;
31310
31317
  }
31311
31318
 
31312
- .t19903l9 {
31313
- border: none;
31314
- margin-right: 0;
31315
- background: rgba(225, 230, 241, 0.6);
31319
+ .m126spxy {
31320
+ padding-bottom: 4px;
31321
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31322
+ }
31323
+ .m126spxy .ant-btn-link {
31324
+ padding: 1px 10px;
31325
+ color: rgba(62, 70, 82, 0.6);
31326
+ border-radius: 4px;
31327
+ }
31328
+ .m126spxy .ant-btn-link.active {
31329
+ background: rgba(0, 128, 255, 0.1);
31330
+ color: #0096ff;
31316
31331
  }
31317
31332
 
31318
- .ohwbvxu {
31319
- pointer-events: none;
31320
- height: 32px;
31321
- width: 100%;
31322
- opacity: 0;
31333
+ .wpbf4pq {
31334
+ padding: 10px 0;
31335
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31336
+ }
31337
+ .wpbf4pq .ant-input,
31338
+ .wpbf4pq .ant-picker {
31339
+ width: 80px;
31340
+ margin: 0 9px;
31341
+ text-align: center;
31342
+ }
31343
+ .wpbf4pq .options {
31344
+ padding: 12px 0 12px 16px;
31345
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31346
+ margin: 5px 0 5px 8px;
31347
+ }
31348
+ .wpbf4pq .week-day-option,
31349
+ .wpbf4pq .month-day-option {
31350
+ background: #f5f7fa;
31351
+ box-sizing: border-box;
31352
+ border-radius: 16px;
31353
+ margin-right: 8px;
31354
+ }
31355
+ .wpbf4pq .week-day-option:focus,
31356
+ .wpbf4pq .month-day-option:focus {
31357
+ color: inherit;
31358
+ border-color: #d9d9d9;
31359
+ }
31360
+ .wpbf4pq .week-day-option.active {
31361
+ background-color: #0096ff;
31362
+ border-color: #0096ff;
31363
+ color: #fff;
31364
+ }
31365
+ .wpbf4pq .week-day-option.en-text {
31366
+ width: 110px;
31367
+ margin-top: 4px;
31368
+ }
31369
+ .wpbf4pq .month-day-option {
31370
+ width: 32px;
31371
+ padding: 0;
31372
+ margin-bottom: 8px;
31373
+ }
31374
+ .wpbf4pq .month-day-option.active {
31375
+ background-color: #0096ff;
31376
+ border-color: #0096ff;
31377
+ color: #fff;
31323
31378
  }
31324
31379
 
31325
31380
  .t1upn1sz {
@@ -31686,193 +31741,109 @@ input.rrg1fkn.ant-input {
31686
31741
  background: #fff;
31687
31742
  }
31688
31743
 
31689
- .c1up1pdz {
31690
- width: 648px;
31691
- }
31692
- .c1up1pdz.active {
31693
- border-color: #0080ff;
31694
- }
31695
- .c1up1pdz.active > header {
31696
- background: rgba(0, 128, 255, 0.1);
31697
- }
31698
- .c1up1pdz .expand {
31699
- padding: 12px;
31700
- }
31701
- .c1up1pdz .field-item {
31702
- display: flex;
31703
- padding: 10px 0;
31704
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31705
- }
31706
- .c1up1pdz .field-item:last-child {
31707
- border-bottom: none;
31708
- padding-bottom: 0;
31709
- }
31710
- .c1up1pdz .field-item label {
31711
- line-height: 32px;
31712
- width: 100px;
31713
- color: rgba(62, 70, 82, 0.6);
31714
- }
31715
- .c1up1pdz .help {
31716
- color: rgba(62, 70, 82, 0.6);
31717
- margin-top: 5px;
31718
- }
31719
- .c1up1pdz .ant-input-affix-wrapper,
31720
- .c1up1pdz .ant-picker {
31721
- width: 128px;
31744
+ .i1e4sgug {
31745
+ display: inline-block;
31722
31746
  }
31723
31747
 
31724
- .c156wh19 {
31725
- display: flex;
31726
- align-items: center;
31727
- justify-content: space-between;
31728
- word-break: keep-all;
31729
- }
31730
- .c156wh19 .title {
31731
- margin: 0 16px 0 8px;
31732
- }
31733
- .c156wh19 .retain {
31734
- color: rgba(129, 138, 153, 0.6);
31735
- }
31736
- .c156wh19 .left {
31737
- flex: 1;
31738
- display: flex;
31739
- overflow: hidden;
31740
- align-items: center;
31741
- justify-content: flex-start;
31742
- white-space: nowrap;
31743
- }
31744
- .c156wh19 .left .title {
31745
- max-width: 100%;
31746
- overflow: hidden;
31747
- text-overflow: ellipsis;
31748
- }
31749
- .c156wh19 .right {
31750
- display: flex;
31751
- align-items: center;
31752
- }
31753
- .c156wh19 .reverse {
31754
- display: flex;
31755
- flex-direction: row-reverse;
31756
- align-items: center;
31757
- }
31758
- .c156wh19 .reverse .ant-switch {
31759
- margin-left: 8px;
31760
- }
31761
- .c156wh19 .close {
31762
- padding-left: 14px;
31763
- margin-left: 14px;
31764
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31765
- cursor: pointer;
31748
+ .s1fc623g {
31749
+ width: 430px !important;
31766
31750
  }
31767
31751
 
31768
- .m126spxy {
31769
- padding-bottom: 4px;
31770
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31752
+ .da3mx0o .ant-select-item-group {
31753
+ padding: 8px 16px;
31754
+ line-height: 18px;
31755
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31756
+ height: 34px;
31757
+ min-height: 34px;
31758
+ box-sizing: border-box;
31759
+ margin-top: 8px;
31771
31760
  }
31772
- .m126spxy .ant-btn-link {
31773
- padding: 1px 10px;
31774
- color: rgba(62, 70, 82, 0.6);
31761
+
31762
+ .onr9gzt {
31763
+ display: flex;
31764
+ flex-direction: column;
31765
+ margin: 1px 8px;
31766
+ padding: 8px;
31775
31767
  border-radius: 4px;
31776
31768
  }
31777
- .m126spxy .ant-btn-link.active {
31778
- background: rgba(0, 128, 255, 0.1);
31779
- color: #0096ff;
31780
- }
31781
-
31782
- .wpbf4pq {
31783
- padding: 10px 0;
31784
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31769
+ .onr9gzt .selected-icon {
31770
+ display: none;
31785
31771
  }
31786
- .wpbf4pq .ant-input,
31787
- .wpbf4pq .ant-picker {
31788
- width: 80px;
31789
- margin: 0 9px;
31790
- text-align: center;
31772
+ .onr9gzt.ant-select-item-option-grouped {
31773
+ padding-left: 8px;
31791
31774
  }
31792
- .wpbf4pq .options {
31793
- padding: 12px 0 12px 16px;
31794
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31795
- margin: 5px 0 5px 8px;
31775
+ .onr9gzt.ant-select-item-option-selected {
31776
+ background-color: white;
31796
31777
  }
31797
- .wpbf4pq .week-day-option,
31798
- .wpbf4pq .month-day-option {
31799
- background: #f5f7fa;
31800
- box-sizing: border-box;
31801
- border-radius: 16px;
31802
- margin-right: 8px;
31778
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31779
+ color: #0080ff;
31803
31780
  }
31804
- .wpbf4pq .week-day-option:focus,
31805
- .wpbf4pq .month-day-option:focus {
31806
- color: inherit;
31807
- border-color: #d9d9d9;
31781
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31782
+ display: block;
31808
31783
  }
31809
- .wpbf4pq .week-day-option.active {
31810
- background-color: #0096ff;
31811
- border-color: #0096ff;
31812
- color: #fff;
31784
+ .onr9gzt.ant-select-item-option-active {
31785
+ background: rgba(0, 136, 255, 0.16);
31813
31786
  }
31814
- .wpbf4pq .week-day-option.en-text {
31815
- width: 110px;
31816
- margin-top: 4px;
31787
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31788
+ color: #0080ff;
31817
31789
  }
31818
- .wpbf4pq .month-day-option {
31819
- width: 32px;
31820
- padding: 0;
31821
- margin-bottom: 8px;
31790
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31791
+ background: rgba(0, 136, 255, 0.1);
31792
+ color: #0080ff;
31822
31793
  }
31823
- .wpbf4pq .month-day-option.active {
31824
- background-color: #0096ff;
31825
- border-color: #0096ff;
31826
- color: #fff;
31794
+
31795
+ .oiy0apc {
31796
+ display: flex;
31797
+ justify-content: space-between;
31798
+ height: 20px;
31799
+ line-height: 20px;
31800
+ }
31801
+ .oiy0apc .timezone-title {
31802
+ color: #2d3a56;
31803
+ overflow: hidden;
31804
+ text-overflow: ellipsis;
31827
31805
  }
31828
31806
 
31829
- .n12mqh7z {
31807
+ .of4y382 {
31830
31808
  display: flex;
31831
- align-items: center;
31832
- font-size: 12px;
31809
+ justify-content: space-between;
31810
+ color: rgba(44, 56, 82, 0.6);
31811
+ height: 18px;
31833
31812
  line-height: 18px;
31834
- }
31835
- .n12mqh7z:not(:last-child) {
31836
- margin-bottom: 4px;
31813
+ margin-top: 2px;
31837
31814
  }
31838
31815
 
31839
- .tf5bynu {
31840
- margin: 0 3px;
31816
+ .t19903l9 {
31817
+ border: none;
31818
+ margin-right: 0;
31819
+ background: rgba(225, 230, 241, 0.6);
31841
31820
  }
31842
31821
 
31843
- .tcckoz1 {
31844
- max-height: 400px;
31845
- overflow: "auto";
31822
+ .ohwbvxu {
31823
+ pointer-events: none;
31824
+ height: 32px;
31825
+ width: 100%;
31826
+ opacity: 0;
31846
31827
  }
31847
31828
 
31848
- .c1uzzomf {
31849
- margin-bottom: 16px;
31829
+ .c18gxmrl {
31830
+ border: 1px solid #d8deeb;
31831
+ border-radius: 4px;
31850
31832
  }
31851
- .c1uzzomf .card-title {
31852
- font-size: 16px;
31853
- color: rgba(44, 56, 82, 0.6);
31854
- font-weight: 700;
31855
- line-height: 32px;
31833
+ .c18gxmrl + .c18gxmrl {
31834
+ margin-top: 8px;
31856
31835
  }
31857
- .c1uzzomf .card-body {
31858
- padding: 24px;
31859
- border-radius: 8px;
31860
- background: #fff;
31836
+ .c18gxmrl:hover {
31837
+ border-color: #0080ff;
31861
31838
  }
31862
- .c1uzzomf .empty {
31863
- font-weight: 700;
31864
- font-size: 14px;
31865
- line-height: 22px;
31866
- color: rgba(0, 21, 64, 0.3);
31867
- text-align: center;
31839
+ .c18gxmrl:hover > header {
31840
+ background: rgba(0, 128, 255, 0.1);
31868
31841
  }
31869
-
31870
- .s1iv0tp1 .enabled-switch {
31871
- display: flex;
31872
- align-items: center;
31842
+ .c18gxmrl.active header {
31843
+ border-bottom: 1px solid #d8deeb;
31873
31844
  }
31874
- .s1iv0tp1 .enabled-text {
31875
- margin-right: 8px;
31845
+ .c18gxmrl > header {
31846
+ padding: 8px 12px;
31876
31847
  }
31877
31848
 
31878
31849
  .berrcjl {
@@ -31891,31 +31862,26 @@ input.rrg1fkn.ant-input {
31891
31862
  color: #005ed1;
31892
31863
  }
31893
31864
 
31894
- .c18gxmrl {
31895
- border: 1px solid #d8deeb;
31896
- border-radius: 4px;
31897
- }
31898
- .c18gxmrl + .c18gxmrl {
31899
- margin-top: 8px;
31900
- }
31901
- .c18gxmrl:hover {
31902
- border-color: #0080ff;
31903
- }
31904
- .c18gxmrl:hover > header {
31905
- background: rgba(0, 128, 255, 0.1);
31865
+ .c1uzzomf {
31866
+ margin-bottom: 16px;
31906
31867
  }
31907
- .c18gxmrl.active header {
31908
- border-bottom: 1px solid #d8deeb;
31868
+ .c1uzzomf .card-title {
31869
+ font-size: 16px;
31870
+ color: rgba(44, 56, 82, 0.6);
31871
+ font-weight: 700;
31872
+ line-height: 32px;
31909
31873
  }
31910
- .c18gxmrl > header {
31911
- padding: 8px 12px;
31874
+ .c1uzzomf .card-body {
31875
+ padding: 24px;
31876
+ border-radius: 8px;
31877
+ background: #fff;
31912
31878
  }
31913
-
31914
- .tje3huy {
31915
- width: 100%;
31916
- overflow: inherit;
31917
- white-space: inherit;
31918
- text-overflow: ellipsis;
31879
+ .c1uzzomf .empty {
31880
+ font-weight: 700;
31881
+ font-size: 14px;
31882
+ line-height: 22px;
31883
+ color: rgba(0, 21, 64, 0.3);
31884
+ text-align: center;
31919
31885
  }
31920
31886
 
31921
31887
  .c1bus5hc {
@@ -31958,46 +31924,121 @@ input.rrg1fkn.ant-input {
31958
31924
  transform: rotate(0deg);
31959
31925
  }
31960
31926
 
31961
- .m15dvk92 {
31927
+ .c18bcrac {
31928
+ display: inline-block;
31929
+ width: 100%;
31930
+ }
31931
+ .c18bcrac .recharts-wrapper {
31932
+ margin-left: 4px;
31933
+ }
31934
+
31935
+ .cro7kg2 {
31936
+ padding: 4px;
31937
+ }
31938
+
31939
+ .c14wcxf0 {
31962
31940
  display: flex;
31963
31941
  justify-content: space-between;
31964
- width: 100%;
31942
+ align-items: center;
31943
+ font-size: 13px;
31944
+ line-height: 24px;
31945
+ color: #cccccc;
31946
+ white-space: nowrap;
31965
31947
  }
31966
- .m15dvk92 .action {
31967
- margin-left: 16px;
31948
+ .c14wcxf0 label {
31949
+ margin-right: 32px;
31968
31950
  }
31969
31951
 
31970
- .aql8iqz .ant-alert-message {
31952
+ .coy29mj.c14wcxf0 {
31953
+ font-weight: bold;
31954
+ color: white;
31955
+ }
31956
+
31957
+ .s11212zy {
31958
+ width: 8px;
31959
+ height: 8px;
31960
+ border-radius: 2px;
31961
+ display: inline-block;
31962
+ background: var(--s11212zy-0);
31963
+ border: 1px solid #fff;
31964
+ box-sizing: content-box;
31965
+ margin-right: 6px;
31966
+ }
31967
+
31968
+ .p1lyky6c > :first-child {
31969
+ font-weight: bold;
31970
+ color: white;
31971
+ margin-right: 4px;
31972
+ }
31973
+
31974
+ .n12mqh7z {
31975
+ display: flex;
31976
+ align-items: center;
31977
+ font-size: 12px;
31978
+ line-height: 18px;
31979
+ }
31980
+ .n12mqh7z:not(:last-child) {
31981
+ margin-bottom: 4px;
31982
+ }
31983
+
31984
+ .tf5bynu {
31985
+ margin: 0 3px;
31986
+ }
31987
+
31988
+ .tcckoz1 {
31989
+ max-height: 400px;
31990
+ overflow: "auto";
31991
+ }
31992
+
31993
+ .s1iv0tp1 .enabled-switch {
31994
+ display: flex;
31995
+ align-items: center;
31996
+ }
31997
+ .s1iv0tp1 .enabled-text {
31998
+ margin-right: 8px;
31999
+ }
32000
+
32001
+ .tje3huy {
31971
32002
  width: 100%;
32003
+ overflow: inherit;
32004
+ white-space: inherit;
32005
+ text-overflow: ellipsis;
31972
32006
  }
31973
32007
 
31974
- .c10crapj {
31975
- border-radius: 8px;
32008
+ .wg1tsps {
32009
+ display: flex;
32010
+ align-items: center;
32011
+ justify-content: flex-end;
31976
32012
  }
31977
- .c10crapj .ant-card-body {
31978
- padding: 20px 24px 24px 24px;
32013
+
32014
+ .b1ctd5xy {
32015
+ display: flex;
32016
+ align-items: center;
32017
+ width: calc(100% - 40px);
32018
+ }
32019
+ .b1ctd5xy .chart {
32020
+ display: inline-block;
32021
+ width: 100%;
31979
32022
  }
31980
32023
 
31981
- .cav9p2m .ant-collapse-item {
31982
- border: 0px;
31983
- background-color: #fff;
32024
+ .u1p8acpn {
32025
+ width: 40px;
31984
32026
  }
31985
- .cav9p2m .ant-collapse-item .ant-collapse-header {
31986
- padding-top: 0px;
31987
- padding-bottom: 0px;
31988
- padding-left: 0px !important;
31989
- padding-right: 24px;
32027
+ .u1p8acpn .unit {
32028
+ color: #00122e !important;
31990
32029
  }
31991
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31992
- right: 0px;
32030
+
32031
+ .m15dvk92 {
32032
+ display: flex;
32033
+ justify-content: space-between;
32034
+ width: 100%;
31993
32035
  }
31994
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31995
- padding: 0px;
32036
+ .m15dvk92 .action {
32037
+ margin-left: 16px;
31996
32038
  }
31997
32039
 
31998
- .csf0p6c .ant-collapse-item .ant-collapse-header {
31999
- padding-right: 0px;
32000
- cursor: default;
32040
+ .aql8iqz .ant-alert-message {
32041
+ width: 100%;
32001
32042
  }
32002
32043
 
32003
32044
  .c198s9j3 {
@@ -32071,6 +32112,35 @@ input.rrg1fkn.ant-input {
32071
32112
  margin-left: 24px;
32072
32113
  }
32073
32114
 
32115
+ .c10crapj {
32116
+ border-radius: 8px;
32117
+ }
32118
+ .c10crapj .ant-card-body {
32119
+ padding: 20px 24px 24px 24px;
32120
+ }
32121
+
32122
+ .cav9p2m .ant-collapse-item {
32123
+ border: 0px;
32124
+ background-color: #fff;
32125
+ }
32126
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32127
+ padding-top: 0px;
32128
+ padding-bottom: 0px;
32129
+ padding-left: 0px !important;
32130
+ padding-right: 24px;
32131
+ }
32132
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32133
+ right: 0px;
32134
+ }
32135
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32136
+ padding: 0px;
32137
+ }
32138
+
32139
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32140
+ padding-right: 0px;
32141
+ cursor: default;
32142
+ }
32143
+
32074
32144
  .t3qomhu {
32075
32145
  margin: 0 2px;
32076
32146
  }
@@ -32084,20 +32154,6 @@ input.rrg1fkn.ant-input {
32084
32154
  white-space: nowrap;
32085
32155
  }
32086
32156
 
32087
- .iiqau4c.ant-input-group.ant-input-group-compact {
32088
- display: flex;
32089
- }
32090
-
32091
- .igz4le8 {
32092
- height: 24px;
32093
- width: 56px !important;
32094
- margin-right: 4px;
32095
- }
32096
-
32097
- .c1riexje {
32098
- color: rgba(44, 56, 82, 0.6);
32099
- }
32100
-
32101
32157
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32102
32158
  border-radius: 6px;
32103
32159
  }
@@ -32155,6 +32211,20 @@ input.rrg1fkn.ant-input {
32155
32211
  transform: rotate(180deg);
32156
32212
  }
32157
32213
 
32214
+ .igz4le8 {
32215
+ height: 24px;
32216
+ width: 56px !important;
32217
+ margin-right: 4px;
32218
+ }
32219
+
32220
+ .c1riexje {
32221
+ color: rgba(44, 56, 82, 0.6);
32222
+ }
32223
+
32224
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32225
+ display: flex;
32226
+ }
32227
+
32158
32228
  .s14dk8r1 {
32159
32229
  margin: 0;
32160
32230
  border-radius: 20px;
@@ -32229,53 +32299,90 @@ input.rrg1fkn.ant-input {
32229
32299
  display: inline-block;
32230
32300
  }
32231
32301
 
32232
- .l4bld33 {
32233
- width: 64px;
32234
- height: 64px;
32235
- display: flex;
32236
- align-items: center;
32237
- justify-content: center;
32238
- position: relative;
32239
- opacity: 0.2;
32302
+ .t19ustft .date {
32303
+ margin-right: 4px;
32240
32304
  }
32241
32305
 
32242
- .lgitjoj {
32243
- position: absolute;
32244
- width: 5px;
32245
- height: 48px;
32246
- left: 9.33px;
32247
- top: 40.5px;
32248
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32249
- border-radius: 5px;
32250
- transform: rotate(-128deg);
32251
- transform-origin: top left;
32252
- animation: loading-indicator1 1100ms ease-out infinite;
32306
+ .s1uupxds {
32307
+ padding: 0 8px;
32308
+ border-radius: 4px;
32253
32309
  }
32254
32310
 
32255
- .l13g0exg {
32256
- position: absolute;
32257
- width: 5px;
32258
- height: 48px;
32259
- left: 40.8px;
32260
- top: 8.4px;
32261
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32262
- border-radius: 5px;
32263
- transform: rotate(-8deg);
32264
- transform-origin: top left;
32265
- animation: loading-indicator2 1100ms ease-out infinite;
32311
+ .m10sqwut {
32312
+ padding: 2px 8px;
32313
+ border-radius: 3px;
32266
32314
  }
32267
32315
 
32268
- .l1exo3h6 {
32269
- position: absolute;
32270
- width: 5px;
32271
- height: 48px;
32272
- left: 52.9px;
32273
- top: 51.8px;
32274
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32275
- border-radius: 5px;
32276
- transform: rotate(112deg);
32277
- transform-origin: top left;
32278
- animation: loading-indicator3 1100ms ease-out infinite;
32316
+ .l1d492wb {
32317
+ padding: 3px 8px;
32318
+ border-radius: 2px;
32319
+ }
32320
+
32321
+ .t1lzavmu.ant-tag:hover {
32322
+ opacity: unset;
32323
+ }
32324
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32325
+ margin: 0;
32326
+ margin-right: 8px;
32327
+ display: inline-flex;
32328
+ align-items: center;
32329
+ border: none;
32330
+ }
32331
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32332
+ width: 16px;
32333
+ height: 16px;
32334
+ color: inherit;
32335
+ margin-left: 4px;
32336
+ opacity: 0.6;
32337
+ display: inline-flex;
32338
+ }
32339
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32340
+ opacity: 1;
32341
+ }
32342
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32343
+ color: #0080ff;
32344
+ background-color: rgba(0, 136, 255, 0.1);
32345
+ }
32346
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32347
+ color: #f0483e;
32348
+ background-color: rgba(255, 74, 74, 0.1);
32349
+ }
32350
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32351
+ color: #e07f00;
32352
+ background-color: rgba(255, 187, 0, 0.1);
32353
+ }
32354
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32355
+ color: #008f4c;
32356
+ background-color: rgba(30, 201, 127, 0.1);
32357
+ }
32358
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32359
+ color: #1d326c;
32360
+ background-color: rgba(225, 230, 241, 0.6);
32361
+ }
32362
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32363
+ color: #7E41FF;
32364
+ background-color: rgba(126, 65, 255, 0.1);
32365
+ }
32366
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32367
+ color: #fff;
32368
+ }
32369
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32370
+ background-color: #f0483e;
32371
+ }
32372
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32373
+ background-color: #fea008;
32374
+ }
32375
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32376
+ background-color: #00ba5d;
32377
+ }
32378
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32379
+ background-color: #0080ff;
32380
+ }
32381
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32382
+ background-color: #6b7d99;
32383
+ }
32384
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32385
+ background-color: #7E41FF;
32279
32386
  }
32280
32387
 
32281
32388
  .m1thnes4 {
@@ -32439,90 +32546,83 @@ input.rrg1fkn.ant-input {
32439
32546
  margin-left: 8px;
32440
32547
  }
32441
32548
 
32442
- .t19ustft .date {
32443
- margin-right: 4px;
32444
- }
32445
-
32446
- .s1uupxds {
32447
- padding: 0 8px;
32448
- border-radius: 4px;
32449
- }
32450
-
32451
- .m10sqwut {
32452
- padding: 2px 8px;
32453
- border-radius: 3px;
32549
+ .l4bld33 {
32550
+ width: 64px;
32551
+ height: 64px;
32552
+ display: flex;
32553
+ align-items: center;
32554
+ justify-content: center;
32555
+ position: relative;
32556
+ opacity: 0.2;
32454
32557
  }
32455
32558
 
32456
- .l1d492wb {
32457
- padding: 3px 8px;
32458
- border-radius: 2px;
32559
+ .lgitjoj {
32560
+ position: absolute;
32561
+ width: 5px;
32562
+ height: 48px;
32563
+ left: 9.33px;
32564
+ top: 40.5px;
32565
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32566
+ border-radius: 5px;
32567
+ transform: rotate(-128deg);
32568
+ transform-origin: top left;
32569
+ animation: loading-indicator1 1100ms ease-out infinite;
32459
32570
  }
32460
32571
 
32461
- .t1lzavmu.ant-tag:hover {
32462
- opacity: unset;
32463
- }
32464
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32465
- margin: 0;
32466
- margin-right: 8px;
32467
- display: inline-flex;
32468
- align-items: center;
32469
- border: none;
32470
- }
32471
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32472
- width: 16px;
32473
- height: 16px;
32474
- color: inherit;
32475
- margin-left: 4px;
32476
- opacity: 0.6;
32477
- display: inline-flex;
32478
- }
32479
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32480
- opacity: 1;
32481
- }
32482
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32483
- color: #0080ff;
32484
- background-color: rgba(0, 136, 255, 0.1);
32485
- }
32486
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32487
- color: #f0483e;
32488
- background-color: rgba(255, 74, 74, 0.1);
32489
- }
32490
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32491
- color: #e07f00;
32492
- background-color: rgba(255, 187, 0, 0.1);
32493
- }
32494
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32495
- color: #008f4c;
32496
- background-color: rgba(30, 201, 127, 0.1);
32572
+ .l13g0exg {
32573
+ position: absolute;
32574
+ width: 5px;
32575
+ height: 48px;
32576
+ left: 40.8px;
32577
+ top: 8.4px;
32578
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32579
+ border-radius: 5px;
32580
+ transform: rotate(-8deg);
32581
+ transform-origin: top left;
32582
+ animation: loading-indicator2 1100ms ease-out infinite;
32497
32583
  }
32498
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32499
- color: #1d326c;
32500
- background-color: rgba(225, 230, 241, 0.6);
32584
+
32585
+ .l1exo3h6 {
32586
+ position: absolute;
32587
+ width: 5px;
32588
+ height: 48px;
32589
+ left: 52.9px;
32590
+ top: 51.8px;
32591
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32592
+ border-radius: 5px;
32593
+ transform: rotate(112deg);
32594
+ transform-origin: top left;
32595
+ animation: loading-indicator3 1100ms ease-out infinite;
32501
32596
  }
32502
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32503
- color: #7E41FF;
32504
- background-color: rgba(126, 65, 255, 0.1);
32597
+
32598
+ .t1gz6wqf {
32599
+ height: 100%;
32505
32600
  }
32506
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32507
- color: #fff;
32601
+ .t1gz6wqf .table-loading-item {
32602
+ padding: 12px 4px;
32603
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32604
+ display: flex;
32508
32605
  }
32509
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32510
- background-color: #f0483e;
32606
+ .t1gz6wqf .table-loading-item > * {
32607
+ height: 16px;
32608
+ margin: 4px;
32609
+ background: rgba(204, 212, 227, 0.18);
32610
+ border-radius: 2px;
32511
32611
  }
32512
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32513
- background-color: #fea008;
32612
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32613
+ width: 16px;
32514
32614
  }
32515
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32516
- background-color: #00ba5d;
32615
+ .t1gz6wqf .table-loading-item .td-loading {
32616
+ flex: 1;
32517
32617
  }
32518
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32519
- background-color: #0080ff;
32618
+ .t1gz6wqf :nth-child(1) {
32619
+ padding: 8px 4px;
32520
32620
  }
32521
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32522
- background-color: #6b7d99;
32621
+ .t1gz6wqf :nth-child(1) > * {
32622
+ background: rgba(107, 125, 153, 0.18);
32523
32623
  }
32524
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32525
- background-color: #7E41FF;
32624
+ .t1gz6wqf :nth-child(1) > * {
32625
+ background: rgba(163, 180, 204, 0.18);
32526
32626
  }
32527
32627
 
32528
32628
  .sq6vos1 {
@@ -32710,52 +32810,6 @@ input.rrg1fkn.ant-input {
32710
32810
  justify-content: center;
32711
32811
  }
32712
32812
 
32713
- .t1gz6wqf {
32714
- height: 100%;
32715
- }
32716
- .t1gz6wqf .table-loading-item {
32717
- padding: 12px 4px;
32718
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32719
- display: flex;
32720
- }
32721
- .t1gz6wqf .table-loading-item > * {
32722
- height: 16px;
32723
- margin: 4px;
32724
- background: rgba(204, 212, 227, 0.18);
32725
- border-radius: 2px;
32726
- }
32727
- .t1gz6wqf .table-loading-item .checkbox-loading {
32728
- width: 16px;
32729
- }
32730
- .t1gz6wqf .table-loading-item .td-loading {
32731
- flex: 1;
32732
- }
32733
- .t1gz6wqf :nth-child(1) {
32734
- padding: 8px 4px;
32735
- }
32736
- .t1gz6wqf :nth-child(1) > * {
32737
- background: rgba(107, 125, 153, 0.18);
32738
- }
32739
- .t1gz6wqf :nth-child(1) > * {
32740
- background: rgba(163, 180, 204, 0.18);
32741
- }
32742
-
32743
- .rrwcpby {
32744
- display: flex;
32745
- align-items: center;
32746
- }
32747
- .rrwcpby .order {
32748
- height: 24px;
32749
- width: 24px;
32750
- border-radius: 20px;
32751
- color: #0080ff;
32752
- background: rgba(0, 136, 255, 0.1);
32753
- display: flex;
32754
- align-items: center;
32755
- justify-content: center;
32756
- margin-right: 6px;
32757
- }
32758
-
32759
32813
  .c1k4vanq {
32760
32814
  padding: 0 12px 14px 12px;
32761
32815
  }
@@ -32800,6 +32854,19 @@ input.rrg1fkn.ant-input {
32800
32854
  margin-right: 2px;
32801
32855
  }
32802
32856
 
32857
+ .skwah65 {
32858
+ height: 8px;
32859
+ box-sizing: border-box;
32860
+ border-radius: 2px;
32861
+ background: #f5f7fa;
32862
+ display: flex;
32863
+ width: 100%;
32864
+ overflow: hidden;
32865
+ }
32866
+ .skwah65 .stack-bar-item + .stack-bar-item {
32867
+ margin-left: 1px;
32868
+ }
32869
+
32803
32870
  .bab9xum {
32804
32871
  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);
32805
32872
  }
@@ -32817,6 +32884,22 @@ input.rrg1fkn.ant-input {
32817
32884
  transform: translateY(-4px);
32818
32885
  }
32819
32886
 
32887
+ .rrwcpby {
32888
+ display: flex;
32889
+ align-items: center;
32890
+ }
32891
+ .rrwcpby .order {
32892
+ height: 24px;
32893
+ width: 24px;
32894
+ border-radius: 20px;
32895
+ color: #0080ff;
32896
+ background: rgba(0, 136, 255, 0.1);
32897
+ display: flex;
32898
+ align-items: center;
32899
+ justify-content: center;
32900
+ margin-right: 6px;
32901
+ }
32902
+
32820
32903
  .tc40oxa {
32821
32904
  margin-bottom: 4px;
32822
32905
  color: rgba(44, 56, 82, 0.6);
@@ -33010,46 +33093,6 @@ input.rrg1fkn.ant-input {
33010
33093
  margin-right: 8px;
33011
33094
  }
33012
33095
 
33013
- .sut42l0 {
33014
- padding: 0 8px;
33015
- height: 18px;
33016
- }
33017
-
33018
- .mfsz1jz {
33019
- padding: 2px 8px;
33020
- height: 24px;
33021
- }
33022
-
33023
- .tnd6h4m {
33024
- margin: 0;
33025
- }
33026
-
33027
- .i1qw4clm {
33028
- margin-right: 4px;
33029
- height: 16px;
33030
- }
33031
-
33032
- .n1r5ku5l.ant-tag.ant-tag-gray {
33033
- font-weight: 700;
33034
- color: #00122e;
33035
- background-color: rgba(237, 241, 250, 0.6);
33036
- border: 1px solid rgba(211, 218, 235, 0.6);
33037
- }
33038
-
33039
- .iwsze0q {
33040
- margin-right: 4px;
33041
- height: 16px;
33042
- }
33043
-
33044
- .w1xcixj5.outside-tag {
33045
- padding-left: 0;
33046
- }
33047
- .w1xcixj5.outside-tag .inside-tag {
33048
- border-radius: 4px 0 0 4px;
33049
- padding-right: 4px;
33050
- margin-right: 4px;
33051
- }
33052
-
33053
33096
  .f1p9ti6d {
33054
33097
  width: 100%;
33055
33098
  margin-bottom: 0 !important;
@@ -33081,6 +33124,15 @@ input.rrg1fkn.ant-input {
33081
33124
  min-height: 0px;
33082
33125
  }
33083
33126
 
33127
+ .w1xcixj5.outside-tag {
33128
+ padding-left: 0;
33129
+ }
33130
+ .w1xcixj5.outside-tag .inside-tag {
33131
+ border-radius: 4px 0 0 4px;
33132
+ padding-right: 4px;
33133
+ margin-right: 4px;
33134
+ }
33135
+
33084
33136
  .at4ovwe .ant-input-number-handler-wrap {
33085
33137
  display: var(--at4ovwe-0);
33086
33138
  }
@@ -33131,6 +33183,56 @@ input.rrg1fkn.ant-input {
33131
33183
  font-size: inherit;
33132
33184
  }
33133
33185
 
33186
+ .sut42l0 {
33187
+ padding: 0 8px;
33188
+ height: 18px;
33189
+ }
33190
+
33191
+ .mfsz1jz {
33192
+ padding: 2px 8px;
33193
+ height: 24px;
33194
+ }
33195
+
33196
+ .tnd6h4m {
33197
+ margin: 0;
33198
+ }
33199
+
33200
+ .i1qw4clm {
33201
+ margin-right: 4px;
33202
+ height: 16px;
33203
+ }
33204
+
33205
+ .n1r5ku5l.ant-tag.ant-tag-gray {
33206
+ font-weight: 700;
33207
+ color: #00122e;
33208
+ background-color: rgba(237, 241, 250, 0.6);
33209
+ border: 1px solid rgba(211, 218, 235, 0.6);
33210
+ }
33211
+
33212
+ .iwsze0q {
33213
+ margin-right: 4px;
33214
+ height: 16px;
33215
+ }
33216
+
33217
+ .feau332.ant-form-item {
33218
+ margin-bottom: 0;
33219
+ }
33220
+ .feau332 .ant-form-item-explain {
33221
+ display: none;
33222
+ min-height: 18px;
33223
+ margin-top: 5px;
33224
+ font-family: "Inter";
33225
+ font-weight: 400;
33226
+ font-size: 12px;
33227
+ line-height: 18px;
33228
+ }
33229
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33230
+ white-space: pre-wrap;
33231
+ }
33232
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33233
+ display: block;
33234
+ }
33235
+
33134
33236
  .a6dbbkm .ant-input-number-handler-wrap {
33135
33237
  display: var(--a6dbbkm-0);
33136
33238
  }
@@ -33160,23 +33262,4 @@ input.rrg1fkn.ant-input {
33160
33262
  margin: 0;
33161
33263
  height: auto;
33162
33264
  font-size: inherit;
33163
- }
33164
-
33165
- .feau332.ant-form-item {
33166
- margin-bottom: 0;
33167
- }
33168
- .feau332 .ant-form-item-explain {
33169
- display: none;
33170
- min-height: 18px;
33171
- margin-top: 5px;
33172
- font-family: "Inter";
33173
- font-weight: 400;
33174
- font-size: 12px;
33175
- line-height: 18px;
33176
- }
33177
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33178
- white-space: pre-wrap;
33179
- }
33180
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33181
- display: block;
33182
33265
  }