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

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 +656 -580
  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 +3408 -2726
  13. package/dist/esm/stats1.html +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/spec/base.d.ts +21 -7
  16. package/dist/style.css +647 -571
  17. package/dist/umd/index.js +3413 -2731
  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
@@ -30762,87 +30762,6 @@ input.rrg1fkn.ant-input {
30762
30762
  margin-left: 5px;
30763
30763
  }
30764
30764
 
30765
- .s1fc623g {
30766
- width: 430px !important;
30767
- }
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;
30777
- }
30778
-
30779
- .onr9gzt {
30780
- display: flex;
30781
- flex-direction: column;
30782
- margin: 1px 8px;
30783
- padding: 8px;
30784
- border-radius: 4px;
30785
- }
30786
- .onr9gzt .selected-icon {
30787
- display: none;
30788
- }
30789
- .onr9gzt.ant-select-item-option-grouped {
30790
- padding-left: 8px;
30791
- }
30792
- .onr9gzt.ant-select-item-option-selected {
30793
- background-color: white;
30794
- }
30795
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30796
- color: #0080ff;
30797
- }
30798
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30799
- display: block;
30800
- }
30801
- .onr9gzt.ant-select-item-option-active {
30802
- background: rgba(0, 136, 255, 0.16);
30803
- }
30804
- .onr9gzt.ant-select-item-option-active .timezone-title {
30805
- color: #0080ff;
30806
- }
30807
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30808
- background: rgba(0, 136, 255, 0.1);
30809
- color: #0080ff;
30810
- }
30811
-
30812
- .oiy0apc {
30813
- display: flex;
30814
- justify-content: space-between;
30815
- height: 20px;
30816
- line-height: 20px;
30817
- }
30818
- .oiy0apc .timezone-title {
30819
- color: #2d3a56;
30820
- overflow: hidden;
30821
- text-overflow: ellipsis;
30822
- }
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;
30831
- }
30832
-
30833
- .t19903l9 {
30834
- border: none;
30835
- margin-right: 0;
30836
- background: rgba(225, 230, 241, 0.6);
30837
- }
30838
-
30839
- .ohwbvxu {
30840
- pointer-events: none;
30841
- height: 32px;
30842
- width: 100%;
30843
- opacity: 0;
30844
- }
30845
-
30846
30765
  .t1upn1sz {
30847
30766
  height: 100%;
30848
30767
  }
@@ -31207,6 +31126,87 @@ input.rrg1fkn.ant-input {
31207
31126
  background: #fff;
31208
31127
  }
31209
31128
 
31129
+ .s1fc623g {
31130
+ width: 430px !important;
31131
+ }
31132
+
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;
31141
+ }
31142
+
31143
+ .onr9gzt {
31144
+ display: flex;
31145
+ flex-direction: column;
31146
+ margin: 1px 8px;
31147
+ padding: 8px;
31148
+ border-radius: 4px;
31149
+ }
31150
+ .onr9gzt .selected-icon {
31151
+ display: none;
31152
+ }
31153
+ .onr9gzt.ant-select-item-option-grouped {
31154
+ padding-left: 8px;
31155
+ }
31156
+ .onr9gzt.ant-select-item-option-selected {
31157
+ background-color: white;
31158
+ }
31159
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31160
+ color: #0080ff;
31161
+ }
31162
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31163
+ display: block;
31164
+ }
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
31210
  .i1e4sgug {
31211
31211
  display: inline-block;
31212
31212
  }
@@ -31686,97 +31686,271 @@ input.rrg1fkn.ant-input {
31686
31686
  line-height: 12px;
31687
31687
  }
31688
31688
 
31689
- .c18gxmrl {
31690
- border: 1px solid #d8deeb;
31691
- border-radius: 4px;
31692
- }
31693
- .c18gxmrl + .c18gxmrl {
31694
- margin-top: 8px;
31689
+ .c1up1pdz {
31690
+ width: 648px;
31695
31691
  }
31696
- .c18gxmrl:hover {
31692
+ .c1up1pdz.active {
31697
31693
  border-color: #0080ff;
31698
31694
  }
31699
- .c18gxmrl:hover > header {
31695
+ .c1up1pdz.active > header {
31700
31696
  background: rgba(0, 128, 255, 0.1);
31701
31697
  }
31702
- .c18gxmrl.active header {
31703
- border-bottom: 1px solid #d8deeb;
31698
+ .c1up1pdz .expand {
31699
+ padding: 12px;
31704
31700
  }
31705
- .c18gxmrl > header {
31706
- padding: 8px 12px;
31701
+ .c1up1pdz .field-item {
31702
+ display: flex;
31703
+ padding: 10px 0;
31704
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31707
31705
  }
31708
-
31709
- .berrcjl {
31710
- color: rgba(10, 37, 85, 0.6);
31711
- margin-bottom: 4px;
31706
+ .c1up1pdz .field-item:last-child {
31707
+ border-bottom: none;
31708
+ padding-bottom: 0;
31712
31709
  }
31713
- .berrcjl .breadcrumb-link {
31714
- color: rgba(10, 37, 85, 0.6);
31715
- cursor: pointer;
31716
- transition: color 160ms ease;
31710
+ .c1up1pdz .field-item label {
31711
+ line-height: 32px;
31712
+ width: 100px;
31713
+ color: rgba(62, 70, 82, 0.6);
31717
31714
  }
31718
- .berrcjl .breadcrumb-link:hover {
31719
- color: #0080ff;
31715
+ .c1up1pdz .help {
31716
+ color: rgba(62, 70, 82, 0.6);
31717
+ margin-top: 5px;
31720
31718
  }
31721
- .berrcjl .breadcrumb-link:active {
31722
- color: #005ed1;
31719
+ .c1up1pdz .ant-input-affix-wrapper,
31720
+ .c1up1pdz .ant-picker {
31721
+ width: 128px;
31723
31722
  }
31724
31723
 
31725
- .c1uzzomf {
31726
- margin-bottom: 16px;
31727
- }
31728
- .c1uzzomf .card-title {
31729
- font-size: 16px;
31730
- color: rgba(44, 56, 82, 0.6);
31731
- font-weight: 700;
31732
- line-height: 32px;
31724
+ .c156wh19 {
31725
+ display: flex;
31726
+ align-items: center;
31727
+ justify-content: space-between;
31728
+ word-break: keep-all;
31733
31729
  }
31734
- .c1uzzomf .card-body {
31735
- padding: 24px;
31736
- border-radius: 8px;
31737
- background: #fff;
31730
+ .c156wh19 .title {
31731
+ margin: 0 16px 0 8px;
31738
31732
  }
31739
- .c1uzzomf .empty {
31740
- font-weight: 700;
31741
- font-size: 14px;
31742
- line-height: 22px;
31743
- color: rgba(0, 21, 64, 0.3);
31744
- text-align: center;
31733
+ .c156wh19 .retain {
31734
+ color: rgba(129, 138, 153, 0.6);
31745
31735
  }
31746
-
31747
- .c1bus5hc {
31748
- --color: white;
31749
- height: 14px;
31750
- width: 14px;
31751
- border-radius: 50%;
31752
- flex-shrink: 0;
31736
+ .c156wh19 .left {
31737
+ flex: 1;
31753
31738
  display: flex;
31739
+ overflow: hidden;
31754
31740
  align-items: center;
31755
- justify-content: center;
31756
- border: 1px solid var(--color);
31741
+ justify-content: flex-start;
31742
+ white-space: nowrap;
31757
31743
  }
31758
- .c1bus5hc .circle-inner {
31759
- position: relative;
31760
- height: 10px;
31761
- width: 10px;
31762
- border-radius: 50%;
31744
+ .c156wh19 .left .title {
31745
+ max-width: 100%;
31763
31746
  overflow: hidden;
31747
+ text-overflow: ellipsis;
31764
31748
  }
31765
- .c1bus5hc .circle-content {
31766
- position: absolute;
31767
- height: 100%;
31768
- width: 100%;
31769
- left: 0;
31770
- top: 0;
31771
- border-radius: 50%;
31772
- background: linear-gradient(to right, var(--color) 50%, white 50%);
31773
- transform: rotate(180deg);
31749
+ .c156wh19 .right {
31750
+ display: flex;
31751
+ align-items: center;
31774
31752
  }
31775
- .c1bus5hc .circle-child {
31776
- position: absolute;
31777
- height: 100%;
31778
- width: 100%;
31779
- left: 0;
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
+
31863
+ .c18gxmrl {
31864
+ border: 1px solid #d8deeb;
31865
+ border-radius: 4px;
31866
+ }
31867
+ .c18gxmrl + .c18gxmrl {
31868
+ margin-top: 8px;
31869
+ }
31870
+ .c18gxmrl:hover {
31871
+ border-color: #0080ff;
31872
+ }
31873
+ .c18gxmrl:hover > header {
31874
+ background: rgba(0, 128, 255, 0.1);
31875
+ }
31876
+ .c18gxmrl.active header {
31877
+ border-bottom: 1px solid #d8deeb;
31878
+ }
31879
+ .c18gxmrl > header {
31880
+ padding: 8px 12px;
31881
+ }
31882
+
31883
+ .berrcjl {
31884
+ color: rgba(10, 37, 85, 0.6);
31885
+ margin-bottom: 4px;
31886
+ }
31887
+ .berrcjl .breadcrumb-link {
31888
+ color: rgba(10, 37, 85, 0.6);
31889
+ cursor: pointer;
31890
+ transition: color 160ms ease;
31891
+ }
31892
+ .berrcjl .breadcrumb-link:hover {
31893
+ color: #0080ff;
31894
+ }
31895
+ .berrcjl .breadcrumb-link:active {
31896
+ color: #005ed1;
31897
+ }
31898
+
31899
+ .c1uzzomf {
31900
+ margin-bottom: 16px;
31901
+ }
31902
+ .c1uzzomf .card-title {
31903
+ font-size: 16px;
31904
+ color: rgba(44, 56, 82, 0.6);
31905
+ font-weight: 700;
31906
+ line-height: 32px;
31907
+ }
31908
+ .c1uzzomf .card-body {
31909
+ padding: 24px;
31910
+ border-radius: 8px;
31911
+ background: #fff;
31912
+ }
31913
+ .c1uzzomf .empty {
31914
+ font-weight: 700;
31915
+ font-size: 14px;
31916
+ line-height: 22px;
31917
+ color: rgba(0, 21, 64, 0.3);
31918
+ text-align: center;
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 {
31933
+ position: relative;
31934
+ height: 10px;
31935
+ width: 10px;
31936
+ border-radius: 50%;
31937
+ overflow: hidden;
31938
+ }
31939
+ .c1bus5hc .circle-content {
31940
+ position: absolute;
31941
+ height: 100%;
31942
+ width: 100%;
31943
+ left: 0;
31944
+ top: 0;
31945
+ border-radius: 50%;
31946
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
31947
+ transform: rotate(180deg);
31948
+ }
31949
+ .c1bus5hc .circle-child {
31950
+ position: absolute;
31951
+ height: 100%;
31952
+ width: 100%;
31953
+ left: 0;
31780
31954
  top: 0;
31781
31955
  margin-left: 50%;
31782
31956
  transform-origin: left;
@@ -31797,26 +31971,11 @@ 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;
31974
+ .c10crapj {
31975
+ border-radius: 8px;
31815
31976
  }
31816
-
31817
- .csf0p6c .ant-collapse-item .ant-collapse-header {
31818
- padding-right: 0px;
31819
- cursor: default;
31977
+ .c10crapj .ant-card-body {
31978
+ padding: 20px 24px 24px 24px;
31820
31979
  }
31821
31980
 
31822
31981
  .c198s9j3 {
@@ -31890,100 +32049,34 @@ input.rrg1fkn.ant-input {
31890
32049
  margin-left: 24px;
31891
32050
  }
31892
32051
 
31893
- .c10crapj {
31894
- border-radius: 8px;
31895
- }
31896
- .c10crapj .ant-card-body {
31897
- padding: 20px 24px 24px 24px;
31898
- }
31899
-
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;
32052
+ .cav9p2m .ant-collapse-item {
32053
+ border: 0px;
32054
+ background-color: #fff;
31939
32055
  }
31940
-
31941
- .p1lyky6c > :first-child {
31942
- font-weight: bold;
31943
- color: white;
31944
- margin-right: 4px;
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;
31945
32061
  }
31946
-
31947
- .s1iv0tp1 .enabled-switch {
31948
- display: flex;
31949
- align-items: center;
32062
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32063
+ right: 0px;
31950
32064
  }
31951
- .s1iv0tp1 .enabled-text {
31952
- margin-right: 8px;
32065
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32066
+ padding: 0px;
31953
32067
  }
31954
32068
 
31955
- .tje3huy {
31956
- width: 100%;
31957
- overflow: inherit;
31958
- white-space: inherit;
31959
- text-overflow: ellipsis;
32069
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32070
+ padding-right: 0px;
32071
+ cursor: default;
31960
32072
  }
31961
32073
 
31962
- .wg1tsps {
31963
- display: flex;
31964
- align-items: center;
31965
- justify-content: flex-end;
32074
+ .t3qomhu {
32075
+ margin: 0 2px;
31966
32076
  }
31967
32077
 
31968
- .b1ctd5xy {
32078
+ .iiqau4c.ant-input-group.ant-input-group-compact {
31969
32079
  display: flex;
31970
- align-items: center;
31971
- width: calc(100% - 40px);
31972
- }
31973
- .b1ctd5xy .chart {
31974
- display: inline-block;
31975
- width: 100%;
31976
- }
31977
-
31978
- .u1p8acpn {
31979
- width: 40px;
31980
- }
31981
- .u1p8acpn .unit {
31982
- color: #00122e !important;
31983
- }
31984
-
31985
- .t3qomhu {
31986
- margin: 0 2px;
31987
32080
  }
31988
32081
 
31989
32082
  .o8ocss1 {
@@ -31995,10 +32088,6 @@ input.rrg1fkn.ant-input {
31995
32088
  white-space: nowrap;
31996
32089
  }
31997
32090
 
31998
- .iiqau4c.ant-input-group.ant-input-group-compact {
31999
- display: flex;
32000
- }
32001
-
32002
32091
  .igz4le8 {
32003
32092
  height: 24px;
32004
32093
  width: 56px !important;
@@ -32009,86 +32098,61 @@ input.rrg1fkn.ant-input {
32009
32098
  color: rgba(44, 56, 82, 0.6);
32010
32099
  }
32011
32100
 
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;
32101
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32102
+ border-radius: 6px;
32025
32103
  }
32026
-
32027
- .t1lzavmu.ant-tag:hover {
32028
- opacity: unset;
32104
+ .shq1k1g.ant-select.ant-select-single {
32105
+ width: 100%;
32106
+ color: #2d3a56;
32107
+ border-color: rgba(211, 218, 235, 0.6);
32108
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32109
+ font-size: 13px;
32029
32110
  }
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;
32111
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32112
+ height: 30px;
32036
32113
  }
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;
32114
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32115
+ height: 38px;
32116
+ font-size: 13px;
32044
32117
  }
32045
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32046
- opacity: 1;
32118
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32119
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32120
+ transition: 160ms ease;
32047
32121
  }
32048
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32122
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32049
32123
  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
- }
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);
32059
- }
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);
32063
- }
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);
32067
32124
  }
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);
32125
+ .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 {
32126
+ border-color: rgba(107, 128, 167, 0.6);
32127
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
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:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32130
+ color: #0080ff;
32074
32131
  }
32075
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32076
- background-color: #f0483e;
32132
+ .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 {
32133
+ border-color: #0080ff;
32134
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32077
32135
  }
32078
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32079
- background-color: #fea008;
32136
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32137
+ transform: rotate(180deg);
32080
32138
  }
32081
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32082
- background-color: #00ba5d;
32139
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32140
+ background: rgba(211, 218, 235, 0.6);
32141
+ border-color: rgba(172, 186, 211, 0.6);
32142
+ cursor: "not-allowed";
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-selector {
32145
+ border-color: #f0483e !important;
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
+ .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 {
32148
+ color: #1d326c;
32089
32149
  }
32090
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32091
- background-color: #7E41FF;
32150
+ .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 {
32151
+ border-color: #0080ff;
32152
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32153
+ }
32154
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32155
+ transform: rotate(180deg);
32092
32156
  }
32093
32157
 
32094
32158
  .s14dk8r1 {
@@ -32165,116 +32229,6 @@ input.rrg1fkn.ant-input {
32165
32229
  display: inline-block;
32166
32230
  }
32167
32231
 
32168
- .l4bld33 {
32169
- width: 64px;
32170
- height: 64px;
32171
- display: flex;
32172
- align-items: center;
32173
- justify-content: center;
32174
- position: relative;
32175
- opacity: 0.2;
32176
- }
32177
-
32178
- .lgitjoj {
32179
- position: absolute;
32180
- width: 5px;
32181
- height: 48px;
32182
- left: 9.33px;
32183
- top: 40.5px;
32184
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32185
- border-radius: 5px;
32186
- transform: rotate(-128deg);
32187
- transform-origin: top left;
32188
- animation: loading-indicator1 1100ms ease-out infinite;
32189
- }
32190
-
32191
- .l13g0exg {
32192
- 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);
32272
- }
32273
-
32274
- .t19ustft .date {
32275
- margin-right: 4px;
32276
- }
32277
-
32278
32232
  .m1thnes4 {
32279
32233
  color: rgba(44, 56, 82, 0.6);
32280
32234
  text-align: center;
@@ -32357,83 +32311,218 @@ input.rrg1fkn.ant-input {
32357
32311
  background: #b4beca !important;
32358
32312
  }
32359
32313
 
32360
- .chhvk8b {
32361
- display: inline-block;
32362
- height: 8px;
32363
- width: 8px;
32364
- margin-right: 8px;
32314
+ .chhvk8b {
32315
+ display: inline-block;
32316
+ height: 8px;
32317
+ width: 8px;
32318
+ margin-right: 8px;
32319
+ }
32320
+
32321
+ .e1sdlxq1 .ant-dropdown-menu-item {
32322
+ display: flex;
32323
+ align-items: center;
32324
+ font-size: 12px;
32325
+ margin: 0;
32326
+ }
32327
+
32328
+ .m16f7gpb {
32329
+ position: relative;
32330
+ }
32331
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32332
+ bottom: -12px;
32333
+ }
32334
+ .m16f7gpb .metric-toolbar {
32335
+ display: flex;
32336
+ justify-content: space-between;
32337
+ line-height: 30px;
32338
+ margin: 0 16px;
32339
+ }
32340
+ .m16f7gpb .metric-toolbar .metric-extra {
32341
+ display: flex;
32342
+ font-size: 12px;
32343
+ align-items: center;
32344
+ }
32345
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32346
+ color: #a3b4cc;
32347
+ }
32348
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32349
+ margin-left: 10px;
32350
+ }
32351
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32352
+ margin-left: 10px;
32353
+ cursor: pointer;
32354
+ }
32355
+ .m16f7gpb .recharts-xAxis {
32356
+ font-size: 12px;
32357
+ }
32358
+ .m16f7gpb .pointer-wrapper {
32359
+ position: absolute;
32360
+ bottom: 10px;
32361
+ padding: 0 8px;
32362
+ border-radius: 4px;
32363
+ font-size: 12px;
32364
+ color: #fff;
32365
+ background: rgba(0, 0, 0, 0.75);
32366
+ transform: translateX(-50%);
32367
+ }
32368
+
32369
+ .t1ipvk51 {
32370
+ min-width: 200px;
32371
+ }
32372
+
32373
+ .t1kgldps {
32374
+ display: flex;
32375
+ align-items: center;
32376
+ justify-content: space-between;
32377
+ background-color: rgba(0, 0, 0, 0.75);
32378
+ color: #b4beca;
32379
+ font-size: 12px;
32380
+ padding: 3px 6px;
32381
+ }
32382
+ .t1kgldps:first-child {
32383
+ padding-top: 3px;
32384
+ }
32385
+ .t1kgldps:last-child {
32386
+ padding-bottom: 3px;
32387
+ }
32388
+ .t1kgldps .column-value {
32389
+ color: #fff;
32390
+ margin-left: 8px;
32391
+ }
32392
+
32393
+ .l4bld33 {
32394
+ width: 64px;
32395
+ height: 64px;
32396
+ display: flex;
32397
+ align-items: center;
32398
+ justify-content: center;
32399
+ position: relative;
32400
+ opacity: 0.2;
32401
+ }
32402
+
32403
+ .lgitjoj {
32404
+ position: absolute;
32405
+ width: 5px;
32406
+ height: 48px;
32407
+ left: 9.33px;
32408
+ top: 40.5px;
32409
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32410
+ border-radius: 5px;
32411
+ transform: rotate(-128deg);
32412
+ transform-origin: top left;
32413
+ animation: loading-indicator1 1100ms ease-out infinite;
32414
+ }
32415
+
32416
+ .l13g0exg {
32417
+ position: absolute;
32418
+ width: 5px;
32419
+ height: 48px;
32420
+ left: 40.8px;
32421
+ top: 8.4px;
32422
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32423
+ border-radius: 5px;
32424
+ transform: rotate(-8deg);
32425
+ transform-origin: top left;
32426
+ animation: loading-indicator2 1100ms ease-out infinite;
32427
+ }
32428
+
32429
+ .l1exo3h6 {
32430
+ position: absolute;
32431
+ width: 5px;
32432
+ height: 48px;
32433
+ left: 52.9px;
32434
+ top: 51.8px;
32435
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32436
+ border-radius: 5px;
32437
+ transform: rotate(112deg);
32438
+ transform-origin: top left;
32439
+ animation: loading-indicator3 1100ms ease-out infinite;
32440
+ }
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;
32365
32459
  }
32366
32460
 
32367
- .e1sdlxq1 .ant-dropdown-menu-item {
32368
- display: flex;
32369
- align-items: center;
32370
- font-size: 12px;
32461
+ .t1lzavmu.ant-tag:hover {
32462
+ opacity: unset;
32463
+ }
32464
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32371
32465
  margin: 0;
32466
+ margin-right: 8px;
32467
+ display: inline-flex;
32468
+ align-items: center;
32469
+ border: none;
32372
32470
  }
32373
-
32374
- .m16f7gpb {
32375
- position: relative;
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;
32376
32478
  }
32377
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32378
- bottom: -12px;
32479
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32480
+ opacity: 1;
32379
32481
  }
32380
- .m16f7gpb .metric-toolbar {
32381
- display: flex;
32382
- justify-content: space-between;
32383
- line-height: 30px;
32384
- margin: 0 16px;
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);
32385
32485
  }
32386
- .m16f7gpb .metric-toolbar .metric-extra {
32387
- display: flex;
32388
- font-size: 12px;
32389
- align-items: center;
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);
32390
32489
  }
32391
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32392
- color: #a3b4cc;
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);
32393
32493
  }
32394
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32395
- margin-left: 10px;
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);
32396
32497
  }
32397
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32398
- margin-left: 10px;
32399
- cursor: pointer;
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);
32400
32501
  }
32401
- .m16f7gpb .recharts-xAxis {
32402
- font-size: 12px;
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);
32403
32505
  }
32404
- .m16f7gpb .pointer-wrapper {
32405
- position: absolute;
32406
- bottom: 10px;
32407
- padding: 0 8px;
32408
- border-radius: 4px;
32409
- font-size: 12px;
32506
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32410
32507
  color: #fff;
32411
- background: rgba(0, 0, 0, 0.75);
32412
- transform: translateX(-50%);
32413
32508
  }
32414
-
32415
- .t1ipvk51 {
32416
- min-width: 200px;
32509
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32510
+ background-color: #f0483e;
32417
32511
  }
32418
-
32419
- .t1kgldps {
32420
- display: flex;
32421
- align-items: center;
32422
- justify-content: space-between;
32423
- background-color: rgba(0, 0, 0, 0.75);
32424
- color: #b4beca;
32425
- font-size: 12px;
32426
- padding: 3px 6px;
32512
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32513
+ background-color: #fea008;
32427
32514
  }
32428
- .t1kgldps:first-child {
32429
- padding-top: 3px;
32515
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32516
+ background-color: #00ba5d;
32430
32517
  }
32431
- .t1kgldps:last-child {
32432
- padding-bottom: 3px;
32518
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32519
+ background-color: #0080ff;
32433
32520
  }
32434
- .t1kgldps .column-value {
32435
- color: #fff;
32436
- margin-left: 8px;
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;
32437
32526
  }
32438
32527
 
32439
32528
  .sq6vos1 {
@@ -32651,26 +32740,6 @@ input.rrg1fkn.ant-input {
32651
32740
  background: rgba(163, 180, 204, 0.18);
32652
32741
  }
32653
32742
 
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
32743
  .c1udgdh2 {
32675
32744
  color: #2d3a56;
32676
32745
  padding: 7px 12px;
@@ -32711,6 +32780,43 @@ input.rrg1fkn.ant-input {
32711
32780
  margin-right: 2px;
32712
32781
  }
32713
32782
 
32783
+ .c1k4vanq {
32784
+ padding: 0 12px 14px 12px;
32785
+ }
32786
+
32787
+ .bab9xum {
32788
+ 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);
32789
+ }
32790
+
32791
+ .cav4gt6 {
32792
+ border-radius: 8px;
32793
+ background-color: white;
32794
+ }
32795
+ .cav4gt6.hoverable {
32796
+ cursor: pointer;
32797
+ }
32798
+ .cav4gt6.hoverable:hover {
32799
+ transition: all 200ms ease;
32800
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32801
+ transform: translateY(-4px);
32802
+ }
32803
+
32804
+ .rrwcpby {
32805
+ display: flex;
32806
+ align-items: center;
32807
+ }
32808
+ .rrwcpby .order {
32809
+ height: 24px;
32810
+ width: 24px;
32811
+ border-radius: 20px;
32812
+ color: #0080ff;
32813
+ background: rgba(0, 136, 255, 0.1);
32814
+ display: flex;
32815
+ align-items: center;
32816
+ justify-content: center;
32817
+ margin-right: 6px;
32818
+ }
32819
+
32714
32820
  .tc40oxa {
32715
32821
  margin-bottom: 4px;
32716
32822
  color: rgba(44, 56, 82, 0.6);
@@ -32904,26 +33010,35 @@ input.rrg1fkn.ant-input {
32904
33010
  margin-right: 8px;
32905
33011
  }
32906
33012
 
32907
- .iwsze0q {
32908
- margin-right: 4px;
32909
- height: 16px;
33013
+ .f1p9ti6d {
33014
+ width: 100%;
33015
+ margin-bottom: 0 !important;
33016
+ flex-flow: nowrap !important;
33017
+ line-break: auto;
32910
33018
  }
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);
33019
+ .f1p9ti6d > .ant-form-item-label {
33020
+ text-align: left !important;
33021
+ padding-bottom: 0 !important;
32914
33022
  }
32915
-
32916
- .cav4gt6 {
32917
- border-radius: 8px;
32918
- background-color: white;
33023
+ .f1p9ti6d > .ant-form-item-label > label {
33024
+ min-height: 32px;
33025
+ height: auto;
33026
+ font-size: 13px;
33027
+ color: rgba(44, 56, 82, 0.6);
33028
+ white-space: normal;
32919
33029
  }
32920
- .cav4gt6.hoverable {
32921
- cursor: pointer;
33030
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33031
+ border-color: #ff4d4f !important;
32922
33032
  }
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);
33033
+ .f1p9ti6d .ant-form-item-explain {
33034
+ margin-top: 4px;
33035
+ font-size: 12px;
33036
+ min-height: 0px;
33037
+ }
33038
+ .f1p9ti6d .ant-form-item-extra {
33039
+ font-size: 12px;
33040
+ color: rgba(44, 56, 82, 0.6);
33041
+ min-height: 0px;
32927
33042
  }
32928
33043
 
32929
33044
  .w1xcixj5.outside-tag {
@@ -32961,48 +33076,9 @@ input.rrg1fkn.ant-input {
32961
33076
  border: 1px solid rgba(211, 218, 235, 0.6);
32962
33077
  }
32963
33078
 
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;
33079
+ .iwsze0q {
33080
+ margin-right: 4px;
33081
+ height: 16px;
33006
33082
  }
33007
33083
 
33008
33084
  .at4ovwe .ant-input-number-handler-wrap {