@cloudtower/eagle 0.27.3-alpha.0 → 0.27.3-gobackbutton1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/components/Metric/metric.d.ts +1 -1
  2. package/dist/components/index.d.ts +0 -10
  3. package/dist/components.css +946 -860
  4. package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
  5. package/dist/coreX/CronPlan/index.d.ts +18 -0
  6. package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +12 -0
  7. package/dist/coreX/GoBackButton/index.d.ts +11 -0
  8. package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
  9. package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
  10. package/dist/coreX/NamesTooltip/index.d.ts +4 -0
  11. package/dist/coreX/index.d.ts +1 -0
  12. package/dist/esm/index.js +3434 -2716
  13. package/dist/esm/stats1.html +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/spec/base.d.ts +22 -7
  16. package/dist/style.css +756 -670
  17. package/dist/umd/index.js +3429 -2711
  18. package/dist/umd/stats1.html +1 -1
  19. package/dist/utils/__test__/compute.spec.d.ts +1 -0
  20. package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
  21. package/dist/utils/__test__/time.spec.d.ts +1 -0
  22. package/dist/utils/compute.d.ts +1 -0
  23. package/dist/utils/cron-time.d.ts +65 -0
  24. package/dist/utils/index.d.ts +3 -0
  25. package/dist/utils/time.d.ts +25 -0
  26. package/dist/utils/tower.d.ts +0 -1
  27. package/package.json +8 -6
  28. package/dist/coreX/BarChart/BarChart.stories.d.ts +0 -6
  29. package/dist/coreX/BarChart/index.d.ts +0 -10
  30. package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -7
  31. package/dist/coreX/ChartWithTooltip/index.d.ts +0 -40
  32. package/dist/coreX/DonutChart/DonutChart.stories.d.ts +0 -6
  33. package/dist/coreX/DonutChart/index.d.ts +0 -12
  34. package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -7
  35. package/dist/coreX/UnitWithChart/index.d.ts +0 -30
package/dist/style.css CHANGED
@@ -29808,6 +29808,19 @@ html body {
29808
29808
  padding: 0;
29809
29809
  }
29810
29810
 
29811
+ .iap75of {
29812
+ height: 18px;
29813
+ line-height: 18px;
29814
+ padding: 0 4px;
29815
+ border-radius: 4px;
29816
+ background: rgba(235, 239, 245, 0.6);
29817
+ border: 1px solid rgba(223, 228, 235, 0.6);
29818
+ display: flex;
29819
+ align-items: center;
29820
+ white-space: nowrap;
29821
+ margin-right: 4px;
29822
+ }
29823
+
29811
29824
  .bpq0js6 {
29812
29825
  padding: 4px 11px;
29813
29826
  }
@@ -29870,19 +29883,6 @@ 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);
29880
- display: flex;
29881
- align-items: center;
29882
- white-space: nowrap;
29883
- margin-right: 4px;
29884
- }
29885
-
29886
29886
  .obf05yr {
29887
29887
  display: inline-block;
29888
29888
  }
@@ -29949,152 +29949,6 @@ html body {
29949
29949
  line-height: 18px;
29950
29950
  }
29951
29951
 
29952
- .rxbeqvl.ant-radio-wrapper {
29953
- display: inline-flex;
29954
- align-items: baseline;
29955
- white-space: pre-wrap;
29956
- }
29957
- .rxbeqvl.ant-radio-wrapper .ant-radio {
29958
- position: relative;
29959
- top: 3px;
29960
- }
29961
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29962
- border-color: rgba(107, 128, 167, 0.6);
29963
- }
29964
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29965
- border-color: #0080ff;
29966
- }
29967
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29968
- border-color: #0080ff;
29969
- background: #0080ff;
29970
- }
29971
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29972
- top: 4px;
29973
- left: 4px;
29974
- width: 6px;
29975
- height: 6px;
29976
- background: #fff;
29977
- }
29978
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29979
- opacity: 0.5;
29980
- }
29981
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29982
- border-color: rgba(107, 128, 167, 0.6);
29983
- background: rgba(211, 218, 235, 0.6);
29984
- }
29985
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29986
- background: #00122e;
29987
- }
29988
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29989
- color: #00122e;
29990
- opacity: 0.5;
29991
- }
29992
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29993
- color: #00122e;
29994
- }
29995
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29996
- display: inline-block;
29997
- padding: 0;
29998
- padding-left: 12px;
29999
- }
30000
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30001
- margin-bottom: 0;
30002
- white-space: pre-wrap;
30003
- color: rgba(44, 56, 82, 0.6);
30004
- }
30005
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30006
- padding-left: 8px;
30007
- }
30008
-
30009
- .r5ie79y .ant-radio-button-wrapper:first-child {
30010
- border-radius: 5px 0 0 5px;
30011
- }
30012
- .r5ie79y .ant-radio-button-wrapper:last-child {
30013
- border-radius: 0 5px 5px 0;
30014
- }
30015
-
30016
- .r1f0aqcc {
30017
- color: #00122e;
30018
- border-color: #ccd4e3;
30019
- }
30020
- .r1f0aqcc:first-child {
30021
- border-color: #a3b4cc;
30022
- }
30023
- .r1f0aqcc.ant-radio-button-wrapper {
30024
- padding: 0 12px;
30025
- line-height: 32px;
30026
- height: 32px;
30027
- }
30028
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30029
- white-space: nowrap;
30030
- }
30031
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30032
- height: 22px;
30033
- padding: 0 7px;
30034
- line-height: 20px;
30035
- }
30036
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30037
- background: #ccd4e3;
30038
- }
30039
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30040
- background: #0080ff;
30041
- }
30042
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30043
- background: #ccd4e3;
30044
- opacity: 0.5;
30045
- }
30046
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30047
- border-right-color: #0080ff;
30048
- }
30049
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30050
- border-color: #0080ff;
30051
- }
30052
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30053
- background: rgba(0, 136, 255, 0.1);
30054
- }
30055
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30056
- background: rgba(211, 218, 235, 0.6);
30057
- border-color: #ccd4e3;
30058
- opacity: 0.5;
30059
- }
30060
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30061
- color: #00122e;
30062
- border-color: #ccd4e3;
30063
- }
30064
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30065
- color: #00122e;
30066
- border-color: #ccd4e3;
30067
- background: rgba(172, 186, 211, 0.6);
30068
- }
30069
- .r1f0aqcc .ant-radio-button-input {
30070
- margin-right: 8px;
30071
- display: inline;
30072
- border: none;
30073
- padding: 0;
30074
- width: 36px;
30075
- background: transparent;
30076
- }
30077
- .r1f0aqcc .ant-radio-button-input:focus {
30078
- box-shadow: none;
30079
- }
30080
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30081
- margin-right: 0;
30082
- width: initial;
30083
- box-shadow: none;
30084
- }
30085
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30086
- display: none;
30087
- }
30088
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30089
- display: inline;
30090
- }
30091
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30092
- display: inline;
30093
- margin-right: 8px;
30094
- padding: 0;
30095
- width: 36px;
30096
- }
30097
-
30098
29952
  .cz04yix {
30099
29953
  display: flex;
30100
29954
  flex-direction: column;
@@ -30707,140 +30561,205 @@ input.rrg1fkn.ant-input {
30707
30561
  border-bottom-left-radius: 0;
30708
30562
  }
30709
30563
 
30710
- .s34f1qb.ant-switch {
30711
- min-width: 40px;
30712
- height: 24px;
30713
- background: rgba(172, 186, 211, 0.6);
30714
- overflow: hidden;
30564
+ .rxbeqvl.ant-radio-wrapper {
30565
+ display: inline-flex;
30566
+ align-items: baseline;
30567
+ white-space: pre-wrap;
30715
30568
  }
30716
- .s34f1qb.ant-switch:focus {
30717
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30569
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30570
+ position: relative;
30571
+ top: 3px;
30718
30572
  }
30719
- .s34f1qb.ant-switch-small {
30720
- min-width: 26px;
30721
- height: 16px;
30573
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30574
+ border-color: rgba(107, 128, 167, 0.6);
30722
30575
  }
30723
- .s34f1qb.ant-switch-large {
30724
- min-width: 52px;
30725
- height: 32px;
30576
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30577
+ border-color: #0080ff;
30726
30578
  }
30727
- .s34f1qb.ant-switch .ant-switch-handle {
30728
- height: 20px;
30729
- width: 20px;
30579
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30580
+ border-color: #0080ff;
30581
+ background: #0080ff;
30730
30582
  }
30731
- .s34f1qb.ant-switch .ant-switch-handle::before {
30732
- border-radius: 10px;
30733
- transition-delay: 120ms;
30583
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30584
+ top: 4px;
30585
+ left: 4px;
30586
+ width: 6px;
30587
+ height: 6px;
30588
+ background: #fff;
30734
30589
  }
30735
- .s34f1qb.ant-switch-small .ant-switch-handle {
30736
- height: 14px;
30737
- width: 14px;
30738
- top: 1px;
30739
- left: 1px;
30590
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30591
+ opacity: 0.5;
30740
30592
  }
30741
- .s34f1qb.ant-switch-large .ant-switch-handle {
30742
- height: 28px;
30743
- width: 28px;
30593
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30594
+ border-color: rgba(107, 128, 167, 0.6);
30595
+ background: rgba(211, 218, 235, 0.6);
30744
30596
  }
30745
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30746
- border-radius: 14px;
30597
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30598
+ background: #00122e;
30747
30599
  }
30748
- .s34f1qb.ant-switch-checked {
30749
- background-color: #00ba5d;
30600
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30601
+ color: #00122e;
30602
+ opacity: 0.5;
30750
30603
  }
30751
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30752
- left: calc(100% - 20px - 2px);
30604
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30605
+ color: #00122e;
30753
30606
  }
30754
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30755
- left: calc(100% - 14px - 1px);
30607
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30608
+ display: inline-block;
30609
+ padding: 0;
30610
+ padding-left: 12px;
30756
30611
  }
30757
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30758
- left: calc(100% - 28px - 2px);
30612
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30613
+ margin-bottom: 0;
30614
+ white-space: pre-wrap;
30615
+ color: rgba(44, 56, 82, 0.6);
30759
30616
  }
30760
-
30761
- .c1to9vb9 {
30762
- margin-left: 5px;
30617
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30618
+ padding-left: 8px;
30763
30619
  }
30764
30620
 
30765
- .s1fc623g {
30766
- width: 430px !important;
30621
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30622
+ border-radius: 5px 0 0 5px;
30767
30623
  }
30768
-
30769
- .da3mx0o .ant-select-item-group {
30770
- padding: 8px 16px;
30771
- line-height: 18px;
30772
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30773
- height: 34px;
30774
- min-height: 34px;
30775
- box-sizing: border-box;
30776
- margin-top: 8px;
30624
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30625
+ border-radius: 0 5px 5px 0;
30777
30626
  }
30778
30627
 
30779
- .onr9gzt {
30780
- display: flex;
30781
- flex-direction: column;
30782
- margin: 1px 8px;
30783
- padding: 8px;
30784
- border-radius: 4px;
30628
+ .r1f0aqcc {
30629
+ color: #00122e;
30630
+ border-color: #ccd4e3;
30785
30631
  }
30786
- .onr9gzt .selected-icon {
30787
- display: none;
30632
+ .r1f0aqcc:first-child {
30633
+ border-color: #a3b4cc;
30788
30634
  }
30789
- .onr9gzt.ant-select-item-option-grouped {
30790
- padding-left: 8px;
30635
+ .r1f0aqcc.ant-radio-button-wrapper {
30636
+ padding: 0 12px;
30637
+ line-height: 32px;
30638
+ height: 32px;
30791
30639
  }
30792
- .onr9gzt.ant-select-item-option-selected {
30793
- background-color: white;
30640
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30641
+ white-space: nowrap;
30794
30642
  }
30795
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30796
- color: #0080ff;
30643
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30644
+ height: 22px;
30645
+ padding: 0 7px;
30646
+ line-height: 20px;
30797
30647
  }
30798
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30799
- display: block;
30648
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30649
+ background: #ccd4e3;
30800
30650
  }
30801
- .onr9gzt.ant-select-item-option-active {
30802
- background: rgba(0, 136, 255, 0.16);
30651
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30652
+ background: #0080ff;
30803
30653
  }
30804
- .onr9gzt.ant-select-item-option-active .timezone-title {
30805
- color: #0080ff;
30654
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30655
+ background: #ccd4e3;
30656
+ opacity: 0.5;
30806
30657
  }
30807
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30658
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30659
+ border-right-color: #0080ff;
30660
+ }
30661
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30662
+ border-color: #0080ff;
30663
+ }
30664
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30808
30665
  background: rgba(0, 136, 255, 0.1);
30809
- color: #0080ff;
30810
30666
  }
30811
-
30812
- .oiy0apc {
30813
- display: flex;
30814
- justify-content: space-between;
30815
- height: 20px;
30816
- line-height: 20px;
30667
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30668
+ background: rgba(211, 218, 235, 0.6);
30669
+ border-color: #ccd4e3;
30670
+ opacity: 0.5;
30817
30671
  }
30818
- .oiy0apc .timezone-title {
30819
- color: #2d3a56;
30820
- overflow: hidden;
30821
- text-overflow: ellipsis;
30672
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30673
+ color: #00122e;
30674
+ border-color: #ccd4e3;
30822
30675
  }
30823
-
30824
- .of4y382 {
30825
- display: flex;
30826
- justify-content: space-between;
30827
- color: rgba(44, 56, 82, 0.6);
30828
- height: 18px;
30829
- line-height: 18px;
30830
- margin-top: 2px;
30676
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30677
+ color: #00122e;
30678
+ border-color: #ccd4e3;
30679
+ background: rgba(172, 186, 211, 0.6);
30831
30680
  }
30832
-
30833
- .t19903l9 {
30681
+ .r1f0aqcc .ant-radio-button-input {
30682
+ margin-right: 8px;
30683
+ display: inline;
30834
30684
  border: none;
30685
+ padding: 0;
30686
+ width: 36px;
30687
+ background: transparent;
30688
+ }
30689
+ .r1f0aqcc .ant-radio-button-input:focus {
30690
+ box-shadow: none;
30691
+ }
30692
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30835
30693
  margin-right: 0;
30836
- background: rgba(225, 230, 241, 0.6);
30694
+ width: initial;
30695
+ box-shadow: none;
30696
+ }
30697
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30698
+ display: none;
30699
+ }
30700
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30701
+ display: inline;
30702
+ }
30703
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30704
+ display: inline;
30705
+ margin-right: 8px;
30706
+ padding: 0;
30707
+ width: 36px;
30837
30708
  }
30838
30709
 
30839
- .ohwbvxu {
30840
- pointer-events: none;
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;
30841
30725
  height: 32px;
30842
- width: 100%;
30843
- opacity: 0;
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;
30844
30763
  }
30845
30764
 
30846
30765
  .t1upn1sz {
@@ -31207,69 +31126,150 @@ input.rrg1fkn.ant-input {
31207
31126
  background: #fff;
31208
31127
  }
31209
31128
 
31210
- .i1e4sgug {
31211
- display: inline-block;
31129
+ .s1fc623g {
31130
+ width: 430px !important;
31212
31131
  }
31213
31132
 
31214
- .d6j0lbj {
31215
- font-family: Inter;
31216
- font-style: normal;
31217
- font-weight: bold;
31218
- font-size: 32px;
31219
- line-height: 40px;
31133
+ .da3mx0o .ant-select-item-group {
31134
+ padding: 8px 16px;
31135
+ line-height: 18px;
31136
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31137
+ height: 34px;
31138
+ min-height: 34px;
31139
+ box-sizing: border-box;
31140
+ margin-top: 8px;
31220
31141
  }
31221
31142
 
31222
- .d1xhvvxe {
31223
- font-family: Inter;
31224
- font-style: normal;
31225
- font-weight: bold;
31226
- font-size: 24px;
31227
- line-height: 32px;
31143
+ .onr9gzt {
31144
+ display: flex;
31145
+ flex-direction: column;
31146
+ margin: 1px 8px;
31147
+ padding: 8px;
31148
+ border-radius: 4px;
31228
31149
  }
31229
-
31230
- .dk10mxq {
31231
- font-family: Inter;
31232
- font-style: normal;
31233
- font-weight: normal;
31234
- font-size: 32px;
31235
- line-height: 40px;
31150
+ .onr9gzt .selected-icon {
31151
+ display: none;
31236
31152
  }
31237
-
31238
- .dxsait {
31239
- font-family: Inter;
31240
- font-style: normal;
31241
- font-weight: bold;
31242
- font-size: 20px;
31243
- line-height: 24px;
31153
+ .onr9gzt.ant-select-item-option-grouped {
31154
+ padding-left: 8px;
31244
31155
  }
31245
-
31246
- .dokn0h3 {
31247
- font-family: Inter;
31248
- font-style: normal;
31249
- font-weight: normal;
31250
- font-size: 20px;
31251
- line-height: 24px;
31156
+ .onr9gzt.ant-select-item-option-selected {
31157
+ background-color: white;
31252
31158
  }
31253
-
31254
- .dobau4p {
31255
- font-family: Inter;
31256
- font-style: normal;
31257
- font-weight: bold;
31258
- font-size: 18px;
31259
- line-height: 22px;
31159
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31160
+ color: #0080ff;
31260
31161
  }
31261
-
31262
- .dvolwok {
31263
- font-family: Inter;
31264
- font-style: normal;
31265
- font-weight: normal;
31266
- font-size: 18px;
31267
- line-height: 22px;
31162
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31163
+ display: block;
31268
31164
  }
31269
-
31270
- .h181qhg4 {
31271
- font-family: Inter;
31272
- font-style: normal;
31165
+ .onr9gzt.ant-select-item-option-active {
31166
+ background: rgba(0, 136, 255, 0.16);
31167
+ }
31168
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31169
+ color: #0080ff;
31170
+ }
31171
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31172
+ background: rgba(0, 136, 255, 0.1);
31173
+ color: #0080ff;
31174
+ }
31175
+
31176
+ .oiy0apc {
31177
+ display: flex;
31178
+ justify-content: space-between;
31179
+ height: 20px;
31180
+ line-height: 20px;
31181
+ }
31182
+ .oiy0apc .timezone-title {
31183
+ color: #2d3a56;
31184
+ overflow: hidden;
31185
+ text-overflow: ellipsis;
31186
+ }
31187
+
31188
+ .of4y382 {
31189
+ display: flex;
31190
+ justify-content: space-between;
31191
+ color: rgba(44, 56, 82, 0.6);
31192
+ height: 18px;
31193
+ line-height: 18px;
31194
+ margin-top: 2px;
31195
+ }
31196
+
31197
+ .t19903l9 {
31198
+ border: none;
31199
+ margin-right: 0;
31200
+ background: rgba(225, 230, 241, 0.6);
31201
+ }
31202
+
31203
+ .ohwbvxu {
31204
+ pointer-events: none;
31205
+ height: 32px;
31206
+ width: 100%;
31207
+ opacity: 0;
31208
+ }
31209
+
31210
+ .i1e4sgug {
31211
+ display: inline-block;
31212
+ }
31213
+
31214
+ .d6j0lbj {
31215
+ font-family: Inter;
31216
+ font-style: normal;
31217
+ font-weight: bold;
31218
+ font-size: 32px;
31219
+ line-height: 40px;
31220
+ }
31221
+
31222
+ .d1xhvvxe {
31223
+ font-family: Inter;
31224
+ font-style: normal;
31225
+ font-weight: bold;
31226
+ font-size: 24px;
31227
+ line-height: 32px;
31228
+ }
31229
+
31230
+ .dk10mxq {
31231
+ font-family: Inter;
31232
+ font-style: normal;
31233
+ font-weight: normal;
31234
+ font-size: 32px;
31235
+ line-height: 40px;
31236
+ }
31237
+
31238
+ .dxsait {
31239
+ font-family: Inter;
31240
+ font-style: normal;
31241
+ font-weight: bold;
31242
+ font-size: 20px;
31243
+ line-height: 24px;
31244
+ }
31245
+
31246
+ .dokn0h3 {
31247
+ font-family: Inter;
31248
+ font-style: normal;
31249
+ font-weight: normal;
31250
+ font-size: 20px;
31251
+ line-height: 24px;
31252
+ }
31253
+
31254
+ .dobau4p {
31255
+ font-family: Inter;
31256
+ font-style: normal;
31257
+ font-weight: bold;
31258
+ font-size: 18px;
31259
+ line-height: 22px;
31260
+ }
31261
+
31262
+ .dvolwok {
31263
+ font-family: Inter;
31264
+ font-style: normal;
31265
+ font-weight: normal;
31266
+ font-size: 18px;
31267
+ line-height: 22px;
31268
+ }
31269
+
31270
+ .h181qhg4 {
31271
+ font-family: Inter;
31272
+ font-style: normal;
31273
31273
  font-weight: bold;
31274
31274
  font-size: 16px;
31275
31275
  line-height: 22px;
@@ -31686,6 +31686,180 @@ input.rrg1fkn.ant-input {
31686
31686
  line-height: 12px;
31687
31687
  }
31688
31688
 
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;
31722
+ }
31723
+
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;
31766
+ }
31767
+
31768
+ .m126spxy {
31769
+ padding-bottom: 4px;
31770
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31771
+ }
31772
+ .m126spxy .ant-btn-link {
31773
+ padding: 1px 10px;
31774
+ color: rgba(62, 70, 82, 0.6);
31775
+ border-radius: 4px;
31776
+ }
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);
31785
+ }
31786
+ .wpbf4pq .ant-input,
31787
+ .wpbf4pq .ant-picker {
31788
+ width: 80px;
31789
+ margin: 0 9px;
31790
+ text-align: center;
31791
+ }
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;
31796
+ }
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;
31803
+ }
31804
+ .wpbf4pq .week-day-option:focus,
31805
+ .wpbf4pq .month-day-option:focus {
31806
+ color: inherit;
31807
+ border-color: #d9d9d9;
31808
+ }
31809
+ .wpbf4pq .week-day-option.active {
31810
+ background-color: #0096ff;
31811
+ border-color: #0096ff;
31812
+ color: #fff;
31813
+ }
31814
+ .wpbf4pq .week-day-option.en-text {
31815
+ width: 110px;
31816
+ margin-top: 4px;
31817
+ }
31818
+ .wpbf4pq .month-day-option {
31819
+ width: 32px;
31820
+ padding: 0;
31821
+ margin-bottom: 8px;
31822
+ }
31823
+ .wpbf4pq .month-day-option.active {
31824
+ background-color: #0096ff;
31825
+ border-color: #0096ff;
31826
+ color: #fff;
31827
+ }
31828
+
31829
+ .n12mqh7z {
31830
+ display: flex;
31831
+ align-items: center;
31832
+ font-size: 12px;
31833
+ line-height: 18px;
31834
+ }
31835
+ .n12mqh7z:not(:last-child) {
31836
+ margin-bottom: 4px;
31837
+ }
31838
+
31839
+ .tf5bynu {
31840
+ margin: 0 3px;
31841
+ }
31842
+
31843
+ .tcckoz1 {
31844
+ max-height: 400px;
31845
+ overflow: "auto";
31846
+ }
31847
+
31848
+ .s1iv0tp1 .enabled-switch {
31849
+ display: flex;
31850
+ align-items: center;
31851
+ }
31852
+ .s1iv0tp1 .enabled-text {
31853
+ margin-right: 8px;
31854
+ }
31855
+
31856
+ .tje3huy {
31857
+ width: 100%;
31858
+ overflow: inherit;
31859
+ white-space: inherit;
31860
+ text-overflow: ellipsis;
31861
+ }
31862
+
31689
31863
  .c18gxmrl {
31690
31864
  border: 1px solid #d8deeb;
31691
31865
  border-radius: 4px;
@@ -31706,22 +31880,6 @@ input.rrg1fkn.ant-input {
31706
31880
  padding: 8px 12px;
31707
31881
  }
31708
31882
 
31709
- .berrcjl {
31710
- color: rgba(10, 37, 85, 0.6);
31711
- margin-bottom: 4px;
31712
- }
31713
- .berrcjl .breadcrumb-link {
31714
- color: rgba(10, 37, 85, 0.6);
31715
- cursor: pointer;
31716
- transition: color 160ms ease;
31717
- }
31718
- .berrcjl .breadcrumb-link:hover {
31719
- color: #0080ff;
31720
- }
31721
- .berrcjl .breadcrumb-link:active {
31722
- color: #005ed1;
31723
- }
31724
-
31725
31883
  .c1uzzomf {
31726
31884
  margin-bottom: 16px;
31727
31885
  }
@@ -31744,18 +31902,34 @@ input.rrg1fkn.ant-input {
31744
31902
  text-align: center;
31745
31903
  }
31746
31904
 
31747
- .c1bus5hc {
31748
- --color: white;
31749
- height: 14px;
31750
- width: 14px;
31751
- border-radius: 50%;
31752
- flex-shrink: 0;
31753
- display: flex;
31754
- align-items: center;
31755
- justify-content: center;
31756
- border: 1px solid var(--color);
31757
- }
31758
- .c1bus5hc .circle-inner {
31905
+ .berrcjl {
31906
+ color: rgba(10, 37, 85, 0.6);
31907
+ margin-bottom: 4px;
31908
+ }
31909
+ .berrcjl .breadcrumb-link {
31910
+ color: rgba(10, 37, 85, 0.6);
31911
+ cursor: pointer;
31912
+ transition: color 160ms ease;
31913
+ }
31914
+ .berrcjl .breadcrumb-link:hover {
31915
+ color: #0080ff;
31916
+ }
31917
+ .berrcjl .breadcrumb-link:active {
31918
+ color: #005ed1;
31919
+ }
31920
+
31921
+ .c1bus5hc {
31922
+ --color: white;
31923
+ height: 14px;
31924
+ width: 14px;
31925
+ border-radius: 50%;
31926
+ flex-shrink: 0;
31927
+ display: flex;
31928
+ align-items: center;
31929
+ justify-content: center;
31930
+ border: 1px solid var(--color);
31931
+ }
31932
+ .c1bus5hc .circle-inner {
31759
31933
  position: relative;
31760
31934
  height: 10px;
31761
31935
  width: 10px;
@@ -31797,28 +31971,6 @@ input.rrg1fkn.ant-input {
31797
31971
  width: 100%;
31798
31972
  }
31799
31973
 
31800
- .cav9p2m .ant-collapse-item {
31801
- border: 0px;
31802
- background-color: #fff;
31803
- }
31804
- .cav9p2m .ant-collapse-item .ant-collapse-header {
31805
- padding-top: 0px;
31806
- padding-bottom: 0px;
31807
- padding-left: 0px !important;
31808
- padding-right: 24px;
31809
- }
31810
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
31811
- right: 0px;
31812
- }
31813
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
31814
- padding: 0px;
31815
- }
31816
-
31817
- .csf0p6c .ant-collapse-item .ant-collapse-header {
31818
- padding-right: 0px;
31819
- cursor: default;
31820
- }
31821
-
31822
31974
  .c198s9j3 {
31823
31975
  color: #2d3a56;
31824
31976
  line-height: 22px;
@@ -31897,89 +32049,26 @@ input.rrg1fkn.ant-input {
31897
32049
  padding: 20px 24px 24px 24px;
31898
32050
  }
31899
32051
 
31900
- .c18bcrac {
31901
- display: inline-block;
31902
- width: 100%;
31903
- }
31904
- .c18bcrac .recharts-wrapper {
31905
- margin-left: 4px;
31906
- }
31907
-
31908
- .cro7kg2 {
31909
- padding: 4px;
31910
- }
31911
-
31912
- .c14wcxf0 {
31913
- display: flex;
31914
- justify-content: space-between;
31915
- align-items: center;
31916
- font-size: 13px;
31917
- line-height: 24px;
31918
- color: #cccccc;
31919
- white-space: nowrap;
31920
- }
31921
- .c14wcxf0 label {
31922
- margin-right: 32px;
31923
- }
31924
-
31925
- .coy29mj.c14wcxf0 {
31926
- font-weight: bold;
31927
- color: white;
31928
- }
31929
-
31930
- .s11212zy {
31931
- width: 8px;
31932
- height: 8px;
31933
- border-radius: 2px;
31934
- display: inline-block;
31935
- background: var(--s11212zy-0);
31936
- border: 1px solid #fff;
31937
- box-sizing: content-box;
31938
- margin-right: 6px;
31939
- }
31940
-
31941
- .p1lyky6c > :first-child {
31942
- font-weight: bold;
31943
- color: white;
31944
- margin-right: 4px;
31945
- }
31946
-
31947
- .s1iv0tp1 .enabled-switch {
31948
- display: flex;
31949
- align-items: center;
31950
- }
31951
- .s1iv0tp1 .enabled-text {
31952
- margin-right: 8px;
31953
- }
31954
-
31955
- .tje3huy {
31956
- width: 100%;
31957
- overflow: inherit;
31958
- white-space: inherit;
31959
- text-overflow: ellipsis;
32052
+ .cav9p2m .ant-collapse-item {
32053
+ border: 0px;
32054
+ background-color: #fff;
31960
32055
  }
31961
-
31962
- .wg1tsps {
31963
- display: flex;
31964
- align-items: center;
31965
- justify-content: flex-end;
32056
+ .cav9p2m .ant-collapse-item .ant-collapse-header {
32057
+ padding-top: 0px;
32058
+ padding-bottom: 0px;
32059
+ padding-left: 0px !important;
32060
+ padding-right: 24px;
31966
32061
  }
31967
-
31968
- .b1ctd5xy {
31969
- display: flex;
31970
- align-items: center;
31971
- width: calc(100% - 40px);
32062
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32063
+ right: 0px;
31972
32064
  }
31973
- .b1ctd5xy .chart {
31974
- display: inline-block;
31975
- width: 100%;
32065
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32066
+ padding: 0px;
31976
32067
  }
31977
32068
 
31978
- .u1p8acpn {
31979
- width: 40px;
31980
- }
31981
- .u1p8acpn .unit {
31982
- color: #00122e !important;
32069
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32070
+ padding-right: 0px;
32071
+ cursor: default;
31983
32072
  }
31984
32073
 
31985
32074
  .t3qomhu {
@@ -31999,96 +32088,71 @@ input.rrg1fkn.ant-input {
31999
32088
  display: flex;
32000
32089
  }
32001
32090
 
32002
- .igz4le8 {
32003
- height: 24px;
32004
- width: 56px !important;
32005
- margin-right: 4px;
32006
- }
32007
-
32008
- .c1riexje {
32009
- color: rgba(44, 56, 82, 0.6);
32010
- }
32011
-
32012
- .s1uupxds {
32013
- padding: 0 8px;
32014
- border-radius: 4px;
32015
- }
32016
-
32017
- .m10sqwut {
32018
- padding: 2px 8px;
32019
- border-radius: 3px;
32020
- }
32021
-
32022
- .l1d492wb {
32023
- padding: 3px 8px;
32024
- border-radius: 2px;
32091
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32092
+ border-radius: 6px;
32025
32093
  }
32026
-
32027
- .t1lzavmu.ant-tag:hover {
32028
- opacity: unset;
32094
+ .shq1k1g.ant-select.ant-select-single {
32095
+ width: 100%;
32096
+ color: #2d3a56;
32097
+ border-color: rgba(211, 218, 235, 0.6);
32098
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32099
+ font-size: 13px;
32029
32100
  }
32030
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32031
- margin: 0;
32032
- margin-right: 8px;
32033
- display: inline-flex;
32034
- align-items: center;
32035
- border: none;
32101
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32102
+ height: 30px;
32036
32103
  }
32037
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32038
- width: 16px;
32039
- height: 16px;
32040
- color: inherit;
32041
- margin-left: 4px;
32042
- opacity: 0.6;
32043
- display: inline-flex;
32104
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32105
+ height: 38px;
32106
+ font-size: 13px;
32044
32107
  }
32045
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32046
- opacity: 1;
32108
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32109
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32110
+ transition: 160ms ease;
32047
32111
  }
32048
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32112
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32049
32113
  color: #0080ff;
32050
- background-color: rgba(0, 136, 255, 0.1);
32051
- }
32052
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32053
- color: #f0483e;
32054
- background-color: rgba(255, 74, 74, 0.1);
32055
32114
  }
32056
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32057
- color: #e07f00;
32058
- background-color: rgba(255, 187, 0, 0.1);
32115
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32116
+ border-color: rgba(107, 128, 167, 0.6);
32117
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32059
32118
  }
32060
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32061
- color: #008f4c;
32062
- background-color: rgba(30, 201, 127, 0.1);
32119
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32120
+ color: #0080ff;
32063
32121
  }
32064
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32065
- color: #1d326c;
32066
- background-color: rgba(225, 230, 241, 0.6);
32122
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32123
+ border-color: #0080ff;
32124
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32067
32125
  }
32068
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32069
- color: #7E41FF;
32070
- background-color: rgba(126, 65, 255, 0.1);
32126
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32127
+ transform: rotate(180deg);
32071
32128
  }
32072
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32073
- color: #fff;
32129
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32130
+ background: rgba(211, 218, 235, 0.6);
32131
+ border-color: rgba(172, 186, 211, 0.6);
32132
+ cursor: "not-allowed";
32074
32133
  }
32075
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32076
- background-color: #f0483e;
32134
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32135
+ border-color: #f0483e !important;
32077
32136
  }
32078
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32079
- background-color: #fea008;
32137
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32138
+ color: #1d326c;
32080
32139
  }
32081
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32082
- background-color: #00ba5d;
32140
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32141
+ border-color: #0080ff;
32142
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32083
32143
  }
32084
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32085
- background-color: #0080ff;
32144
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32145
+ transform: rotate(180deg);
32086
32146
  }
32087
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32088
- background-color: #6b7d99;
32147
+
32148
+ .igz4le8 {
32149
+ height: 24px;
32150
+ width: 56px !important;
32151
+ margin-right: 4px;
32089
32152
  }
32090
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32091
- background-color: #7E41FF;
32153
+
32154
+ .c1riexje {
32155
+ color: rgba(44, 56, 82, 0.6);
32092
32156
  }
32093
32157
 
32094
32158
  .s14dk8r1 {
@@ -32190,89 +32254,28 @@ input.rrg1fkn.ant-input {
32190
32254
 
32191
32255
  .l13g0exg {
32192
32256
  position: absolute;
32193
- width: 5px;
32194
- height: 48px;
32195
- left: 40.8px;
32196
- top: 8.4px;
32197
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32198
- border-radius: 5px;
32199
- transform: rotate(-8deg);
32200
- transform-origin: top left;
32201
- animation: loading-indicator2 1100ms ease-out infinite;
32202
- }
32203
-
32204
- .l1exo3h6 {
32205
- position: absolute;
32206
- width: 5px;
32207
- height: 48px;
32208
- left: 52.9px;
32209
- top: 51.8px;
32210
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32211
- border-radius: 5px;
32212
- transform: rotate(112deg);
32213
- transform-origin: top left;
32214
- animation: loading-indicator3 1100ms ease-out infinite;
32215
- }
32216
-
32217
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32218
- border-radius: 6px;
32219
- }
32220
- .shq1k1g.ant-select.ant-select-single {
32221
- width: 100%;
32222
- color: #2d3a56;
32223
- border-color: rgba(211, 218, 235, 0.6);
32224
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32225
- font-size: 13px;
32226
- }
32227
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32228
- height: 30px;
32229
- }
32230
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32231
- height: 38px;
32232
- font-size: 13px;
32233
- }
32234
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32235
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32236
- transition: 160ms ease;
32237
- }
32238
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32239
- color: #0080ff;
32240
- }
32241
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32242
- border-color: rgba(107, 128, 167, 0.6);
32243
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32244
- }
32245
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32246
- color: #0080ff;
32247
- }
32248
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32249
- border-color: #0080ff;
32250
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32251
- }
32252
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32253
- transform: rotate(180deg);
32254
- }
32255
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32256
- background: rgba(211, 218, 235, 0.6);
32257
- border-color: rgba(172, 186, 211, 0.6);
32258
- cursor: "not-allowed";
32259
- }
32260
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32261
- border-color: #f0483e !important;
32262
- }
32263
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32264
- color: #1d326c;
32265
- }
32266
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32267
- border-color: #0080ff;
32268
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32269
- }
32270
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32271
- transform: rotate(180deg);
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;
32272
32266
  }
32273
32267
 
32274
- .t19ustft .date {
32275
- margin-right: 4px;
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;
32276
32279
  }
32277
32280
 
32278
32281
  .m1thnes4 {
@@ -32436,6 +32439,102 @@ input.rrg1fkn.ant-input {
32436
32439
  margin-left: 8px;
32437
32440
  }
32438
32441
 
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;
32454
+ }
32455
+
32456
+ .l1d492wb {
32457
+ padding: 3px 8px;
32458
+ border-radius: 2px;
32459
+ }
32460
+
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);
32497
+ }
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);
32501
+ }
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);
32505
+ }
32506
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32507
+ color: #fff;
32508
+ }
32509
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32510
+ background-color: #f0483e;
32511
+ }
32512
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32513
+ background-color: #fea008;
32514
+ }
32515
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32516
+ background-color: #00ba5d;
32517
+ }
32518
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32519
+ background-color: #0080ff;
32520
+ }
32521
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32522
+ background-color: #6b7d99;
32523
+ }
32524
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32525
+ background-color: #7E41FF;
32526
+ }
32527
+
32528
+ .gmyahx3 {
32529
+ cursor: pointer;
32530
+ }
32531
+ .gmyahx3 .link-text {
32532
+ color: rgba(0, 21, 64, 0.3);
32533
+ }
32534
+ .gmyahx3:hover .link-text {
32535
+ color: #0080ff;
32536
+ }
32537
+
32439
32538
  .sq6vos1 {
32440
32539
  --item-min-width: 60px;
32441
32540
  }
@@ -32651,26 +32750,6 @@ input.rrg1fkn.ant-input {
32651
32750
  background: rgba(163, 180, 204, 0.18);
32652
32751
  }
32653
32752
 
32654
- .rrwcpby {
32655
- display: flex;
32656
- align-items: center;
32657
- }
32658
- .rrwcpby .order {
32659
- height: 24px;
32660
- width: 24px;
32661
- border-radius: 20px;
32662
- color: #0080ff;
32663
- background: rgba(0, 136, 255, 0.1);
32664
- display: flex;
32665
- align-items: center;
32666
- justify-content: center;
32667
- margin-right: 6px;
32668
- }
32669
-
32670
- .c1k4vanq {
32671
- padding: 0 12px 14px 12px;
32672
- }
32673
-
32674
32753
  .c1udgdh2 {
32675
32754
  color: #2d3a56;
32676
32755
  padding: 7px 12px;
@@ -32711,6 +32790,43 @@ input.rrg1fkn.ant-input {
32711
32790
  margin-right: 2px;
32712
32791
  }
32713
32792
 
32793
+ .c1k4vanq {
32794
+ padding: 0 12px 14px 12px;
32795
+ }
32796
+
32797
+ .rrwcpby {
32798
+ display: flex;
32799
+ align-items: center;
32800
+ }
32801
+ .rrwcpby .order {
32802
+ height: 24px;
32803
+ width: 24px;
32804
+ border-radius: 20px;
32805
+ color: #0080ff;
32806
+ background: rgba(0, 136, 255, 0.1);
32807
+ display: flex;
32808
+ align-items: center;
32809
+ justify-content: center;
32810
+ margin-right: 6px;
32811
+ }
32812
+
32813
+ .bab9xum {
32814
+ 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);
32815
+ }
32816
+
32817
+ .cav4gt6 {
32818
+ border-radius: 8px;
32819
+ background-color: white;
32820
+ }
32821
+ .cav4gt6.hoverable {
32822
+ cursor: pointer;
32823
+ }
32824
+ .cav4gt6.hoverable:hover {
32825
+ transition: all 200ms ease;
32826
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32827
+ transform: translateY(-4px);
32828
+ }
32829
+
32714
32830
  .tc40oxa {
32715
32831
  margin-bottom: 4px;
32716
32832
  color: rgba(44, 56, 82, 0.6);
@@ -32904,26 +33020,35 @@ input.rrg1fkn.ant-input {
32904
33020
  margin-right: 8px;
32905
33021
  }
32906
33022
 
32907
- .iwsze0q {
32908
- margin-right: 4px;
32909
- height: 16px;
33023
+ .f1p9ti6d {
33024
+ width: 100%;
33025
+ margin-bottom: 0 !important;
33026
+ flex-flow: nowrap !important;
33027
+ line-break: auto;
32910
33028
  }
32911
-
32912
- .bab9xum {
32913
- 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);
33029
+ .f1p9ti6d > .ant-form-item-label {
33030
+ text-align: left !important;
33031
+ padding-bottom: 0 !important;
32914
33032
  }
32915
-
32916
- .cav4gt6 {
32917
- border-radius: 8px;
32918
- background-color: white;
33033
+ .f1p9ti6d > .ant-form-item-label > label {
33034
+ min-height: 32px;
33035
+ height: auto;
33036
+ font-size: 13px;
33037
+ color: rgba(44, 56, 82, 0.6);
33038
+ white-space: normal;
32919
33039
  }
32920
- .cav4gt6.hoverable {
32921
- cursor: pointer;
33040
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33041
+ border-color: #ff4d4f !important;
32922
33042
  }
32923
- .cav4gt6.hoverable:hover {
32924
- transition: all 200ms ease;
32925
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32926
- transform: translateY(-4px);
33043
+ .f1p9ti6d .ant-form-item-explain {
33044
+ margin-top: 4px;
33045
+ font-size: 12px;
33046
+ min-height: 0px;
33047
+ }
33048
+ .f1p9ti6d .ant-form-item-extra {
33049
+ font-size: 12px;
33050
+ color: rgba(44, 56, 82, 0.6);
33051
+ min-height: 0px;
32927
33052
  }
32928
33053
 
32929
33054
  .w1xcixj5.outside-tag {
@@ -32961,48 +33086,9 @@ input.rrg1fkn.ant-input {
32961
33086
  border: 1px solid rgba(211, 218, 235, 0.6);
32962
33087
  }
32963
33088
 
32964
- .skwah65 {
32965
- height: 8px;
32966
- box-sizing: border-box;
32967
- border-radius: 2px;
32968
- background: #f5f7fa;
32969
- display: flex;
32970
- width: 100%;
32971
- overflow: hidden;
32972
- }
32973
- .skwah65 .stack-bar-item + .stack-bar-item {
32974
- margin-left: 1px;
32975
- }
32976
-
32977
- .f1p9ti6d {
32978
- width: 100%;
32979
- margin-bottom: 0 !important;
32980
- flex-flow: nowrap !important;
32981
- line-break: auto;
32982
- }
32983
- .f1p9ti6d > .ant-form-item-label {
32984
- text-align: left !important;
32985
- padding-bottom: 0 !important;
32986
- }
32987
- .f1p9ti6d > .ant-form-item-label > label {
32988
- min-height: 32px;
32989
- height: auto;
32990
- font-size: 13px;
32991
- color: rgba(44, 56, 82, 0.6);
32992
- white-space: normal;
32993
- }
32994
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32995
- border-color: #ff4d4f !important;
32996
- }
32997
- .f1p9ti6d .ant-form-item-explain {
32998
- margin-top: 4px;
32999
- font-size: 12px;
33000
- min-height: 0px;
33001
- }
33002
- .f1p9ti6d .ant-form-item-extra {
33003
- font-size: 12px;
33004
- color: rgba(44, 56, 82, 0.6);
33005
- min-height: 0px;
33089
+ .iwsze0q {
33090
+ margin-right: 4px;
33091
+ height: 16px;
33006
33092
  }
33007
33093
 
33008
33094
  .at4ovwe .ant-input-number-handler-wrap {