@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.
- package/dist/cjs/UIKitProvider/index.js +19 -11
- package/dist/cjs/core/Card/CardWrapper.js +1 -1
- package/dist/cjs/core/InputGroup/index.js +1 -1
- package/dist/cjs/core/InputInteger/index.js +6 -6
- package/dist/cjs/core/InputNumber/index.js +6 -6
- package/dist/cjs/core/Progress/components.js +1 -1
- package/dist/cjs/core/Progress/index.js +1 -1
- package/dist/cjs/core/Progress/progress.widgets.js +1 -1
- package/dist/cjs/core/Styled/index.js +3 -3
- package/dist/cjs/coreX/ChartWithTooltip/index.js +2 -2
- package/dist/cjs/coreX/OverflowTooltip/index.js +1 -1
- package/dist/cjs/coreX/SummaryTable/index.js +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2356 -2357
- package/dist/esm/UIKitProvider/index.js +15 -9
- package/dist/esm/core/Card/CardWrapper.js +1 -1
- package/dist/esm/core/InputGroup/index.js +1 -1
- package/dist/esm/core/InputInteger/index.js +6 -6
- package/dist/esm/core/InputNumber/index.js +6 -6
- package/dist/esm/core/Metric/metric.js +1 -1
- package/dist/esm/core/Progress/components.js +1 -1
- package/dist/esm/core/Progress/index.js +1 -1
- package/dist/esm/core/Progress/progress.widgets.js +1 -1
- package/dist/esm/core/Styled/index.js +3 -3
- package/dist/esm/coreX/ChartWithTooltip/index.js +2 -2
- package/dist/esm/coreX/OverflowTooltip/index.js +1 -1
- package/dist/esm/coreX/SummaryTable/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/UIKitProvider/index.d.ts +7 -1
- package/dist/src/core/Breadcrumb/index.d.ts +1 -3
- package/dist/src/core/Card/CardBody.d.ts +1 -3
- package/dist/src/core/Card/CardTitle.d.ts +1 -3
- package/dist/src/core/DropdownMenu/index.d.ts +1 -1
- package/dist/src/core/Empty/index.d.ts +2 -2
- package/dist/src/core/Error/index.d.ts +2 -2
- package/dist/src/core/ExpandableList/ExpandIcon.d.ts +1 -1
- package/dist/src/core/ExpandableList/ExpandableContainer.d.ts +2 -2
- package/dist/src/core/ExpandableList/ExpandableItem.d.ts +1 -1
- package/dist/src/core/ExpandableList/RoundOrder.d.ts +2 -2
- package/dist/src/core/Fields/FieldsBoolean/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsDateTime/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsEnum/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsFloat/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsInt/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsInteger/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsString/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsTextArea/index.d.ts +2 -2
- package/dist/src/core/Fields/FieldsTimePicker/index.d.ts +2 -2
- package/dist/src/core/Fields/index.d.ts +9 -9
- package/dist/src/core/InputInteger/index.d.ts +2 -4
- package/dist/src/core/InputNumber/index.d.ts +2 -4
- package/dist/src/core/InputTagItem/index.d.ts +1 -3
- package/dist/src/core/KitStoreProvider/index.d.ts +2 -2
- package/dist/src/core/Metric/MetricLegend.d.ts +1 -1
- package/dist/src/core/Metric/RenderChart.d.ts +1 -1
- package/dist/src/core/Metric/index.d.ts +2 -2
- package/dist/src/core/Metric/styled.d.ts +4 -12
- package/dist/src/core/ParrotTrans/index.d.ts +1 -1
- package/dist/src/core/Progress/components.d.ts +4 -4
- package/dist/src/core/SegmentControl/index.d.ts +2 -2
- package/dist/src/core/SimplePagination/index.d.ts +2 -2
- package/dist/src/core/Styled/index.d.ts +22 -66
- package/dist/src/core/Table/index.d.ts +2 -2
- package/dist/src/core/TableForm/style.d.ts +4 -12
- package/dist/src/core/Time/index.d.ts +2 -2
- package/dist/src/core/index.d.ts +0 -1
- package/dist/src/coreX/BatchOperation/index.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/DateRangePicker.style.d.ts +10 -30
- package/dist/stories/changeLng.stories.d.ts +2 -2
- package/dist/stories/docs/core/Alert.stories.d.ts +1 -1
- package/dist/stories/docs/core/Arch.stories.d.ts +3 -3
- package/dist/stories/docs/core/BaseIcon.stories.d.ts +2 -2
- package/dist/stories/docs/core/Bit.stories.d.ts +3 -3
- package/dist/stories/docs/core/BitPerSecond.stories.d.ts +3 -3
- package/dist/stories/docs/core/Bps.stories.d.ts +3 -3
- package/dist/stories/docs/core/Button.stories.d.ts +5 -5
- package/dist/stories/docs/core/Byte.stories.d.ts +3 -3
- package/dist/stories/docs/core/Card.stories.d.ts +5 -5
- package/dist/stories/docs/core/DropdownMenu.stories.d.ts +3 -3
- package/dist/stories/docs/core/FieldsBoolean.stories.d.ts +2 -2
- package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -1
- package/dist/stories/docs/core/FieldsString.stories.d.ts +4 -4
- package/dist/stories/docs/core/FieldsTimePicker.stories.d.ts +2 -2
- package/dist/stories/docs/core/Form.stories.d.ts +2 -2
- package/dist/stories/docs/core/Frequency.stories.d.ts +3 -3
- package/dist/stories/docs/core/HoverableElement.stories.d.ts +2 -2
- package/dist/stories/docs/core/Icon.stories.d.ts +2 -2
- package/dist/stories/docs/core/Input.simple.stories.d.ts +2 -2
- package/dist/stories/docs/core/Input.stories.d.ts +3 -3
- package/dist/stories/docs/core/Loading.stories.d.ts +2 -2
- package/dist/stories/docs/core/Metric.stories.d.ts +3 -3
- package/dist/stories/docs/core/Modal.stories.d.ts +3 -3
- package/dist/stories/docs/core/Pagination.stories.d.ts +2 -2
- package/dist/stories/docs/core/Percent.stories.d.ts +5 -5
- package/dist/stories/docs/core/Radio.stories.d.ts +3 -3
- package/dist/stories/docs/core/RadioGroup.stories.d.ts +3 -3
- package/dist/stories/docs/core/SearchInput.stories.d.ts +2 -2
- package/dist/stories/docs/core/Second.stories.d.ts +4 -4
- package/dist/stories/docs/core/SegmentControl.stories.d.ts +2 -2
- package/dist/stories/docs/core/Select.stories.d.ts +2 -2
- package/dist/stories/docs/core/Space.stories.d.ts +2 -2
- package/dist/stories/docs/core/Speed.stories.d.ts +3 -3
- package/dist/stories/docs/core/Steps.stories.d.ts +2 -2
- package/dist/stories/docs/core/Styled.stories.d.ts +7 -7
- package/dist/stories/docs/core/Switch.stories.d.ts +2 -2
- package/dist/stories/docs/core/Table.stories.d.ts +4 -4
- package/dist/stories/docs/core/TableForm.stories.d.ts +2 -2
- package/dist/stories/docs/core/Tag.stories.d.ts +3 -3
- package/dist/stories/docs/core/TimeZoneSelect.stories.d.ts +2 -2
- package/dist/stories/docs/core/Truncate.stories.d.ts +1 -1
- package/dist/stories/docs/core/inputGroup.stories.d.ts +2 -2
- package/dist/stories/docs/core/menu.stories.d.ts +2 -2
- package/dist/stories/docs/core/message-group.stories.d.ts +30 -17
- package/dist/stories/docs/core/time.stories.d.ts +2 -2
- package/dist/stories/docs/coreX/CronCalendar.stories.d.ts +1 -1
- package/dist/stories/docs/coreX/CronPlan.stories.d.ts +1 -1
- package/dist/stories/docs/coreX/GoBackButton.stories.d.ts +1 -1
- package/dist/stories/docs/coreX/I18nNameTag.stories.d.ts +3 -3
- package/dist/stories/docs/coreX/NamesTooltip.stories.d.ts +1 -1
- package/dist/stories/docs/coreX/SortableList.stories.d.ts +2 -2
- package/dist/stories/docs/coreX/SwitchWithText.stories.d.ts +2 -2
- package/dist/stories/docs/coreX/TruncatedTextWithTooltip.stories.d.ts +1 -1
- package/dist/stories/icons-react.stories.d.ts +2 -2
- package/dist/style.css +2169 -2169
- 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
|
-
.
|
|
30021
|
-
|
|
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
|
-
.
|
|
30031
|
-
|
|
30032
|
-
padding-bottom:
|
|
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
|
-
.
|
|
30035
|
-
|
|
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
|
-
.
|
|
30042
|
-
|
|
30018
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30019
|
+
padding: 0px;
|
|
30043
30020
|
}
|
|
30044
|
-
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
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
|
-
.
|
|
30056
|
-
|
|
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
|
-
.
|
|
30069
|
-
|
|
30070
|
-
animation: rotate 680ms linear infinite;
|
|
30030
|
+
.E_c1yyuluq .ant-card-body {
|
|
30031
|
+
padding: 20px 24px 24px 24px;
|
|
30071
30032
|
}
|
|
30072
30033
|
|
|
30073
|
-
.
|
|
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
|
-
.
|
|
30087
|
-
|
|
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
|
-
.
|
|
30146
|
-
|
|
30044
|
+
.E_c1wk4q29 {
|
|
30045
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30147
30046
|
}
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
|
|
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
|
-
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
|
|
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
|
-
.
|
|
30162
|
-
|
|
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
|
-
.
|
|
30170
|
-
|
|
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
|
-
.
|
|
30177
|
-
|
|
30178
|
-
|
|
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
|
-
.
|
|
30184
|
-
|
|
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
|
-
.
|
|
30190
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
30260
|
-
|
|
30139
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30140
|
+
display: inline-flex;
|
|
30141
|
+
align-items: baseline;
|
|
30142
|
+
white-space: pre-wrap;
|
|
30261
30143
|
}
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
padding-right: 8px;
|
|
30144
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30145
|
+
position: relative;
|
|
30146
|
+
top: 3px;
|
|
30266
30147
|
}
|
|
30267
|
-
.
|
|
30268
|
-
border-
|
|
30148
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30149
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30269
30150
|
}
|
|
30270
|
-
.
|
|
30271
|
-
border-
|
|
30151
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30152
|
+
border-color: #0080ff;
|
|
30272
30153
|
}
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
|
|
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
|
-
|
|
30280
|
-
|
|
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
|
-
.
|
|
30283
|
-
|
|
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
|
-
.
|
|
30287
|
-
|
|
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
|
-
.
|
|
30290
|
-
background
|
|
30172
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30173
|
+
background: #00122e;
|
|
30291
30174
|
}
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30175
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30176
|
+
color: #00122e;
|
|
30177
|
+
opacity: 0.5;
|
|
30295
30178
|
}
|
|
30296
|
-
.
|
|
30297
|
-
|
|
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
|
-
.
|
|
30304
|
-
|
|
30182
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30183
|
+
display: inline-block;
|
|
30184
|
+
padding: 0;
|
|
30185
|
+
padding-left: 12px;
|
|
30305
30186
|
}
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
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
|
-
.
|
|
30311
|
-
|
|
30312
|
-
transition: 160ms ease;
|
|
30192
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30193
|
+
padding-left: 8px;
|
|
30313
30194
|
}
|
|
30314
|
-
|
|
30315
|
-
|
|
30195
|
+
|
|
30196
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30197
|
+
border-radius: 5px 0 0 5px;
|
|
30316
30198
|
}
|
|
30317
|
-
.
|
|
30318
|
-
border-
|
|
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
|
-
.
|
|
30676
|
-
|
|
30677
|
-
|
|
30515
|
+
.E_s1sck0th {
|
|
30516
|
+
padding: 0 8px;
|
|
30517
|
+
border-radius: 4px;
|
|
30678
30518
|
}
|
|
30679
30519
|
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
margin: 0 auto;
|
|
30684
|
-
height: 100%;
|
|
30520
|
+
.E_m855nr1 {
|
|
30521
|
+
padding: 2px 8px;
|
|
30522
|
+
border-radius: 3px;
|
|
30685
30523
|
}
|
|
30686
30524
|
|
|
30687
|
-
.
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
margin: 0 auto;
|
|
30691
|
-
display: flex;
|
|
30525
|
+
.E_l1270xpg {
|
|
30526
|
+
padding: 3px 8px;
|
|
30527
|
+
border-radius: 2px;
|
|
30692
30528
|
}
|
|
30693
|
-
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30696
|
-
flex-shrink: 0;
|
|
30697
|
-
flex-basis: 21%;
|
|
30529
|
+
|
|
30530
|
+
.E_t14rextb.ant-tag:hover {
|
|
30531
|
+
opacity: unset;
|
|
30698
30532
|
}
|
|
30699
|
-
.
|
|
30700
|
-
|
|
30701
|
-
|
|
30702
|
-
|
|
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
|
-
.
|
|
30705
|
-
|
|
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
|
-
.
|
|
30708
|
-
|
|
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
|
-
.
|
|
30714
|
-
|
|
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
|
-
.
|
|
30717
|
-
|
|
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
|
-
|
|
30721
|
-
|
|
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
|
-
.
|
|
30726
|
-
|
|
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
|
-
.
|
|
30729
|
-
|
|
30730
|
-
|
|
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
|
-
.
|
|
30736
|
-
|
|
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
|
-
.
|
|
30739
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
30753
|
-
|
|
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
|
-
.
|
|
30756
|
-
|
|
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
|
-
.
|
|
30763
|
-
|
|
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
|
-
.
|
|
30766
|
-
|
|
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
|
-
.
|
|
30770
|
-
|
|
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
|
-
.
|
|
30775
|
-
|
|
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
|
-
.
|
|
30789
|
-
|
|
30601
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30602
|
+
margin-left: 4px;
|
|
30790
30603
|
}
|
|
30791
30604
|
|
|
30792
|
-
.
|
|
30793
|
-
padding:
|
|
30794
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30795
|
-
margin-bottom: 16px;
|
|
30605
|
+
.E_cro7kg2 {
|
|
30606
|
+
padding: 4px;
|
|
30796
30607
|
}
|
|
30797
30608
|
|
|
30798
|
-
.
|
|
30609
|
+
.E_c14wcxf0 {
|
|
30799
30610
|
display: flex;
|
|
30611
|
+
justify-content: space-between;
|
|
30800
30612
|
align-items: center;
|
|
30801
|
-
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
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
|
-
.
|
|
30810
|
-
|
|
30618
|
+
.E_c14wcxf0 label {
|
|
30619
|
+
margin-right: 32px;
|
|
30811
30620
|
}
|
|
30812
30621
|
|
|
30813
|
-
.
|
|
30814
|
-
|
|
30815
|
-
|
|
30622
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30623
|
+
font-weight: bold;
|
|
30624
|
+
color: white;
|
|
30816
30625
|
}
|
|
30817
30626
|
|
|
30818
|
-
.
|
|
30819
|
-
width:
|
|
30820
|
-
height:
|
|
30821
|
-
|
|
30822
|
-
|
|
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
|
-
.
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
height: 100%;
|
|
30638
|
+
.E_p1lyky6c > :first-child {
|
|
30639
|
+
font-weight: bold;
|
|
30640
|
+
color: white;
|
|
30641
|
+
margin-right: 4px;
|
|
30830
30642
|
}
|
|
30831
30643
|
|
|
30832
|
-
.
|
|
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
|
-
.
|
|
30843
|
-
|
|
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
|
-
.
|
|
30855
|
-
|
|
30651
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30652
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30653
|
+
border-radius: 4px;
|
|
30856
30654
|
}
|
|
30857
|
-
|
|
30858
|
-
|
|
30655
|
+
|
|
30656
|
+
.E_s1dni7lo {
|
|
30657
|
+
width: 430px !important;
|
|
30859
30658
|
}
|
|
30860
30659
|
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30660
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30661
|
+
padding: 8px 16px;
|
|
30863
30662
|
line-height: 18px;
|
|
30864
|
-
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
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
|
-
.
|
|
30876
|
-
width: 100%;
|
|
30877
|
-
height: 100%;
|
|
30670
|
+
.E_o1ugr09p {
|
|
30878
30671
|
display: flex;
|
|
30879
|
-
|
|
30880
|
-
|
|
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
|
-
|
|
30895
|
-
width: 640px;
|
|
30677
|
+
.E_o1ugr09p .selected-icon {
|
|
30678
|
+
display: none;
|
|
30896
30679
|
}
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30680
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30681
|
+
padding-left: 8px;
|
|
30899
30682
|
}
|
|
30900
|
-
.
|
|
30901
|
-
|
|
30683
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30684
|
+
background-color: white;
|
|
30902
30685
|
}
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30686
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30687
|
+
color: #0080ff;
|
|
30905
30688
|
}
|
|
30906
|
-
.
|
|
30907
|
-
|
|
30689
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30690
|
+
display: block;
|
|
30908
30691
|
}
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
display: flex;
|
|
30692
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30693
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30912
30694
|
}
|
|
30913
|
-
.
|
|
30914
|
-
|
|
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
|
-
.
|
|
30923
|
-
|
|
30924
|
-
|
|
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
|
-
|
|
30928
|
-
|
|
30702
|
+
|
|
30703
|
+
.E_o1ifxsq4 {
|
|
30704
|
+
display: flex;
|
|
30705
|
+
justify-content: space-between;
|
|
30706
|
+
height: 20px;
|
|
30707
|
+
line-height: 20px;
|
|
30929
30708
|
}
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
30709
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30710
|
+
color: #2d3a56;
|
|
30711
|
+
overflow: hidden;
|
|
30712
|
+
text-overflow: ellipsis;
|
|
30933
30713
|
}
|
|
30934
|
-
|
|
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
|
-
|
|
30938
|
-
|
|
30723
|
+
|
|
30724
|
+
.E_tyfmlxg {
|
|
30725
|
+
border: none;
|
|
30726
|
+
margin-right: 0;
|
|
30727
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30939
30728
|
}
|
|
30940
|
-
|
|
30729
|
+
|
|
30730
|
+
.E_o18uybox {
|
|
30731
|
+
pointer-events: none;
|
|
30732
|
+
height: 32px;
|
|
30941
30733
|
width: 100%;
|
|
30734
|
+
opacity: 0;
|
|
30942
30735
|
}
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
30736
|
+
|
|
30737
|
+
.E_clm1wy1 {
|
|
30738
|
+
width: 192px;
|
|
30739
|
+
height: 246px;
|
|
30740
|
+
border-radius: 4px;
|
|
30947
30741
|
}
|
|
30948
|
-
.
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
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
|
-
.
|
|
30954
|
-
.
|
|
30955
|
-
|
|
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
|
-
.
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
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
|
-
.
|
|
30967
|
-
|
|
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
|
-
.
|
|
30971
|
-
width:
|
|
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
|
-
.
|
|
30980
|
-
|
|
30981
|
-
|
|
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
|
-
.
|
|
30990
|
-
|
|
30991
|
-
|
|
30770
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30771
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30772
|
+
opacity: 0.4;
|
|
30992
30773
|
}
|
|
30993
|
-
|
|
30994
|
-
.
|
|
30995
|
-
|
|
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
|
-
.
|
|
31000
|
-
|
|
31001
|
-
color: #e07f00;
|
|
30778
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30779
|
+
color: #3e4652;
|
|
31002
30780
|
}
|
|
31003
|
-
.
|
|
31004
|
-
|
|
31005
|
-
border-bottom-color: #e07f00;
|
|
30781
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30782
|
+
pointer-events: none;
|
|
31006
30783
|
}
|
|
31007
30784
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
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
|
-
.
|
|
30792
|
+
.E_c167wnad {
|
|
30793
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31024
30794
|
display: flex;
|
|
31025
|
-
|
|
31026
|
-
|
|
31027
|
-
|
|
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
|
-
.
|
|
31034
|
-
|
|
31035
|
-
|
|
30799
|
+
.E_c167wnad .anticon {
|
|
30800
|
+
cursor: pointer;
|
|
30801
|
+
}
|
|
30802
|
+
.E_c167wnad .anticon:hover {
|
|
30803
|
+
color: #0096ff;
|
|
31036
30804
|
}
|
|
31037
30805
|
|
|
31038
|
-
.
|
|
30806
|
+
.E_cxhf7dh {
|
|
30807
|
+
text-align: center;
|
|
30808
|
+
}
|
|
30809
|
+
.E_cxhf7dh .dots {
|
|
31039
30810
|
display: flex;
|
|
31040
|
-
|
|
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
|
-
.
|
|
31049
|
-
|
|
31050
|
-
|
|
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
|
-
|
|
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
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
|
|
30823
|
+
.E_cxhf7dh .bar {
|
|
30824
|
+
width: 9px;
|
|
30825
|
+
height: 2px;
|
|
30826
|
+
background: #0096ff;
|
|
30827
|
+
border-radius: 2px;
|
|
31064
30828
|
}
|
|
31065
30829
|
|
|
31066
|
-
.
|
|
30830
|
+
.E_s1ebs0ra {
|
|
31067
30831
|
display: flex;
|
|
31068
30832
|
align-items: center;
|
|
31069
|
-
justify-content:
|
|
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
|
-
.
|
|
31072
|
-
|
|
30841
|
+
.E_s1ebs0ra .select-total {
|
|
30842
|
+
display: flex;
|
|
30843
|
+
align-items: center;
|
|
30844
|
+
font-weight: 700;
|
|
30845
|
+
flex-shrink: 0;
|
|
31073
30846
|
}
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
31088
|
-
|
|
31089
|
-
|
|
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
|
-
.
|
|
31092
|
-
|
|
31093
|
-
line-height: 18px;
|
|
30868
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30869
|
+
transform: translateY(-4px);
|
|
31094
30870
|
}
|
|
31095
|
-
.
|
|
31096
|
-
border
|
|
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
|
-
.
|
|
31101
|
-
|
|
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
|
-
.
|
|
31106
|
-
|
|
31107
|
-
color: #e75a3a;
|
|
30877
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30878
|
+
margin-right: 4px;
|
|
31108
30879
|
}
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
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
|
-
.
|
|
31114
|
-
|
|
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
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
30890
|
+
|
|
30891
|
+
.E_c1up1pdz {
|
|
30892
|
+
width: 648px;
|
|
31137
30893
|
}
|
|
31138
|
-
.
|
|
31139
|
-
|
|
31140
|
-
line-height: 18px;
|
|
30894
|
+
.E_c1up1pdz.active {
|
|
30895
|
+
border-color: #0080ff;
|
|
31141
30896
|
}
|
|
31142
|
-
.
|
|
31143
|
-
|
|
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
|
-
.
|
|
31147
|
-
|
|
31148
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30900
|
+
.E_c1up1pdz .expand {
|
|
30901
|
+
padding: 12px;
|
|
31149
30902
|
}
|
|
31150
|
-
.
|
|
31151
|
-
|
|
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
|
-
.
|
|
31154
|
-
|
|
30908
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30909
|
+
border-bottom: none;
|
|
30910
|
+
padding-bottom: 0;
|
|
31155
30911
|
}
|
|
31156
|
-
.
|
|
31157
|
-
|
|
31158
|
-
|
|
30912
|
+
.E_c1up1pdz .field-item label {
|
|
30913
|
+
line-height: 32px;
|
|
30914
|
+
width: 100px;
|
|
30915
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31159
30916
|
}
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31162
|
-
|
|
30917
|
+
.E_c1up1pdz .help {
|
|
30918
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30919
|
+
margin-top: 5px;
|
|
31163
30920
|
}
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31166
|
-
|
|
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
|
-
|
|
31170
|
-
|
|
31171
|
-
|
|
30925
|
+
|
|
30926
|
+
.E_c156wh19 {
|
|
30927
|
+
display: flex;
|
|
30928
|
+
align-items: center;
|
|
30929
|
+
justify-content: space-between;
|
|
30930
|
+
word-break: keep-all;
|
|
31172
30931
|
}
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
height: 40px;
|
|
30932
|
+
.E_c156wh19 .title {
|
|
30933
|
+
margin: 0 16px 0 8px;
|
|
31176
30934
|
}
|
|
31177
|
-
|
|
31178
|
-
|
|
30935
|
+
.E_c156wh19 .retain {
|
|
30936
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31179
30937
|
}
|
|
31180
|
-
|
|
31181
|
-
|
|
31182
|
-
|
|
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
|
-
|
|
31185
|
-
|
|
30946
|
+
.E_c156wh19 div.left .title {
|
|
30947
|
+
max-width: 100%;
|
|
30948
|
+
overflow: hidden;
|
|
30949
|
+
text-overflow: ellipsis;
|
|
31186
30950
|
}
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
30951
|
+
.E_c156wh19 div.right {
|
|
30952
|
+
display: flex;
|
|
30953
|
+
align-items: center;
|
|
31190
30954
|
}
|
|
31191
|
-
|
|
31192
|
-
|
|
30955
|
+
.E_c156wh19 .reverse {
|
|
30956
|
+
display: flex;
|
|
30957
|
+
flex-direction: row-reverse;
|
|
30958
|
+
align-items: center;
|
|
31193
30959
|
}
|
|
31194
|
-
|
|
31195
|
-
|
|
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
|
-
.
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
|
|
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
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
30969
|
+
|
|
30970
|
+
.E_m126spxy {
|
|
30971
|
+
padding-bottom: 4px;
|
|
30972
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31209
30973
|
}
|
|
31210
|
-
.
|
|
31211
|
-
padding
|
|
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
|
-
.
|
|
31214
|
-
|
|
30979
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30980
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30981
|
+
color: #0096ff;
|
|
31215
30982
|
}
|
|
31216
|
-
|
|
31217
|
-
|
|
30983
|
+
|
|
30984
|
+
.E_wpbf4pq {
|
|
30985
|
+
padding: 10px 0;
|
|
30986
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31218
30987
|
}
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
|
|
30988
|
+
.E_wpbf4pq .ant-input,
|
|
30989
|
+
.E_wpbf4pq .ant-picker {
|
|
30990
|
+
width: 80px;
|
|
30991
|
+
margin: 0 9px;
|
|
30992
|
+
text-align: center;
|
|
31224
30993
|
}
|
|
31225
|
-
.
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
|
|
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
|
-
.
|
|
31231
|
-
|
|
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
|
-
.
|
|
31234
|
-
|
|
31235
|
-
|
|
31006
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31007
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31008
|
+
color: inherit;
|
|
31009
|
+
border-color: #d9d9d9;
|
|
31236
31010
|
}
|
|
31237
|
-
.
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
|
|
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
|
-
.
|
|
31246
|
-
|
|
31247
|
-
|
|
31016
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31017
|
+
width: 110px;
|
|
31018
|
+
margin-top: 4px;
|
|
31248
31019
|
}
|
|
31249
|
-
.
|
|
31250
|
-
|
|
31251
|
-
|
|
31020
|
+
.E_wpbf4pq .month-day-option {
|
|
31021
|
+
width: 32px;
|
|
31022
|
+
padding: 0;
|
|
31023
|
+
margin-bottom: 8px;
|
|
31252
31024
|
}
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31025
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31026
|
+
background-color: #0096ff;
|
|
31027
|
+
border-color: #0096ff;
|
|
31028
|
+
color: #fff;
|
|
31255
31029
|
}
|
|
31256
31030
|
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
border-bottom-right-radius: 0;
|
|
31031
|
+
.E_tqjc4ui {
|
|
31032
|
+
margin: 0 2px;
|
|
31260
31033
|
}
|
|
31261
31034
|
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31264
|
-
|
|
31035
|
+
.E_n12mqh7z {
|
|
31036
|
+
display: flex;
|
|
31037
|
+
align-items: center;
|
|
31038
|
+
font-size: 12px;
|
|
31039
|
+
line-height: 18px;
|
|
31265
31040
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
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
|
-
.
|
|
31273
|
-
|
|
31274
|
-
border-bottom-left-radius: 0;
|
|
31045
|
+
.E_tf5bynu {
|
|
31046
|
+
margin: 0 3px;
|
|
31275
31047
|
}
|
|
31276
31048
|
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31279
|
-
|
|
31049
|
+
.E_tcckoz1 {
|
|
31050
|
+
max-height: 400px;
|
|
31051
|
+
overflow: "auto";
|
|
31280
31052
|
}
|
|
31281
31053
|
|
|
31282
|
-
.
|
|
31283
|
-
|
|
31284
|
-
|
|
31054
|
+
.E_ou7iq30 {
|
|
31055
|
+
overflow: hidden;
|
|
31056
|
+
text-overflow: ellipsis;
|
|
31285
31057
|
}
|
|
31286
31058
|
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
flex-direction: column;
|
|
31059
|
+
.E_s1tui002 {
|
|
31060
|
+
white-space: nowrap;
|
|
31290
31061
|
}
|
|
31291
|
-
|
|
31292
|
-
|
|
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
|
-
|
|
31295
|
-
|
|
31069
|
+
|
|
31070
|
+
.E_gmyahx3 {
|
|
31071
|
+
cursor: pointer;
|
|
31296
31072
|
}
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31073
|
+
.E_gmyahx3 .link-text {
|
|
31074
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31299
31075
|
}
|
|
31300
|
-
.
|
|
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
|
-
.
|
|
31305
|
-
|
|
31306
|
-
font-weight: 500;
|
|
31307
|
-
color: #3e4652;
|
|
31308
|
-
line-height: 18px;
|
|
31087
|
+
.E_t1sqg15u {
|
|
31088
|
+
background: white;
|
|
31309
31089
|
}
|
|
31310
|
-
.
|
|
31311
|
-
|
|
31090
|
+
.E_t1sqg15u.inline .table-row {
|
|
31091
|
+
flex-direction: column;
|
|
31312
31092
|
}
|
|
31313
|
-
.
|
|
31314
|
-
|
|
31093
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31094
|
+
padding: 0 16px 7px 0;
|
|
31315
31095
|
}
|
|
31316
|
-
|
|
31317
|
-
.
|
|
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
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
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
|
-
.
|
|
31341
|
-
|
|
31121
|
+
.E_t4zczcp {
|
|
31122
|
+
display: flex;
|
|
31123
|
+
justify-content: space-between;
|
|
31124
|
+
align-items: center;
|
|
31342
31125
|
padding: 8px;
|
|
31343
|
-
|
|
31344
|
-
|
|
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
|
-
.
|
|
31349
|
-
|
|
31350
|
-
|
|
31351
|
-
|
|
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
|
-
|
|
31355
|
-
|
|
31139
|
+
|
|
31140
|
+
.E_t1s7goww {
|
|
31141
|
+
font-size: 12px;
|
|
31356
31142
|
line-height: 18px;
|
|
31357
|
-
margin: 4px 0;
|
|
31358
31143
|
}
|
|
31359
31144
|
|
|
31360
|
-
.
|
|
31361
|
-
|
|
31362
|
-
|
|
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
|
-
.
|
|
31366
|
-
|
|
31367
|
-
|
|
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
|
-
.
|
|
31371
|
-
|
|
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
|
-
.
|
|
31376
|
-
|
|
31190
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31191
|
+
display: flex;
|
|
31192
|
+
align-items: center;
|
|
31377
31193
|
}
|
|
31378
|
-
.
|
|
31379
|
-
margin: 0;
|
|
31194
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31380
31195
|
margin-right: 8px;
|
|
31381
|
-
|
|
31196
|
+
}
|
|
31197
|
+
|
|
31198
|
+
.E_wg1tsps {
|
|
31199
|
+
display: flex;
|
|
31382
31200
|
align-items: center;
|
|
31383
|
-
|
|
31201
|
+
justify-content: flex-end;
|
|
31384
31202
|
}
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
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
|
-
.
|
|
31394
|
-
|
|
31209
|
+
.E_b1ctd5xy .chart {
|
|
31210
|
+
display: inline-block;
|
|
31211
|
+
width: 100%;
|
|
31395
31212
|
}
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
|
|
31213
|
+
|
|
31214
|
+
.E_u1p8acpn {
|
|
31215
|
+
min-width: 40px;
|
|
31399
31216
|
}
|
|
31400
|
-
.
|
|
31401
|
-
color: #
|
|
31402
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31217
|
+
.E_u1p8acpn .unit {
|
|
31218
|
+
color: #00122e !important;
|
|
31403
31219
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31220
|
+
|
|
31221
|
+
.E_t160l1cm {
|
|
31222
|
+
display: flex;
|
|
31223
|
+
flex-direction: column;
|
|
31224
|
+
flex: 1;
|
|
31225
|
+
/* FIXME:(yanzhen) do this better */
|
|
31407
31226
|
}
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
|
|
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
|
-
.
|
|
31413
|
-
|
|
31414
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31232
|
+
.E_t160l1cm .tab-content {
|
|
31233
|
+
height: 100%;
|
|
31415
31234
|
}
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
|
|
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
|
-
.
|
|
31421
|
-
|
|
31245
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
31246
|
+
padding-left: 0;
|
|
31422
31247
|
}
|
|
31423
|
-
.
|
|
31424
|
-
|
|
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
|
-
.
|
|
31427
|
-
|
|
31251
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
31252
|
+
color: #0080ff;
|
|
31253
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31428
31254
|
}
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31255
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
31256
|
+
fill: #0080ff;
|
|
31431
31257
|
}
|
|
31432
|
-
.
|
|
31433
|
-
background
|
|
31258
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
31259
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31434
31260
|
}
|
|
31435
|
-
.
|
|
31436
|
-
|
|
31261
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
31262
|
+
color: #0080ff;
|
|
31263
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31437
31264
|
}
|
|
31438
|
-
.
|
|
31439
|
-
background
|
|
31265
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
31266
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31440
31267
|
}
|
|
31441
|
-
|
|
31442
|
-
.
|
|
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
|
-
|
|
31447
|
-
margin-right: 4px;
|
|
31271
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
31272
|
+
fill: #0080ff;
|
|
31448
31273
|
}
|
|
31449
|
-
|
|
31450
|
-
|
|
31451
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
31467
|
-
|
|
31468
|
-
padding: 8px;
|
|
31469
|
-
border-radius: 4px;
|
|
31294
|
+
align-items: center;
|
|
31295
|
+
overflow: hidden;
|
|
31470
31296
|
}
|
|
31471
|
-
.
|
|
31472
|
-
|
|
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
|
-
.
|
|
31475
|
-
padding
|
|
31302
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
31303
|
+
padding: 1px 12px;
|
|
31304
|
+
position: relative;
|
|
31305
|
+
display: flex;
|
|
31476
31306
|
}
|
|
31477
|
-
.
|
|
31478
|
-
|
|
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
|
-
.
|
|
31316
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
31481
31317
|
color: #0080ff;
|
|
31482
31318
|
}
|
|
31483
|
-
.
|
|
31484
|
-
|
|
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
|
-
.
|
|
31487
|
-
|
|
31325
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31326
|
+
padding: 1px 12px;
|
|
31327
|
+
color: #005ed1;
|
|
31488
31328
|
}
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31329
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31330
|
+
opacity: 1;
|
|
31491
31331
|
}
|
|
31492
|
-
.
|
|
31493
|
-
background: rgba(0,
|
|
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
|
-
|
|
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
|
-
|
|
31500
|
-
height: 20px;
|
|
31501
|
-
line-height: 20px;
|
|
31387
|
+
flex-direction: column;
|
|
31502
31388
|
}
|
|
31503
|
-
.
|
|
31504
|
-
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
-
.
|
|
31519
|
-
|
|
31520
|
-
margin-
|
|
31521
|
-
|
|
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
|
-
.
|
|
31525
|
-
|
|
31526
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
31532
|
-
display:
|
|
31514
|
+
.E_iouxfgt {
|
|
31515
|
+
display: inline-flex;
|
|
31516
|
+
align-items: center;
|
|
31533
31517
|
}
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31536
|
-
|
|
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
|
-
.
|
|
32075
|
-
|
|
32076
|
-
|
|
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
|
-
.
|
|
32085
|
-
|
|
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
|
-
.
|
|
32089
|
-
|
|
32090
|
-
|
|
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
|
-
.
|
|
32094
|
-
|
|
32095
|
-
|
|
32096
|
-
|
|
32097
|
-
|
|
32098
|
-
|
|
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
|
-
.
|
|
32102
|
-
|
|
32103
|
-
|
|
32104
|
-
|
|
32105
|
-
|
|
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
|
-
.
|
|
32092
|
+
.E_cnujxq2 {
|
|
32136
32093
|
display: flex;
|
|
32137
|
-
|
|
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
|
-
.
|
|
32155
|
-
|
|
32156
|
-
|
|
32097
|
+
.E_m7s48ia {
|
|
32098
|
+
max-width: 1120px;
|
|
32099
|
+
width: 100%;
|
|
32100
|
+
margin: 0 auto;
|
|
32101
|
+
height: 100%;
|
|
32157
32102
|
}
|
|
32158
32103
|
|
|
32159
|
-
.
|
|
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
|
-
.
|
|
32171
|
-
|
|
32172
|
-
|
|
32173
|
-
|
|
32174
|
-
|
|
32110
|
+
.E_wt5zbg6 .left,
|
|
32111
|
+
.E_wt5zbg6 .right {
|
|
32112
|
+
flex-grow: 0;
|
|
32113
|
+
flex-shrink: 0;
|
|
32114
|
+
flex-basis: 21%;
|
|
32175
32115
|
}
|
|
32176
|
-
.
|
|
32177
|
-
|
|
32178
|
-
|
|
32116
|
+
.E_wt5zbg6 .left {
|
|
32117
|
+
display: flex;
|
|
32118
|
+
justify-content: flex-end;
|
|
32119
|
+
padding-right: 44px;
|
|
32179
32120
|
}
|
|
32180
|
-
.
|
|
32181
|
-
|
|
32121
|
+
.E_wt5zbg6 .right {
|
|
32122
|
+
padding-left: 44px;
|
|
32182
32123
|
}
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
|
|
32124
|
+
.E_wt5zbg6 .middle {
|
|
32125
|
+
margin-bottom: 40px;
|
|
32126
|
+
flex-grow: 0;
|
|
32186
32127
|
flex-shrink: 0;
|
|
32187
|
-
|
|
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
|
-
.
|
|
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
|
-
.
|
|
32203
|
-
|
|
32204
|
-
padding: 0 16px;
|
|
32133
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32134
|
+
width: auto;
|
|
32205
32135
|
}
|
|
32206
|
-
|
|
32207
|
-
.
|
|
32136
|
+
|
|
32137
|
+
.E_h18jprzg .ant-modal-header {
|
|
32138
|
+
margin: 0 auto;
|
|
32208
32139
|
width: 100%;
|
|
32209
|
-
|
|
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
|
-
.
|
|
32217
|
-
|
|
32218
|
-
width: 22px;
|
|
32142
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32143
|
+
margin-left: 0;
|
|
32219
32144
|
}
|
|
32220
|
-
.
|
|
32221
|
-
|
|
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
|
-
.
|
|
32225
|
-
|
|
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
|
-
.
|
|
32233
|
-
|
|
32155
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32156
|
+
height: calc(100vh - 225px);
|
|
32157
|
+
overflow-y: auto;
|
|
32234
32158
|
}
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32159
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32160
|
+
margin: 0 auto;
|
|
32161
|
+
max-width: 648px;
|
|
32237
32162
|
}
|
|
32238
32163
|
|
|
32239
|
-
.
|
|
32240
|
-
|
|
32241
|
-
|
|
32242
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
32254
|
-
|
|
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
|
-
.
|
|
32257
|
-
|
|
32179
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32180
|
+
margin-bottom: 40px;
|
|
32258
32181
|
}
|
|
32259
|
-
|
|
32260
|
-
|
|
32261
|
-
|
|
32182
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32183
|
+
height: calc(100vh - 225px);
|
|
32184
|
+
overflow-y: auto;
|
|
32262
32185
|
}
|
|
32263
|
-
.
|
|
32264
|
-
|
|
32265
|
-
|
|
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
|
-
.
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
|
|
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
|
-
.
|
|
32275
|
-
|
|
32199
|
+
.E_f1lrhghm .title {
|
|
32200
|
+
font-size: 14px;
|
|
32201
|
+
line-height: 20px;
|
|
32202
|
+
color: #2d3a56;
|
|
32203
|
+
margin-bottom: 12px;
|
|
32276
32204
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
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
|
-
.
|
|
32285
|
-
|
|
32286
|
-
|
|
32287
|
-
|
|
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
|
-
.
|
|
32215
|
+
.E_f1l1g2k0 {
|
|
32292
32216
|
display: flex;
|
|
32293
32217
|
align-items: center;
|
|
32294
|
-
|
|
32218
|
+
margin-bottom: 8px;
|
|
32295
32219
|
}
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
display: flex;
|
|
32299
|
-
align-items: center;
|
|
32300
|
-
width: calc(100% - 40px);
|
|
32220
|
+
.E_f1l1g2k0 > label {
|
|
32221
|
+
width: 216px;
|
|
32301
32222
|
}
|
|
32302
|
-
.
|
|
32303
|
-
display: inline-block;
|
|
32223
|
+
.E_f1l1g2k0 > label + * {
|
|
32304
32224
|
width: 100%;
|
|
32305
32225
|
}
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
min-width: 40px;
|
|
32226
|
+
.E_f1l1g2k0 .ant-select {
|
|
32227
|
+
width: 100%;
|
|
32309
32228
|
}
|
|
32310
|
-
|
|
32311
|
-
|
|
32229
|
+
|
|
32230
|
+
.E_e1k89cwg {
|
|
32231
|
+
color: #e75a3a;
|
|
32232
|
+
margin-right: 10px;
|
|
32312
32233
|
}
|
|
32313
32234
|
|
|
32314
|
-
.
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
|
|
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
|
-
|
|
32241
|
+
|
|
32242
|
+
.E_l15itdbb {
|
|
32326
32243
|
display: flex;
|
|
32244
|
+
justify-content: center;
|
|
32327
32245
|
align-items: center;
|
|
32328
|
-
|
|
32329
|
-
flex-shrink: 0;
|
|
32246
|
+
height: 100%;
|
|
32330
32247
|
}
|
|
32331
|
-
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
width:
|
|
32335
|
-
height:
|
|
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
|
-
|
|
32256
|
+
margin: 0 4px;
|
|
32338
32257
|
}
|
|
32339
|
-
|
|
32340
|
-
|
|
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
|
-
.
|
|
32343
|
-
|
|
32344
|
-
|
|
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
|
-
.
|
|
32353
|
-
|
|
32268
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32269
|
+
font-size: 30px;
|
|
32354
32270
|
}
|
|
32355
|
-
.
|
|
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
|
-
|
|
32359
|
-
|
|
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
|
-
.
|
|
32362
|
-
margin-
|
|
32288
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32289
|
+
margin-left: 4px;
|
|
32363
32290
|
}
|
|
32364
|
-
|
|
32365
|
-
|
|
32366
|
-
width:
|
|
32367
|
-
height:
|
|
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
|
-
|
|
32372
|
-
|
|
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
|
-
.
|
|
32376
|
-
|
|
32311
|
+
.E_f4mi9eq.form-item-general {
|
|
32312
|
+
width: 640px;
|
|
32377
32313
|
}
|
|
32378
|
-
.
|
|
32379
|
-
|
|
32314
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32315
|
+
margin-top: 16px;
|
|
32380
32316
|
}
|
|
32381
|
-
.
|
|
32382
|
-
|
|
32317
|
+
.E_f4mi9eq.form-item-compact {
|
|
32318
|
+
width: 412px;
|
|
32383
32319
|
}
|
|
32384
|
-
|
|
32385
|
-
|
|
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
|
-
|
|
32390
|
-
overflow: hidden;
|
|
32391
|
-
text-overflow: ellipsis;
|
|
32323
|
+
.E_f4mi9eq .form-item {
|
|
32324
|
+
width: auto;
|
|
32392
32325
|
}
|
|
32393
|
-
|
|
32394
|
-
|
|
32395
|
-
|
|
32326
|
+
.E_f4mi9eq .form-item-main {
|
|
32327
|
+
position: relative;
|
|
32328
|
+
display: flex;
|
|
32396
32329
|
}
|
|
32397
|
-
|
|
32398
|
-
|
|
32399
|
-
|
|
32400
|
-
|
|
32401
|
-
|
|
32402
|
-
|
|
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
|
-
|
|
32406
|
-
|
|
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
|
-
.
|
|
32409
|
-
|
|
32344
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32345
|
+
text-align: right;
|
|
32410
32346
|
}
|
|
32411
|
-
.
|
|
32412
|
-
|
|
32347
|
+
.E_f4mi9eq .form-item-label,
|
|
32348
|
+
.E_f4mi9eq .form-item-control {
|
|
32349
|
+
line-height: 32px;
|
|
32413
32350
|
}
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32351
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32352
|
+
line-height: 18px;
|
|
32416
32353
|
}
|
|
32417
|
-
.
|
|
32418
|
-
|
|
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
|
-
.
|
|
32423
|
-
|
|
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
|
-
.
|
|
32427
|
-
|
|
32428
|
-
|
|
32429
|
-
|
|
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
|
-
|
|
32432
|
-
|
|
32433
|
-
|
|
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
|
-
.
|
|
32436
|
-
|
|
32437
|
-
width: 128px;
|
|
32383
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32384
|
+
margin-top: 16px;
|
|
32438
32385
|
}
|
|
32439
32386
|
|
|
32440
|
-
.
|
|
32387
|
+
.E_e1qrlvot {
|
|
32388
|
+
width: 8px;
|
|
32389
|
+
height: 24px;
|
|
32441
32390
|
display: flex;
|
|
32391
|
+
justify-content: center;
|
|
32442
32392
|
align-items: center;
|
|
32443
|
-
|
|
32444
|
-
|
|
32393
|
+
cursor: pointer;
|
|
32394
|
+
transition: all 200ms ease-out 40ms;
|
|
32445
32395
|
}
|
|
32446
|
-
.
|
|
32447
|
-
|
|
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
|
-
.
|
|
32450
|
-
|
|
32406
|
+
.E_e1qrlvot:after {
|
|
32407
|
+
transform: rotate(45deg);
|
|
32408
|
+
left: 1px;
|
|
32451
32409
|
}
|
|
32452
|
-
|
|
32453
|
-
|
|
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
|
-
|
|
32456
|
-
|
|
32457
|
-
|
|
32458
|
-
|
|
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
|
-
.
|
|
32461
|
-
|
|
32462
|
-
|
|
32463
|
-
text-overflow: ellipsis;
|
|
32435
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32436
|
+
margin-right: 10px;
|
|
32437
|
+
height: 18px;
|
|
32464
32438
|
}
|
|
32465
|
-
|
|
32439
|
+
|
|
32440
|
+
.E_n16fsg9x {
|
|
32466
32441
|
display: flex;
|
|
32467
|
-
|
|
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
|
-
.
|
|
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
|
|
32472
|
-
|
|
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
|
-
.
|
|
32475
|
-
margin-
|
|
32465
|
+
.E_i173wxzw .icon-wrapper {
|
|
32466
|
+
margin-right: 10px;
|
|
32467
|
+
height: 18px;
|
|
32476
32468
|
}
|
|
32477
|
-
|
|
32478
|
-
|
|
32479
|
-
|
|
32480
|
-
|
|
32481
|
-
|
|
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
|
-
.
|
|
32485
|
-
|
|
32486
|
-
|
|
32477
|
+
.E_s1epv22q {
|
|
32478
|
+
color: #f0483e;
|
|
32479
|
+
font-size: 12px;
|
|
32480
|
+
white-space: pre-wrap;
|
|
32487
32481
|
}
|
|
32488
|
-
|
|
32489
|
-
|
|
32490
|
-
|
|
32491
|
-
|
|
32482
|
+
|
|
32483
|
+
.E_okus5hk {
|
|
32484
|
+
display: flex;
|
|
32485
|
+
align-items: center;
|
|
32486
|
+
justify-content: flex-end;
|
|
32492
32487
|
}
|
|
32493
|
-
.
|
|
32494
|
-
|
|
32495
|
-
color: #0096ff;
|
|
32488
|
+
.E_okus5hk .icon-wrapper {
|
|
32489
|
+
margin-right: 16px;
|
|
32496
32490
|
}
|
|
32497
32491
|
|
|
32498
|
-
.
|
|
32499
|
-
|
|
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
|
-
|
|
32503
|
-
.
|
|
32504
|
-
|
|
32505
|
-
|
|
32506
|
-
|
|
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
|
-
.
|
|
32509
|
-
padding:
|
|
32510
|
-
|
|
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
|
-
.
|
|
32514
|
-
|
|
32515
|
-
|
|
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
|
-
.
|
|
32521
|
-
|
|
32522
|
-
|
|
32523
|
-
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
-
.
|
|
32535
|
-
|
|
32536
|
-
|
|
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
|
-
.
|
|
32540
|
-
|
|
32541
|
-
|
|
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
|
-
|
|
32546
|
-
|
|
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
|
-
.
|
|
32552
|
-
|
|
32553
|
-
|
|
32554
|
-
border-
|
|
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
|
-
.
|
|
32557
|
-
|
|
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
|
-
.
|
|
32560
|
-
|
|
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
|
-
.
|
|
32570
|
-
padding
|
|
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
|
-
.
|
|
32573
|
-
|
|
32570
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32571
|
+
color: #e75a3a;
|
|
32574
32572
|
}
|
|
32575
|
-
.
|
|
32576
|
-
color: #
|
|
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
|
-
.
|
|
32580
|
-
|
|
32586
|
+
textarea.E_i74cfyt.ant-input {
|
|
32587
|
+
transition-property: height;
|
|
32588
|
+
transition-delay: 50ms;
|
|
32581
32589
|
}
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32590
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32591
|
+
min-height: 40px;
|
|
32592
|
+
height: 40px;
|
|
32584
32593
|
}
|
|
32585
|
-
.
|
|
32586
|
-
|
|
32587
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32594
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32595
|
+
height: 80px;
|
|
32588
32596
|
}
|
|
32589
|
-
.
|
|
32590
|
-
|
|
32597
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32598
|
+
min-height: 32px;
|
|
32599
|
+
height: 32px;
|
|
32591
32600
|
}
|
|
32592
|
-
.
|
|
32593
|
-
|
|
32601
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32602
|
+
height: 64px;
|
|
32594
32603
|
}
|
|
32595
|
-
.
|
|
32596
|
-
|
|
32604
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32605
|
+
min-height: 24px;
|
|
32606
|
+
height: 24px;
|
|
32597
32607
|
}
|
|
32598
|
-
.
|
|
32599
|
-
|
|
32600
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32608
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32609
|
+
height: 40px;
|
|
32601
32610
|
}
|
|
32602
|
-
|
|
32603
|
-
|
|
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
|
-
.
|
|
32606
|
-
|
|
32616
|
+
.E_k1ci6977.input-tags {
|
|
32617
|
+
position: relative;
|
|
32618
|
+
padding: 6px;
|
|
32619
|
+
height: 32px;
|
|
32620
|
+
cursor: pointer;
|
|
32621
|
+
transition: border 150ms;
|
|
32607
32622
|
}
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32610
|
-
|
|
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
|
-
.
|
|
32613
|
-
|
|
32627
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32628
|
+
padding-right: 30px;
|
|
32614
32629
|
}
|
|
32615
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
32632
|
-
opacity: 0;
|
|
32636
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32633
32637
|
position: absolute;
|
|
32638
|
+
right: 12px;
|
|
32634
32639
|
top: 50%;
|
|
32635
|
-
|
|
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
|
-
.
|
|
32650
|
-
|
|
32651
|
-
|
|
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
|
-
.
|
|
32654
|
-
|
|
32647
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32648
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32655
32649
|
}
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32650
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32651
|
+
position: relative;
|
|
32652
|
+
overflow: hidden;
|
|
32658
32653
|
}
|
|
32659
|
-
.
|
|
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
|
-
.
|
|
32663
|
-
|
|
32664
|
-
|
|
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
|
-
.
|
|
32674
|
-
margin-left
|
|
32675
|
-
|
|
32666
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32667
|
+
transition: margin-left 150ms ease;
|
|
32668
|
+
margin-left: 0px;
|
|
32676
32669
|
}
|
|
32677
|
-
.
|
|
32678
|
-
|
|
32670
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32671
|
+
margin-left: 16px;
|
|
32679
32672
|
}
|
|
32680
|
-
|
|
32681
|
-
|
|
32673
|
+
|
|
32674
|
+
input.E_l1f7td1d.ant-input {
|
|
32675
|
+
border-top-right-radius: 0;
|
|
32676
|
+
border-bottom-right-radius: 0;
|
|
32682
32677
|
}
|
|
32683
|
-
|
|
32684
|
-
|
|
32678
|
+
|
|
32679
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32680
|
+
border-top-right-radius: 0;
|
|
32681
|
+
border-bottom-right-radius: 0;
|
|
32685
32682
|
}
|
|
32686
|
-
|
|
32687
|
-
|
|
32683
|
+
|
|
32684
|
+
input.E_rf8rlle.ant-input {
|
|
32685
|
+
border-top-left-radius: 0;
|
|
32686
|
+
border-bottom-left-radius: 0;
|
|
32688
32687
|
}
|
|
32689
|
-
|
|
32690
|
-
|
|
32688
|
+
|
|
32689
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32690
|
+
border-top-left-radius: 0;
|
|
32691
|
+
border-bottom-left-radius: 0;
|
|
32691
32692
|
}
|
|
32692
|
-
|
|
32693
|
-
|
|
32694
|
-
|
|
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
|
-
|
|
32697
|
-
|
|
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
|
-
|
|
32700
|
-
|
|
32703
|
+
|
|
32704
|
+
.E_c3ni091 {
|
|
32705
|
+
display: flex;
|
|
32706
|
+
flex-direction: column;
|
|
32701
32707
|
}
|
|
32702
|
-
.
|
|
32703
|
-
|
|
32708
|
+
.E_c3ni091 .select-wrapper {
|
|
32709
|
+
margin-top: 12px;
|
|
32704
32710
|
}
|
|
32705
|
-
.
|
|
32706
|
-
|
|
32711
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32712
|
+
width: 100%;
|
|
32707
32713
|
}
|
|
32708
|
-
.
|
|
32709
|
-
|
|
32710
|
-
display: flex;
|
|
32711
|
-
flex-direction: column;
|
|
32714
|
+
.E_c3ni091 .radio-wrapper {
|
|
32715
|
+
margin-top: 24px;
|
|
32712
32716
|
}
|
|
32713
|
-
.
|
|
32714
|
-
|
|
32717
|
+
.E_c3ni091 div.form-item {
|
|
32718
|
+
width: 100%;
|
|
32715
32719
|
}
|
|
32716
32720
|
|
|
32717
|
-
.
|
|
32718
|
-
|
|
32719
|
-
|
|
32721
|
+
.E_d105ju2d {
|
|
32722
|
+
font-size: 14px;
|
|
32723
|
+
font-weight: 500;
|
|
32724
|
+
color: #3e4652;
|
|
32725
|
+
line-height: 18px;
|
|
32720
32726
|
}
|
|
32721
|
-
.
|
|
32722
|
-
|
|
32723
|
-
padding: 0;
|
|
32727
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32728
|
+
margin-top: 16px;
|
|
32724
32729
|
}
|
|
32725
|
-
.
|
|
32726
|
-
margin:
|
|
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
|
-
|
|
32737
|
-
|
|
32738
|
-
|
|
32739
|
-
|
|
32740
|
-
|
|
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
|
-
|
|
32744
|
-
|
|
32745
|
-
|
|
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
|
-
.
|
|
32749
|
-
|
|
32747
|
+
.E_r1skkc3l {
|
|
32748
|
+
display: block;
|
|
32750
32749
|
}
|
|
32751
|
-
.
|
|
32752
|
-
|
|
32750
|
+
.E_r1skkc3l span {
|
|
32751
|
+
font-size: 14px;
|
|
32752
|
+
font-weight: 500;
|
|
32753
|
+
line-height: 32px;
|
|
32754
|
+
color: #3e4652;
|
|
32753
32755
|
}
|
|
32754
32756
|
|
|
32755
|
-
.
|
|
32756
|
-
|
|
32757
|
-
|
|
32758
|
-
|
|
32759
|
-
|
|
32760
|
-
|
|
32761
|
-
|
|
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
|
-
.
|
|
32766
|
-
|
|
32765
|
+
.E_c3cobmo div {
|
|
32766
|
+
line-height: 20px;
|
|
32767
|
+
display: flex;
|
|
32768
|
+
align-items: center;
|
|
32769
|
+
word-break: break-all;
|
|
32767
32770
|
}
|
|
32768
|
-
.
|
|
32769
|
-
|
|
32771
|
+
.E_c3cobmo .title {
|
|
32772
|
+
font-weight: 700;
|
|
32773
|
+
line-height: 18px;
|
|
32774
|
+
margin: 4px 0;
|
|
32770
32775
|
}
|
|
32771
32776
|
|
|
32772
|
-
.
|
|
32773
|
-
|
|
32774
|
-
|
|
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
|
-
.
|
|
33564
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
33786
|
-
|
|
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
|
-
|
|
33795
|
-
|
|
33630
|
+
|
|
33631
|
+
.E_c1eym6el {
|
|
33632
|
+
border-radius: 8px;
|
|
33633
|
+
background-color: white;
|
|
33796
33634
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33635
|
+
.E_c1eym6el.hoverable {
|
|
33636
|
+
cursor: pointer;
|
|
33799
33637
|
}
|
|
33800
|
-
.
|
|
33801
|
-
|
|
33802
|
-
|
|
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
|
-
|
|
33858
|
-
|
|
33859
|
-
|
|
33860
|
-
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
-
.
|
|
34227
|
-
|
|
34228
|
-
|
|
34229
|
-
margin-top: 8px;
|
|
34130
|
+
button.E_l48ei06 {
|
|
34131
|
+
color: #0080FF;
|
|
34132
|
+
height: unset;
|
|
34230
34133
|
}
|
|
34231
|
-
.
|
|
34232
|
-
|
|
34233
|
-
height: 24px;
|
|
34134
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34135
|
+
margin-right: 4px;
|
|
34234
34136
|
}
|
|
34235
|
-
.
|
|
34236
|
-
|
|
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
|
-
.
|
|
34241
|
-
|
|
34140
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34141
|
+
color: #009DFF;
|
|
34242
34142
|
}
|
|
34243
|
-
|
|
34244
|
-
|
|
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
|
-
|
|
34252
|
-
margin-right: 4px;
|
|
34253
|
-
height: 16px;
|
|
34146
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34147
|
+
color: #0080FF;
|
|
34254
34148
|
}
|
|
34255
|
-
|
|
34256
|
-
|
|
34257
|
-
padding: 0 8px;
|
|
34258
|
-
height: 18px;
|
|
34149
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34150
|
+
color: #00122E;
|
|
34259
34151
|
}
|
|
34260
|
-
|
|
34261
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
.
|
|
34276
|
-
|
|
34277
|
-
|
|
34278
|
-
|
|
34279
|
-
|
|
34280
|
-
|
|
34281
|
-
|
|
34282
|
-
|
|
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
|
-
.
|
|
34734
|
-
|
|
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
|
-
.
|
|
34737
|
-
|
|
34738
|
-
|
|
34739
|
-
|
|
34740
|
-
|
|
34741
|
-
|
|
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
|
-
|
|
34602
|
+
align-items: center;
|
|
34744
34603
|
}
|
|
34745
|
-
.
|
|
34746
|
-
|
|
34604
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34605
|
+
color: #a3b4cc;
|
|
34747
34606
|
}
|
|
34748
|
-
.
|
|
34749
|
-
|
|
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
|
-
.
|
|
34753
|
-
|
|
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
|
-
.
|
|
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
|
-
|
|
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
|
}
|