@cloudtower/eagle 0.27.71 → 0.27.72

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 (127) hide show
  1. package/dist/cjs/UIKitProvider/index.js +19 -11
  2. package/dist/cjs/core/Card/CardWrapper.js +1 -1
  3. package/dist/cjs/core/InputGroup/index.js +1 -1
  4. package/dist/cjs/core/InputInteger/index.js +6 -6
  5. package/dist/cjs/core/InputNumber/index.js +6 -6
  6. package/dist/cjs/core/Progress/components.js +1 -1
  7. package/dist/cjs/core/Progress/index.js +1 -1
  8. package/dist/cjs/core/Progress/progress.widgets.js +1 -1
  9. package/dist/cjs/core/Styled/index.js +3 -3
  10. package/dist/cjs/coreX/ChartWithTooltip/index.js +2 -2
  11. package/dist/cjs/coreX/OverflowTooltip/index.js +1 -1
  12. package/dist/cjs/coreX/SummaryTable/index.js +1 -1
  13. package/dist/cjs/index.js +3 -1
  14. package/dist/cjs/stats1.html +1 -1
  15. package/dist/components.css +2356 -2357
  16. package/dist/esm/UIKitProvider/index.js +15 -9
  17. package/dist/esm/core/Card/CardWrapper.js +1 -1
  18. package/dist/esm/core/InputGroup/index.js +1 -1
  19. package/dist/esm/core/InputInteger/index.js +6 -6
  20. package/dist/esm/core/InputNumber/index.js +6 -6
  21. package/dist/esm/core/Metric/metric.js +1 -1
  22. package/dist/esm/core/Progress/components.js +1 -1
  23. package/dist/esm/core/Progress/index.js +1 -1
  24. package/dist/esm/core/Progress/progress.widgets.js +1 -1
  25. package/dist/esm/core/Styled/index.js +3 -3
  26. package/dist/esm/coreX/ChartWithTooltip/index.js +2 -2
  27. package/dist/esm/coreX/OverflowTooltip/index.js +1 -1
  28. package/dist/esm/coreX/SummaryTable/index.js +1 -1
  29. package/dist/esm/index.js +1 -1
  30. package/dist/esm/stats1.html +1 -1
  31. package/dist/src/UIKitProvider/index.d.ts +7 -1
  32. package/dist/src/core/Breadcrumb/index.d.ts +1 -3
  33. package/dist/src/core/Card/CardBody.d.ts +1 -3
  34. package/dist/src/core/Card/CardTitle.d.ts +1 -3
  35. package/dist/src/core/DropdownMenu/index.d.ts +1 -1
  36. package/dist/src/core/Empty/index.d.ts +2 -2
  37. package/dist/src/core/Error/index.d.ts +2 -2
  38. package/dist/src/core/ExpandableList/ExpandIcon.d.ts +1 -1
  39. package/dist/src/core/ExpandableList/ExpandableContainer.d.ts +2 -2
  40. package/dist/src/core/ExpandableList/ExpandableItem.d.ts +1 -1
  41. package/dist/src/core/ExpandableList/RoundOrder.d.ts +2 -2
  42. package/dist/src/core/Fields/FieldsBoolean/index.d.ts +2 -2
  43. package/dist/src/core/Fields/FieldsDateTime/index.d.ts +2 -2
  44. package/dist/src/core/Fields/FieldsEnum/index.d.ts +2 -2
  45. package/dist/src/core/Fields/FieldsFloat/index.d.ts +2 -2
  46. package/dist/src/core/Fields/FieldsInt/index.d.ts +2 -2
  47. package/dist/src/core/Fields/FieldsInteger/index.d.ts +2 -2
  48. package/dist/src/core/Fields/FieldsString/index.d.ts +2 -2
  49. package/dist/src/core/Fields/FieldsTextArea/index.d.ts +2 -2
  50. package/dist/src/core/Fields/FieldsTimePicker/index.d.ts +2 -2
  51. package/dist/src/core/Fields/index.d.ts +9 -9
  52. package/dist/src/core/InputInteger/index.d.ts +2 -4
  53. package/dist/src/core/InputNumber/index.d.ts +2 -4
  54. package/dist/src/core/InputTagItem/index.d.ts +1 -3
  55. package/dist/src/core/KitStoreProvider/index.d.ts +2 -2
  56. package/dist/src/core/Metric/MetricLegend.d.ts +1 -1
  57. package/dist/src/core/Metric/RenderChart.d.ts +1 -1
  58. package/dist/src/core/Metric/index.d.ts +2 -2
  59. package/dist/src/core/Metric/styled.d.ts +4 -12
  60. package/dist/src/core/ParrotTrans/index.d.ts +1 -1
  61. package/dist/src/core/Progress/components.d.ts +4 -4
  62. package/dist/src/core/SegmentControl/index.d.ts +2 -2
  63. package/dist/src/core/SimplePagination/index.d.ts +2 -2
  64. package/dist/src/core/Styled/index.d.ts +22 -66
  65. package/dist/src/core/Table/index.d.ts +2 -2
  66. package/dist/src/core/TableForm/style.d.ts +4 -12
  67. package/dist/src/core/Time/index.d.ts +2 -2
  68. package/dist/src/core/index.d.ts +0 -1
  69. package/dist/src/coreX/BatchOperation/index.d.ts +1 -1
  70. package/dist/src/coreX/DateRangePicker/DateRangePicker.style.d.ts +10 -30
  71. package/dist/stories/changeLng.stories.d.ts +2 -2
  72. package/dist/stories/docs/core/Alert.stories.d.ts +1 -1
  73. package/dist/stories/docs/core/Arch.stories.d.ts +3 -3
  74. package/dist/stories/docs/core/BaseIcon.stories.d.ts +2 -2
  75. package/dist/stories/docs/core/Bit.stories.d.ts +3 -3
  76. package/dist/stories/docs/core/BitPerSecond.stories.d.ts +3 -3
  77. package/dist/stories/docs/core/Bps.stories.d.ts +3 -3
  78. package/dist/stories/docs/core/Button.stories.d.ts +5 -5
  79. package/dist/stories/docs/core/Byte.stories.d.ts +3 -3
  80. package/dist/stories/docs/core/Card.stories.d.ts +5 -5
  81. package/dist/stories/docs/core/DropdownMenu.stories.d.ts +3 -3
  82. package/dist/stories/docs/core/FieldsBoolean.stories.d.ts +2 -2
  83. package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -1
  84. package/dist/stories/docs/core/FieldsString.stories.d.ts +4 -4
  85. package/dist/stories/docs/core/FieldsTimePicker.stories.d.ts +2 -2
  86. package/dist/stories/docs/core/Form.stories.d.ts +2 -2
  87. package/dist/stories/docs/core/Frequency.stories.d.ts +3 -3
  88. package/dist/stories/docs/core/HoverableElement.stories.d.ts +2 -2
  89. package/dist/stories/docs/core/Icon.stories.d.ts +2 -2
  90. package/dist/stories/docs/core/Input.simple.stories.d.ts +2 -2
  91. package/dist/stories/docs/core/Input.stories.d.ts +3 -3
  92. package/dist/stories/docs/core/Loading.stories.d.ts +2 -2
  93. package/dist/stories/docs/core/Metric.stories.d.ts +3 -3
  94. package/dist/stories/docs/core/Modal.stories.d.ts +3 -3
  95. package/dist/stories/docs/core/Pagination.stories.d.ts +2 -2
  96. package/dist/stories/docs/core/Percent.stories.d.ts +5 -5
  97. package/dist/stories/docs/core/Radio.stories.d.ts +3 -3
  98. package/dist/stories/docs/core/RadioGroup.stories.d.ts +3 -3
  99. package/dist/stories/docs/core/SearchInput.stories.d.ts +2 -2
  100. package/dist/stories/docs/core/Second.stories.d.ts +4 -4
  101. package/dist/stories/docs/core/SegmentControl.stories.d.ts +2 -2
  102. package/dist/stories/docs/core/Select.stories.d.ts +2 -2
  103. package/dist/stories/docs/core/Space.stories.d.ts +2 -2
  104. package/dist/stories/docs/core/Speed.stories.d.ts +3 -3
  105. package/dist/stories/docs/core/Steps.stories.d.ts +2 -2
  106. package/dist/stories/docs/core/Styled.stories.d.ts +7 -7
  107. package/dist/stories/docs/core/Switch.stories.d.ts +2 -2
  108. package/dist/stories/docs/core/Table.stories.d.ts +4 -4
  109. package/dist/stories/docs/core/TableForm.stories.d.ts +2 -2
  110. package/dist/stories/docs/core/Tag.stories.d.ts +3 -3
  111. package/dist/stories/docs/core/TimeZoneSelect.stories.d.ts +2 -2
  112. package/dist/stories/docs/core/Truncate.stories.d.ts +1 -1
  113. package/dist/stories/docs/core/inputGroup.stories.d.ts +2 -2
  114. package/dist/stories/docs/core/menu.stories.d.ts +2 -2
  115. package/dist/stories/docs/core/message-group.stories.d.ts +30 -17
  116. package/dist/stories/docs/core/time.stories.d.ts +2 -2
  117. package/dist/stories/docs/coreX/CronCalendar.stories.d.ts +1 -1
  118. package/dist/stories/docs/coreX/CronPlan.stories.d.ts +1 -1
  119. package/dist/stories/docs/coreX/GoBackButton.stories.d.ts +1 -1
  120. package/dist/stories/docs/coreX/I18nNameTag.stories.d.ts +3 -3
  121. package/dist/stories/docs/coreX/NamesTooltip.stories.d.ts +1 -1
  122. package/dist/stories/docs/coreX/SortableList.stories.d.ts +2 -2
  123. package/dist/stories/docs/coreX/SwitchWithText.stories.d.ts +2 -2
  124. package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +1 -1
  125. package/dist/stories/icons-react.stories.d.ts +2 -2
  126. package/dist/style.css +2169 -2169
  127. package/package.json +8 -15
package/dist/style.css CHANGED
@@ -29558,6 +29558,84 @@ html body {
29558
29558
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29559
29559
  }
29560
29560
  }
29561
+ .E_c18gxmrl {
29562
+ border: 1px solid #d8deeb;
29563
+ border-radius: 4px;
29564
+ }
29565
+ .E_c18gxmrl + .E_c18gxmrl {
29566
+ margin-top: 8px;
29567
+ }
29568
+ .E_c18gxmrl:hover {
29569
+ border-color: #0080ff;
29570
+ }
29571
+ .E_c18gxmrl:hover > header {
29572
+ background: rgba(0, 128, 255, 0.1);
29573
+ }
29574
+ .E_c18gxmrl.active header {
29575
+ border-bottom: 1px solid #d8deeb;
29576
+ }
29577
+ .E_c18gxmrl > header {
29578
+ padding: 8px 12px;
29579
+ }
29580
+
29581
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29582
+ padding: 4px 8px 0 8px;
29583
+ color: rgba(44, 56, 82, 0.6);
29584
+ font-size: 12px;
29585
+ }
29586
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29587
+ padding-bottom: 6px;
29588
+ }
29589
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29590
+ padding-top: 4px;
29591
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29592
+ }
29593
+
29594
+ .E_b1nip9bk {
29595
+ padding: 4px 11px;
29596
+ }
29597
+
29598
+ .E_bqamoqe {
29599
+ white-space: nowrap;
29600
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29601
+ }
29602
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29603
+ --color: #0080ff;
29604
+ }
29605
+ .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29606
+ --color: #0080ff;
29607
+ }
29608
+ .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29609
+ margin-left: 1px;
29610
+ }
29611
+ .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29612
+ border-top-right-radius: 0;
29613
+ border-bottom-right-radius: 0;
29614
+ }
29615
+ .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29616
+ border-top-left-radius: 0;
29617
+ border-bottom-left-radius: 0;
29618
+ }
29619
+ .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29620
+ border-radius: unset;
29621
+ }
29622
+
29623
+ .E_berrcjl {
29624
+ color: rgba(10, 37, 85, 0.6);
29625
+ margin-bottom: 4px;
29626
+ }
29627
+ .E_berrcjl .breadcrumb-link {
29628
+ color: rgba(10, 37, 85, 0.6);
29629
+ cursor: pointer;
29630
+ transition: color 160ms ease;
29631
+ }
29632
+ .E_berrcjl .breadcrumb-link:hover {
29633
+ color: #0080ff;
29634
+ }
29635
+ .E_berrcjl .breadcrumb-link:active {
29636
+ color: #005ed1;
29637
+ }
29638
+
29561
29639
  .E_m74vjol {
29562
29640
  display: flex;
29563
29641
  justify-content: space-between;
@@ -29571,6 +29649,28 @@ html body {
29571
29649
  width: 100%;
29572
29650
  }
29573
29651
 
29652
+ .E_c1uzzomf {
29653
+ margin-bottom: 16px;
29654
+ }
29655
+ .E_c1uzzomf .card-title {
29656
+ font-size: 16px;
29657
+ color: rgba(44, 56, 82, 0.6);
29658
+ font-weight: 700;
29659
+ line-height: 32px;
29660
+ }
29661
+ .E_c1uzzomf .card-body {
29662
+ padding: 24px;
29663
+ border-radius: 8px;
29664
+ background: #fff;
29665
+ }
29666
+ .E_c1uzzomf .empty {
29667
+ font-weight: 700;
29668
+ font-size: 14px;
29669
+ line-height: 22px;
29670
+ color: rgba(0, 21, 64, 0.3);
29671
+ text-align: center;
29672
+ }
29673
+
29574
29674
  .E_b1wx3t3t.ant-btn-icon-only {
29575
29675
  justify-content: center;
29576
29676
  }
@@ -29821,121 +29921,6 @@ html body {
29821
29921
  padding: 0;
29822
29922
  }
29823
29923
 
29824
- .E_berrcjl {
29825
- color: rgba(10, 37, 85, 0.6);
29826
- margin-bottom: 4px;
29827
- }
29828
- .E_berrcjl .breadcrumb-link {
29829
- color: rgba(10, 37, 85, 0.6);
29830
- cursor: pointer;
29831
- transition: color 160ms ease;
29832
- }
29833
- .E_berrcjl .breadcrumb-link:hover {
29834
- color: #0080ff;
29835
- }
29836
- .E_berrcjl .breadcrumb-link:active {
29837
- color: #005ed1;
29838
- }
29839
-
29840
- .E_c18gxmrl {
29841
- border: 1px solid #d8deeb;
29842
- border-radius: 4px;
29843
- }
29844
- .E_c18gxmrl + .E_c18gxmrl {
29845
- margin-top: 8px;
29846
- }
29847
- .E_c18gxmrl:hover {
29848
- border-color: #0080ff;
29849
- }
29850
- .E_c18gxmrl:hover > header {
29851
- background: rgba(0, 128, 255, 0.1);
29852
- }
29853
- .E_c18gxmrl.active header {
29854
- border-bottom: 1px solid #d8deeb;
29855
- }
29856
- .E_c18gxmrl > header {
29857
- padding: 8px 12px;
29858
- }
29859
-
29860
- .E_b1nip9bk {
29861
- padding: 4px 11px;
29862
- }
29863
-
29864
- .E_bqamoqe {
29865
- white-space: nowrap;
29866
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29867
- }
29868
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29869
- --color: #0080ff;
29870
- }
29871
- .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
29872
- --color: #0080ff;
29873
- }
29874
- .E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
29875
- margin-left: 1px;
29876
- }
29877
- .E_bqamoqe > .ant-btn:not(:only-child):first-child {
29878
- border-top-right-radius: 0;
29879
- border-bottom-right-radius: 0;
29880
- }
29881
- .E_bqamoqe > .ant-btn:not(:only-child):last-child {
29882
- border-top-left-radius: 0;
29883
- border-bottom-left-radius: 0;
29884
- }
29885
- .E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29886
- border-radius: unset;
29887
- }
29888
-
29889
- .E_c1uzzomf {
29890
- margin-bottom: 16px;
29891
- }
29892
- .E_c1uzzomf .card-title {
29893
- font-size: 16px;
29894
- color: rgba(44, 56, 82, 0.6);
29895
- font-weight: 700;
29896
- line-height: 32px;
29897
- }
29898
- .E_c1uzzomf .card-body {
29899
- padding: 24px;
29900
- border-radius: 8px;
29901
- background: #fff;
29902
- }
29903
- .E_c1uzzomf .empty {
29904
- font-weight: 700;
29905
- font-size: 14px;
29906
- line-height: 22px;
29907
- color: rgba(0, 21, 64, 0.3);
29908
- text-align: center;
29909
- }
29910
-
29911
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29912
- padding: 4px 8px 0 8px;
29913
- color: rgba(44, 56, 82, 0.6);
29914
- font-size: 12px;
29915
- }
29916
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29917
- padding-bottom: 6px;
29918
- }
29919
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29920
- padding-top: 4px;
29921
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29922
- }
29923
-
29924
- .E_fzh9mnb {
29925
- width: 100%;
29926
- height: 100%;
29927
- min-height: 124px;
29928
- display: flex;
29929
- flex-direction: column;
29930
- justify-content: center;
29931
- align-items: center;
29932
- }
29933
- .E_fzh9mnb .error-text {
29934
- color: rgba(10, 37, 85, 0.6);
29935
- margin-bottom: 16px;
29936
- font-size: 18px;
29937
- }
29938
-
29939
29924
  .E_d1bw7c5z {
29940
29925
  position: relative;
29941
29926
  max-width: 388px;
@@ -30017,186 +30002,81 @@ html body {
30017
30002
  width: 102px;
30018
30003
  }
30019
30004
 
30020
- .E_itxley7.ant-input-group.ant-input-group-compact {
30021
- display: flex;
30022
- }
30023
-
30024
- .E_f7pxqmh {
30025
- width: 100%;
30026
- margin-bottom: 0 !important;
30027
- flex-flow: nowrap !important;
30028
- line-break: auto;
30005
+ .E_ccrbeuz .ant-collapse-item {
30006
+ border: 0px;
30007
+ background-color: #fff;
30029
30008
  }
30030
- .E_f7pxqmh > .ant-form-item-label {
30031
- text-align: left !important;
30032
- padding-bottom: 0 !important;
30009
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
30010
+ padding-top: 0px;
30011
+ padding-bottom: 0px;
30012
+ padding-left: 0px !important;
30013
+ padding-right: 24px;
30033
30014
  }
30034
- .E_f7pxqmh > .ant-form-item-label > label {
30035
- min-height: 32px;
30036
- height: auto;
30037
- font-size: 13px;
30038
- color: rgba(44, 56, 82, 0.6);
30039
- white-space: normal;
30015
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
30016
+ right: 0px;
30040
30017
  }
30041
- .E_f7pxqmh.ant-form-item-has-error .ant-input {
30042
- border-color: #ff4d4f !important;
30018
+ .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
30019
+ padding: 0px;
30043
30020
  }
30044
- .E_f7pxqmh .ant-form-item-explain {
30045
- margin-top: 4px;
30046
- font-size: 12px;
30047
- min-height: 0px;
30048
- }
30049
- .E_f7pxqmh .ant-form-item-extra {
30050
- font-size: 12px;
30051
- color: rgba(44, 56, 82, 0.6);
30052
- min-height: 0px;
30021
+
30022
+ .E_c1fljvag .ant-collapse-item .ant-collapse-header {
30023
+ padding-right: 0px;
30024
+ cursor: default;
30053
30025
  }
30054
30026
 
30055
- .E_iouxfgt {
30056
- display: inline-flex;
30057
- align-items: center;
30058
- }
30059
- .E_iouxfgt .icon-inner {
30060
- display: inline-flex;
30061
- align-items: center;
30062
- justify-content: center;
30063
- }
30064
- .E_iouxfgt .icon-inner + span,
30065
- .E_iouxfgt span + .icon-inner.suffix {
30066
- margin-left: 4px;
30027
+ .E_c1yyuluq {
30028
+ border-radius: 8px;
30067
30029
  }
30068
- .E_iouxfgt.is-rotate img,
30069
- .E_iouxfgt.is-rotate svg {
30070
- animation: rotate 680ms linear infinite;
30030
+ .E_c1yyuluq .ant-card-body {
30031
+ padding: 20px 24px 24px 24px;
30071
30032
  }
30072
30033
 
30073
- .E_i1inqkme {
30074
- height: 18px;
30075
- line-height: 18px;
30076
- padding: 0 4px;
30077
- border-radius: 4px;
30078
- background: rgba(235, 239, 245, 0.6);
30079
- border: 1px solid rgba(223, 228, 235, 0.6);
30034
+ .E_itxley7.ant-input-group.ant-input-group-compact {
30080
30035
  display: flex;
30081
- align-items: center;
30082
- white-space: nowrap;
30083
- margin-right: 4px;
30084
30036
  }
30085
30037
 
30086
- .E_ai7qkf2 .ant-input-number-handler-wrap {
30087
- display: var(--ai7qkf2-0);
30088
- }
30089
- .E_ai7qkf2 .ant-input-number-input-wrap {
30090
- display: inline-flex;
30091
- line-height: 1.5715;
30092
- height: 100%;
30093
- width: 100%;
30094
- }
30095
- .E_ai7qkf2 .ant-input-number-input-wrap::after {
30096
- content: var(--ai7qkf2-1);
30097
- display: var(--ai7qkf2-2);
30098
- flex: none;
30099
- align-items: center;
30100
- margin-left: 4px;
30101
- color: rgba(44, 56, 82, 0.6);
30102
- }
30103
- .E_ai7qkf2 .ant-input-number-input-wrap::before {
30104
- content: var(--ai7qkf2-3);
30105
- display: var(--ai7qkf2-4);
30106
- flex: none;
30107
- align-items: center;
30038
+ .E_ivqqkzv {
30039
+ height: 24px;
30040
+ width: 56px !important;
30108
30041
  margin-right: 4px;
30109
- cursor: auto;
30110
- color: rgba(44, 56, 82, 0.6);
30111
- }
30112
- .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
30113
- border-radius: 0;
30114
- }
30115
- .E_ai7qkf2.ant-input-number {
30116
- width: 100%;
30117
- border-radius: 6px;
30118
- }
30119
- .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
30120
- border-color: #0096ff;
30121
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30122
- z-index: 1;
30123
- }
30124
- .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
30125
- border-color: #e75a3a;
30126
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30127
- }
30128
- .E_ai7qkf2 .ant-input-number-input {
30129
- height: 30px;
30130
- border: 1px;
30131
- padding: 5px 12px;
30132
- font-size: inherit;
30133
- }
30134
- .E_ai7qkf2.ant-input-number-lg input {
30135
- height: 38px;
30136
- border: 1px;
30137
- padding: 8px 16px;
30138
- }
30139
- .E_ai7qkf2.ant-input-number-sm input {
30140
- height: 22px;
30141
- border: 1px;
30142
- padding: 2px 8px;
30143
30042
  }
30144
30043
 
30145
- .E_a1wfy30z .ant-input-number-handler-wrap {
30146
- display: var(--a1wfy30z-0);
30044
+ .E_c1wk4q29 {
30045
+ color: rgba(44, 56, 82, 0.6);
30147
30046
  }
30148
- .E_a1wfy30z .ant-input-number-input-wrap {
30149
- padding: 4px 11px;
30150
- display: inline-flex;
30151
- line-height: 1.5715;
30152
- height: inherit;
30047
+
30048
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
30049
+ margin-right: 2px;
30153
30050
  }
30154
- .E_a1wfy30z .ant-input-number-input-wrap::after {
30155
- content: var(--a1wfy30z-1);
30156
- display: var(--a1wfy30z-2);
30157
- flex: none;
30158
- align-items: center;
30159
- margin-left: 4px;
30051
+
30052
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
30053
+ padding-left: 8px;
30054
+ padding-right: 8px;
30160
30055
  }
30161
- .E_a1wfy30z .ant-input-number-input-wrap::before {
30162
- content: var(--a1wfy30z-3);
30163
- display: var(--a1wfy30z-4);
30164
- flex: none;
30165
- align-items: center;
30166
- margin-right: 4px;
30167
- cursor: auto;
30056
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
30057
+ border-radius: 4px;
30168
30058
  }
30169
- .E_a1wfy30z .ant-input-number-input {
30170
- padding: 0;
30171
- margin: 0;
30172
- height: auto;
30173
- font-size: inherit;
30059
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30060
+ border-radius: 4px;
30174
30061
  }
30175
30062
 
30176
- .E_r77hffu {
30177
- display: flex;
30178
- align-items: center;
30179
- justify-content: space-between;
30180
- column-gap: 6px;
30063
+ .E_ma64lna .ant-segmented-item-label {
30064
+ padding-left: 12px;
30065
+ padding-right: 12px;
30181
30066
  }
30182
30067
 
30183
- .E_p1cmxsf7 {
30184
- display: flex;
30185
- flex-direction: column;
30186
- justify-content: center;
30187
- row-gap: var(--p1cmxsf7-0);
30068
+ .E_ckld275 {
30069
+ background-color: rgba(225, 230, 241, 0.6);
30188
30070
  }
30189
- .E_p1cmxsf7 .ant-progress-line {
30190
- font-size: 0;
30071
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30072
+ background-color: rgba(255, 255, 255, 0.6);
30073
+ color: rgba(44, 56, 82, 0.75);
30191
30074
  }
30192
-
30193
- .E_owd0kml {
30194
- display: inline-block;
30075
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30076
+ background-color: transparent;
30195
30077
  }
30196
-
30197
- .E_h1jsgezc {
30198
- visibility: hidden;
30199
- position: absolute;
30078
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
30079
+ background-color: transparent;
30200
30080
  }
30201
30081
 
30202
30082
  .E_phljevk {
@@ -30256,169 +30136,68 @@ html body {
30256
30136
  line-height: 18px;
30257
30137
  }
30258
30138
 
30259
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
30260
- margin-right: 2px;
30139
+ .E_rapgekc.ant-radio-wrapper {
30140
+ display: inline-flex;
30141
+ align-items: baseline;
30142
+ white-space: pre-wrap;
30261
30143
  }
30262
-
30263
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
30264
- padding-left: 8px;
30265
- padding-right: 8px;
30144
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30145
+ position: relative;
30146
+ top: 3px;
30266
30147
  }
30267
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
30268
- border-radius: 4px;
30148
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30149
+ border-color: rgba(107, 128, 167, 0.6);
30269
30150
  }
30270
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30271
- border-radius: 4px;
30151
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30152
+ border-color: #0080ff;
30272
30153
  }
30273
-
30274
- .E_ma64lna .ant-segmented-item-label {
30275
- padding-left: 12px;
30276
- padding-right: 12px;
30154
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30155
+ border-color: #0080ff;
30156
+ background: #0080ff;
30277
30157
  }
30278
-
30279
- .E_ckld275 {
30280
- background-color: rgba(225, 230, 241, 0.6);
30158
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30159
+ top: 4px;
30160
+ left: 4px;
30161
+ width: 6px;
30162
+ height: 6px;
30163
+ background: #fff;
30281
30164
  }
30282
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30283
- background-color: rgba(255, 255, 255, 0.6);
30284
- color: rgba(44, 56, 82, 0.75);
30165
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30166
+ opacity: 0.5;
30285
30167
  }
30286
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
30287
- background-color: transparent;
30168
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30169
+ border-color: rgba(107, 128, 167, 0.6);
30170
+ background: rgba(211, 218, 235, 0.6);
30288
30171
  }
30289
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
30290
- background-color: transparent;
30172
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30173
+ background: #00122e;
30291
30174
  }
30292
-
30293
- .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30294
- border-radius: 6px;
30175
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30176
+ color: #00122e;
30177
+ opacity: 0.5;
30295
30178
  }
30296
- .E_s177mls5.ant-select.ant-select-single {
30297
- width: 100%;
30298
- color: #2d3a56;
30299
- border-color: rgba(211, 218, 235, 0.6);
30300
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30301
- font-size: 13px;
30179
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30180
+ color: #00122e;
30302
30181
  }
30303
- .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30304
- height: 30px;
30182
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30183
+ display: inline-block;
30184
+ padding: 0;
30185
+ padding-left: 12px;
30305
30186
  }
30306
- .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30307
- height: 38px;
30308
- font-size: 13px;
30187
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30188
+ margin-bottom: 0;
30189
+ white-space: pre-wrap;
30190
+ color: rgba(44, 56, 82, 0.6);
30309
30191
  }
30310
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30311
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30312
- transition: 160ms ease;
30192
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30193
+ padding-left: 8px;
30313
30194
  }
30314
- .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30315
- color: #0080ff;
30195
+
30196
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30197
+ border-radius: 5px 0 0 5px;
30316
30198
  }
30317
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
30318
- border-color: rgba(107, 128, 167, 0.6);
30319
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30320
- }
30321
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30322
- color: #0080ff;
30323
- }
30324
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
30325
- border-color: #0080ff;
30326
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30327
- }
30328
- .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30329
- transform: rotate(180deg);
30330
- }
30331
- .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30332
- background: rgba(211, 218, 235, 0.6);
30333
- border-color: rgba(172, 186, 211, 0.6);
30334
- cursor: "not-allowed";
30335
- }
30336
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30337
- border-color: #f0483e !important;
30338
- }
30339
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30340
- color: #1d326c;
30341
- }
30342
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
30343
- border-color: #0080ff;
30344
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30345
- }
30346
- .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30347
- transform: rotate(180deg);
30348
- }
30349
-
30350
- .E_ivqqkzv {
30351
- height: 24px;
30352
- width: 56px !important;
30353
- margin-right: 4px;
30354
- }
30355
-
30356
- .E_c1wk4q29 {
30357
- color: rgba(44, 56, 82, 0.6);
30358
- }
30359
-
30360
- .E_rapgekc.ant-radio-wrapper {
30361
- display: inline-flex;
30362
- align-items: baseline;
30363
- white-space: pre-wrap;
30364
- }
30365
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30366
- position: relative;
30367
- top: 3px;
30368
- }
30369
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30370
- border-color: rgba(107, 128, 167, 0.6);
30371
- }
30372
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30373
- border-color: #0080ff;
30374
- }
30375
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30376
- border-color: #0080ff;
30377
- background: #0080ff;
30378
- }
30379
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30380
- top: 4px;
30381
- left: 4px;
30382
- width: 6px;
30383
- height: 6px;
30384
- background: #fff;
30385
- }
30386
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30387
- opacity: 0.5;
30388
- }
30389
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30390
- border-color: rgba(107, 128, 167, 0.6);
30391
- background: rgba(211, 218, 235, 0.6);
30392
- }
30393
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30394
- background: #00122e;
30395
- }
30396
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30397
- color: #00122e;
30398
- opacity: 0.5;
30399
- }
30400
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30401
- color: #00122e;
30402
- }
30403
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30404
- display: inline-block;
30405
- padding: 0;
30406
- padding-left: 12px;
30407
- }
30408
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30409
- margin-bottom: 0;
30410
- white-space: pre-wrap;
30411
- color: rgba(44, 56, 82, 0.6);
30412
- }
30413
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30414
- padding-left: 8px;
30415
- }
30416
-
30417
- .E_rp906go .ant-radio-button-wrapper:first-child {
30418
- border-radius: 5px 0 0 5px;
30419
- }
30420
- .E_rp906go .ant-radio-button-wrapper:last-child {
30421
- border-radius: 0 5px 5px 0;
30199
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30200
+ border-radius: 0 5px 5px 0;
30422
30201
  }
30423
30202
 
30424
30203
  .E_rcc63c8 {
@@ -30503,6 +30282,63 @@ html body {
30503
30282
  width: 36px;
30504
30283
  }
30505
30284
 
30285
+ .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
30286
+ border-radius: 6px;
30287
+ }
30288
+ .E_s177mls5.ant-select.ant-select-single {
30289
+ width: 100%;
30290
+ color: #2d3a56;
30291
+ border-color: rgba(211, 218, 235, 0.6);
30292
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30293
+ font-size: 13px;
30294
+ }
30295
+ .E_s177mls5.ant-select.ant-select-single[data-size=middle] {
30296
+ height: 30px;
30297
+ }
30298
+ .E_s177mls5.ant-select.ant-select-single.ant-select-lg {
30299
+ height: 38px;
30300
+ font-size: 13px;
30301
+ }
30302
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
30303
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
30304
+ transition: 160ms ease;
30305
+ }
30306
+ .E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
30307
+ color: #0080ff;
30308
+ }
30309
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
30310
+ border-color: rgba(107, 128, 167, 0.6);
30311
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30312
+ }
30313
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30314
+ color: #0080ff;
30315
+ }
30316
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
30317
+ border-color: #0080ff;
30318
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30319
+ }
30320
+ .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30321
+ transform: rotate(180deg);
30322
+ }
30323
+ .E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
30324
+ background: rgba(211, 218, 235, 0.6);
30325
+ border-color: rgba(172, 186, 211, 0.6);
30326
+ cursor: "not-allowed";
30327
+ }
30328
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
30329
+ border-color: #f0483e !important;
30330
+ }
30331
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
30332
+ color: #1d326c;
30333
+ }
30334
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
30335
+ border-color: #0080ff;
30336
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30337
+ }
30338
+ .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
30339
+ transform: rotate(180deg);
30340
+ }
30341
+
30506
30342
  .E_c1bus5hc {
30507
30343
  --color: white;
30508
30344
  height: 14px;
@@ -30543,6 +30379,10 @@ html body {
30543
30379
  transform: rotate(0deg);
30544
30380
  }
30545
30381
 
30382
+ .E_tju3gfj .date {
30383
+ margin-right: 4px;
30384
+ }
30385
+
30546
30386
  .E_sddwhm6 {
30547
30387
  margin: 0;
30548
30388
  border-radius: 20px;
@@ -30672,868 +30512,1106 @@ html body {
30672
30512
  margin-left: 5px;
30673
30513
  }
30674
30514
 
30675
- .E_cnujxq2 {
30676
- display: flex;
30677
- flex-direction: column;
30515
+ .E_s1sck0th {
30516
+ padding: 0 8px;
30517
+ border-radius: 4px;
30678
30518
  }
30679
30519
 
30680
- .E_m7s48ia {
30681
- max-width: 1120px;
30682
- width: 100%;
30683
- margin: 0 auto;
30684
- height: 100%;
30520
+ .E_m855nr1 {
30521
+ padding: 2px 8px;
30522
+ border-radius: 3px;
30685
30523
  }
30686
30524
 
30687
- .E_wt5zbg6 {
30688
- max-width: 1120px;
30689
- width: 100%;
30690
- margin: 0 auto;
30691
- display: flex;
30525
+ .E_l1270xpg {
30526
+ padding: 3px 8px;
30527
+ border-radius: 2px;
30692
30528
  }
30693
- .E_wt5zbg6 .left,
30694
- .E_wt5zbg6 .right {
30695
- flex-grow: 0;
30696
- flex-shrink: 0;
30697
- flex-basis: 21%;
30529
+
30530
+ .E_t14rextb.ant-tag:hover {
30531
+ opacity: unset;
30698
30532
  }
30699
- .E_wt5zbg6 .left {
30700
- display: flex;
30701
- justify-content: flex-end;
30702
- padding-right: 44px;
30533
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
30534
+ margin: 0;
30535
+ margin-right: 8px;
30536
+ display: inline-flex;
30537
+ align-items: center;
30538
+ border: none;
30703
30539
  }
30704
- .E_wt5zbg6 .right {
30705
- padding-left: 44px;
30540
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
30541
+ width: 16px;
30542
+ height: 16px;
30543
+ color: inherit;
30544
+ margin-left: 4px;
30545
+ opacity: 0.6;
30546
+ display: inline-flex;
30706
30547
  }
30707
- .E_wt5zbg6 .middle {
30708
- margin-bottom: 40px;
30709
- flex-grow: 0;
30710
- flex-shrink: 0;
30711
- flex-basis: 58%;
30548
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
30549
+ opacity: 1;
30712
30550
  }
30713
- .E_wt5zbg6 .middle .form-base-field {
30714
- width: 100%;
30551
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
30552
+ color: #0080ff;
30553
+ background-color: rgba(0, 136, 255, 0.1);
30715
30554
  }
30716
- .E_wt5zbg6 .middle .form-base-field .form-base-field {
30717
- width: auto;
30555
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
30556
+ color: #f0483e;
30557
+ background-color: rgba(255, 74, 74, 0.1);
30718
30558
  }
30719
-
30720
- .E_h18jprzg .ant-modal-header {
30721
- margin: 0 auto;
30722
- width: 100%;
30723
- max-width: 648px;
30559
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
30560
+ color: #e07f00;
30561
+ background-color: rgba(255, 187, 0, 0.1);
30724
30562
  }
30725
- .E_h18jprzg .ant-modal-header .ant-modal-title {
30726
- margin-left: 0;
30563
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
30564
+ color: #008f4c;
30565
+ background-color: rgba(30, 201, 127, 0.1);
30727
30566
  }
30728
- .E_h18jprzg .ant-modal-body {
30729
- margin: 0 auto;
30730
- padding: 0;
30731
- width: 100%;
30732
- max-width: 648px;
30733
- overflow: hidden;
30567
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
30568
+ color: #1d326c;
30569
+ background-color: rgba(225, 230, 241, 0.6);
30734
30570
  }
30735
- .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
30736
- margin-bottom: 40px;
30571
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
30572
+ color: #7E41FF;
30573
+ background-color: rgba(126, 65, 255, 0.1);
30737
30574
  }
30738
- .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
30739
- height: calc(100vh - 225px);
30740
- overflow-y: auto;
30741
- }
30742
- .E_h18jprzg .ant-modal-footer .footer-content {
30743
- margin: 0 auto;
30744
- max-width: 648px;
30575
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
30576
+ color: #fff;
30745
30577
  }
30746
-
30747
- .E_h16z9xgz .ant-modal-header {
30748
- margin: 0 auto;
30749
- width: 100%;
30750
- max-width: 1024px;
30578
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
30579
+ background-color: #f0483e;
30751
30580
  }
30752
- .E_h16z9xgz .ant-modal-header .ant-modal-title {
30753
- margin-left: 0;
30581
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
30582
+ background-color: #fea008;
30754
30583
  }
30755
- .E_h16z9xgz .ant-modal-body {
30756
- margin: 0 auto;
30757
- padding: 0;
30758
- width: 100%;
30759
- max-width: 1024px;
30760
- overflow: hidden;
30584
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
30585
+ background-color: #00ba5d;
30761
30586
  }
30762
- .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
30763
- margin-bottom: 40px;
30587
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
30588
+ background-color: #0080ff;
30764
30589
  }
30765
- .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
30766
- height: calc(100vh - 225px);
30767
- overflow-y: auto;
30590
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
30591
+ background-color: #6b7d99;
30768
30592
  }
30769
- .E_h16z9xgz .ant-modal-footer .footer-content {
30770
- margin: 0 auto;
30771
- max-width: 1024px;
30593
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
30594
+ background-color: #7E41FF;
30772
30595
  }
30773
30596
 
30774
- .E_f1lrhghm {
30775
- flex: 1;
30776
- }
30777
- .E_f1lrhghm label {
30778
- font-size: 13px;
30779
- line-height: 20px;
30780
- color: rgba(44, 56, 82, 0.6);
30781
- }
30782
- .E_f1lrhghm .title {
30783
- font-size: 14px;
30784
- line-height: 20px;
30785
- color: #2d3a56;
30786
- margin-bottom: 12px;
30597
+ .E_c18bcrac {
30598
+ display: inline-block;
30599
+ width: 100%;
30787
30600
  }
30788
- .E_f1lrhghm.connect-cluster .title {
30789
- padding-bottom: 26px;
30601
+ .E_c18bcrac .recharts-wrapper {
30602
+ margin-left: 4px;
30790
30603
  }
30791
30604
 
30792
- .E_f18ot8em {
30793
- padding: 25px 0 15px 0;
30794
- border-bottom: 1px solid #e1e5eb;
30795
- margin-bottom: 16px;
30605
+ .E_cro7kg2 {
30606
+ padding: 4px;
30796
30607
  }
30797
30608
 
30798
- .E_f1l1g2k0 {
30609
+ .E_c14wcxf0 {
30799
30610
  display: flex;
30611
+ justify-content: space-between;
30800
30612
  align-items: center;
30801
- margin-bottom: 8px;
30802
- }
30803
- .E_f1l1g2k0 > label {
30804
- width: 216px;
30805
- }
30806
- .E_f1l1g2k0 > label + * {
30807
- width: 100%;
30613
+ font-size: 13px;
30614
+ line-height: 24px;
30615
+ color: #cccccc;
30616
+ white-space: nowrap;
30808
30617
  }
30809
- .E_f1l1g2k0 .ant-select {
30810
- width: 100%;
30618
+ .E_c14wcxf0 label {
30619
+ margin-right: 32px;
30811
30620
  }
30812
30621
 
30813
- .E_e1k89cwg {
30814
- color: #e75a3a;
30815
- margin-right: 10px;
30622
+ .E_coy29mj.E_c14wcxf0 {
30623
+ font-weight: bold;
30624
+ color: white;
30816
30625
  }
30817
30626
 
30818
- .E_d1oui1gf {
30819
- width: 100%;
30820
- height: 1px;
30821
- background: rgba(213, 219, 227, 0.6);
30822
- margin: 24px 0;
30627
+ .E_s11212zy {
30628
+ width: 8px;
30629
+ height: 8px;
30630
+ border-radius: 2px;
30631
+ display: inline-block;
30632
+ background: var(--s11212zy-0);
30633
+ border: 1px solid #fff;
30634
+ box-sizing: content-box;
30635
+ margin-right: 6px;
30823
30636
  }
30824
30637
 
30825
- .E_l15itdbb {
30826
- display: flex;
30827
- justify-content: center;
30828
- align-items: center;
30829
- height: 100%;
30638
+ .E_p1lyky6c > :first-child {
30639
+ font-weight: bold;
30640
+ color: white;
30641
+ margin-right: 4px;
30830
30642
  }
30831
30643
 
30832
- .E_d1y3z4w {
30644
+ .E_iq1gosr {
30833
30645
  display: inline-block;
30834
- width: 4px;
30835
- height: 4px;
30836
- background: #8e9aa9;
30837
- opacity: 0.4;
30838
- border-radius: 50%;
30839
- margin: 0 4px;
30840
30646
  }
30841
30647
 
30842
- .E_m177r7a3 .ant-modal-header,
30843
- .E_m177r7a3 .ant-modal-footer .footer-content {
30844
- width: 648px;
30845
- margin: 0 auto;
30846
- }
30847
- .E_m177r7a3 .ant-modal-header {
30848
- padding: 35px 0 24px;
30849
- border: none;
30850
- }
30851
- .E_m177r7a3 .ant-modal-header .ant-modal-title {
30852
- font-size: 30px;
30648
+ .E_t1m2x205 .ant-tooltip-arrow {
30649
+ display: none;
30853
30650
  }
30854
- .E_m177r7a3 .ant-modal-body {
30855
- padding: 4px 0 2px;
30651
+ .E_t1m2x205 .ant-tooltip-inner {
30652
+ background: rgba(23, 38, 64, 0.8);
30653
+ border-radius: 4px;
30856
30654
  }
30857
- .E_m177r7a3 .ant-modal-footer {
30858
- border: none;
30655
+
30656
+ .E_s1dni7lo {
30657
+ width: 430px !important;
30859
30658
  }
30860
30659
 
30861
- .E_t1wwio3v {
30862
- font-size: 12px;
30660
+ .E_d1wwmmm5 .ant-select-item-group {
30661
+ padding: 8px 16px;
30863
30662
  line-height: 18px;
30864
- font-weight: bold;
30865
- color: #fff;
30866
- padding: 0 4px;
30867
- border-radius: 4px;
30868
- display: inline-block;
30869
- background: var(--t1wwio3v-0);
30870
- }
30871
- .E_t1wwio3v:not(:first-child) {
30872
- margin-left: 4px;
30663
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30664
+ height: 34px;
30665
+ min-height: 34px;
30666
+ box-sizing: border-box;
30667
+ margin-top: 8px;
30873
30668
  }
30874
30669
 
30875
- .E_f17jvtfk {
30876
- width: 100%;
30877
- height: 100%;
30670
+ .E_o1ugr09p {
30878
30671
  display: flex;
30879
- align-items: center;
30880
- justify-content: center;
30881
- }
30882
-
30883
- .E_nzppkea {
30884
- font-size: 90%;
30885
- font-weight: bold;
30886
- background-color: rgba(240, 243, 247, 0.6);
30887
- padding: 1px 4px 1px;
30888
- margin-left: 2px;
30889
- margin-right: 2px;
30890
- border: 1px solid rgba(213, 219, 227, 0.6);
30672
+ flex-direction: column;
30673
+ margin: 1px 8px;
30674
+ padding: 8px;
30891
30675
  border-radius: 4px;
30892
30676
  }
30893
-
30894
- .E_f4mi9eq.form-item-general {
30895
- width: 640px;
30677
+ .E_o1ugr09p .selected-icon {
30678
+ display: none;
30896
30679
  }
30897
- .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
30898
- margin-top: 16px;
30680
+ .E_o1ugr09p.ant-select-item-option-grouped {
30681
+ padding-left: 8px;
30899
30682
  }
30900
- .E_f4mi9eq.form-item-compact {
30901
- width: 412px;
30683
+ .E_o1ugr09p.ant-select-item-option-selected {
30684
+ background-color: white;
30902
30685
  }
30903
- .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
30904
- margin-top: 8px;
30686
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30687
+ color: #0080ff;
30905
30688
  }
30906
- .E_f4mi9eq .form-item {
30907
- width: auto;
30689
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30690
+ display: block;
30908
30691
  }
30909
- .E_f4mi9eq .form-item-main {
30910
- position: relative;
30911
- display: flex;
30692
+ .E_o1ugr09p.ant-select-item-option-active {
30693
+ background: rgba(0, 136, 255, 0.16);
30912
30694
  }
30913
- .E_f4mi9eq .form-item-extra {
30914
- margin-top: 4px;
30915
- width: 100%;
30916
- padding: 14px;
30917
- background: #f2f4f6;
30918
- font-size: 13px;
30919
- line-height: 1.8;
30920
- color: #8e9aa9;
30695
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30696
+ color: #0080ff;
30921
30697
  }
30922
- .E_f4mi9eq .form-item-label {
30923
- padding-right: 12px;
30924
- font-size: 13px;
30925
- color: rgba(44, 56, 82, 0.6);
30698
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30699
+ background: rgba(0, 136, 255, 0.1);
30700
+ color: #0080ff;
30926
30701
  }
30927
- .E_f4mi9eq .form-item-label.label-right {
30928
- text-align: right;
30702
+
30703
+ .E_o1ifxsq4 {
30704
+ display: flex;
30705
+ justify-content: space-between;
30706
+ height: 20px;
30707
+ line-height: 20px;
30929
30708
  }
30930
- .E_f4mi9eq .form-item-label,
30931
- .E_f4mi9eq .form-item-control {
30932
- line-height: 32px;
30709
+ .E_o1ifxsq4 .timezone-title {
30710
+ color: #2d3a56;
30711
+ overflow: hidden;
30712
+ text-overflow: ellipsis;
30933
30713
  }
30934
- .E_f4mi9eq .form-item-control .form-item-error {
30714
+
30715
+ .E_o1zue7 {
30716
+ display: flex;
30717
+ justify-content: space-between;
30718
+ color: rgba(44, 56, 82, 0.6);
30719
+ height: 18px;
30935
30720
  line-height: 18px;
30721
+ margin-top: 2px;
30936
30722
  }
30937
- .E_f4mi9eq .form-item-children {
30938
- width: 100%;
30723
+
30724
+ .E_tyfmlxg {
30725
+ border: none;
30726
+ margin-right: 0;
30727
+ background: rgba(225, 230, 241, 0.6);
30939
30728
  }
30940
- .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
30729
+
30730
+ .E_o18uybox {
30731
+ pointer-events: none;
30732
+ height: 32px;
30941
30733
  width: 100%;
30734
+ opacity: 0;
30942
30735
  }
30943
- .E_f4mi9eq .form-item-error {
30944
- color: #e75a3a;
30945
- height: 0;
30946
- overflow: hidden;
30736
+
30737
+ .E_clm1wy1 {
30738
+ width: 192px;
30739
+ height: 246px;
30740
+ border-radius: 4px;
30947
30741
  }
30948
- .E_f4mi9eq .form-item-error-enter-done {
30949
- margin-top: 4px;
30950
- height: auto;
30951
- overflow: auto;
30742
+ .E_clm1wy1 > .ant-picker-calendar,
30743
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
30744
+ width: 100%;
30745
+ background-color: rgba(245, 247, 250, 0.6);
30746
+ border-top: none;
30952
30747
  }
30953
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
30954
- .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
30955
- border: 1px solid #e75a3a;
30956
- color: #e75a3a;
30748
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
30749
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
30750
+ padding: 0 16px;
30957
30751
  }
30958
-
30959
- .E_fh0ewl8 {
30960
- color: #2d3a56;
30961
- font-weight: bold;
30962
- padding-bottom: 6px;
30963
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
30964
- margin-bottom: 16px;
30752
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
30753
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
30754
+ width: 100%;
30755
+ height: 180px;
30756
+ border-spacing: 0;
30965
30757
  }
30966
- .E_fh0ewl8:not(:first-of-type) {
30967
- margin-top: 16px;
30758
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
30759
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
30760
+ margin-bottom: 8px;
30968
30761
  }
30969
-
30970
- .E_e1qrlvot {
30971
- width: 8px;
30972
- height: 24px;
30973
- display: flex;
30974
- justify-content: center;
30975
- align-items: center;
30976
- cursor: pointer;
30977
- transition: all 200ms ease-out 40ms;
30762
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
30763
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
30764
+ width: 22px;
30978
30765
  }
30979
- .E_e1qrlvot:before, .E_e1qrlvot:after {
30980
- content: "";
30981
- width: 1px;
30982
- height: 6px;
30983
- border-radius: 1px;
30984
- background: #ccd4e3;
30985
- position: relative;
30986
- right: 2px;
30987
- transform: rotate(-45deg);
30766
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
30767
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
30768
+ padding: 0;
30988
30769
  }
30989
- .E_e1qrlvot:after {
30990
- transform: rotate(45deg);
30991
- left: 1px;
30770
+ .E_clm1wy1 .ant-picker-cell {
30771
+ color: rgba(62, 70, 82, 0.6);
30772
+ opacity: 0.4;
30992
30773
  }
30993
-
30994
- .E_w9ic984.ant-alert-warning {
30995
- border: 0;
30996
- background: rgba(255, 187, 0, 0.1);
30997
- border-radius: 6px;
30774
+ .E_clm1wy1 .ant-picker-cell-in-view {
30775
+ color: rgba(62, 70, 82, 0.6);
30776
+ opacity: 1;
30998
30777
  }
30999
- .E_w9ic984.ant-alert,
31000
- .E_w9ic984 .ant-alert-message {
31001
- color: #e07f00;
30778
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
30779
+ color: #3e4652;
31002
30780
  }
31003
- .E_w9ic984.ant-alert .dashed-border-bottom,
31004
- .E_w9ic984 .ant-alert-message .dashed-border-bottom {
31005
- border-bottom-color: #e07f00;
30781
+ .E_clm1wy1 .ant-picker-cell::before {
30782
+ pointer-events: none;
31006
30783
  }
31007
30784
 
31008
- .E_n1k9qi4r {
31009
- display: flex;
31010
- flex-direction: row;
31011
- padding: 7px 12px;
31012
- background: rgba(255, 187, 0, 0.1);
31013
- border-radius: 6px;
31014
- color: #e07f00;
31015
- font-size: 12px;
31016
- line-height: 18px;
31017
- }
31018
- .E_n1k9qi4r .icon-wrapper {
31019
- margin-right: 10px;
31020
- height: 18px;
30785
+ .E_t1tsm00v {
30786
+ color: rgba(129, 138, 153, 0.6);
30787
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
30788
+ backdrop-filter: blur(10px);
30789
+ padding: 7px 10px;
31021
30790
  }
31022
30791
 
31023
- .E_n16fsg9x {
30792
+ .E_c167wnad {
30793
+ color: rgba(62, 70, 82, 0.6);
31024
30794
  display: flex;
31025
- flex-direction: row;
31026
- padding: 7px 12px;
31027
- background: rgba(225, 230, 241, 0.6);
31028
- border-radius: 6px;
31029
- color: rgba(44, 56, 82, 0.6);
31030
- font-size: 12px;
31031
- line-height: 18px;
30795
+ justify-content: space-between;
30796
+ align-items: center;
30797
+ padding: 8px 16px;
31032
30798
  }
31033
- .E_n16fsg9x .icon-wrapper {
31034
- margin-right: 10px;
31035
- height: 18px;
30799
+ .E_c167wnad .anticon {
30800
+ cursor: pointer;
30801
+ }
30802
+ .E_c167wnad .anticon:hover {
30803
+ color: #0096ff;
31036
30804
  }
31037
30805
 
31038
- .E_i173wxzw {
30806
+ .E_cxhf7dh {
30807
+ text-align: center;
30808
+ }
30809
+ .E_cxhf7dh .dots {
31039
30810
  display: flex;
31040
- flex-direction: row;
31041
- padding: 7px 12px;
31042
- background: rgba(0, 136, 255, 0.1);
31043
- border-radius: 6px;
31044
- color: #005ed1;
31045
- font-size: 12px;
31046
- line-height: 18px;
30811
+ justify-content: center;
31047
30812
  }
31048
- .E_i173wxzw .icon-wrapper {
31049
- margin-right: 10px;
31050
- height: 18px;
30813
+ .E_cxhf7dh .dot {
30814
+ display: inline-block;
30815
+ width: 2px;
30816
+ height: 2px;
30817
+ border-radius: 1px;
30818
+ background: #0096ff;
31051
30819
  }
31052
-
31053
- .E_dld369h {
31054
- color: rgba(44, 56, 82, 0.6);
31055
- margin-top: 5px;
31056
- font-size: 12px;
31057
- line-height: 18px;
30820
+ .E_cxhf7dh .dot:not(:last-child) {
30821
+ margin-right: 2px;
31058
30822
  }
31059
-
31060
- .E_s1epv22q {
31061
- color: #f0483e;
31062
- font-size: 12px;
31063
- white-space: pre-wrap;
30823
+ .E_cxhf7dh .bar {
30824
+ width: 9px;
30825
+ height: 2px;
30826
+ background: #0096ff;
30827
+ border-radius: 2px;
31064
30828
  }
31065
30829
 
31066
- .E_okus5hk {
30830
+ .E_s1ebs0ra {
31067
30831
  display: flex;
31068
30832
  align-items: center;
31069
- justify-content: flex-end;
30833
+ justify-content: space-between;
30834
+ background: #edf0f7;
30835
+ padding: 8px 12px;
30836
+ position: sticky;
30837
+ top: 0;
30838
+ z-index: 1;
30839
+ margin-bottom: -52px;
31070
30840
  }
31071
- .E_okus5hk .icon-wrapper {
31072
- margin-right: 16px;
30841
+ .E_s1ebs0ra .select-total {
30842
+ display: flex;
30843
+ align-items: center;
30844
+ font-weight: 700;
30845
+ flex-shrink: 0;
31073
30846
  }
31074
-
31075
- .E_t1auuzri {
31076
- color: rgba(0, 21, 64, 0.3);
30847
+ .E_s1ebs0ra .select-total .icon-wrapper {
30848
+ cursor: pointer;
30849
+ margin-left: 8px;
30850
+ width: 32px;
30851
+ height: 32px;
30852
+ border-radius: 50%;
30853
+ justify-content: center;
31077
30854
  }
31078
-
31079
- .E_i74cfyt.ant-input {
31080
- padding: 5px 12px;
31081
- line-height: 20px;
31082
- color: #2d3a56;
31083
- border-radius: 6px;
31084
- border-color: rgba(172, 186, 211, 0.6);
31085
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
30855
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30856
+ background: rgba(225, 230, 241, 0.6);
31086
30857
  }
31087
- .E_i74cfyt.ant-input.ant-input-lg {
31088
- padding: 8px 16px;
31089
- line-height: 22px;
30858
+ .E_s1ebs0ra .action-group {
30859
+ flex: 1;
30860
+ margin-left: 88px;
30861
+ white-space: nowrap;
30862
+ text-align: right;
30863
+ position: relative;
30864
+ padding: 4px 0;
30865
+ margin-top: -4px;
30866
+ overflow: hidden;
31090
30867
  }
31091
- .E_i74cfyt.ant-input.ant-input-sm {
31092
- padding: 2px 8px;
31093
- line-height: 18px;
30868
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30869
+ transform: translateY(-4px);
31094
30870
  }
31095
- .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
31096
- border-color: rgba(107, 128, 167, 0.6);
31097
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
31098
- z-index: 1;
30871
+ .E_s1ebs0ra .action-group button {
30872
+ border: none;
31099
30873
  }
31100
- .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
31101
- border-color: #0096ff;
31102
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31103
- z-index: 1;
30874
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30875
+ margin-right: 8px;
31104
30876
  }
31105
- .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
31106
- border-color: #e75a3a;
31107
- color: #e75a3a;
30877
+ .E_s1ebs0ra .action-group > button:last-child {
30878
+ margin-right: 4px;
31108
30879
  }
31109
- .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
31110
- border-color: #e75a3a;
31111
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30880
+ .E_s1ebs0ra .action-group .more-btn {
30881
+ cursor: pointer;
30882
+ width: 32px;
30883
+ height: 32px;
30884
+ justify-content: center;
30885
+ border-radius: 50%;
31112
30886
  }
31113
- .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
31114
- border-color: #e75a3a;
31115
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31116
- }
31117
- .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
31118
- background: rgba(211, 218, 235, 0.6);
31119
- color: rgba(0, 21, 64, 0.3);
31120
- border-color: rgba(172, 186, 211, 0.6);
31121
- }
31122
- .E_i74cfyt.ant-input-affix-wrapper {
31123
- padding: 5px 12px;
31124
- border-radius: 6px;
31125
- border-color: rgba(172, 186, 211, 0.6);
31126
- line-height: 20px;
31127
- color: #2d3a56;
31128
- transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
31129
- }
31130
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
31131
- .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
31132
- color: rgba(44, 56, 82, 0.6);
30887
+ .E_s1ebs0ra .action-group .more-btn:hover {
30888
+ background: #fff;
31133
30889
  }
31134
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
31135
- padding: 8px 16px;
31136
- line-height: 22px;
30890
+
30891
+ .E_c1up1pdz {
30892
+ width: 648px;
31137
30893
  }
31138
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
31139
- padding: 2px 8px;
31140
- line-height: 18px;
30894
+ .E_c1up1pdz.active {
30895
+ border-color: #0080ff;
31141
30896
  }
31142
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31143
- border-color: rgba(107, 128, 167, 0.6);
31144
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30897
+ .E_c1up1pdz.active > header {
30898
+ background: rgba(0, 128, 255, 0.1);
31145
30899
  }
31146
- .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31147
- border-color: #0096ff;
31148
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30900
+ .E_c1up1pdz .expand {
30901
+ padding: 12px;
31149
30902
  }
31150
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
31151
- border-color: #e75a3a;
30903
+ .E_c1up1pdz .field-item {
30904
+ display: flex;
30905
+ padding: 10px 0;
30906
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31152
30907
  }
31153
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
31154
- color: #e75a3a;
30908
+ .E_c1up1pdz .field-item:last-child {
30909
+ border-bottom: none;
30910
+ padding-bottom: 0;
31155
30911
  }
31156
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
31157
- border-color: #e75a3a;
31158
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
30912
+ .E_c1up1pdz .field-item label {
30913
+ line-height: 32px;
30914
+ width: 100px;
30915
+ color: rgba(62, 70, 82, 0.6);
31159
30916
  }
31160
- .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
31161
- border-color: #e75a3a;
31162
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
30917
+ .E_c1up1pdz .help {
30918
+ color: rgba(62, 70, 82, 0.6);
30919
+ margin-top: 5px;
31163
30920
  }
31164
- .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
31165
- background: rgba(211, 218, 235, 0.6);
31166
- color: rgba(0, 21, 64, 0.3);
31167
- border-color: rgba(172, 186, 211, 0.6);
30921
+ .E_c1up1pdz .ant-input-affix-wrapper,
30922
+ .E_c1up1pdz .ant-picker {
30923
+ width: 128px;
31168
30924
  }
31169
- textarea.E_i74cfyt.ant-input {
31170
- transition-property: height;
31171
- transition-delay: 50ms;
30925
+
30926
+ .E_c156wh19 {
30927
+ display: flex;
30928
+ align-items: center;
30929
+ justify-content: space-between;
30930
+ word-break: keep-all;
31172
30931
  }
31173
- textarea.E_i74cfyt.ant-input.textarea-large {
31174
- min-height: 40px;
31175
- height: 40px;
30932
+ .E_c156wh19 .title {
30933
+ margin: 0 16px 0 8px;
31176
30934
  }
31177
- textarea.E_i74cfyt.ant-input.textarea-large:focus {
31178
- height: 80px;
30935
+ .E_c156wh19 .retain {
30936
+ color: rgba(129, 138, 153, 0.6);
31179
30937
  }
31180
- textarea.E_i74cfyt.ant-input.textarea-middle {
31181
- min-height: 32px;
31182
- height: 32px;
30938
+ .E_c156wh19 div.left {
30939
+ flex: 1;
30940
+ display: flex;
30941
+ overflow: hidden;
30942
+ align-items: center;
30943
+ justify-content: flex-start;
30944
+ white-space: nowrap;
31183
30945
  }
31184
- textarea.E_i74cfyt.ant-input.textarea-middle:focus {
31185
- height: 64px;
30946
+ .E_c156wh19 div.left .title {
30947
+ max-width: 100%;
30948
+ overflow: hidden;
30949
+ text-overflow: ellipsis;
31186
30950
  }
31187
- textarea.E_i74cfyt.ant-input.textarea-small {
31188
- min-height: 24px;
31189
- height: 24px;
30951
+ .E_c156wh19 div.right {
30952
+ display: flex;
30953
+ align-items: center;
31190
30954
  }
31191
- textarea.E_i74cfyt.ant-input.textarea-small:focus {
31192
- height: 40px;
30955
+ .E_c156wh19 .reverse {
30956
+ display: flex;
30957
+ flex-direction: row-reverse;
30958
+ align-items: center;
31193
30959
  }
31194
-
31195
- .E_k1ci6977 input, .E_k1ci6977.input-tags {
31196
- border: 1px solid rgba(213, 219, 227, 0.6);
31197
- border-radius: 4px;
30960
+ .E_c156wh19 .reverse .ant-switch {
30961
+ margin-left: 8px;
31198
30962
  }
31199
- .E_k1ci6977.input-tags {
31200
- position: relative;
31201
- padding: 6px;
31202
- height: 32px;
30963
+ .E_c156wh19 .close {
30964
+ padding-left: 14px;
30965
+ margin-left: 14px;
30966
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31203
30967
  cursor: pointer;
31204
- transition: border 150ms;
31205
30968
  }
31206
- .E_k1ci6977.input-tags:hover {
31207
- border-color: #0080ff;
31208
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30969
+
30970
+ .E_m126spxy {
30971
+ padding-bottom: 4px;
30972
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31209
30973
  }
31210
- .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
31211
- padding-right: 30px;
30974
+ .E_m126spxy .ant-btn-link {
30975
+ padding: 1px 10px;
30976
+ color: rgba(62, 70, 82, 0.6);
30977
+ border-radius: 4px;
31212
30978
  }
31213
- .E_k1ci6977.input-tags .input-tags-inner {
31214
- display: flex;
30979
+ .E_m126spxy .ant-btn-link.active {
30980
+ background: rgba(0, 128, 255, 0.1);
30981
+ color: #0096ff;
31215
30982
  }
31216
- .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
31217
- display: flex;
30983
+
30984
+ .E_wpbf4pq {
30985
+ padding: 10px 0;
30986
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31218
30987
  }
31219
- .E_k1ci6977.input-tags .input-tag-suffix {
31220
- position: absolute;
31221
- right: 12px;
31222
- top: 50%;
31223
- transform: translateY(-50%);
30988
+ .E_wpbf4pq .ant-input,
30989
+ .E_wpbf4pq .ant-picker {
30990
+ width: 80px;
30991
+ margin: 0 9px;
30992
+ text-align: center;
31224
30993
  }
31225
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
31226
- color: rgba(0, 0, 0, 0.25);
31227
- font-size: 12px;
31228
- cursor: pointer;
30994
+ .E_wpbf4pq .options {
30995
+ padding: 12px 0 12px 16px;
30996
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
30997
+ margin: 5px 0 5px 8px;
31229
30998
  }
31230
- .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
31231
- color: rgba(0, 0, 0, 0.45);
30999
+ .E_wpbf4pq .week-day-option,
31000
+ .E_wpbf4pq .month-day-option {
31001
+ background: #f5f7fa;
31002
+ box-sizing: border-box;
31003
+ border-radius: 16px;
31004
+ margin-right: 8px;
31232
31005
  }
31233
- .E_k1ci6977.has-focus-indicator {
31234
- position: relative;
31235
- overflow: hidden;
31006
+ .E_wpbf4pq .week-day-option:focus,
31007
+ .E_wpbf4pq .month-day-option:focus {
31008
+ color: inherit;
31009
+ border-color: #d9d9d9;
31236
31010
  }
31237
- .E_k1ci6977.has-focus-indicator .ant-input-prefix {
31238
- position: absolute;
31239
- top: 50%;
31240
- transform: translateY(-50%);
31241
- left: -16px;
31242
- transition: left 150ms ease;
31243
- opacity: 0;
31011
+ .E_wpbf4pq .week-day-option.active {
31012
+ background-color: #0096ff;
31013
+ border-color: #0096ff;
31014
+ color: #fff;
31244
31015
  }
31245
- .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31246
- left: 8px;
31247
- opacity: 1;
31016
+ .E_wpbf4pq .week-day-option.en-text {
31017
+ width: 110px;
31018
+ margin-top: 4px;
31248
31019
  }
31249
- .E_k1ci6977.has-focus-indicator input {
31250
- transition: margin-left 150ms ease;
31251
- margin-left: 0px;
31020
+ .E_wpbf4pq .month-day-option {
31021
+ width: 32px;
31022
+ padding: 0;
31023
+ margin-bottom: 8px;
31252
31024
  }
31253
- .E_k1ci6977.has-focus-indicator input:focus {
31254
- margin-left: 16px;
31025
+ .E_wpbf4pq .month-day-option.active {
31026
+ background-color: #0096ff;
31027
+ border-color: #0096ff;
31028
+ color: #fff;
31255
31029
  }
31256
31030
 
31257
- input.E_l1f7td1d.ant-input {
31258
- border-top-right-radius: 0;
31259
- border-bottom-right-radius: 0;
31031
+ .E_tqjc4ui {
31032
+ margin: 0 2px;
31260
31033
  }
31261
31034
 
31262
- .E_l1f7td1d.ant-input-affix-wrapper {
31263
- border-top-right-radius: 0;
31264
- border-bottom-right-radius: 0;
31035
+ .E_n12mqh7z {
31036
+ display: flex;
31037
+ align-items: center;
31038
+ font-size: 12px;
31039
+ line-height: 18px;
31265
31040
  }
31266
-
31267
- input.E_rf8rlle.ant-input {
31268
- border-top-left-radius: 0;
31269
- border-bottom-left-radius: 0;
31041
+ .E_n12mqh7z:not(:last-child) {
31042
+ margin-bottom: 4px;
31270
31043
  }
31271
31044
 
31272
- .E_rf8rlle.ant-input-affix-wrapper {
31273
- border-top-left-radius: 0;
31274
- border-bottom-left-radius: 0;
31045
+ .E_tf5bynu {
31046
+ margin: 0 3px;
31275
31047
  }
31276
31048
 
31277
- .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
31278
- border-top-right-radius: 0;
31279
- border-bottom-right-radius: 0;
31049
+ .E_tcckoz1 {
31050
+ max-height: 400px;
31051
+ overflow: "auto";
31280
31052
  }
31281
31053
 
31282
- .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
31283
- border-top-left-radius: 0;
31284
- border-bottom-left-radius: 0;
31054
+ .E_ou7iq30 {
31055
+ overflow: hidden;
31056
+ text-overflow: ellipsis;
31285
31057
  }
31286
31058
 
31287
- .E_c3ni091 {
31288
- display: flex;
31289
- flex-direction: column;
31059
+ .E_s1tui002 {
31060
+ white-space: nowrap;
31290
31061
  }
31291
- .E_c3ni091 .select-wrapper {
31292
- margin-top: 12px;
31062
+
31063
+ .E_mxrc2zg {
31064
+ display: -webkit-box;
31065
+ -webkit-line-clamp: var(--mxrc2zg-0);
31066
+ -webkit-box-orient: vertical;
31067
+ word-break: break-all;
31293
31068
  }
31294
- .E_c3ni091 .select-wrapper .select {
31295
- width: 100%;
31069
+
31070
+ .E_gmyahx3 {
31071
+ cursor: pointer;
31296
31072
  }
31297
- .E_c3ni091 .radio-wrapper {
31298
- margin-top: 24px;
31073
+ .E_gmyahx3 .link-text {
31074
+ color: rgba(0, 21, 64, 0.3);
31299
31075
  }
31300
- .E_c3ni091 div.form-item {
31076
+ .E_gmyahx3:hover .link-text {
31077
+ color: #0080ff;
31078
+ }
31079
+
31080
+ .E_tje3huy {
31301
31081
  width: 100%;
31082
+ overflow: inherit;
31083
+ white-space: inherit;
31084
+ text-overflow: ellipsis;
31302
31085
  }
31303
31086
 
31304
- .E_d105ju2d {
31305
- font-size: 14px;
31306
- font-weight: 500;
31307
- color: #3e4652;
31308
- line-height: 18px;
31087
+ .E_t1sqg15u {
31088
+ background: white;
31309
31089
  }
31310
- .E_d105ju2d + .E_d105ju2d {
31311
- margin-top: 16px;
31090
+ .E_t1sqg15u.inline .table-row {
31091
+ flex-direction: column;
31312
31092
  }
31313
- .E_d105ju2d + * {
31314
- margin-top: 16px;
31093
+ .E_t1sqg15u.inline .table-row > label {
31094
+ padding: 0 16px 7px 0;
31315
31095
  }
31316
-
31317
- .E_lh0l62z.E_d105ju2d {
31318
- font-size: 12px;
31319
- color: rgba(44, 56, 82, 0.6);
31320
- margin-top: 12px;
31096
+ .E_t1sqg15u.has-border .table-header {
31097
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
31321
31098
  }
31322
-
31323
- .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
31324
- line-height: 18px;
31325
- font-weight: 500;
31326
- margin-top: 0;
31327
- white-space: initial;
31099
+ .E_t1sqg15u.has-border .hiddenBorder {
31100
+ border-top: none !important;
31328
31101
  }
31329
-
31330
- .E_r1skkc3l {
31331
- display: block;
31102
+ .E_t1sqg15u.has-border .table-row + .table-row {
31103
+ border-top: 1px solid rgba(225, 230, 241, 0.6);
31332
31104
  }
31333
- .E_r1skkc3l span {
31334
- font-size: 14px;
31335
- font-weight: 500;
31336
- line-height: 32px;
31337
- color: #3e4652;
31105
+ .E_t1sqg15u.has-border .table-row:last-of-type {
31106
+ padding-bottom: 0;
31107
+ }
31108
+ .E_t1sqg15u.align-right .content {
31109
+ text-align: right;
31110
+ }
31111
+ .E_t1sqg15u .uuid-row {
31112
+ display: flex;
31113
+ justify-content: space-between;
31114
+ }
31115
+ .E_t1sqg15u .uuid-row .id-text {
31116
+ white-space: nowrap;
31117
+ overflow: hidden;
31118
+ text-overflow: ellipsis;
31338
31119
  }
31339
31120
 
31340
- .E_c3cobmo {
31341
- margin-top: 16px;
31121
+ .E_t4zczcp {
31122
+ display: flex;
31123
+ justify-content: space-between;
31124
+ align-items: center;
31342
31125
  padding: 8px;
31343
- border-radius: 6px;
31344
- background: rgba(225, 230, 241, 0.6);
31126
+ min-height: 32px;
31127
+ }
31128
+ .E_t4zczcp .table-title {
31345
31129
  color: rgba(44, 56, 82, 0.6);
31130
+ font-weight: 600;
31346
31131
  font-size: 12px;
31132
+ line-height: 8px;
31347
31133
  }
31348
- .E_c3cobmo div {
31349
- line-height: 20px;
31350
- display: flex;
31351
- align-items: center;
31352
- word-break: break-all;
31134
+ .E_t4zczcp .edit-icon {
31135
+ font-size: 16px;
31136
+ color: rgba(10, 37, 85, 0.6);
31137
+ cursor: pointer;
31353
31138
  }
31354
- .E_c3cobmo .title {
31355
- font-weight: 700;
31139
+
31140
+ .E_t1s7goww {
31141
+ font-size: 12px;
31356
31142
  line-height: 18px;
31357
- margin: 4px 0;
31358
31143
  }
31359
31144
 
31360
- .E_s1sck0th {
31361
- padding: 0 8px;
31362
- border-radius: 4px;
31145
+ .E_t93e4cf {
31146
+ display: flex;
31147
+ padding: 8px 0;
31148
+ color: #2d3a56;
31149
+ }
31150
+ .E_t93e4cf .hidden {
31151
+ display: none;
31152
+ }
31153
+ .E_t93e4cf .ant-btn-link {
31154
+ height: auto;
31155
+ }
31156
+ .E_t93e4cf .content {
31157
+ overflow: hidden;
31158
+ overflow-x: auto;
31159
+ width: 100%;
31160
+ white-space: pre-wrap;
31161
+ }
31162
+ .E_t93e4cf .content .ant-btn {
31163
+ white-space: pre-wrap;
31164
+ text-align: left;
31165
+ }
31166
+ .E_t93e4cf .content .unit-chart {
31167
+ justify-content: flex-start;
31363
31168
  }
31364
31169
 
31365
- .E_m855nr1 {
31366
- padding: 2px 8px;
31367
- border-radius: 3px;
31170
+ .E_rhz2uv5 {
31171
+ width: var(--rhz2uv5-0);
31172
+ flex-shrink: 0;
31173
+ color: rgba(44, 56, 82, 0.6);
31174
+ padding-right: 12px;
31368
31175
  }
31369
31176
 
31370
- .E_l1270xpg {
31371
- padding: 3px 8px;
31177
+ .E_skwah65 {
31178
+ height: 8px;
31179
+ box-sizing: border-box;
31372
31180
  border-radius: 2px;
31181
+ background: #f5f7fa;
31182
+ display: flex;
31183
+ width: 100%;
31184
+ overflow: hidden;
31185
+ }
31186
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
31187
+ margin-left: 1px;
31373
31188
  }
31374
31189
 
31375
- .E_t14rextb.ant-tag:hover {
31376
- opacity: unset;
31190
+ .E_s1iv0tp1 .enabled-switch {
31191
+ display: flex;
31192
+ align-items: center;
31377
31193
  }
31378
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
31379
- margin: 0;
31194
+ .E_s1iv0tp1 .enabled-text {
31380
31195
  margin-right: 8px;
31381
- display: inline-flex;
31196
+ }
31197
+
31198
+ .E_wg1tsps {
31199
+ display: flex;
31382
31200
  align-items: center;
31383
- border: none;
31201
+ justify-content: flex-end;
31384
31202
  }
31385
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
31386
- width: 16px;
31387
- height: 16px;
31388
- color: inherit;
31389
- margin-left: 4px;
31390
- opacity: 0.6;
31391
- display: inline-flex;
31203
+
31204
+ .E_b1ctd5xy {
31205
+ display: flex;
31206
+ align-items: center;
31207
+ width: calc(100% - 40px);
31392
31208
  }
31393
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
31394
- opacity: 1;
31209
+ .E_b1ctd5xy .chart {
31210
+ display: inline-block;
31211
+ width: 100%;
31395
31212
  }
31396
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
31397
- color: #0080ff;
31398
- background-color: rgba(0, 136, 255, 0.1);
31213
+
31214
+ .E_u1p8acpn {
31215
+ min-width: 40px;
31399
31216
  }
31400
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
31401
- color: #f0483e;
31402
- background-color: rgba(255, 74, 74, 0.1);
31217
+ .E_u1p8acpn .unit {
31218
+ color: #00122e !important;
31403
31219
  }
31404
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
31405
- color: #e07f00;
31406
- background-color: rgba(255, 187, 0, 0.1);
31220
+
31221
+ .E_t160l1cm {
31222
+ display: flex;
31223
+ flex-direction: column;
31224
+ flex: 1;
31225
+ /* FIXME:(yanzhen) do this better */
31407
31226
  }
31408
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
31409
- color: #008f4c;
31410
- background-color: rgba(30, 201, 127, 0.1);
31227
+ .E_t160l1cm .tab-bar {
31228
+ flex-shrink: 0;
31229
+ display: flex;
31230
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
31411
31231
  }
31412
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
31413
- color: #1d326c;
31414
- background-color: rgba(225, 230, 241, 0.6);
31232
+ .E_t160l1cm .tab-content {
31233
+ height: 100%;
31415
31234
  }
31416
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
31417
- color: #7E41FF;
31418
- background-color: rgba(126, 65, 255, 0.1);
31235
+ .E_t160l1cm .tab-menu-item {
31236
+ margin-right: 2px;
31237
+ padding: 1px 12px;
31238
+ line-height: 24px;
31239
+ height: 24px;
31240
+ color: rgba(44, 56, 82, 0.6);
31241
+ border-radius: 4px 4px 0 0;
31242
+ cursor: pointer;
31243
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
31419
31244
  }
31420
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
31421
- color: #fff;
31245
+ .E_t160l1cm .tab-menu-item:first-child {
31246
+ padding-left: 0;
31422
31247
  }
31423
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
31424
- background-color: #f0483e;
31248
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
31249
+ padding-left: 12px;
31425
31250
  }
31426
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
31427
- background-color: #fea008;
31251
+ .E_t160l1cm .tab-menu-item:hover {
31252
+ color: #0080ff;
31253
+ background: rgba(211, 218, 235, 0.6);
31428
31254
  }
31429
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
31430
- background-color: #00ba5d;
31255
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
31256
+ fill: #0080ff;
31431
31257
  }
31432
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
31433
- background-color: #0080ff;
31258
+ .E_t160l1cm .tab-menu-item:active {
31259
+ background: rgba(192, 203, 224, 0.6);
31434
31260
  }
31435
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
31436
- background-color: #6b7d99;
31261
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
31262
+ color: #0080ff;
31263
+ background: rgba(211, 218, 235, 0.6);
31437
31264
  }
31438
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
31439
- background-color: #7E41FF;
31265
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
31266
+ background: rgba(192, 203, 224, 0.6);
31440
31267
  }
31441
-
31442
- .E_iq1gosr {
31443
- display: inline-block;
31268
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
31269
+ background: rgba(0, 128, 255, 0.16);
31444
31270
  }
31445
-
31446
- .E_tju3gfj .date {
31447
- margin-right: 4px;
31271
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
31272
+ fill: #0080ff;
31448
31273
  }
31449
-
31450
- .E_s1dni7lo {
31451
- width: 430px !important;
31274
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
31275
+ color: #0080ff;
31276
+ background: rgba(0, 128, 255, 0.1);
31452
31277
  }
31453
-
31454
- .E_d1wwmmm5 .ant-select-item-group {
31455
- padding: 8px 16px;
31456
- line-height: 18px;
31457
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31458
- height: 34px;
31459
- min-height: 34px;
31460
- box-sizing: border-box;
31461
- margin-top: 8px;
31278
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
31279
+ background: rgba(0, 128, 255, 0.16);
31462
31280
  }
31463
-
31464
- .E_o1ugr09p {
31281
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
31282
+ fill: #1d326c;
31283
+ }
31284
+ .E_t160l1cm .tab-menu-item .expand-arrow {
31285
+ margin-left: 8px;
31286
+ height: 22px;
31287
+ }
31288
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
31289
+ fill: rgba(44, 56, 82, 0.6);
31290
+ }
31291
+ .E_t160l1cm .tab-menu-item-group {
31292
+ padding: 0;
31465
31293
  display: flex;
31466
- flex-direction: column;
31467
- margin: 1px 8px;
31468
- padding: 8px;
31469
- border-radius: 4px;
31294
+ align-items: center;
31295
+ overflow: hidden;
31470
31296
  }
31471
- .E_o1ugr09p .selected-icon {
31472
- display: none;
31297
+ .E_t160l1cm .tab-menu-item-group .main-title {
31298
+ opacity: 0;
31299
+ max-width: 0;
31300
+ transition: max-width 320ms ease, opacity 240ms ease;
31473
31301
  }
31474
- .E_o1ugr09p.ant-select-item-option-grouped {
31475
- padding-left: 8px;
31302
+ .E_t160l1cm .tab-menu-item-group .sub-title {
31303
+ padding: 1px 12px;
31304
+ position: relative;
31305
+ display: flex;
31476
31306
  }
31477
- .E_o1ugr09p.ant-select-item-option-selected {
31478
- background-color: white;
31307
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
31308
+ opacity: 0;
31309
+ position: absolute;
31310
+ top: 50%;
31311
+ left: 0;
31312
+ transform: translate(-50%, -50%);
31313
+ transition: opacity 100ms linear;
31314
+ fill: rgba(0, 128, 255, 0.2);
31479
31315
  }
31480
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31316
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
31481
31317
  color: #0080ff;
31482
31318
  }
31483
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31484
- display: block;
31319
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
31320
+ padding: 1px 12px;
31321
+ display: inline-block;
31322
+ opacity: 1;
31323
+ max-width: 160px;
31485
31324
  }
31486
- .E_o1ugr09p.ant-select-item-option-active {
31487
- background: rgba(0, 136, 255, 0.16);
31325
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
31326
+ padding: 1px 12px;
31327
+ color: #005ed1;
31488
31328
  }
31489
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31490
- color: #0080ff;
31329
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31330
+ opacity: 1;
31491
31331
  }
31492
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31493
- background: rgba(0, 136, 255, 0.1);
31494
- color: #0080ff;
31332
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
31333
+ background: rgba(0, 128, 255, 0.16);
31495
31334
  }
31496
-
31497
- .E_o1ifxsq4 {
31335
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
31336
+ opacity: 0;
31337
+ }
31338
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
31339
+ padding: 4px 16px;
31340
+ height: 32px;
31341
+ border-radius: 6px 6px 0 0;
31342
+ }
31343
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
31344
+ padding-left: 0;
31345
+ }
31346
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
31347
+ padding-left: 16px;
31348
+ }
31349
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
31350
+ margin-left: 11px;
31351
+ height: 24px;
31352
+ }
31353
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
31354
+ padding: 0;
31355
+ }
31356
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
31357
+ padding: 4px 16px;
31358
+ }
31359
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
31360
+ padding: 4px 16px;
31361
+ }
31362
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
31363
+ background: #fff;
31364
+ }
31365
+ .E_t160l1cm .tab-menu-item-light:active {
31366
+ color: #005ed1;
31367
+ }
31368
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
31369
+ background: #fff;
31370
+ color: #1d326c;
31371
+ }
31372
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
31373
+ color: rgba(45, 58, 86, 0.6);
31374
+ }
31375
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
31376
+ color: #1d326c;
31377
+ }
31378
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
31379
+ fill: #d8deeb;
31380
+ }
31381
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
31382
+ fill: #1d326c;
31383
+ }
31384
+ .E_t160l1cm .tab-content {
31385
+ flex: 1;
31498
31386
  display: flex;
31499
- justify-content: space-between;
31500
- height: 20px;
31501
- line-height: 20px;
31387
+ flex-direction: column;
31502
31388
  }
31503
- .E_o1ifxsq4 .timezone-title {
31504
- color: #2d3a56;
31389
+ .E_t160l1cm.is-overview .tab-content {
31390
+ overflow: visible;
31391
+ }
31392
+
31393
+ .E_t14npdqr {
31394
+ max-width: 240px;
31395
+ animation: none;
31396
+ }
31397
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
31398
+ border: 1px solid #0080ff;
31399
+ padding: 0;
31400
+ }
31401
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31402
+ margin: 0;
31403
+ height: 32px;
31404
+ line-height: 32px;
31405
+ font-size: 13px;
31406
+ padding: 0 10px;
31407
+ display: block;
31505
31408
  overflow: hidden;
31506
31409
  text-overflow: ellipsis;
31410
+ white-space: nowrap;
31411
+ }
31412
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
31413
+ content: " ";
31414
+ height: 1px;
31415
+ width: calc(100% + 10px);
31416
+ background: rgba(172, 186, 211, 0.6);
31417
+ display: block;
31418
+ }
31419
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
31420
+ color: #0080ff;
31421
+ background: transparent;
31507
31422
  }
31508
31423
 
31509
- .E_o1zue7 {
31510
- display: flex;
31511
- justify-content: space-between;
31512
- color: rgba(44, 56, 82, 0.6);
31424
+ .E_i1inqkme {
31513
31425
  height: 18px;
31514
31426
  line-height: 18px;
31515
- margin-top: 2px;
31427
+ padding: 0 4px;
31428
+ border-radius: 4px;
31429
+ background: rgba(235, 239, 245, 0.6);
31430
+ border: 1px solid rgba(223, 228, 235, 0.6);
31431
+ display: flex;
31432
+ align-items: center;
31433
+ white-space: nowrap;
31434
+ margin-right: 4px;
31516
31435
  }
31517
31436
 
31518
- .E_tyfmlxg {
31519
- border: none;
31520
- margin-right: 0;
31521
- background: rgba(225, 230, 241, 0.6);
31437
+ .E_f7pxqmh {
31438
+ width: 100%;
31439
+ margin-bottom: 0 !important;
31440
+ flex-flow: nowrap !important;
31441
+ line-break: auto;
31442
+ }
31443
+ .E_f7pxqmh > .ant-form-item-label {
31444
+ text-align: left !important;
31445
+ padding-bottom: 0 !important;
31446
+ }
31447
+ .E_f7pxqmh > .ant-form-item-label > label {
31448
+ min-height: 32px;
31449
+ height: auto;
31450
+ font-size: 13px;
31451
+ color: rgba(44, 56, 82, 0.6);
31452
+ white-space: normal;
31453
+ }
31454
+ .E_f7pxqmh.ant-form-item-has-error .ant-input {
31455
+ border-color: #ff4d4f !important;
31456
+ }
31457
+ .E_f7pxqmh .ant-form-item-explain {
31458
+ margin-top: 4px;
31459
+ font-size: 12px;
31460
+ min-height: 0px;
31461
+ }
31462
+ .E_f7pxqmh .ant-form-item-extra {
31463
+ font-size: 12px;
31464
+ color: rgba(44, 56, 82, 0.6);
31465
+ min-height: 0px;
31522
31466
  }
31523
31467
 
31524
- .E_o18uybox {
31525
- pointer-events: none;
31526
- height: 32px;
31468
+ .E_a1wfy30z .ant-input-number-handler-wrap {
31469
+ display: var(--a1wfy30z-0);
31470
+ }
31471
+ .E_a1wfy30z .ant-input-number-input-wrap {
31472
+ padding: 4px 11px;
31473
+ display: inline-flex;
31474
+ line-height: 1.5715;
31475
+ height: inherit;
31476
+ }
31477
+ .E_a1wfy30z .ant-input-number-input-wrap::after {
31478
+ content: var(--a1wfy30z-1);
31479
+ display: var(--a1wfy30z-2);
31480
+ flex: none;
31481
+ align-items: center;
31482
+ margin-left: 4px;
31483
+ }
31484
+ .E_a1wfy30z .ant-input-number-input-wrap::before {
31485
+ content: var(--a1wfy30z-3);
31486
+ display: var(--a1wfy30z-4);
31487
+ flex: none;
31488
+ align-items: center;
31489
+ margin-right: 4px;
31490
+ cursor: auto;
31491
+ }
31492
+ .E_a1wfy30z .ant-input-number-input {
31493
+ padding: 0;
31494
+ margin: 0;
31495
+ height: auto;
31496
+ font-size: inherit;
31497
+ }
31498
+
31499
+ .E_fzh9mnb {
31527
31500
  width: 100%;
31528
- opacity: 0;
31501
+ height: 100%;
31502
+ min-height: 124px;
31503
+ display: flex;
31504
+ flex-direction: column;
31505
+ justify-content: center;
31506
+ align-items: center;
31507
+ }
31508
+ .E_fzh9mnb .error-text {
31509
+ color: rgba(10, 37, 85, 0.6);
31510
+ margin-bottom: 16px;
31511
+ font-size: 18px;
31529
31512
  }
31530
31513
 
31531
- .E_t1m2x205 .ant-tooltip-arrow {
31532
- display: none;
31514
+ .E_iouxfgt {
31515
+ display: inline-flex;
31516
+ align-items: center;
31533
31517
  }
31534
- .E_t1m2x205 .ant-tooltip-inner {
31535
- background: rgba(23, 38, 64, 0.8);
31536
- border-radius: 4px;
31518
+ .E_iouxfgt .icon-inner {
31519
+ display: inline-flex;
31520
+ align-items: center;
31521
+ justify-content: center;
31522
+ }
31523
+ .E_iouxfgt .icon-inner + span,
31524
+ .E_iouxfgt span + .icon-inner.suffix {
31525
+ margin-left: 4px;
31526
+ }
31527
+ .E_iouxfgt.is-rotate img,
31528
+ .E_iouxfgt.is-rotate svg {
31529
+ animation: rotate 680ms linear infinite;
31530
+ }
31531
+
31532
+ .E_ai7qkf2 .ant-input-number-handler-wrap {
31533
+ display: var(--ai7qkf2-0);
31534
+ }
31535
+ .E_ai7qkf2 .ant-input-number-input-wrap {
31536
+ display: inline-flex;
31537
+ line-height: 1.5715;
31538
+ height: 100%;
31539
+ width: 100%;
31540
+ }
31541
+ .E_ai7qkf2 .ant-input-number-input-wrap::after {
31542
+ content: var(--ai7qkf2-1);
31543
+ display: var(--ai7qkf2-2);
31544
+ flex: none;
31545
+ align-items: center;
31546
+ margin-left: 4px;
31547
+ color: rgba(44, 56, 82, 0.6);
31548
+ }
31549
+ .E_ai7qkf2 .ant-input-number-input-wrap::before {
31550
+ content: var(--ai7qkf2-3);
31551
+ display: var(--ai7qkf2-4);
31552
+ flex: none;
31553
+ align-items: center;
31554
+ margin-right: 4px;
31555
+ cursor: auto;
31556
+ color: rgba(44, 56, 82, 0.6);
31557
+ }
31558
+ .ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
31559
+ border-radius: 0;
31560
+ }
31561
+ .E_ai7qkf2.ant-input-number {
31562
+ width: 100%;
31563
+ border-radius: 6px;
31564
+ }
31565
+ .E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
31566
+ border-color: #0096ff;
31567
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
31568
+ z-index: 1;
31569
+ }
31570
+ .E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
31571
+ border-color: #e75a3a;
31572
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
31573
+ }
31574
+ .E_ai7qkf2 .ant-input-number-input {
31575
+ height: 30px;
31576
+ border: 1px;
31577
+ padding: 5px 12px;
31578
+ font-size: inherit;
31579
+ }
31580
+ .E_ai7qkf2.ant-input-number-lg input {
31581
+ height: 38px;
31582
+ border: 1px;
31583
+ padding: 8px 16px;
31584
+ }
31585
+ .E_ai7qkf2.ant-input-number-sm input {
31586
+ height: 22px;
31587
+ border: 1px;
31588
+ padding: 2px 8px;
31589
+ }
31590
+
31591
+ .E_owd0kml {
31592
+ display: inline-block;
31593
+ }
31594
+
31595
+ .E_h1jsgezc {
31596
+ visibility: hidden;
31597
+ position: absolute;
31598
+ }
31599
+
31600
+ .E_r77hffu {
31601
+ display: flex;
31602
+ align-items: center;
31603
+ justify-content: space-between;
31604
+ column-gap: 6px;
31605
+ }
31606
+
31607
+ .E_p1cmxsf7 {
31608
+ display: flex;
31609
+ flex-direction: column;
31610
+ justify-content: center;
31611
+ row-gap: var(--p1cmxsf7-0);
31612
+ }
31613
+ .E_p1cmxsf7 .ant-progress-line {
31614
+ font-size: 0;
31537
31615
  }
31538
31616
 
31539
31617
  .E_dsnbhzf {
@@ -31961,817 +32039,745 @@ input.E_rf8rlle.ant-input {
31961
32039
  .E_t114zbyz {
31962
32040
  font-family: Inter;
31963
32041
  font-style: normal;
31964
- font-weight: normal;
31965
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31966
- font-size: 12px;
31967
- line-height: 18px;
31968
- }
31969
-
31970
- .E_t1il0kvi {
31971
- font-family: Inter;
31972
- font-style: normal;
31973
- font-weight: 500;
31974
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31975
- font-size: 12px;
31976
- line-height: 18px;
31977
- }
31978
-
31979
- .E_t10dv8p1 {
31980
- font-family: Inter;
31981
- font-style: normal;
31982
- font-weight: normal;
31983
- font-feature-settings: "zero" on;
31984
- font-size: 12px;
31985
- line-height: 18px;
31986
- }
31987
-
31988
- .E_tc2oqpq {
31989
- font-family: Inter;
31990
- font-style: normal;
31991
- font-weight: 500;
31992
- font-feature-settings: "zero" on;
31993
- font-size: 12px;
31994
- line-height: 18px;
31995
- }
31996
-
31997
- .E_tzvddmc {
31998
- font-family: Inter;
31999
- font-style: normal;
32000
- font-weight: bold;
32001
- font-feature-settings: "zero" on;
32002
- font-size: 16px;
32003
- line-height: 24px;
32004
- }
32005
-
32006
- .E_u18llj45 {
32007
- font-family: Inter;
32008
- font-style: normal;
32009
- font-weight: normal;
32010
- font-size: 10px;
32011
- line-height: 12px;
32012
- }
32013
-
32014
- .E_skwah65 {
32015
- height: 8px;
32016
- box-sizing: border-box;
32017
- border-radius: 2px;
32018
- background: #f5f7fa;
32019
- display: flex;
32020
- width: 100%;
32021
- overflow: hidden;
32022
- }
32023
- .E_skwah65 .stack-bar-item + .stack-bar-item {
32024
- margin-left: 1px;
32025
- }
32026
-
32027
- .E_c18bcrac {
32028
- display: inline-block;
32029
- width: 100%;
32030
- }
32031
- .E_c18bcrac .recharts-wrapper {
32032
- margin-left: 4px;
32033
- }
32034
-
32035
- .E_cro7kg2 {
32036
- padding: 4px;
32037
- }
32038
-
32039
- .E_c14wcxf0 {
32040
- display: flex;
32041
- justify-content: space-between;
32042
- align-items: center;
32043
- font-size: 13px;
32044
- line-height: 24px;
32045
- color: #cccccc;
32046
- white-space: nowrap;
32047
- }
32048
- .E_c14wcxf0 label {
32049
- margin-right: 32px;
32050
- }
32051
-
32052
- .E_coy29mj.E_c14wcxf0 {
32053
- font-weight: bold;
32054
- color: white;
32055
- }
32056
-
32057
- .E_s11212zy {
32058
- width: 8px;
32059
- height: 8px;
32060
- border-radius: 2px;
32061
- display: inline-block;
32062
- background: var(--s11212zy-0);
32063
- border: 1px solid #fff;
32064
- box-sizing: content-box;
32065
- margin-right: 6px;
32066
- }
32067
-
32068
- .E_p1lyky6c > :first-child {
32069
- font-weight: bold;
32070
- color: white;
32071
- margin-right: 4px;
32042
+ font-weight: normal;
32043
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32044
+ font-size: 12px;
32045
+ line-height: 18px;
32072
32046
  }
32073
32047
 
32074
- .E_n12mqh7z {
32075
- display: flex;
32076
- align-items: center;
32048
+ .E_t1il0kvi {
32049
+ font-family: Inter;
32050
+ font-style: normal;
32051
+ font-weight: 500;
32052
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
32077
32053
  font-size: 12px;
32078
32054
  line-height: 18px;
32079
32055
  }
32080
- .E_n12mqh7z:not(:last-child) {
32081
- margin-bottom: 4px;
32082
- }
32083
32056
 
32084
- .E_tf5bynu {
32085
- margin: 0 3px;
32057
+ .E_t10dv8p1 {
32058
+ font-family: Inter;
32059
+ font-style: normal;
32060
+ font-weight: normal;
32061
+ font-feature-settings: "zero" on;
32062
+ font-size: 12px;
32063
+ line-height: 18px;
32086
32064
  }
32087
32065
 
32088
- .E_tcckoz1 {
32089
- max-height: 400px;
32090
- overflow: "auto";
32066
+ .E_tc2oqpq {
32067
+ font-family: Inter;
32068
+ font-style: normal;
32069
+ font-weight: 500;
32070
+ font-feature-settings: "zero" on;
32071
+ font-size: 12px;
32072
+ line-height: 18px;
32091
32073
  }
32092
32074
 
32093
- .E_s1iv0tp1 .enabled-switch {
32094
- display: flex;
32095
- align-items: center;
32096
- }
32097
- .E_s1iv0tp1 .enabled-text {
32098
- margin-right: 8px;
32075
+ .E_tzvddmc {
32076
+ font-family: Inter;
32077
+ font-style: normal;
32078
+ font-weight: bold;
32079
+ font-feature-settings: "zero" on;
32080
+ font-size: 16px;
32081
+ line-height: 24px;
32099
32082
  }
32100
32083
 
32101
- .E_t1sqg15u {
32102
- background: white;
32103
- }
32104
- .E_t1sqg15u.inline .table-row {
32105
- flex-direction: column;
32106
- }
32107
- .E_t1sqg15u.inline .table-row > label {
32108
- padding: 0 16px 7px 0;
32109
- }
32110
- .E_t1sqg15u.has-border .table-header {
32111
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
32112
- }
32113
- .E_t1sqg15u.has-border .hiddenBorder {
32114
- border-top: none !important;
32115
- }
32116
- .E_t1sqg15u.has-border .table-row + .table-row {
32117
- border-top: 1px solid rgba(225, 230, 241, 0.6);
32118
- }
32119
- .E_t1sqg15u.has-border .table-row:last-of-type {
32120
- padding-bottom: 0;
32121
- }
32122
- .E_t1sqg15u.align-right .content {
32123
- text-align: right;
32124
- }
32125
- .E_t1sqg15u .uuid-row {
32126
- display: flex;
32127
- justify-content: space-between;
32128
- }
32129
- .E_t1sqg15u .uuid-row .id-text {
32130
- white-space: nowrap;
32131
- overflow: hidden;
32132
- text-overflow: ellipsis;
32084
+ .E_u18llj45 {
32085
+ font-family: Inter;
32086
+ font-style: normal;
32087
+ font-weight: normal;
32088
+ font-size: 10px;
32089
+ line-height: 12px;
32133
32090
  }
32134
32091
 
32135
- .E_t4zczcp {
32092
+ .E_cnujxq2 {
32136
32093
  display: flex;
32137
- justify-content: space-between;
32138
- align-items: center;
32139
- padding: 8px;
32140
- min-height: 32px;
32141
- }
32142
- .E_t4zczcp .table-title {
32143
- color: rgba(44, 56, 82, 0.6);
32144
- font-weight: 600;
32145
- font-size: 12px;
32146
- line-height: 8px;
32147
- }
32148
- .E_t4zczcp .edit-icon {
32149
- font-size: 16px;
32150
- color: rgba(10, 37, 85, 0.6);
32151
- cursor: pointer;
32094
+ flex-direction: column;
32152
32095
  }
32153
32096
 
32154
- .E_t1s7goww {
32155
- font-size: 12px;
32156
- line-height: 18px;
32097
+ .E_m7s48ia {
32098
+ max-width: 1120px;
32099
+ width: 100%;
32100
+ margin: 0 auto;
32101
+ height: 100%;
32157
32102
  }
32158
32103
 
32159
- .E_t93e4cf {
32104
+ .E_wt5zbg6 {
32105
+ max-width: 1120px;
32106
+ width: 100%;
32107
+ margin: 0 auto;
32160
32108
  display: flex;
32161
- padding: 8px 0;
32162
- color: #2d3a56;
32163
- }
32164
- .E_t93e4cf .hidden {
32165
- display: none;
32166
- }
32167
- .E_t93e4cf .ant-btn-link {
32168
- height: auto;
32169
32109
  }
32170
- .E_t93e4cf .content {
32171
- overflow: hidden;
32172
- overflow-x: auto;
32173
- width: 100%;
32174
- white-space: pre-wrap;
32110
+ .E_wt5zbg6 .left,
32111
+ .E_wt5zbg6 .right {
32112
+ flex-grow: 0;
32113
+ flex-shrink: 0;
32114
+ flex-basis: 21%;
32175
32115
  }
32176
- .E_t93e4cf .content .ant-btn {
32177
- white-space: pre-wrap;
32178
- text-align: left;
32116
+ .E_wt5zbg6 .left {
32117
+ display: flex;
32118
+ justify-content: flex-end;
32119
+ padding-right: 44px;
32179
32120
  }
32180
- .E_t93e4cf .content .unit-chart {
32181
- justify-content: flex-start;
32121
+ .E_wt5zbg6 .right {
32122
+ padding-left: 44px;
32182
32123
  }
32183
-
32184
- .E_rhz2uv5 {
32185
- width: var(--rhz2uv5-0);
32124
+ .E_wt5zbg6 .middle {
32125
+ margin-bottom: 40px;
32126
+ flex-grow: 0;
32186
32127
  flex-shrink: 0;
32187
- color: rgba(44, 56, 82, 0.6);
32188
- padding-right: 12px;
32189
- }
32190
-
32191
- .E_clm1wy1 {
32192
- width: 192px;
32193
- height: 246px;
32194
- border-radius: 4px;
32128
+ flex-basis: 58%;
32195
32129
  }
32196
- .E_clm1wy1 > .ant-picker-calendar,
32197
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32130
+ .E_wt5zbg6 .middle .form-base-field {
32198
32131
  width: 100%;
32199
- background-color: rgba(245, 247, 250, 0.6);
32200
- border-top: none;
32201
32132
  }
32202
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32203
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32204
- padding: 0 16px;
32133
+ .E_wt5zbg6 .middle .form-base-field .form-base-field {
32134
+ width: auto;
32205
32135
  }
32206
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32207
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32136
+
32137
+ .E_h18jprzg .ant-modal-header {
32138
+ margin: 0 auto;
32208
32139
  width: 100%;
32209
- height: 180px;
32210
- border-spacing: 0;
32211
- }
32212
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32213
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32214
- margin-bottom: 8px;
32140
+ max-width: 648px;
32215
32141
  }
32216
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32217
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32218
- width: 22px;
32142
+ .E_h18jprzg .ant-modal-header .ant-modal-title {
32143
+ margin-left: 0;
32219
32144
  }
32220
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32221
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32145
+ .E_h18jprzg .ant-modal-body {
32146
+ margin: 0 auto;
32222
32147
  padding: 0;
32148
+ width: 100%;
32149
+ max-width: 648px;
32150
+ overflow: hidden;
32223
32151
  }
32224
- .E_clm1wy1 .ant-picker-cell {
32225
- color: rgba(62, 70, 82, 0.6);
32226
- opacity: 0.4;
32227
- }
32228
- .E_clm1wy1 .ant-picker-cell-in-view {
32229
- color: rgba(62, 70, 82, 0.6);
32230
- opacity: 1;
32152
+ .E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
32153
+ margin-bottom: 40px;
32231
32154
  }
32232
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
32233
- color: #3e4652;
32155
+ .E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
32156
+ height: calc(100vh - 225px);
32157
+ overflow-y: auto;
32234
32158
  }
32235
- .E_clm1wy1 .ant-picker-cell::before {
32236
- pointer-events: none;
32159
+ .E_h18jprzg .ant-modal-footer .footer-content {
32160
+ margin: 0 auto;
32161
+ max-width: 648px;
32237
32162
  }
32238
32163
 
32239
- .E_t1tsm00v {
32240
- color: rgba(129, 138, 153, 0.6);
32241
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32242
- backdrop-filter: blur(10px);
32243
- padding: 7px 10px;
32164
+ .E_h16z9xgz .ant-modal-header {
32165
+ margin: 0 auto;
32166
+ width: 100%;
32167
+ max-width: 1024px;
32244
32168
  }
32245
-
32246
- .E_c167wnad {
32247
- color: rgba(62, 70, 82, 0.6);
32248
- display: flex;
32249
- justify-content: space-between;
32250
- align-items: center;
32251
- padding: 8px 16px;
32169
+ .E_h16z9xgz .ant-modal-header .ant-modal-title {
32170
+ margin-left: 0;
32252
32171
  }
32253
- .E_c167wnad .anticon {
32254
- cursor: pointer;
32172
+ .E_h16z9xgz .ant-modal-body {
32173
+ margin: 0 auto;
32174
+ padding: 0;
32175
+ width: 100%;
32176
+ max-width: 1024px;
32177
+ overflow: hidden;
32255
32178
  }
32256
- .E_c167wnad .anticon:hover {
32257
- color: #0096ff;
32179
+ .E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
32180
+ margin-bottom: 40px;
32258
32181
  }
32259
-
32260
- .E_cxhf7dh {
32261
- text-align: center;
32182
+ .E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
32183
+ height: calc(100vh - 225px);
32184
+ overflow-y: auto;
32262
32185
  }
32263
- .E_cxhf7dh .dots {
32264
- display: flex;
32265
- justify-content: center;
32186
+ .E_h16z9xgz .ant-modal-footer .footer-content {
32187
+ margin: 0 auto;
32188
+ max-width: 1024px;
32189
+ }
32190
+
32191
+ .E_f1lrhghm {
32192
+ flex: 1;
32266
32193
  }
32267
- .E_cxhf7dh .dot {
32268
- display: inline-block;
32269
- width: 2px;
32270
- height: 2px;
32271
- border-radius: 1px;
32272
- background: #0096ff;
32194
+ .E_f1lrhghm label {
32195
+ font-size: 13px;
32196
+ line-height: 20px;
32197
+ color: rgba(44, 56, 82, 0.6);
32273
32198
  }
32274
- .E_cxhf7dh .dot:not(:last-child) {
32275
- margin-right: 2px;
32199
+ .E_f1lrhghm .title {
32200
+ font-size: 14px;
32201
+ line-height: 20px;
32202
+ color: #2d3a56;
32203
+ margin-bottom: 12px;
32276
32204
  }
32277
- .E_cxhf7dh .bar {
32278
- width: 9px;
32279
- height: 2px;
32280
- background: #0096ff;
32281
- border-radius: 2px;
32205
+ .E_f1lrhghm.connect-cluster .title {
32206
+ padding-bottom: 26px;
32282
32207
  }
32283
32208
 
32284
- .E_tje3huy {
32285
- width: 100%;
32286
- overflow: inherit;
32287
- white-space: inherit;
32288
- text-overflow: ellipsis;
32209
+ .E_f18ot8em {
32210
+ padding: 25px 0 15px 0;
32211
+ border-bottom: 1px solid #e1e5eb;
32212
+ margin-bottom: 16px;
32289
32213
  }
32290
32214
 
32291
- .E_wg1tsps {
32215
+ .E_f1l1g2k0 {
32292
32216
  display: flex;
32293
32217
  align-items: center;
32294
- justify-content: flex-end;
32218
+ margin-bottom: 8px;
32295
32219
  }
32296
-
32297
- .E_b1ctd5xy {
32298
- display: flex;
32299
- align-items: center;
32300
- width: calc(100% - 40px);
32220
+ .E_f1l1g2k0 > label {
32221
+ width: 216px;
32301
32222
  }
32302
- .E_b1ctd5xy .chart {
32303
- display: inline-block;
32223
+ .E_f1l1g2k0 > label + * {
32304
32224
  width: 100%;
32305
32225
  }
32306
-
32307
- .E_u1p8acpn {
32308
- min-width: 40px;
32226
+ .E_f1l1g2k0 .ant-select {
32227
+ width: 100%;
32309
32228
  }
32310
- .E_u1p8acpn .unit {
32311
- color: #00122e !important;
32229
+
32230
+ .E_e1k89cwg {
32231
+ color: #e75a3a;
32232
+ margin-right: 10px;
32312
32233
  }
32313
32234
 
32314
- .E_s1ebs0ra {
32315
- display: flex;
32316
- align-items: center;
32317
- justify-content: space-between;
32318
- background: #edf0f7;
32319
- padding: 8px 12px;
32320
- position: sticky;
32321
- top: 0;
32322
- z-index: 1;
32323
- margin-bottom: -52px;
32235
+ .E_d1oui1gf {
32236
+ width: 100%;
32237
+ height: 1px;
32238
+ background: rgba(213, 219, 227, 0.6);
32239
+ margin: 24px 0;
32324
32240
  }
32325
- .E_s1ebs0ra .select-total {
32241
+
32242
+ .E_l15itdbb {
32326
32243
  display: flex;
32244
+ justify-content: center;
32327
32245
  align-items: center;
32328
- font-weight: 700;
32329
- flex-shrink: 0;
32246
+ height: 100%;
32330
32247
  }
32331
- .E_s1ebs0ra .select-total .icon-wrapper {
32332
- cursor: pointer;
32333
- margin-left: 8px;
32334
- width: 32px;
32335
- height: 32px;
32248
+
32249
+ .E_d1y3z4w {
32250
+ display: inline-block;
32251
+ width: 4px;
32252
+ height: 4px;
32253
+ background: #8e9aa9;
32254
+ opacity: 0.4;
32336
32255
  border-radius: 50%;
32337
- justify-content: center;
32256
+ margin: 0 4px;
32338
32257
  }
32339
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
32340
- background: rgba(225, 230, 241, 0.6);
32258
+
32259
+ .E_m177r7a3 .ant-modal-header,
32260
+ .E_m177r7a3 .ant-modal-footer .footer-content {
32261
+ width: 648px;
32262
+ margin: 0 auto;
32341
32263
  }
32342
- .E_s1ebs0ra .action-group {
32343
- flex: 1;
32344
- margin-left: 88px;
32345
- white-space: nowrap;
32346
- text-align: right;
32347
- position: relative;
32348
- padding: 4px 0;
32349
- margin-top: -4px;
32350
- overflow: hidden;
32264
+ .E_m177r7a3 .ant-modal-header {
32265
+ padding: 35px 0 24px;
32266
+ border: none;
32351
32267
  }
32352
- .E_s1ebs0ra .action-group .sub-menu-delete {
32353
- transform: translateY(-4px);
32268
+ .E_m177r7a3 .ant-modal-header .ant-modal-title {
32269
+ font-size: 30px;
32354
32270
  }
32355
- .E_s1ebs0ra .action-group button {
32271
+ .E_m177r7a3 .ant-modal-body {
32272
+ padding: 4px 0 2px;
32273
+ }
32274
+ .E_m177r7a3 .ant-modal-footer {
32356
32275
  border: none;
32357
32276
  }
32358
- .E_s1ebs0ra .action-group > *:not(:last-child) {
32359
- margin-right: 8px;
32277
+
32278
+ .E_t1wwio3v {
32279
+ font-size: 12px;
32280
+ line-height: 18px;
32281
+ font-weight: bold;
32282
+ color: #fff;
32283
+ padding: 0 4px;
32284
+ border-radius: 4px;
32285
+ display: inline-block;
32286
+ background: var(--t1wwio3v-0);
32360
32287
  }
32361
- .E_s1ebs0ra .action-group > button:last-child {
32362
- margin-right: 4px;
32288
+ .E_t1wwio3v:not(:first-child) {
32289
+ margin-left: 4px;
32363
32290
  }
32364
- .E_s1ebs0ra .action-group .more-btn {
32365
- cursor: pointer;
32366
- width: 32px;
32367
- height: 32px;
32291
+
32292
+ .E_f17jvtfk {
32293
+ width: 100%;
32294
+ height: 100%;
32295
+ display: flex;
32296
+ align-items: center;
32368
32297
  justify-content: center;
32369
- border-radius: 50%;
32370
32298
  }
32371
- .E_s1ebs0ra .action-group .more-btn:hover {
32372
- background: #fff;
32299
+
32300
+ .E_nzppkea {
32301
+ font-size: 90%;
32302
+ font-weight: bold;
32303
+ background-color: rgba(240, 243, 247, 0.6);
32304
+ padding: 1px 4px 1px;
32305
+ margin-left: 2px;
32306
+ margin-right: 2px;
32307
+ border: 1px solid rgba(213, 219, 227, 0.6);
32308
+ border-radius: 4px;
32373
32309
  }
32374
32310
 
32375
- .E_gmyahx3 {
32376
- cursor: pointer;
32311
+ .E_f4mi9eq.form-item-general {
32312
+ width: 640px;
32377
32313
  }
32378
- .E_gmyahx3 .link-text {
32379
- color: rgba(0, 21, 64, 0.3);
32314
+ .E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
32315
+ margin-top: 16px;
32380
32316
  }
32381
- .E_gmyahx3:hover .link-text {
32382
- color: #0080ff;
32317
+ .E_f4mi9eq.form-item-compact {
32318
+ width: 412px;
32383
32319
  }
32384
-
32385
- .E_tqjc4ui {
32386
- margin: 0 2px;
32320
+ .E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
32321
+ margin-top: 8px;
32387
32322
  }
32388
-
32389
- .E_ou7iq30 {
32390
- overflow: hidden;
32391
- text-overflow: ellipsis;
32323
+ .E_f4mi9eq .form-item {
32324
+ width: auto;
32392
32325
  }
32393
-
32394
- .E_s1tui002 {
32395
- white-space: nowrap;
32326
+ .E_f4mi9eq .form-item-main {
32327
+ position: relative;
32328
+ display: flex;
32396
32329
  }
32397
-
32398
- .E_mxrc2zg {
32399
- display: -webkit-box;
32400
- -webkit-line-clamp: var(--mxrc2zg-0);
32401
- -webkit-box-orient: vertical;
32402
- word-break: break-all;
32330
+ .E_f4mi9eq .form-item-extra {
32331
+ margin-top: 4px;
32332
+ width: 100%;
32333
+ padding: 14px;
32334
+ background: #f2f4f6;
32335
+ font-size: 13px;
32336
+ line-height: 1.8;
32337
+ color: #8e9aa9;
32403
32338
  }
32404
-
32405
- .E_c1up1pdz {
32406
- width: 648px;
32339
+ .E_f4mi9eq .form-item-label {
32340
+ padding-right: 12px;
32341
+ font-size: 13px;
32342
+ color: rgba(44, 56, 82, 0.6);
32407
32343
  }
32408
- .E_c1up1pdz.active {
32409
- border-color: #0080ff;
32344
+ .E_f4mi9eq .form-item-label.label-right {
32345
+ text-align: right;
32410
32346
  }
32411
- .E_c1up1pdz.active > header {
32412
- background: rgba(0, 128, 255, 0.1);
32347
+ .E_f4mi9eq .form-item-label,
32348
+ .E_f4mi9eq .form-item-control {
32349
+ line-height: 32px;
32413
32350
  }
32414
- .E_c1up1pdz .expand {
32415
- padding: 12px;
32351
+ .E_f4mi9eq .form-item-control .form-item-error {
32352
+ line-height: 18px;
32416
32353
  }
32417
- .E_c1up1pdz .field-item {
32418
- display: flex;
32419
- padding: 10px 0;
32420
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32354
+ .E_f4mi9eq .form-item-children {
32355
+ width: 100%;
32421
32356
  }
32422
- .E_c1up1pdz .field-item:last-child {
32423
- border-bottom: none;
32424
- padding-bottom: 0;
32357
+ .E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
32358
+ width: 100%;
32425
32359
  }
32426
- .E_c1up1pdz .field-item label {
32427
- line-height: 32px;
32428
- width: 100px;
32429
- color: rgba(62, 70, 82, 0.6);
32360
+ .E_f4mi9eq .form-item-error {
32361
+ color: #e75a3a;
32362
+ height: 0;
32363
+ overflow: hidden;
32364
+ }
32365
+ .E_f4mi9eq .form-item-error-enter-done {
32366
+ margin-top: 4px;
32367
+ height: auto;
32368
+ overflow: auto;
32369
+ }
32370
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
32371
+ .E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
32372
+ border: 1px solid #e75a3a;
32373
+ color: #e75a3a;
32430
32374
  }
32431
- .E_c1up1pdz .help {
32432
- color: rgba(62, 70, 82, 0.6);
32433
- margin-top: 5px;
32375
+
32376
+ .E_fh0ewl8 {
32377
+ color: #2d3a56;
32378
+ font-weight: bold;
32379
+ padding-bottom: 6px;
32380
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32381
+ margin-bottom: 16px;
32434
32382
  }
32435
- .E_c1up1pdz .ant-input-affix-wrapper,
32436
- .E_c1up1pdz .ant-picker {
32437
- width: 128px;
32383
+ .E_fh0ewl8:not(:first-of-type) {
32384
+ margin-top: 16px;
32438
32385
  }
32439
32386
 
32440
- .E_c156wh19 {
32387
+ .E_e1qrlvot {
32388
+ width: 8px;
32389
+ height: 24px;
32441
32390
  display: flex;
32391
+ justify-content: center;
32442
32392
  align-items: center;
32443
- justify-content: space-between;
32444
- word-break: keep-all;
32393
+ cursor: pointer;
32394
+ transition: all 200ms ease-out 40ms;
32445
32395
  }
32446
- .E_c156wh19 .title {
32447
- margin: 0 16px 0 8px;
32396
+ .E_e1qrlvot:before, .E_e1qrlvot:after {
32397
+ content: "";
32398
+ width: 1px;
32399
+ height: 6px;
32400
+ border-radius: 1px;
32401
+ background: #ccd4e3;
32402
+ position: relative;
32403
+ right: 2px;
32404
+ transform: rotate(-45deg);
32448
32405
  }
32449
- .E_c156wh19 .retain {
32450
- color: rgba(129, 138, 153, 0.6);
32406
+ .E_e1qrlvot:after {
32407
+ transform: rotate(45deg);
32408
+ left: 1px;
32451
32409
  }
32452
- .E_c156wh19 div.left {
32453
- flex: 1;
32410
+
32411
+ .E_w9ic984.ant-alert-warning {
32412
+ border: 0;
32413
+ background: rgba(255, 187, 0, 0.1);
32414
+ border-radius: 6px;
32415
+ }
32416
+ .E_w9ic984.ant-alert,
32417
+ .E_w9ic984 .ant-alert-message {
32418
+ color: #e07f00;
32419
+ }
32420
+ .E_w9ic984.ant-alert .dashed-border-bottom,
32421
+ .E_w9ic984 .ant-alert-message .dashed-border-bottom {
32422
+ border-bottom-color: #e07f00;
32423
+ }
32424
+
32425
+ .E_n1k9qi4r {
32454
32426
  display: flex;
32455
- overflow: hidden;
32456
- align-items: center;
32457
- justify-content: flex-start;
32458
- white-space: nowrap;
32427
+ flex-direction: row;
32428
+ padding: 7px 12px;
32429
+ background: rgba(255, 187, 0, 0.1);
32430
+ border-radius: 6px;
32431
+ color: #e07f00;
32432
+ font-size: 12px;
32433
+ line-height: 18px;
32459
32434
  }
32460
- .E_c156wh19 div.left .title {
32461
- max-width: 100%;
32462
- overflow: hidden;
32463
- text-overflow: ellipsis;
32435
+ .E_n1k9qi4r .icon-wrapper {
32436
+ margin-right: 10px;
32437
+ height: 18px;
32464
32438
  }
32465
- .E_c156wh19 div.right {
32439
+
32440
+ .E_n16fsg9x {
32466
32441
  display: flex;
32467
- align-items: center;
32442
+ flex-direction: row;
32443
+ padding: 7px 12px;
32444
+ background: rgba(225, 230, 241, 0.6);
32445
+ border-radius: 6px;
32446
+ color: rgba(44, 56, 82, 0.6);
32447
+ font-size: 12px;
32448
+ line-height: 18px;
32468
32449
  }
32469
- .E_c156wh19 .reverse {
32450
+ .E_n16fsg9x .icon-wrapper {
32451
+ margin-right: 10px;
32452
+ height: 18px;
32453
+ }
32454
+
32455
+ .E_i173wxzw {
32470
32456
  display: flex;
32471
- flex-direction: row-reverse;
32472
- align-items: center;
32457
+ flex-direction: row;
32458
+ padding: 7px 12px;
32459
+ background: rgba(0, 136, 255, 0.1);
32460
+ border-radius: 6px;
32461
+ color: #005ed1;
32462
+ font-size: 12px;
32463
+ line-height: 18px;
32473
32464
  }
32474
- .E_c156wh19 .reverse .ant-switch {
32475
- margin-left: 8px;
32465
+ .E_i173wxzw .icon-wrapper {
32466
+ margin-right: 10px;
32467
+ height: 18px;
32476
32468
  }
32477
- .E_c156wh19 .close {
32478
- padding-left: 14px;
32479
- margin-left: 14px;
32480
- border-left: 1px solid rgba(129, 138, 153, 0.6);
32481
- cursor: pointer;
32469
+
32470
+ .E_dld369h {
32471
+ color: rgba(44, 56, 82, 0.6);
32472
+ margin-top: 5px;
32473
+ font-size: 12px;
32474
+ line-height: 18px;
32482
32475
  }
32483
32476
 
32484
- .E_m126spxy {
32485
- padding-bottom: 4px;
32486
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32477
+ .E_s1epv22q {
32478
+ color: #f0483e;
32479
+ font-size: 12px;
32480
+ white-space: pre-wrap;
32487
32481
  }
32488
- .E_m126spxy .ant-btn-link {
32489
- padding: 1px 10px;
32490
- color: rgba(62, 70, 82, 0.6);
32491
- border-radius: 4px;
32482
+
32483
+ .E_okus5hk {
32484
+ display: flex;
32485
+ align-items: center;
32486
+ justify-content: flex-end;
32492
32487
  }
32493
- .E_m126spxy .ant-btn-link.active {
32494
- background: rgba(0, 128, 255, 0.1);
32495
- color: #0096ff;
32488
+ .E_okus5hk .icon-wrapper {
32489
+ margin-right: 16px;
32496
32490
  }
32497
32491
 
32498
- .E_wpbf4pq {
32499
- padding: 10px 0;
32500
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
32492
+ .E_t1auuzri {
32493
+ color: rgba(0, 21, 64, 0.3);
32501
32494
  }
32502
- .E_wpbf4pq .ant-input,
32503
- .E_wpbf4pq .ant-picker {
32504
- width: 80px;
32505
- margin: 0 9px;
32506
- text-align: center;
32495
+
32496
+ .E_i74cfyt.ant-input {
32497
+ padding: 5px 12px;
32498
+ line-height: 20px;
32499
+ color: #2d3a56;
32500
+ border-radius: 6px;
32501
+ border-color: rgba(172, 186, 211, 0.6);
32502
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32507
32503
  }
32508
- .E_wpbf4pq .options {
32509
- padding: 12px 0 12px 16px;
32510
- border-left: 2px solid rgba(129, 138, 153, 0.6);
32511
- margin: 5px 0 5px 8px;
32504
+ .E_i74cfyt.ant-input.ant-input-lg {
32505
+ padding: 8px 16px;
32506
+ line-height: 22px;
32512
32507
  }
32513
- .E_wpbf4pq .week-day-option,
32514
- .E_wpbf4pq .month-day-option {
32515
- background: #f5f7fa;
32516
- box-sizing: border-box;
32517
- border-radius: 16px;
32518
- margin-right: 8px;
32508
+ .E_i74cfyt.ant-input.ant-input-sm {
32509
+ padding: 2px 8px;
32510
+ line-height: 18px;
32519
32511
  }
32520
- .E_wpbf4pq .week-day-option:focus,
32521
- .E_wpbf4pq .month-day-option:focus {
32522
- color: inherit;
32523
- border-color: #d9d9d9;
32512
+ .E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
32513
+ border-color: rgba(107, 128, 167, 0.6);
32514
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32515
+ z-index: 1;
32524
32516
  }
32525
- .E_wpbf4pq .week-day-option.active {
32526
- background-color: #0096ff;
32517
+ .E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
32527
32518
  border-color: #0096ff;
32528
- color: #fff;
32529
- }
32530
- .E_wpbf4pq .week-day-option.en-text {
32531
- width: 110px;
32532
- margin-top: 4px;
32519
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32520
+ z-index: 1;
32533
32521
  }
32534
- .E_wpbf4pq .month-day-option {
32535
- width: 32px;
32536
- padding: 0;
32537
- margin-bottom: 8px;
32522
+ .E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
32523
+ border-color: #e75a3a;
32524
+ color: #e75a3a;
32538
32525
  }
32539
- .E_wpbf4pq .month-day-option.active {
32540
- background-color: #0096ff;
32541
- border-color: #0096ff;
32542
- color: #fff;
32526
+ .E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
32527
+ border-color: #e75a3a;
32528
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32543
32529
  }
32544
-
32545
- .E_t160l1cm {
32546
- display: flex;
32547
- flex-direction: column;
32548
- flex: 1;
32549
- /* FIXME:(yanzhen) do this better */
32530
+ .E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
32531
+ border-color: #e75a3a;
32532
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32550
32533
  }
32551
- .E_t160l1cm .tab-bar {
32552
- flex-shrink: 0;
32553
- display: flex;
32554
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
32534
+ .E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
32535
+ background: rgba(211, 218, 235, 0.6);
32536
+ color: rgba(0, 21, 64, 0.3);
32537
+ border-color: rgba(172, 186, 211, 0.6);
32555
32538
  }
32556
- .E_t160l1cm .tab-content {
32557
- height: 100%;
32539
+ .E_i74cfyt.ant-input-affix-wrapper {
32540
+ padding: 5px 12px;
32541
+ border-radius: 6px;
32542
+ border-color: rgba(172, 186, 211, 0.6);
32543
+ line-height: 20px;
32544
+ color: #2d3a56;
32545
+ transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32558
32546
  }
32559
- .E_t160l1cm .tab-menu-item {
32560
- margin-right: 2px;
32561
- padding: 1px 12px;
32562
- line-height: 24px;
32563
- height: 24px;
32547
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
32548
+ .E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
32564
32549
  color: rgba(44, 56, 82, 0.6);
32565
- border-radius: 4px 4px 0 0;
32566
- cursor: pointer;
32567
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
32568
32550
  }
32569
- .E_t160l1cm .tab-menu-item:first-child {
32570
- padding-left: 0;
32551
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
32552
+ padding: 8px 16px;
32553
+ line-height: 22px;
32554
+ }
32555
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
32556
+ padding: 2px 8px;
32557
+ line-height: 18px;
32558
+ }
32559
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32560
+ border-color: rgba(107, 128, 167, 0.6);
32561
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32562
+ }
32563
+ .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32564
+ border-color: #0096ff;
32565
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32566
+ }
32567
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
32568
+ border-color: #e75a3a;
32571
32569
  }
32572
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
32573
- padding-left: 12px;
32570
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
32571
+ color: #e75a3a;
32574
32572
  }
32575
- .E_t160l1cm .tab-menu-item:hover {
32576
- color: #0080ff;
32573
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
32574
+ border-color: #e75a3a;
32575
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32576
+ }
32577
+ .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
32578
+ border-color: #e75a3a;
32579
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32580
+ }
32581
+ .E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
32577
32582
  background: rgba(211, 218, 235, 0.6);
32583
+ color: rgba(0, 21, 64, 0.3);
32584
+ border-color: rgba(172, 186, 211, 0.6);
32578
32585
  }
32579
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
32580
- fill: #0080ff;
32586
+ textarea.E_i74cfyt.ant-input {
32587
+ transition-property: height;
32588
+ transition-delay: 50ms;
32581
32589
  }
32582
- .E_t160l1cm .tab-menu-item:active {
32583
- background: rgba(192, 203, 224, 0.6);
32590
+ textarea.E_i74cfyt.ant-input.textarea-large {
32591
+ min-height: 40px;
32592
+ height: 40px;
32584
32593
  }
32585
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
32586
- color: #0080ff;
32587
- background: rgba(211, 218, 235, 0.6);
32594
+ textarea.E_i74cfyt.ant-input.textarea-large:focus {
32595
+ height: 80px;
32588
32596
  }
32589
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
32590
- background: rgba(192, 203, 224, 0.6);
32597
+ textarea.E_i74cfyt.ant-input.textarea-middle {
32598
+ min-height: 32px;
32599
+ height: 32px;
32591
32600
  }
32592
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
32593
- background: rgba(0, 128, 255, 0.16);
32601
+ textarea.E_i74cfyt.ant-input.textarea-middle:focus {
32602
+ height: 64px;
32594
32603
  }
32595
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
32596
- fill: #0080ff;
32604
+ textarea.E_i74cfyt.ant-input.textarea-small {
32605
+ min-height: 24px;
32606
+ height: 24px;
32597
32607
  }
32598
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
32599
- color: #0080ff;
32600
- background: rgba(0, 128, 255, 0.1);
32608
+ textarea.E_i74cfyt.ant-input.textarea-small:focus {
32609
+ height: 40px;
32601
32610
  }
32602
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
32603
- background: rgba(0, 128, 255, 0.16);
32611
+
32612
+ .E_k1ci6977 input, .E_k1ci6977.input-tags {
32613
+ border: 1px solid rgba(213, 219, 227, 0.6);
32614
+ border-radius: 4px;
32604
32615
  }
32605
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
32606
- fill: #1d326c;
32616
+ .E_k1ci6977.input-tags {
32617
+ position: relative;
32618
+ padding: 6px;
32619
+ height: 32px;
32620
+ cursor: pointer;
32621
+ transition: border 150ms;
32607
32622
  }
32608
- .E_t160l1cm .tab-menu-item .expand-arrow {
32609
- margin-left: 8px;
32610
- height: 22px;
32623
+ .E_k1ci6977.input-tags:hover {
32624
+ border-color: #0080ff;
32625
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
32611
32626
  }
32612
- .E_t160l1cm .tab-menu-item .expand-arrow path {
32613
- fill: rgba(44, 56, 82, 0.6);
32627
+ .E_k1ci6977.input-tags.kit-input-suffix-wrapper {
32628
+ padding-right: 30px;
32614
32629
  }
32615
- .E_t160l1cm .tab-menu-item-group {
32616
- padding: 0;
32630
+ .E_k1ci6977.input-tags .input-tags-inner {
32617
32631
  display: flex;
32618
- align-items: center;
32619
- overflow: hidden;
32620
- }
32621
- .E_t160l1cm .tab-menu-item-group .main-title {
32622
- opacity: 0;
32623
- max-width: 0;
32624
- transition: max-width 320ms ease, opacity 240ms ease;
32625
32632
  }
32626
- .E_t160l1cm .tab-menu-item-group .sub-title {
32627
- padding: 1px 12px;
32628
- position: relative;
32633
+ .E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
32629
32634
  display: flex;
32630
32635
  }
32631
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
32632
- opacity: 0;
32636
+ .E_k1ci6977.input-tags .input-tag-suffix {
32633
32637
  position: absolute;
32638
+ right: 12px;
32634
32639
  top: 50%;
32635
- left: 0;
32636
- transform: translate(-50%, -50%);
32637
- transition: opacity 100ms linear;
32638
- fill: rgba(0, 128, 255, 0.2);
32639
- }
32640
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
32641
- color: #0080ff;
32642
- }
32643
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
32644
- padding: 1px 12px;
32645
- display: inline-block;
32646
- opacity: 1;
32647
- max-width: 160px;
32640
+ transform: translateY(-50%);
32648
32641
  }
32649
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
32650
- padding: 1px 12px;
32651
- color: #005ed1;
32642
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
32643
+ color: rgba(0, 0, 0, 0.25);
32644
+ font-size: 12px;
32645
+ cursor: pointer;
32652
32646
  }
32653
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32654
- opacity: 1;
32647
+ .E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
32648
+ color: rgba(0, 0, 0, 0.45);
32655
32649
  }
32656
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
32657
- background: rgba(0, 128, 255, 0.16);
32650
+ .E_k1ci6977.has-focus-indicator {
32651
+ position: relative;
32652
+ overflow: hidden;
32658
32653
  }
32659
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
32654
+ .E_k1ci6977.has-focus-indicator .ant-input-prefix {
32655
+ position: absolute;
32656
+ top: 50%;
32657
+ transform: translateY(-50%);
32658
+ left: -16px;
32659
+ transition: left 150ms ease;
32660
32660
  opacity: 0;
32661
32661
  }
32662
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
32663
- padding: 4px 16px;
32664
- height: 32px;
32665
- border-radius: 6px 6px 0 0;
32666
- }
32667
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
32668
- padding-left: 0;
32669
- }
32670
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
32671
- padding-left: 16px;
32662
+ .E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
32663
+ left: 8px;
32664
+ opacity: 1;
32672
32665
  }
32673
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
32674
- margin-left: 11px;
32675
- height: 24px;
32666
+ .E_k1ci6977.has-focus-indicator input {
32667
+ transition: margin-left 150ms ease;
32668
+ margin-left: 0px;
32676
32669
  }
32677
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
32678
- padding: 0;
32670
+ .E_k1ci6977.has-focus-indicator input:focus {
32671
+ margin-left: 16px;
32679
32672
  }
32680
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
32681
- padding: 4px 16px;
32673
+
32674
+ input.E_l1f7td1d.ant-input {
32675
+ border-top-right-radius: 0;
32676
+ border-bottom-right-radius: 0;
32682
32677
  }
32683
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
32684
- padding: 4px 16px;
32678
+
32679
+ .E_l1f7td1d.ant-input-affix-wrapper {
32680
+ border-top-right-radius: 0;
32681
+ border-bottom-right-radius: 0;
32685
32682
  }
32686
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
32687
- background: #fff;
32683
+
32684
+ input.E_rf8rlle.ant-input {
32685
+ border-top-left-radius: 0;
32686
+ border-bottom-left-radius: 0;
32688
32687
  }
32689
- .E_t160l1cm .tab-menu-item-light:active {
32690
- color: #005ed1;
32688
+
32689
+ .E_rf8rlle.ant-input-affix-wrapper {
32690
+ border-top-left-radius: 0;
32691
+ border-bottom-left-radius: 0;
32691
32692
  }
32692
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
32693
- background: #fff;
32694
- color: #1d326c;
32693
+
32694
+ .E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
32695
+ border-top-right-radius: 0;
32696
+ border-bottom-right-radius: 0;
32695
32697
  }
32696
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
32697
- color: rgba(45, 58, 86, 0.6);
32698
+
32699
+ .E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
32700
+ border-top-left-radius: 0;
32701
+ border-bottom-left-radius: 0;
32698
32702
  }
32699
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
32700
- color: #1d326c;
32703
+
32704
+ .E_c3ni091 {
32705
+ display: flex;
32706
+ flex-direction: column;
32701
32707
  }
32702
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
32703
- fill: #d8deeb;
32708
+ .E_c3ni091 .select-wrapper {
32709
+ margin-top: 12px;
32704
32710
  }
32705
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
32706
- fill: #1d326c;
32711
+ .E_c3ni091 .select-wrapper .select {
32712
+ width: 100%;
32707
32713
  }
32708
- .E_t160l1cm .tab-content {
32709
- flex: 1;
32710
- display: flex;
32711
- flex-direction: column;
32714
+ .E_c3ni091 .radio-wrapper {
32715
+ margin-top: 24px;
32712
32716
  }
32713
- .E_t160l1cm.is-overview .tab-content {
32714
- overflow: visible;
32717
+ .E_c3ni091 div.form-item {
32718
+ width: 100%;
32715
32719
  }
32716
32720
 
32717
- .E_t14npdqr {
32718
- max-width: 240px;
32719
- animation: none;
32721
+ .E_d105ju2d {
32722
+ font-size: 14px;
32723
+ font-weight: 500;
32724
+ color: #3e4652;
32725
+ line-height: 18px;
32720
32726
  }
32721
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
32722
- border: 1px solid #0080ff;
32723
- padding: 0;
32727
+ .E_d105ju2d + .E_d105ju2d {
32728
+ margin-top: 16px;
32724
32729
  }
32725
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
32726
- margin: 0;
32727
- height: 32px;
32728
- line-height: 32px;
32729
- font-size: 13px;
32730
- padding: 0 10px;
32731
- display: block;
32732
- overflow: hidden;
32733
- text-overflow: ellipsis;
32734
- white-space: nowrap;
32730
+ .E_d105ju2d + * {
32731
+ margin-top: 16px;
32735
32732
  }
32736
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
32737
- content: " ";
32738
- height: 1px;
32739
- width: calc(100% + 10px);
32740
- background: rgba(172, 186, 211, 0.6);
32741
- display: block;
32733
+
32734
+ .E_lh0l62z.E_d105ju2d {
32735
+ font-size: 12px;
32736
+ color: rgba(44, 56, 82, 0.6);
32737
+ margin-top: 12px;
32742
32738
  }
32743
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
32744
- color: #0080ff;
32745
- background: transparent;
32739
+
32740
+ .E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
32741
+ line-height: 18px;
32742
+ font-weight: 500;
32743
+ margin-top: 0;
32744
+ white-space: initial;
32746
32745
  }
32747
32746
 
32748
- .E_c1yyuluq {
32749
- border-radius: 8px;
32747
+ .E_r1skkc3l {
32748
+ display: block;
32750
32749
  }
32751
- .E_c1yyuluq .ant-card-body {
32752
- padding: 20px 24px 24px 24px;
32750
+ .E_r1skkc3l span {
32751
+ font-size: 14px;
32752
+ font-weight: 500;
32753
+ line-height: 32px;
32754
+ color: #3e4652;
32753
32755
  }
32754
32756
 
32755
- .E_ccrbeuz .ant-collapse-item {
32756
- border: 0px;
32757
- background-color: #fff;
32758
- }
32759
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header {
32760
- padding-top: 0px;
32761
- padding-bottom: 0px;
32762
- padding-left: 0px !important;
32763
- padding-right: 24px;
32757
+ .E_c3cobmo {
32758
+ margin-top: 16px;
32759
+ padding: 8px;
32760
+ border-radius: 6px;
32761
+ background: rgba(225, 230, 241, 0.6);
32762
+ color: rgba(44, 56, 82, 0.6);
32763
+ font-size: 12px;
32764
32764
  }
32765
- .E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32766
- right: 0px;
32765
+ .E_c3cobmo div {
32766
+ line-height: 20px;
32767
+ display: flex;
32768
+ align-items: center;
32769
+ word-break: break-all;
32767
32770
  }
32768
- .E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32769
- padding: 0px;
32771
+ .E_c3cobmo .title {
32772
+ font-weight: 700;
32773
+ line-height: 18px;
32774
+ margin: 4px 0;
32770
32775
  }
32771
32776
 
32772
- .E_c1fljvag .ant-collapse-item .ant-collapse-header {
32773
- padding-right: 0px;
32774
- cursor: default;
32777
+ .E_h1ol2wl7 {
32778
+ font-weight: bold;
32779
+ background-color: unset;
32780
+ padding: unset;
32775
32781
  }
32776
32782
 
32777
32783
  .E_suhck3k {
@@ -32787,22 +32793,6 @@ input.E_rf8rlle.ant-input {
32787
32793
  fill: blue;
32788
32794
  }
32789
32795
 
32790
- .E_ryby9ds {
32791
- display: flex;
32792
- align-items: center;
32793
- }
32794
- .E_ryby9ds .order {
32795
- height: 24px;
32796
- width: 24px;
32797
- border-radius: 20px;
32798
- color: #0080ff;
32799
- background: rgba(0, 136, 255, 0.1);
32800
- display: flex;
32801
- align-items: center;
32802
- justify-content: center;
32803
- margin-right: 6px;
32804
- }
32805
-
32806
32796
  .E_drhfj7c .bottom {
32807
32797
  color: rgba(44, 56, 82, 0.75);
32808
32798
  }
@@ -33011,6 +33001,22 @@ input.E_rf8rlle.ant-input {
33011
33001
  font-size: 14px;
33012
33002
  }
33013
33003
 
33004
+ .E_ryby9ds {
33005
+ display: flex;
33006
+ align-items: center;
33007
+ }
33008
+ .E_ryby9ds .order {
33009
+ height: 24px;
33010
+ width: 24px;
33011
+ border-radius: 20px;
33012
+ color: #0080ff;
33013
+ background: rgba(0, 136, 255, 0.1);
33014
+ display: flex;
33015
+ align-items: center;
33016
+ justify-content: center;
33017
+ margin-right: 6px;
33018
+ }
33019
+
33014
33020
  .E_t1gvlxt5 {
33015
33021
  min-width: 0;
33016
33022
  flex: 1;
@@ -33033,12 +33039,6 @@ input.E_rf8rlle.ant-input {
33033
33039
  column-gap: var(--a1ji6r68-0);
33034
33040
  }
33035
33041
 
33036
- .E_h1ol2wl7 {
33037
- font-weight: bold;
33038
- background-color: unset;
33039
- padding: unset;
33040
- }
33041
-
33042
33042
  .E_c1kchka8 {
33043
33043
  height: 100%;
33044
33044
  width: 100%;
@@ -33516,10 +33516,6 @@ input.E_rf8rlle.ant-input {
33516
33516
  padding: 0;
33517
33517
  }
33518
33518
 
33519
- .E_c1yd35n {
33520
- padding: 0 12px 14px 12px;
33521
- }
33522
-
33523
33519
  .E_c1kghdax {
33524
33520
  color: #2d3a56;
33525
33521
  padding: 7px 12px;
@@ -33560,21 +33556,8 @@ input.E_rf8rlle.ant-input {
33560
33556
  margin-right: 2px;
33561
33557
  }
33562
33558
 
33563
- .E_b14q2gmw {
33564
- 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);
33565
- }
33566
-
33567
- .E_c1eym6el {
33568
- border-radius: 8px;
33569
- background-color: white;
33570
- }
33571
- .E_c1eym6el.hoverable {
33572
- cursor: pointer;
33573
- }
33574
- .E_c1eym6el.hoverable:hover {
33575
- transition: all 200ms ease;
33576
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33577
- transform: translateY(-4px);
33559
+ .E_c1yd35n {
33560
+ padding: 0 12px 14px 12px;
33578
33561
  }
33579
33562
 
33580
33563
  .E_ckui4s7 {
@@ -33635,171 +33618,27 @@ input.E_rf8rlle.ant-input {
33635
33618
  color: rgba(44, 56, 82, 0.6);
33636
33619
  }
33637
33620
  .E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
33638
- margin-left: 8px;
33639
- }
33640
- .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33641
- margin-left: 24px;
33642
- }
33643
-
33644
- .E_msn7nxt {
33645
- color: rgba(44, 56, 82, 0.6);
33646
- text-align: center;
33647
- display: flex;
33648
- align-items: center;
33649
- justify-content: center;
33650
- flex-direction: column;
33651
- height: 100%;
33652
- }
33653
- .E_msn7nxt .link {
33654
- color: #0080ff;
33655
- cursor: pointer;
33656
- }
33657
-
33658
- .E_mp64wfi {
33659
- width: 100%;
33660
- height: 100%;
33661
- display: flex;
33662
- flex-direction: column;
33663
- }
33664
- .E_mp64wfi .name-toolbar {
33665
- width: 100%;
33666
- display: flex;
33667
- line-height: 30px;
33668
- padding: 0 16px;
33669
- justify-content: space-between;
33670
- }
33671
- .E_mp64wfi .name-toolbar .metric-extra {
33672
- display: flex;
33673
- font-size: 12px;
33674
- align-items: center;
33675
- }
33676
- .E_mp64wfi .name-toolbar .metric-extra .info-item {
33677
- color: #a3b4cc;
33678
- }
33679
- .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
33680
- margin-left: 10px;
33681
- }
33682
- .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
33683
- margin-left: 10px;
33684
- cursor: pointer;
33685
- }
33686
- .E_mp64wfi .content {
33687
- flex: 1;
33688
- width: 100%;
33689
- display: flex;
33690
- justify-content: center;
33691
- align-items: center;
33692
- }
33693
- .E_mp64wfi .single-content {
33694
- height: 65px;
33695
- }
33696
-
33697
- .E_l1oyigan {
33698
- display: flex;
33699
- align-items: center;
33700
- white-space: nowrap;
33701
- overflow: hidden;
33702
- width: 100%;
33703
- }
33704
- .E_l1oyigan .ant-dropdown-trigger {
33705
- margin-left: auto;
33706
- font-size: 12px;
33707
- }
33708
-
33709
- .E_l1noi4n1 {
33710
- display: flex;
33711
- justify-content: flex-start;
33712
- align-items: center;
33713
- font-size: 12px;
33714
- cursor: pointer;
33715
- }
33716
- .E_l1noi4n1:not(:last-child) {
33717
- margin-right: 20px;
33718
- }
33719
- .E_l1noi4n1.deselected {
33720
- opacity: 0.4;
33721
- }
33722
- .E_l1noi4n1.deselected .color-block {
33723
- background: #b4beca !important;
33724
- }
33725
-
33726
- .E_cz19rz6 {
33727
- display: inline-block;
33728
- height: 8px;
33729
- width: 8px;
33730
- margin-right: 8px;
33731
- }
33732
-
33733
- .E_e17r5r9c .ant-dropdown-menu-item {
33734
- display: flex;
33735
- align-items: center;
33736
- font-size: 12px;
33737
- margin: 0;
33738
- }
33739
-
33740
- .E_m1y1hhnr {
33741
- position: relative;
33742
- }
33743
- .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
33744
- bottom: -12px;
33745
- }
33746
- .E_m1y1hhnr .metric-toolbar {
33747
- display: flex;
33748
- justify-content: space-between;
33749
- line-height: 30px;
33750
- margin: 0 16px;
33751
- }
33752
- .E_m1y1hhnr .metric-toolbar .metric-extra {
33753
- display: flex;
33754
- font-size: 12px;
33755
- align-items: center;
33756
- }
33757
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
33758
- color: #a3b4cc;
33759
- }
33760
- .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
33761
- margin-left: 10px;
33762
- }
33763
- .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
33764
- margin-left: 10px;
33765
- cursor: pointer;
33766
- }
33767
- .E_m1y1hhnr .recharts-xAxis {
33768
- font-size: 12px;
33769
- }
33770
- .E_m1y1hhnr .pointer-wrapper {
33771
- position: absolute;
33772
- bottom: 10px;
33773
- padding: 0 8px;
33774
- border-radius: 4px;
33775
- font-size: 12px;
33776
- color: #fff;
33777
- background: rgba(0, 0, 0, 0.75);
33778
- transform: translateX(-50%);
33621
+ margin-left: 8px;
33779
33622
  }
33780
-
33781
- .E_tnvijvs {
33782
- min-width: 200px;
33623
+ .E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
33624
+ margin-left: 24px;
33783
33625
  }
33784
33626
 
33785
- .E_t1ub2aex {
33786
- display: flex;
33787
- align-items: center;
33788
- justify-content: space-between;
33789
- background-color: rgba(0, 0, 0, 0.75);
33790
- color: #b4beca;
33791
- font-size: 12px;
33792
- padding: 3px 6px;
33627
+ .E_b14q2gmw {
33628
+ 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);
33793
33629
  }
33794
- .E_t1ub2aex:first-child {
33795
- padding-top: 3px;
33630
+
33631
+ .E_c1eym6el {
33632
+ border-radius: 8px;
33633
+ background-color: white;
33796
33634
  }
33797
- .E_t1ub2aex:last-child {
33798
- padding-bottom: 3px;
33635
+ .E_c1eym6el.hoverable {
33636
+ cursor: pointer;
33799
33637
  }
33800
- .E_t1ub2aex .column-value {
33801
- color: #fff;
33802
- margin-left: 8px;
33638
+ .E_c1eym6el.hoverable:hover {
33639
+ transition: all 200ms ease;
33640
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33641
+ transform: translateY(-4px);
33803
33642
  }
33804
33643
 
33805
33644
  .E_lht19u8 {
@@ -33850,14 +33689,241 @@ input.E_rf8rlle.ant-input {
33850
33689
  transform-origin: top left;
33851
33690
  animation: loading-indicator3 1100ms ease-out infinite;
33852
33691
  }
33853
-
33854
- .E_w7ob4th.outside-tag {
33855
- padding-left: 0;
33692
+
33693
+ .E_w7ob4th.outside-tag {
33694
+ padding-left: 0;
33695
+ }
33696
+ .E_w7ob4th.outside-tag .inside-tag {
33697
+ border-radius: 4px 0 0 4px;
33698
+ padding-right: 4px;
33699
+ margin-right: 4px;
33700
+ }
33701
+
33702
+ .E_slr2ynn {
33703
+ padding: 0 8px;
33704
+ height: 18px;
33705
+ }
33706
+
33707
+ .E_m140wbb6 {
33708
+ padding: 2px 8px;
33709
+ height: 24px;
33710
+ }
33711
+
33712
+ .E_t1fozc1i {
33713
+ margin: 0;
33714
+ }
33715
+
33716
+ .E_i1vxv4ln {
33717
+ margin-right: 4px;
33718
+ height: 16px;
33719
+ }
33720
+
33721
+ .E_n1afl31m.ant-tag.ant-tag-gray {
33722
+ font-weight: 700;
33723
+ color: #00122e;
33724
+ background-color: rgba(237, 241, 250, 0.6);
33725
+ border: 1px solid rgba(211, 218, 235, 0.6);
33726
+ word-break: break-all;
33727
+ display: inline;
33728
+ white-space: normal;
33729
+ }
33730
+
33731
+ .E_i1g85yz3 {
33732
+ margin-right: 4px;
33733
+ height: 16px;
33734
+ }
33735
+
33736
+ .E_t1dtlqs1 {
33737
+ margin-bottom: 4px;
33738
+ color: rgba(44, 56, 82, 0.6);
33739
+ overflow: hidden;
33740
+ text-overflow: ellipsis;
33741
+ white-space: nowrap;
33742
+ }
33743
+
33744
+ .E_s1ese5oy {
33745
+ color: rgba(44, 56, 82, 0.6);
33746
+ line-height: 32px;
33747
+ height: 32px;
33748
+ margin-bottom: 0;
33749
+ }
33750
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
33751
+ color: #0080ff;
33752
+ }
33753
+ .E_s1ese5oy.warning {
33754
+ color: #ffa500;
33755
+ }
33756
+ .E_s1ese5oy.success {
33757
+ color: #00ba5d;
33758
+ }
33759
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
33760
+ color: #f0483e;
33761
+ }
33762
+ .E_s1ese5oy.normal {
33763
+ color: rgba(44, 56, 82, 0.6);
33764
+ }
33765
+
33766
+ .E_b1ibis43 {
33767
+ margin-bottom: 0;
33768
+ color: #00122e;
33769
+ }
33770
+
33771
+ .E_b11xxjd2 {
33772
+ line-height: 32px;
33773
+ margin-right: 6px;
33774
+ }
33775
+
33776
+ .E_bsub5bw.with-description {
33777
+ height: 24px;
33778
+ flex: 1;
33779
+ position: relative;
33780
+ top: -7px;
33781
+ }
33782
+ .E_bsub5bw p {
33783
+ width: 100%;
33784
+ overflow: hidden;
33785
+ text-overflow: ellipsis;
33786
+ white-space: nowrap;
33787
+ }
33788
+
33789
+ .E_tmoyoag {
33790
+ border: 1px solid rgba(211, 218, 235, 0.6);
33791
+ border-radius: 8px;
33792
+ overflow: auto;
33793
+ }
33794
+ .E_tmoyoag .ant-list {
33795
+ position: relative;
33796
+ }
33797
+ .E_tmoyoag .ant-list .eagle-table-form-header {
33798
+ position: sticky;
33799
+ top: 0;
33800
+ z-index: 2;
33801
+ display: flex;
33802
+ padding: 8px;
33803
+ flex-wrap: nowrap;
33804
+ justify-content: flex-start;
33805
+ background: #f2f5fa;
33806
+ font-size: 14px;
33807
+ color: rgba(44, 56, 82, 0.6);
33808
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33809
+ }
33810
+ .E_tmoyoag .ant-list .eagle-table-form-header {
33811
+ align-items: inherit;
33812
+ }
33813
+ .E_tmoyoag .ant-list .eagle-table-form-row {
33814
+ display: flex;
33815
+ justify-content: flex-start;
33816
+ align-items: flex-start;
33817
+ flex-wrap: wrap;
33818
+ padding: 8px;
33819
+ border: none;
33820
+ }
33821
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
33822
+ flex-basis: 100%;
33823
+ margin: 12px 0 0;
33824
+ order: 99;
33825
+ color: rgba(44, 56, 82, 0.6);
33826
+ }
33827
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
33828
+ color: #f0483e;
33829
+ flex-basis: 100%;
33830
+ order: 98;
33831
+ margin: 12px 0 0;
33832
+ }
33833
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
33834
+ background-color: rgba(237, 241, 250, 0.6);
33835
+ }
33836
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
33837
+ background-color: rgba(0, 136, 255, 0.1);
33838
+ }
33839
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
33840
+ flex: 1 0 0;
33841
+ overflow: hidden;
33842
+ }
33843
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
33844
+ color: rgba(44, 56, 82, 0.6);
33845
+ margin: 0;
33846
+ }
33847
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
33848
+ text-align: center;
33849
+ }
33850
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
33851
+ text-align: center;
33852
+ }
33853
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
33854
+ text-align: left;
33855
+ }
33856
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
33857
+ text-align: left;
33858
+ }
33859
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
33860
+ text-align: right;
33861
+ }
33862
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
33863
+ text-align: right;
33864
+ }
33865
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
33866
+ margin-right: 8px;
33867
+ }
33868
+ .E_tmoyoag .ant-list .ant-list-item-action {
33869
+ padding: 4px;
33870
+ width: 24px;
33871
+ height: 24px;
33872
+ overflow: hidden;
33873
+ }
33874
+ .E_tmoyoag .ant-list .ant-list-item-action li {
33875
+ padding: 0;
33876
+ }
33877
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
33878
+ cursor: not-allowed;
33879
+ opacity: 0.5;
33880
+ }
33881
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
33882
+ margin: 0;
33883
+ }
33884
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
33885
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
33886
+ border-radius: 5px;
33887
+ font-size: 12px;
33888
+ }
33889
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
33890
+ font-size: inherit;
33891
+ }
33892
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
33893
+ min-height: 24px;
33894
+ font-size: 12px;
33895
+ position: relative;
33896
+ }
33897
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
33898
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
33899
+ }
33900
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
33901
+ background-color: rgba(237, 241, 250, 0.6);
33902
+ }
33903
+
33904
+ .E_a138syjm {
33905
+ display: flex;
33906
+ align-items: center;
33907
+ margin-top: 8px;
33908
+ }
33909
+ .E_a138syjm button.ant-btn {
33910
+ padding: 2px 8px;
33911
+ height: 24px;
33912
+ }
33913
+ .E_a138syjm > span.maximum-desc {
33914
+ display: none;
33915
+ margin-left: 8px;
33916
+ color: rgba(44, 56, 82, 0.6);
33917
+ }
33918
+ .E_a138syjm > span.maximum-desc.disabled {
33919
+ display: inline;
33856
33920
  }
33857
- .E_w7ob4th.outside-tag .inside-tag {
33858
- border-radius: 4px 0 0 4px;
33859
- padding-right: 4px;
33860
- margin-right: 4px;
33921
+
33922
+ .E_d77i8u0 {
33923
+ width: 24px;
33924
+ height: 24px;
33925
+ padding: 4px;
33926
+ margin-right: 8px;
33861
33927
  }
33862
33928
 
33863
33929
  .E_sjob3jg {
@@ -34055,231 +34121,54 @@ input.E_rf8rlle.ant-input {
34055
34121
  justify-content: center;
34056
34122
  }
34057
34123
 
34058
- .E_t1dtlqs1 {
34059
- margin-bottom: 4px;
34060
- color: rgba(44, 56, 82, 0.6);
34061
- overflow: hidden;
34062
- text-overflow: ellipsis;
34063
- white-space: nowrap;
34064
- }
34065
-
34066
- .E_s1ese5oy {
34067
- color: rgba(44, 56, 82, 0.6);
34068
- line-height: 32px;
34069
- height: 32px;
34070
- margin-bottom: 0;
34071
- }
34072
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
34073
- color: #0080ff;
34074
- }
34075
- .E_s1ese5oy.warning {
34076
- color: #ffa500;
34077
- }
34078
- .E_s1ese5oy.success {
34079
- color: #00ba5d;
34080
- }
34081
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
34082
- color: #f0483e;
34083
- }
34084
- .E_s1ese5oy.normal {
34085
- color: rgba(44, 56, 82, 0.6);
34086
- }
34087
-
34088
- .E_b1ibis43 {
34089
- margin-bottom: 0;
34090
- color: #00122e;
34091
- }
34092
-
34093
- .E_b11xxjd2 {
34094
- line-height: 32px;
34095
- margin-right: 6px;
34096
- }
34097
-
34098
- .E_bsub5bw.with-description {
34099
- height: 24px;
34100
- flex: 1;
34101
- position: relative;
34102
- top: -7px;
34103
- }
34104
- .E_bsub5bw p {
34105
- width: 100%;
34106
- overflow: hidden;
34107
- text-overflow: ellipsis;
34108
- white-space: nowrap;
34109
- }
34110
-
34111
- .E_tmoyoag {
34112
- border: 1px solid rgba(211, 218, 235, 0.6);
34113
- border-radius: 8px;
34114
- overflow: auto;
34115
- }
34116
- .E_tmoyoag .ant-list {
34117
- position: relative;
34118
- }
34119
- .E_tmoyoag .ant-list .eagle-table-form-header {
34120
- position: sticky;
34121
- top: 0;
34122
- z-index: 2;
34123
- display: flex;
34124
- padding: 8px;
34125
- flex-wrap: nowrap;
34126
- justify-content: flex-start;
34127
- background: #f2f5fa;
34128
- font-size: 14px;
34129
- color: rgba(44, 56, 82, 0.6);
34130
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34131
- }
34132
- .E_tmoyoag .ant-list .eagle-table-form-header {
34133
- align-items: inherit;
34134
- }
34135
- .E_tmoyoag .ant-list .eagle-table-form-row {
34136
- display: flex;
34137
- justify-content: flex-start;
34138
- align-items: flex-start;
34139
- flex-wrap: wrap;
34140
- padding: 8px;
34141
- border: none;
34142
- }
34143
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34144
- flex-basis: 100%;
34145
- margin: 12px 0 0;
34146
- order: 99;
34147
- color: rgba(44, 56, 82, 0.6);
34148
- }
34149
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34150
- color: #f0483e;
34151
- flex-basis: 100%;
34152
- order: 98;
34153
- margin: 12px 0 0;
34154
- }
34155
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34156
- background-color: rgba(237, 241, 250, 0.6);
34157
- }
34158
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34159
- background-color: rgba(0, 136, 255, 0.1);
34160
- }
34161
- .E_tmoyoag .ant-list .eagle-table-form-cell {
34162
- flex: 1 0 0;
34163
- overflow: hidden;
34164
- }
34165
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
34166
- color: rgba(44, 56, 82, 0.6);
34167
- margin: 0;
34168
- }
34169
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
34170
- text-align: center;
34171
- }
34172
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
34173
- text-align: center;
34174
- }
34175
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
34176
- text-align: left;
34177
- }
34178
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
34179
- text-align: left;
34180
- }
34181
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
34182
- text-align: right;
34183
- }
34184
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
34185
- text-align: right;
34186
- }
34187
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
34188
- margin-right: 8px;
34189
- }
34190
- .E_tmoyoag .ant-list .ant-list-item-action {
34191
- padding: 4px;
34192
- width: 24px;
34193
- height: 24px;
34194
- overflow: hidden;
34195
- }
34196
- .E_tmoyoag .ant-list .ant-list-item-action li {
34197
- padding: 0;
34198
- }
34199
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
34200
- cursor: not-allowed;
34201
- opacity: 0.5;
34202
- }
34203
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
34204
- margin: 0;
34205
- }
34206
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
34207
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
34208
- border-radius: 5px;
34209
- font-size: 12px;
34210
- }
34211
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
34212
- font-size: inherit;
34213
- }
34214
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
34215
- min-height: 24px;
34124
+ button.E_l48ei06.ant-btn {
34216
34125
  font-size: 12px;
34217
- position: relative;
34218
- }
34219
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
34220
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34221
- }
34222
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
34223
- background-color: rgba(237, 241, 250, 0.6);
34126
+ line-height: 18px;
34127
+ height: 18px;
34224
34128
  }
34225
34129
 
34226
- .E_a138syjm {
34227
- display: flex;
34228
- align-items: center;
34229
- margin-top: 8px;
34130
+ button.E_l48ei06 {
34131
+ color: #0080FF;
34132
+ height: unset;
34230
34133
  }
34231
- .E_a138syjm button.ant-btn {
34232
- padding: 2px 8px;
34233
- height: 24px;
34134
+ button.E_l48ei06 .button-prefix-icon {
34135
+ margin-right: 4px;
34234
34136
  }
34235
- .E_a138syjm > span.maximum-desc {
34236
- display: none;
34237
- margin-left: 8px;
34238
- color: rgba(44, 56, 82, 0.6);
34137
+ button.E_l48ei06 .button-suffix-icon {
34138
+ margin-left: 4px;
34239
34139
  }
34240
- .E_a138syjm > span.maximum-desc.disabled {
34241
- display: inline;
34140
+ button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34141
+ color: #009DFF;
34242
34142
  }
34243
-
34244
- .E_d77i8u0 {
34245
- width: 24px;
34246
- height: 24px;
34247
- padding: 4px;
34248
- margin-right: 8px;
34143
+ button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34144
+ color: #005ED1;
34249
34145
  }
34250
-
34251
- .E_i1g85yz3 {
34252
- margin-right: 4px;
34253
- height: 16px;
34146
+ button.E_l48ei06.ui-kit-link-disabled {
34147
+ color: #0080FF;
34254
34148
  }
34255
-
34256
- .E_slr2ynn {
34257
- padding: 0 8px;
34258
- height: 18px;
34149
+ button.E_l48ei06.ui-kit-link-primary {
34150
+ color: #00122E;
34259
34151
  }
34260
-
34261
- .E_m140wbb6 {
34262
- padding: 2px 8px;
34263
- height: 24px;
34152
+ button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34153
+ color: #0080FF;
34264
34154
  }
34265
-
34266
- .E_t1fozc1i {
34267
- margin: 0;
34155
+ button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34156
+ color: #005ED1;
34268
34157
  }
34269
-
34270
- .E_i1vxv4ln {
34271
- margin-right: 4px;
34272
- height: 16px;
34158
+ button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34159
+ color: #00122E;
34273
34160
  }
34274
-
34275
- .E_n1afl31m.ant-tag.ant-tag-gray {
34276
- font-weight: 700;
34277
- color: #00122e;
34278
- background-color: rgba(237, 241, 250, 0.6);
34279
- border: 1px solid rgba(211, 218, 235, 0.6);
34280
- word-break: break-all;
34281
- display: inline;
34282
- white-space: normal;
34161
+ button.E_l48ei06.ui-kit-link-secondary {
34162
+ color: rgba(44, 56, 82, 0.7490196078);
34163
+ }
34164
+ button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34165
+ color: #0080FF;
34166
+ }
34167
+ button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34168
+ color: #005ED1;
34169
+ }
34170
+ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34171
+ color: rgba(44, 56, 82, 0.7490196078);
34283
34172
  }
34284
34173
 
34285
34174
  .E_tc97u5y {
@@ -34650,56 +34539,6 @@ input.E_rf8rlle.ant-input {
34650
34539
  background: #fff;
34651
34540
  }
34652
34541
 
34653
- button.E_l48ei06.ant-btn {
34654
- font-size: 12px;
34655
- line-height: 18px;
34656
- height: 18px;
34657
- }
34658
-
34659
- button.E_l48ei06 {
34660
- color: #0080FF;
34661
- height: unset;
34662
- }
34663
- button.E_l48ei06 .button-prefix-icon {
34664
- margin-right: 4px;
34665
- }
34666
- button.E_l48ei06 .button-suffix-icon {
34667
- margin-left: 4px;
34668
- }
34669
- button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
34670
- color: #009DFF;
34671
- }
34672
- button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
34673
- color: #005ED1;
34674
- }
34675
- button.E_l48ei06.ui-kit-link-disabled {
34676
- color: #0080FF;
34677
- }
34678
- button.E_l48ei06.ui-kit-link-primary {
34679
- color: #00122E;
34680
- }
34681
- button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
34682
- color: #0080FF;
34683
- }
34684
- button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
34685
- color: #005ED1;
34686
- }
34687
- button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
34688
- color: #00122E;
34689
- }
34690
- button.E_l48ei06.ui-kit-link-secondary {
34691
- color: rgba(44, 56, 82, 0.7490196078);
34692
- }
34693
- button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
34694
- color: #0080FF;
34695
- }
34696
- button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
34697
- color: #005ED1;
34698
- }
34699
- button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34700
- color: rgba(44, 56, 82, 0.7490196078);
34701
- }
34702
-
34703
34542
  .E_t13ef470 {
34704
34543
  height: 100%;
34705
34544
  }
@@ -34730,35 +34569,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34730
34569
  background: rgba(163, 180, 204, 0.18);
34731
34570
  }
34732
34571
 
34733
- .E_f16blduf.ant-form-item {
34734
- margin-bottom: 0;
34572
+ .E_msn7nxt {
34573
+ color: rgba(44, 56, 82, 0.6);
34574
+ text-align: center;
34575
+ display: flex;
34576
+ align-items: center;
34577
+ justify-content: center;
34578
+ flex-direction: column;
34579
+ height: 100%;
34735
34580
  }
34736
- .E_f16blduf .ant-form-item-explain {
34737
- display: none;
34738
- min-height: 18px;
34739
- margin-top: 5px;
34740
- font-family: "Inter";
34741
- font-weight: 400;
34581
+ .E_msn7nxt .link {
34582
+ color: #0080ff;
34583
+ cursor: pointer;
34584
+ }
34585
+
34586
+ .E_mp64wfi {
34587
+ width: 100%;
34588
+ height: 100%;
34589
+ display: flex;
34590
+ flex-direction: column;
34591
+ }
34592
+ .E_mp64wfi .name-toolbar {
34593
+ width: 100%;
34594
+ display: flex;
34595
+ line-height: 30px;
34596
+ padding: 0 16px;
34597
+ justify-content: space-between;
34598
+ }
34599
+ .E_mp64wfi .name-toolbar .metric-extra {
34600
+ display: flex;
34742
34601
  font-size: 12px;
34743
- line-height: 18px;
34602
+ align-items: center;
34744
34603
  }
34745
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34746
- white-space: pre-wrap;
34604
+ .E_mp64wfi .name-toolbar .metric-extra .info-item {
34605
+ color: #a3b4cc;
34747
34606
  }
34748
- .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34749
- display: block;
34607
+ .E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
34608
+ margin-left: 10px;
34609
+ }
34610
+ .E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
34611
+ margin-left: 10px;
34612
+ cursor: pointer;
34613
+ }
34614
+ .E_mp64wfi .content {
34615
+ flex: 1;
34616
+ width: 100%;
34617
+ display: flex;
34618
+ justify-content: center;
34619
+ align-items: center;
34620
+ }
34621
+ .E_mp64wfi .single-content {
34622
+ height: 65px;
34750
34623
  }
34751
34624
 
34752
- .E_i14c7jc8 {
34753
- color: var(--i14c7jc8-0);
34625
+ .E_l1oyigan {
34626
+ display: flex;
34627
+ align-items: center;
34628
+ white-space: nowrap;
34629
+ overflow: hidden;
34630
+ width: 100%;
34631
+ }
34632
+ .E_l1oyigan .ant-dropdown-trigger {
34633
+ margin-left: auto;
34634
+ font-size: 12px;
34754
34635
  }
34755
34636
 
34756
- .E_i1ibuolf {
34637
+ .E_l1noi4n1 {
34757
34638
  display: flex;
34639
+ justify-content: flex-start;
34758
34640
  align-items: center;
34759
- column-gap: 4px;
34760
34641
  font-size: 12px;
34761
- color: rgba(44, 56, 82, 0.7490196078);
34642
+ cursor: pointer;
34643
+ }
34644
+ .E_l1noi4n1:not(:last-child) {
34645
+ margin-right: 20px;
34646
+ }
34647
+ .E_l1noi4n1.deselected {
34648
+ opacity: 0.4;
34649
+ }
34650
+ .E_l1noi4n1.deselected .color-block {
34651
+ background: #b4beca !important;
34652
+ }
34653
+
34654
+ .E_cz19rz6 {
34655
+ display: inline-block;
34656
+ height: 8px;
34657
+ width: 8px;
34658
+ margin-right: 8px;
34659
+ }
34660
+
34661
+ .E_e17r5r9c .ant-dropdown-menu-item {
34662
+ display: flex;
34663
+ align-items: center;
34664
+ font-size: 12px;
34665
+ margin: 0;
34666
+ }
34667
+
34668
+ .E_m1y1hhnr {
34669
+ position: relative;
34670
+ }
34671
+ .E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
34672
+ bottom: -12px;
34673
+ }
34674
+ .E_m1y1hhnr .metric-toolbar {
34675
+ display: flex;
34676
+ justify-content: space-between;
34677
+ line-height: 30px;
34678
+ margin: 0 16px;
34679
+ }
34680
+ .E_m1y1hhnr .metric-toolbar .metric-extra {
34681
+ display: flex;
34682
+ font-size: 12px;
34683
+ align-items: center;
34684
+ }
34685
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
34686
+ color: #a3b4cc;
34687
+ }
34688
+ .E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
34689
+ margin-left: 10px;
34690
+ }
34691
+ .E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
34692
+ margin-left: 10px;
34693
+ cursor: pointer;
34694
+ }
34695
+ .E_m1y1hhnr .recharts-xAxis {
34696
+ font-size: 12px;
34697
+ }
34698
+ .E_m1y1hhnr .pointer-wrapper {
34699
+ position: absolute;
34700
+ bottom: 10px;
34701
+ padding: 0 8px;
34702
+ border-radius: 4px;
34703
+ font-size: 12px;
34704
+ color: #fff;
34705
+ background: rgba(0, 0, 0, 0.75);
34706
+ transform: translateX(-50%);
34707
+ }
34708
+
34709
+ .E_tnvijvs {
34710
+ min-width: 200px;
34711
+ }
34712
+
34713
+ .E_t1ub2aex {
34714
+ display: flex;
34715
+ align-items: center;
34716
+ justify-content: space-between;
34717
+ background-color: rgba(0, 0, 0, 0.75);
34718
+ color: #b4beca;
34719
+ font-size: 12px;
34720
+ padding: 3px 6px;
34721
+ }
34722
+ .E_t1ub2aex:first-child {
34723
+ padding-top: 3px;
34724
+ }
34725
+ .E_t1ub2aex:last-child {
34726
+ padding-bottom: 3px;
34727
+ }
34728
+ .E_t1ub2aex .column-value {
34729
+ color: #fff;
34730
+ margin-left: 8px;
34762
34731
  }
34763
34732
 
34764
34733
  .E_d1u4ndxc {
@@ -34790,4 +34759,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34790
34759
  to {
34791
34760
  transform: translateX(100%);
34792
34761
  }
34762
+ }
34763
+
34764
+ .E_f16blduf.ant-form-item {
34765
+ margin-bottom: 0;
34766
+ }
34767
+ .E_f16blduf .ant-form-item-explain {
34768
+ display: none;
34769
+ min-height: 18px;
34770
+ margin-top: 5px;
34771
+ font-family: "Inter";
34772
+ font-weight: 400;
34773
+ font-size: 12px;
34774
+ line-height: 18px;
34775
+ }
34776
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
34777
+ white-space: pre-wrap;
34778
+ }
34779
+ .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
34780
+ display: block;
34781
+ }
34782
+
34783
+ .E_i14c7jc8 {
34784
+ color: var(--i14c7jc8-0);
34785
+ }
34786
+
34787
+ .E_i1ibuolf {
34788
+ display: flex;
34789
+ align-items: center;
34790
+ column-gap: 4px;
34791
+ font-size: 12px;
34792
+ color: rgba(44, 56, 82, 0.7490196078);
34793
34793
  }