@cloudtower/eagle 0.34.0 → 0.34.1
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 +13 -18
- package/dist/cjs/core/Banner/banner.style.js +11 -0
- package/dist/cjs/core/Banner/index.js +32 -0
- package/dist/cjs/core/BasicCTError/BasicCTError.style.js +5 -0
- package/dist/cjs/core/BasicCTError/index.js +40 -0
- package/dist/cjs/core/ConfigProvider/index.js +8 -2
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/cjs/core/ImmersiveDialog/index.js +188 -0
- package/dist/cjs/core/ImmersiveDialog/styles.js +31 -0
- package/dist/cjs/core/MediumDialog/MediumDialog.js +54 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.js +144 -0
- package/dist/cjs/core/SmallDialog/SmallDialog.style.js +11 -0
- package/dist/cjs/core/TableForm/AddRowButton.js +2 -2
- package/dist/cjs/core/TableForm/index.js +21 -6
- package/dist/cjs/core/Timeline/index.js +13 -7
- package/dist/cjs/core/WizardDialog/index.js +170 -0
- package/dist/cjs/core/WizardDialog/styles.js +11 -0
- package/dist/cjs/core/index.js +9 -9
- package/dist/cjs/core/message/index.js +5 -215
- package/dist/cjs/core/message/message.js +222 -0
- package/dist/cjs/core/message/useMessage.js +12 -0
- package/dist/cjs/core/message-group/index.js +2 -2
- package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +78 -58
- package/dist/cjs/coreX/DateRangePicker/index.js +13 -1
- package/dist/cjs/coreX/DateRangePicker/utils.js +5 -0
- package/dist/cjs/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/cjs/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/cjs/coreX/KubeConfigModal/KubeConfigModal.style.js +29 -0
- package/dist/cjs/coreX/KubeConfigModal/index.js +102 -0
- package/dist/cjs/coreX/KubeConfigModal/utils.js +25 -0
- package/dist/cjs/hooks/useCTErrorMsg.js +25 -0
- package/dist/cjs/index.js +225 -197
- package/dist/cjs/legacy-antd.js +81 -81
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/cterror.js +64 -0
- package/dist/cjs/utils/unit.js +19 -0
- package/dist/components.css +2054 -2776
- package/dist/esm/UIKitProvider/index.js +3 -6
- package/dist/esm/core/Banner/banner.style.js +6 -0
- package/dist/esm/core/Banner/index.js +25 -0
- package/dist/esm/core/BasicCTError/BasicCTError.style.js +3 -0
- package/dist/esm/core/BasicCTError/index.js +34 -0
- package/dist/esm/core/ConfigProvider/index.js +9 -4
- package/dist/esm/core/Fields/FieldsDateTimeRange/index.js +20 -3
- package/dist/esm/core/ImmersiveDialog/index.js +182 -0
- package/dist/esm/core/ImmersiveDialog/styles.js +16 -0
- package/dist/esm/core/MediumDialog/MediumDialog.js +48 -0
- package/dist/esm/core/SmallDialog/SmallDialog.js +137 -0
- package/dist/esm/core/SmallDialog/SmallDialog.style.js +6 -0
- package/dist/esm/core/TableForm/AddRowButton.js +2 -2
- package/dist/esm/core/TableForm/index.js +21 -6
- package/dist/esm/core/Timeline/index.js +13 -7
- package/dist/esm/core/WizardDialog/index.js +164 -0
- package/dist/esm/core/WizardDialog/styles.js +6 -0
- package/dist/esm/core/message/index.js +4 -184
- package/dist/esm/core/message/message.js +186 -0
- package/dist/esm/core/message/useMessage.js +9 -0
- package/dist/esm/core/message-group/index.js +1 -1
- package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/esm/coreX/DateRangePicker/Calendar.js +79 -59
- package/dist/esm/coreX/DateRangePicker/index.js +13 -1
- package/dist/esm/coreX/DateRangePicker/utils.js +3 -0
- package/dist/esm/coreX/Dialogs/DeleteDialog/DeleteDialog.js +5 -3
- package/dist/esm/coreX/Dialogs/RejectDialog/RejectDialog.js +1 -1
- package/dist/esm/coreX/KubeConfigModal/KubeConfigModal.style.js +20 -0
- package/dist/esm/coreX/KubeConfigModal/index.js +96 -0
- package/dist/esm/coreX/KubeConfigModal/utils.js +22 -0
- package/dist/esm/hooks/useCTErrorMsg.js +23 -0
- package/dist/esm/index.js +14 -5
- package/dist/esm/legacy-antd.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/cterror.js +58 -0
- package/dist/esm/utils/unit.js +17 -0
- package/dist/linaria.merged.scss +2329 -1902
- package/dist/src/UIKitProvider/index.d.ts +1 -3
- package/dist/src/core/Antd5Flex/index.d.ts +2 -0
- package/dist/src/core/Antd5Tree/Antd5Tree.d.ts +1 -0
- package/dist/src/core/Antd5Tree/Antd5Tree.type.d.ts +4 -0
- package/dist/src/core/Antd5Tree/index.d.ts +2 -0
- package/dist/src/core/Banner/banner.style.d.ts +4 -0
- package/dist/src/core/Banner/banner.types.d.ts +28 -0
- package/dist/src/core/Banner/index.d.ts +3 -0
- package/dist/src/core/BasicCTError/BasicCTError.style.d.ts +1 -0
- package/dist/src/core/BasicCTError/BasicCTError.type.d.ts +56 -0
- package/dist/src/core/BasicCTError/index.d.ts +3 -0
- package/dist/src/core/ConfigProvider/index.d.ts +6 -1
- package/dist/src/core/ImmersiveDialog/index.d.ts +3 -0
- package/dist/src/core/ImmersiveDialog/styles.d.ts +14 -0
- package/dist/src/core/ImmersiveDialog/type.d.ts +37 -0
- package/dist/src/core/Input/index.d.ts +2 -4
- package/dist/src/core/Input/input.type.d.ts +4 -0
- package/dist/src/core/MediumDialog/MediumDialog.d.ts +3 -0
- package/dist/src/core/MediumDialog/index.d.ts +1 -0
- package/dist/src/core/SmallDialog/SmallDialog.d.ts +3 -0
- package/dist/src/core/SmallDialog/SmallDialog.style.d.ts +4 -0
- package/dist/src/{coreX/Dialogs/SmallDialog.d.ts → core/SmallDialog/SmallDialog.type.d.ts} +12 -4
- package/dist/src/core/SmallDialog/index.d.ts +3 -0
- package/dist/src/core/TableForm/types.d.ts +7 -2
- package/dist/src/core/Timeline/Timeline.type.d.ts +27 -7
- package/dist/src/core/Timeline/index.d.ts +5 -1
- package/dist/src/core/WizardDialog/index.d.ts +3 -0
- package/dist/src/core/WizardDialog/styles.d.ts +4 -0
- package/dist/src/core/WizardDialog/type.d.ts +31 -0
- package/dist/src/core/index.d.ts +10 -14
- package/dist/src/core/message/index.d.ts +4 -53
- package/dist/src/core/message/message.d.ts +53 -0
- package/dist/src/core/message/useMessage.d.ts +4 -0
- package/dist/src/coreX/DateRangePicker/__tests__/utils.test.d.ts +1 -0
- package/dist/src/coreX/DateRangePicker/dateRangePicker.type.d.ts +10 -2
- package/dist/src/coreX/DateRangePicker/utils.d.ts +7 -0
- package/dist/src/coreX/Dialogs/DeleteDialog/DeleteDialog.type.d.ts +2 -0
- package/dist/src/coreX/Dialogs/index.d.ts +0 -1
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.style.d.ts +9 -0
- package/dist/src/coreX/KubeConfigModal/KubeConfigModal.type.d.ts +21 -0
- package/dist/src/coreX/KubeConfigModal/index.d.ts +4 -0
- package/dist/src/coreX/KubeConfigModal/utils.d.ts +2 -0
- package/dist/src/coreX/index.d.ts +2 -0
- package/dist/src/hooks/__tests__/useCTErrorMsg.test.d.ts +1 -0
- package/dist/src/hooks/index.d.ts +1 -0
- package/dist/src/hooks/useCTErrorMsg.d.ts +7 -0
- package/dist/src/utils/__test__/cterror.test.d.ts +1 -0
- package/dist/src/utils/__test__/unit.spec.d.ts +1 -0
- package/dist/src/utils/cterror.d.ts +29 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/type.d.ts +32 -0
- package/dist/src/utils/unit.d.ts +14 -0
- package/dist/stories/docs/core/Antd5Tree.stories.d.ts +44 -0
- package/dist/stories/docs/core/Banner.stories.d.ts +53 -0
- package/dist/stories/docs/core/BasicCTError.stories.d.ts +47 -0
- package/dist/stories/docs/core/FieldsDateTimeRange.stories.d.ts +1 -0
- package/dist/stories/docs/core/ImmersiveDialog.stories.d.ts +96 -0
- package/dist/stories/docs/core/Input.simple.stories.d.ts +1 -3
- package/dist/stories/docs/core/MediumDialog.stories.d.ts +35 -0
- package/dist/stories/docs/core/Modal.stories.d.ts +0 -2
- package/dist/stories/docs/core/SmallDialog.stories.d.ts +37 -0
- package/dist/stories/docs/core/Timeline.stories.d.ts +4 -1
- package/dist/stories/docs/core/WizardDialog.stories.d.ts +109 -0
- package/dist/stories/docs/coreX/DateRangePicker.stories.d.ts +1 -0
- package/dist/stories/docs/coreX/Dialogs/DeleteDialog.stories.d.ts +5 -0
- package/dist/stories/docs/coreX/KubeConfigModal.stories.d.ts +83 -0
- package/dist/style.css +2093 -1705
- package/package.json +5 -4
- package/dist/cjs/coreX/Dialogs/SmallDialog.js +0 -86
- package/dist/esm/coreX/Dialogs/SmallDialog.js +0 -80
package/dist/style.css
CHANGED
|
@@ -28732,6 +28732,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28732
28732
|
max-height: calc(60vh - 64px);
|
|
28733
28733
|
min-height: 88px;
|
|
28734
28734
|
padding: 12px 24px 24px;
|
|
28735
|
+
overflow-x: hidden;
|
|
28735
28736
|
}
|
|
28736
28737
|
.ant-modal.normal-modal .ant-modal-footer {
|
|
28737
28738
|
padding: 16px 24px;
|
|
@@ -29672,26 +29673,6 @@ html body {
|
|
|
29672
29673
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29674
|
}
|
|
29674
29675
|
}
|
|
29675
|
-
.E_m74vjol {
|
|
29676
|
-
display: flex;
|
|
29677
|
-
justify-content: space-between;
|
|
29678
|
-
width: 100%;
|
|
29679
|
-
}
|
|
29680
|
-
.E_m74vjol .action {
|
|
29681
|
-
margin-left: 16px;
|
|
29682
|
-
}
|
|
29683
|
-
|
|
29684
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29685
|
-
padding-right: 12px;
|
|
29686
|
-
}
|
|
29687
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29688
|
-
height: fit-content;
|
|
29689
|
-
margin-left: 16px;
|
|
29690
|
-
}
|
|
29691
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29692
|
-
flex: 1;
|
|
29693
|
-
}
|
|
29694
|
-
|
|
29695
29676
|
.E_c18gxmrl {
|
|
29696
29677
|
border: 1px solid #d8deeb;
|
|
29697
29678
|
border-radius: 4px;
|
|
@@ -29712,49 +29693,24 @@ html body {
|
|
|
29712
29693
|
padding: 8px 12px;
|
|
29713
29694
|
}
|
|
29714
29695
|
|
|
29715
|
-
.
|
|
29716
|
-
|
|
29717
|
-
|
|
29718
|
-
|
|
29719
|
-
.E_bqamoqe {
|
|
29720
|
-
white-space: nowrap;
|
|
29721
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29722
|
-
}
|
|
29723
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29724
|
-
--color: #0080ff;
|
|
29725
|
-
}
|
|
29726
|
-
.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] {
|
|
29727
|
-
--color: #0080ff;
|
|
29728
|
-
}
|
|
29729
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29730
|
-
margin-left: 1px;
|
|
29731
|
-
}
|
|
29732
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29733
|
-
border-top-right-radius: 0;
|
|
29734
|
-
border-bottom-right-radius: 0;
|
|
29735
|
-
}
|
|
29736
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29737
|
-
border-top-left-radius: 0;
|
|
29738
|
-
border-bottom-left-radius: 0;
|
|
29696
|
+
.E_m74vjol {
|
|
29697
|
+
display: flex;
|
|
29698
|
+
justify-content: space-between;
|
|
29699
|
+
width: 100%;
|
|
29739
29700
|
}
|
|
29740
|
-
.
|
|
29741
|
-
|
|
29701
|
+
.E_m74vjol .action {
|
|
29702
|
+
margin-left: 16px;
|
|
29742
29703
|
}
|
|
29743
29704
|
|
|
29744
|
-
.
|
|
29745
|
-
|
|
29746
|
-
margin-bottom: 4px;
|
|
29747
|
-
}
|
|
29748
|
-
.E_berrcjl .breadcrumb-link {
|
|
29749
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29750
|
-
cursor: pointer;
|
|
29751
|
-
transition: color 160ms ease;
|
|
29705
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29706
|
+
padding-right: 12px;
|
|
29752
29707
|
}
|
|
29753
|
-
.
|
|
29754
|
-
|
|
29708
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29709
|
+
height: fit-content;
|
|
29710
|
+
margin-left: 16px;
|
|
29755
29711
|
}
|
|
29756
|
-
.
|
|
29757
|
-
|
|
29712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
+
flex: 1;
|
|
29758
29714
|
}
|
|
29759
29715
|
|
|
29760
29716
|
.E_c1uzzomf {
|
|
@@ -29779,6 +29735,102 @@ html body {
|
|
|
29779
29735
|
text-align: center;
|
|
29780
29736
|
}
|
|
29781
29737
|
|
|
29738
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29739
|
+
padding: 4px 8px 0 8px;
|
|
29740
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29741
|
+
font-size: 12px;
|
|
29742
|
+
}
|
|
29743
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29744
|
+
padding-bottom: 6px;
|
|
29745
|
+
}
|
|
29746
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29747
|
+
padding-top: 4px;
|
|
29748
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29749
|
+
}
|
|
29750
|
+
|
|
29751
|
+
.E_d1bw7c5z {
|
|
29752
|
+
position: relative;
|
|
29753
|
+
max-width: 388px;
|
|
29754
|
+
min-width: 285px;
|
|
29755
|
+
}
|
|
29756
|
+
.E_d1bw7c5z .center {
|
|
29757
|
+
position: absolute;
|
|
29758
|
+
font-size: 12px;
|
|
29759
|
+
width: 80px;
|
|
29760
|
+
height: 100px;
|
|
29761
|
+
top: 0;
|
|
29762
|
+
left: 35px;
|
|
29763
|
+
display: flex;
|
|
29764
|
+
flex-direction: column;
|
|
29765
|
+
justify-content: center;
|
|
29766
|
+
align-items: center;
|
|
29767
|
+
color: #00122e;
|
|
29768
|
+
}
|
|
29769
|
+
.E_d1bw7c5z .center .number {
|
|
29770
|
+
font-size: 24px;
|
|
29771
|
+
font-weight: 700;
|
|
29772
|
+
}
|
|
29773
|
+
.E_d1bw7c5z .center .text {
|
|
29774
|
+
padding: 0 5px;
|
|
29775
|
+
font-size: 12px;
|
|
29776
|
+
width: inherit;
|
|
29777
|
+
text-align: center;
|
|
29778
|
+
}
|
|
29779
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29780
|
+
display: flex;
|
|
29781
|
+
}
|
|
29782
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29783
|
+
position: relative !important;
|
|
29784
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29785
|
+
left: 0 !important;
|
|
29786
|
+
bottom: 0 !important;
|
|
29787
|
+
display: flex;
|
|
29788
|
+
align-items: center;
|
|
29789
|
+
}
|
|
29790
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29791
|
+
width: 100%;
|
|
29792
|
+
}
|
|
29793
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29794
|
+
width: 100%;
|
|
29795
|
+
margin-right: 0 !important;
|
|
29796
|
+
line-height: 18px;
|
|
29797
|
+
}
|
|
29798
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29799
|
+
border-radius: 2px;
|
|
29800
|
+
}
|
|
29801
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29802
|
+
min-width: 75px;
|
|
29803
|
+
max-width: 198px;
|
|
29804
|
+
width: calc(100% - 20px);
|
|
29805
|
+
margin-left: 2px;
|
|
29806
|
+
color: #00122e !important;
|
|
29807
|
+
display: inline-flex;
|
|
29808
|
+
justify-content: space-between;
|
|
29809
|
+
}
|
|
29810
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29811
|
+
maxwidth: calc(100% - 12px);
|
|
29812
|
+
cursor: pointer;
|
|
29813
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29814
|
+
overflow: hidden;
|
|
29815
|
+
text-overflow: ellipsis;
|
|
29816
|
+
white-space: nowrap;
|
|
29817
|
+
}
|
|
29818
|
+
.E_d1bw7c5z .value {
|
|
29819
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29820
|
+
}
|
|
29821
|
+
|
|
29822
|
+
.E_t10pqbtc {
|
|
29823
|
+
width: 140px;
|
|
29824
|
+
}
|
|
29825
|
+
.E_t10pqbtc .item {
|
|
29826
|
+
margin: 6px auto;
|
|
29827
|
+
display: flex;
|
|
29828
|
+
justify-content: space-between;
|
|
29829
|
+
}
|
|
29830
|
+
.E_t10pqbtc .item .name {
|
|
29831
|
+
width: 102px;
|
|
29832
|
+
}
|
|
29833
|
+
|
|
29782
29834
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29783
29835
|
justify-content: center;
|
|
29784
29836
|
}
|
|
@@ -30036,145 +30088,49 @@ html body {
|
|
|
30036
30088
|
justify-content: center;
|
|
30037
30089
|
}
|
|
30038
30090
|
|
|
30039
|
-
.
|
|
30040
|
-
|
|
30041
|
-
max-width: 388px;
|
|
30042
|
-
min-width: 285px;
|
|
30043
|
-
}
|
|
30044
|
-
.E_d1bw7c5z .center {
|
|
30045
|
-
position: absolute;
|
|
30046
|
-
font-size: 12px;
|
|
30047
|
-
width: 80px;
|
|
30048
|
-
height: 100px;
|
|
30049
|
-
top: 0;
|
|
30050
|
-
left: 35px;
|
|
30051
|
-
display: flex;
|
|
30052
|
-
flex-direction: column;
|
|
30053
|
-
justify-content: center;
|
|
30054
|
-
align-items: center;
|
|
30055
|
-
color: #00122e;
|
|
30091
|
+
.E_b1nip9bk {
|
|
30092
|
+
padding: 4px 11px;
|
|
30056
30093
|
}
|
|
30057
|
-
|
|
30058
|
-
|
|
30059
|
-
|
|
30094
|
+
|
|
30095
|
+
.E_bqamoqe {
|
|
30096
|
+
white-space: nowrap;
|
|
30097
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30060
30098
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30063
|
-
font-size: 12px;
|
|
30064
|
-
width: inherit;
|
|
30065
|
-
text-align: center;
|
|
30099
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30100
|
+
--color: #0080ff;
|
|
30066
30101
|
}
|
|
30067
|
-
.
|
|
30068
|
-
|
|
30102
|
+
.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] {
|
|
30103
|
+
--color: #0080ff;
|
|
30069
30104
|
}
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30073
|
-
left: 0 !important;
|
|
30074
|
-
bottom: 0 !important;
|
|
30075
|
-
display: flex;
|
|
30076
|
-
align-items: center;
|
|
30105
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30106
|
+
margin-left: 1px;
|
|
30077
30107
|
}
|
|
30078
|
-
.
|
|
30079
|
-
|
|
30108
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30109
|
+
border-top-right-radius: 0;
|
|
30110
|
+
border-bottom-right-radius: 0;
|
|
30080
30111
|
}
|
|
30081
|
-
.
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
line-height: 18px;
|
|
30112
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30113
|
+
border-top-left-radius: 0;
|
|
30114
|
+
border-bottom-left-radius: 0;
|
|
30085
30115
|
}
|
|
30086
|
-
.
|
|
30087
|
-
border-radius:
|
|
30116
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30117
|
+
border-radius: unset;
|
|
30088
30118
|
}
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
margin-left: 2px;
|
|
30094
|
-
color: #00122e !important;
|
|
30095
|
-
display: inline-flex;
|
|
30096
|
-
justify-content: space-between;
|
|
30119
|
+
|
|
30120
|
+
.E_berrcjl {
|
|
30121
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30122
|
+
margin-bottom: 4px;
|
|
30097
30123
|
}
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30124
|
+
.E_berrcjl .breadcrumb-link {
|
|
30125
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30100
30126
|
cursor: pointer;
|
|
30101
|
-
|
|
30102
|
-
overflow: hidden;
|
|
30103
|
-
text-overflow: ellipsis;
|
|
30104
|
-
white-space: nowrap;
|
|
30127
|
+
transition: color 160ms ease;
|
|
30105
30128
|
}
|
|
30106
|
-
.
|
|
30107
|
-
color:
|
|
30129
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30130
|
+
color: #0080ff;
|
|
30108
30131
|
}
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
width: 140px;
|
|
30112
|
-
}
|
|
30113
|
-
.E_t10pqbtc .item {
|
|
30114
|
-
margin: 6px auto;
|
|
30115
|
-
display: flex;
|
|
30116
|
-
justify-content: space-between;
|
|
30117
|
-
}
|
|
30118
|
-
.E_t10pqbtc .item .name {
|
|
30119
|
-
width: 102px;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.E_c1yyuluq {
|
|
30123
|
-
border-radius: 8px;
|
|
30124
|
-
}
|
|
30125
|
-
.E_c1yyuluq .ant-card-body {
|
|
30126
|
-
padding: 20px 24px 24px 24px;
|
|
30127
|
-
}
|
|
30128
|
-
|
|
30129
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30130
|
-
padding: 4px 8px 0 8px;
|
|
30131
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30132
|
-
font-size: 12px;
|
|
30133
|
-
}
|
|
30134
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30135
|
-
padding-bottom: 6px;
|
|
30136
|
-
}
|
|
30137
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30138
|
-
padding-top: 4px;
|
|
30139
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30140
|
-
}
|
|
30141
|
-
|
|
30142
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30143
|
-
border: 0px;
|
|
30144
|
-
background-color: #fff;
|
|
30145
|
-
}
|
|
30146
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30147
|
-
padding-top: 0px;
|
|
30148
|
-
padding-bottom: 0px;
|
|
30149
|
-
padding-left: 0px !important;
|
|
30150
|
-
padding-right: 24px;
|
|
30151
|
-
}
|
|
30152
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30153
|
-
right: 0px;
|
|
30154
|
-
}
|
|
30155
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30156
|
-
padding: 0px;
|
|
30157
|
-
}
|
|
30158
|
-
|
|
30159
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30160
|
-
padding-right: 0px;
|
|
30161
|
-
cursor: default;
|
|
30162
|
-
}
|
|
30163
|
-
|
|
30164
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30165
|
-
display: flex;
|
|
30166
|
-
}
|
|
30167
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30168
|
-
border-bottom-left-radius: 5px;
|
|
30169
|
-
border-top-left-radius: 5px;
|
|
30170
|
-
}
|
|
30171
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30172
|
-
border-bottom-right-radius: 5px;
|
|
30173
|
-
border-top-right-radius: 5px;
|
|
30174
|
-
}
|
|
30175
|
-
|
|
30176
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30177
|
-
line-height: 18px;
|
|
30132
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30133
|
+
color: #005ed1;
|
|
30178
30134
|
}
|
|
30179
30135
|
|
|
30180
30136
|
.E_phljevk {
|
|
@@ -30234,30 +30190,45 @@ html body {
|
|
|
30234
30190
|
line-height: 18px;
|
|
30235
30191
|
}
|
|
30236
30192
|
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30193
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30194
|
+
display: flex;
|
|
30239
30195
|
}
|
|
30240
|
-
.
|
|
30241
|
-
|
|
30196
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30197
|
+
border-bottom-left-radius: 5px;
|
|
30198
|
+
border-top-left-radius: 5px;
|
|
30199
|
+
}
|
|
30200
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30201
|
+
border-bottom-right-radius: 5px;
|
|
30202
|
+
border-top-right-radius: 5px;
|
|
30242
30203
|
}
|
|
30243
30204
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
|
-
padding
|
|
30205
|
+
.E_c1yyuluq {
|
|
30206
|
+
border-radius: 8px;
|
|
30207
|
+
}
|
|
30208
|
+
.E_c1yyuluq .ant-card-body {
|
|
30209
|
+
padding: 20px 24px 24px 24px;
|
|
30249
30210
|
}
|
|
30250
30211
|
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30253
|
-
|
|
30212
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30213
|
+
border: 0px;
|
|
30214
|
+
background-color: #fff;
|
|
30254
30215
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30216
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30217
|
+
padding-top: 0px;
|
|
30218
|
+
padding-bottom: 0px;
|
|
30219
|
+
padding-left: 0px !important;
|
|
30220
|
+
padding-right: 24px;
|
|
30221
|
+
}
|
|
30222
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30223
|
+
right: 0px;
|
|
30224
|
+
}
|
|
30225
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30226
|
+
padding: 0px;
|
|
30257
30227
|
}
|
|
30258
30228
|
|
|
30259
|
-
.
|
|
30260
|
-
|
|
30229
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30230
|
+
padding-right: 0px;
|
|
30231
|
+
cursor: default;
|
|
30261
30232
|
}
|
|
30262
30233
|
|
|
30263
30234
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30406,23 +30377,111 @@ html body {
|
|
|
30406
30377
|
width: 36px;
|
|
30407
30378
|
}
|
|
30408
30379
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30380
|
+
.E_c1bus5hc {
|
|
30381
|
+
--color: white;
|
|
30382
|
+
height: 14px;
|
|
30383
|
+
width: 14px;
|
|
30384
|
+
border-radius: 50%;
|
|
30385
|
+
flex-shrink: 0;
|
|
30386
|
+
display: flex;
|
|
30387
|
+
align-items: center;
|
|
30388
|
+
justify-content: center;
|
|
30389
|
+
border: 1px solid var(--color);
|
|
30390
|
+
}
|
|
30391
|
+
.E_c1bus5hc .circle-inner {
|
|
30392
|
+
position: relative;
|
|
30393
|
+
height: 10px;
|
|
30394
|
+
width: 10px;
|
|
30395
|
+
border-radius: 50%;
|
|
30396
|
+
overflow: hidden;
|
|
30397
|
+
}
|
|
30398
|
+
.E_c1bus5hc .circle-content {
|
|
30399
|
+
position: absolute;
|
|
30400
|
+
height: 100%;
|
|
30401
|
+
width: 100%;
|
|
30402
|
+
left: 0;
|
|
30403
|
+
top: 0;
|
|
30404
|
+
border-radius: 50%;
|
|
30405
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30406
|
+
transform: rotate(180deg);
|
|
30407
|
+
}
|
|
30408
|
+
.E_c1bus5hc .circle-child {
|
|
30409
|
+
position: absolute;
|
|
30410
|
+
height: 100%;
|
|
30411
|
+
width: 100%;
|
|
30412
|
+
left: 0;
|
|
30413
|
+
top: 0;
|
|
30414
|
+
margin-left: 50%;
|
|
30415
|
+
transform-origin: left;
|
|
30416
|
+
background: white;
|
|
30417
|
+
transform: rotate(0deg);
|
|
30411
30418
|
}
|
|
30412
30419
|
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30420
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30421
|
+
line-height: 18px;
|
|
30415
30422
|
}
|
|
30416
30423
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30424
|
+
.E_s1dizucg.ant-switch {
|
|
30425
|
+
min-width: 40px;
|
|
30426
|
+
height: 24px;
|
|
30427
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30428
|
+
overflow: hidden;
|
|
30419
30429
|
}
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
border-radius: 4px;
|
|
30430
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30431
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30423
30432
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30433
|
+
.E_s1dizucg.ant-switch-small {
|
|
30434
|
+
min-width: 26px;
|
|
30435
|
+
height: 16px;
|
|
30436
|
+
}
|
|
30437
|
+
.E_s1dizucg.ant-switch-large {
|
|
30438
|
+
min-width: 52px;
|
|
30439
|
+
height: 32px;
|
|
30440
|
+
}
|
|
30441
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30442
|
+
height: 20px;
|
|
30443
|
+
width: 20px;
|
|
30444
|
+
}
|
|
30445
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30446
|
+
border-radius: 10px;
|
|
30447
|
+
transition-delay: 120ms;
|
|
30448
|
+
}
|
|
30449
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30450
|
+
height: 14px;
|
|
30451
|
+
width: 14px;
|
|
30452
|
+
top: 1px;
|
|
30453
|
+
left: 1px;
|
|
30454
|
+
}
|
|
30455
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30456
|
+
height: 28px;
|
|
30457
|
+
width: 28px;
|
|
30458
|
+
}
|
|
30459
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30460
|
+
border-radius: 14px;
|
|
30461
|
+
}
|
|
30462
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30463
|
+
background-color: #00ba5d;
|
|
30464
|
+
}
|
|
30465
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30466
|
+
left: calc(100% - 20px - 2px);
|
|
30467
|
+
}
|
|
30468
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30469
|
+
left: calc(100% - 14px - 1px);
|
|
30470
|
+
}
|
|
30471
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30472
|
+
left: calc(100% - 28px - 2px);
|
|
30473
|
+
}
|
|
30474
|
+
|
|
30475
|
+
.E_c1up6e3y {
|
|
30476
|
+
margin-left: 5px;
|
|
30477
|
+
}
|
|
30478
|
+
|
|
30479
|
+
.E_iq1gosr {
|
|
30480
|
+
display: inline-block;
|
|
30481
|
+
}
|
|
30482
|
+
|
|
30483
|
+
.E_tju3gfj .date {
|
|
30484
|
+
margin-right: 4px;
|
|
30426
30485
|
}
|
|
30427
30486
|
|
|
30428
30487
|
.E_s1sck0th {
|
|
@@ -30507,65 +30566,21 @@ html body {
|
|
|
30507
30566
|
background-color: #7E41FF;
|
|
30508
30567
|
}
|
|
30509
30568
|
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30512
|
-
height: 24px;
|
|
30513
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30514
|
-
overflow: hidden;
|
|
30515
|
-
}
|
|
30516
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30517
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30569
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30570
|
+
display: none;
|
|
30518
30571
|
}
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30521
|
-
|
|
30572
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30573
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30574
|
+
border-radius: 4px;
|
|
30522
30575
|
}
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30525
|
-
height: 32px;
|
|
30576
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30577
|
+
visibility: hidden;
|
|
30526
30578
|
}
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
border-radius: 10px;
|
|
30533
|
-
transition-delay: 120ms;
|
|
30534
|
-
}
|
|
30535
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30536
|
-
height: 14px;
|
|
30537
|
-
width: 14px;
|
|
30538
|
-
top: 1px;
|
|
30539
|
-
left: 1px;
|
|
30540
|
-
}
|
|
30541
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30542
|
-
height: 28px;
|
|
30543
|
-
width: 28px;
|
|
30544
|
-
}
|
|
30545
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30546
|
-
border-radius: 14px;
|
|
30547
|
-
}
|
|
30548
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30549
|
-
background-color: #00ba5d;
|
|
30550
|
-
}
|
|
30551
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30552
|
-
left: calc(100% - 20px - 2px);
|
|
30553
|
-
}
|
|
30554
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30555
|
-
left: calc(100% - 14px - 1px);
|
|
30556
|
-
}
|
|
30557
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30558
|
-
left: calc(100% - 28px - 2px);
|
|
30559
|
-
}
|
|
30560
|
-
|
|
30561
|
-
.E_c1up6e3y {
|
|
30562
|
-
margin-left: 5px;
|
|
30563
|
-
}
|
|
30564
|
-
|
|
30565
|
-
.E_ivqqkzv {
|
|
30566
|
-
height: 24px;
|
|
30567
|
-
width: 56px !important;
|
|
30568
|
-
margin-right: 4px;
|
|
30579
|
+
|
|
30580
|
+
.E_ivqqkzv {
|
|
30581
|
+
height: 24px;
|
|
30582
|
+
width: 56px !important;
|
|
30583
|
+
margin-right: 4px;
|
|
30569
30584
|
}
|
|
30570
30585
|
|
|
30571
30586
|
.E_c1wk4q29 {
|
|
@@ -30653,44 +30668,30 @@ html body {
|
|
|
30653
30668
|
opacity: 0;
|
|
30654
30669
|
}
|
|
30655
30670
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
height: 14px;
|
|
30659
|
-
width: 14px;
|
|
30660
|
-
border-radius: 50%;
|
|
30661
|
-
flex-shrink: 0;
|
|
30662
|
-
display: flex;
|
|
30663
|
-
align-items: center;
|
|
30664
|
-
justify-content: center;
|
|
30665
|
-
border: 1px solid var(--color);
|
|
30671
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30672
|
+
margin-right: 8px;
|
|
30666
30673
|
}
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30669
|
-
height: 10px;
|
|
30670
|
-
width: 10px;
|
|
30671
|
-
border-radius: 50%;
|
|
30672
|
-
overflow: hidden;
|
|
30674
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30675
|
+
margin-left: 8px;
|
|
30673
30676
|
}
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
border-radius: 50%;
|
|
30681
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30682
|
-
transform: rotate(180deg);
|
|
30677
|
+
|
|
30678
|
+
.E_cc368xp {
|
|
30679
|
+
color: #00122e;
|
|
30680
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30681
|
+
margin-right: 8px;
|
|
30682
|
+
padding-right: 8px;
|
|
30683
30683
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30684
|
+
|
|
30685
|
+
.E_i11o6xqj {
|
|
30686
|
+
display: flex;
|
|
30687
|
+
gap: 4px;
|
|
30688
|
+
}
|
|
30689
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30690
|
+
cursor: pointer;
|
|
30691
|
+
}
|
|
30692
|
+
|
|
30693
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30694
|
+
cursor: not-allowed;
|
|
30694
30695
|
}
|
|
30695
30696
|
|
|
30696
30697
|
.E_fzh9mnb {
|
|
@@ -30742,6 +30743,68 @@ html body {
|
|
|
30742
30743
|
min-height: 0px;
|
|
30743
30744
|
}
|
|
30744
30745
|
|
|
30746
|
+
.E_iouxfgt {
|
|
30747
|
+
display: inline-flex;
|
|
30748
|
+
align-items: center;
|
|
30749
|
+
}
|
|
30750
|
+
.E_iouxfgt .icon-inner {
|
|
30751
|
+
display: inline-flex;
|
|
30752
|
+
align-items: center;
|
|
30753
|
+
justify-content: center;
|
|
30754
|
+
}
|
|
30755
|
+
.E_iouxfgt .icon-inner + span,
|
|
30756
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30757
|
+
margin-left: 4px;
|
|
30758
|
+
}
|
|
30759
|
+
.E_iouxfgt.is-rotate img,
|
|
30760
|
+
.E_iouxfgt.is-rotate svg {
|
|
30761
|
+
animation: rotate 680ms linear infinite;
|
|
30762
|
+
}
|
|
30763
|
+
|
|
30764
|
+
.E_i1inqkme {
|
|
30765
|
+
height: 18px;
|
|
30766
|
+
line-height: 18px;
|
|
30767
|
+
padding: 0 4px;
|
|
30768
|
+
border-radius: 4px;
|
|
30769
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30770
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30771
|
+
display: flex;
|
|
30772
|
+
align-items: center;
|
|
30773
|
+
white-space: nowrap;
|
|
30774
|
+
margin-right: 4px;
|
|
30775
|
+
}
|
|
30776
|
+
|
|
30777
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30778
|
+
display: var(--a1wfy30z-0);
|
|
30779
|
+
}
|
|
30780
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30781
|
+
padding: 4px 11px;
|
|
30782
|
+
display: inline-flex;
|
|
30783
|
+
line-height: 1.5715;
|
|
30784
|
+
height: inherit;
|
|
30785
|
+
}
|
|
30786
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30787
|
+
content: var(--a1wfy30z-1);
|
|
30788
|
+
display: var(--a1wfy30z-2);
|
|
30789
|
+
flex: none;
|
|
30790
|
+
align-items: center;
|
|
30791
|
+
margin-left: 4px;
|
|
30792
|
+
}
|
|
30793
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30794
|
+
content: var(--a1wfy30z-3);
|
|
30795
|
+
display: var(--a1wfy30z-4);
|
|
30796
|
+
flex: none;
|
|
30797
|
+
align-items: center;
|
|
30798
|
+
margin-right: 4px;
|
|
30799
|
+
cursor: auto;
|
|
30800
|
+
}
|
|
30801
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30802
|
+
padding: 0;
|
|
30803
|
+
margin: 0;
|
|
30804
|
+
height: auto;
|
|
30805
|
+
font-size: inherit;
|
|
30806
|
+
}
|
|
30807
|
+
|
|
30745
30808
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30746
30809
|
display: var(--ai7qkf2-0);
|
|
30747
30810
|
}
|
|
@@ -30802,55 +30865,6 @@ html body {
|
|
|
30802
30865
|
padding: 2px 8px;
|
|
30803
30866
|
}
|
|
30804
30867
|
|
|
30805
|
-
.E_iouxfgt {
|
|
30806
|
-
display: inline-flex;
|
|
30807
|
-
align-items: center;
|
|
30808
|
-
}
|
|
30809
|
-
.E_iouxfgt .icon-inner {
|
|
30810
|
-
display: inline-flex;
|
|
30811
|
-
align-items: center;
|
|
30812
|
-
justify-content: center;
|
|
30813
|
-
}
|
|
30814
|
-
.E_iouxfgt .icon-inner + span,
|
|
30815
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30816
|
-
margin-left: 4px;
|
|
30817
|
-
}
|
|
30818
|
-
.E_iouxfgt.is-rotate img,
|
|
30819
|
-
.E_iouxfgt.is-rotate svg {
|
|
30820
|
-
animation: rotate 680ms linear infinite;
|
|
30821
|
-
}
|
|
30822
|
-
|
|
30823
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30824
|
-
display: var(--a1wfy30z-0);
|
|
30825
|
-
}
|
|
30826
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30827
|
-
padding: 4px 11px;
|
|
30828
|
-
display: inline-flex;
|
|
30829
|
-
line-height: 1.5715;
|
|
30830
|
-
height: inherit;
|
|
30831
|
-
}
|
|
30832
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30833
|
-
content: var(--a1wfy30z-1);
|
|
30834
|
-
display: var(--a1wfy30z-2);
|
|
30835
|
-
flex: none;
|
|
30836
|
-
align-items: center;
|
|
30837
|
-
margin-left: 4px;
|
|
30838
|
-
}
|
|
30839
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30840
|
-
content: var(--a1wfy30z-3);
|
|
30841
|
-
display: var(--a1wfy30z-4);
|
|
30842
|
-
flex: none;
|
|
30843
|
-
align-items: center;
|
|
30844
|
-
margin-right: 4px;
|
|
30845
|
-
cursor: auto;
|
|
30846
|
-
}
|
|
30847
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30848
|
-
padding: 0;
|
|
30849
|
-
margin: 0;
|
|
30850
|
-
height: auto;
|
|
30851
|
-
font-size: inherit;
|
|
30852
|
-
}
|
|
30853
|
-
|
|
30854
30868
|
.E_atcz0kf .ant-input-suffix {
|
|
30855
30869
|
margin-left: 8px;
|
|
30856
30870
|
}
|
|
@@ -30858,19 +30872,6 @@ html body {
|
|
|
30858
30872
|
padding: 2px 7px 2px 12px;
|
|
30859
30873
|
}
|
|
30860
30874
|
|
|
30861
|
-
.E_i1inqkme {
|
|
30862
|
-
height: 18px;
|
|
30863
|
-
line-height: 18px;
|
|
30864
|
-
padding: 0 4px;
|
|
30865
|
-
border-radius: 4px;
|
|
30866
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30867
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30868
|
-
display: flex;
|
|
30869
|
-
align-items: center;
|
|
30870
|
-
white-space: nowrap;
|
|
30871
|
-
margin-right: 4px;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
30875
|
.E_owd0kml {
|
|
30875
30876
|
display: inline-block;
|
|
30876
30877
|
}
|
|
@@ -30917,6 +30918,7 @@ html body {
|
|
|
30917
30918
|
flex-grow: 0;
|
|
30918
30919
|
flex-shrink: 0;
|
|
30919
30920
|
flex-basis: 58%;
|
|
30921
|
+
overflow: hidden;
|
|
30920
30922
|
}
|
|
30921
30923
|
.E_wt5zbg6 .middle .form-base-field {
|
|
30922
30924
|
width: 100%;
|
|
@@ -32078,87 +32080,30 @@ input.E_rf8rlle.ant-input {
|
|
|
32078
32080
|
min-width: 1280px;
|
|
32079
32081
|
}
|
|
32080
32082
|
|
|
32081
|
-
.
|
|
32082
|
-
|
|
32083
|
+
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32084
|
+
opacity: 1;
|
|
32083
32085
|
}
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32086
|
-
color: #2d3a56;
|
|
32087
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32088
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32089
|
-
font-size: 13px;
|
|
32086
|
+
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32087
|
+
pointer-events: none;
|
|
32090
32088
|
}
|
|
32091
|
-
|
|
32092
|
-
|
|
32089
|
+
|
|
32090
|
+
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32091
|
+
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32092
|
+
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32093
|
+
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32094
|
+
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32095
|
+
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32096
|
+
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32097
|
+
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32098
|
+
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32099
|
+
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32100
|
+
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32101
|
+
display: none;
|
|
32102
|
+
width: 16px;
|
|
32103
|
+
height: 16px;
|
|
32093
32104
|
}
|
|
32094
|
-
.
|
|
32095
|
-
|
|
32096
|
-
font-size: 13px;
|
|
32097
|
-
}
|
|
32098
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32099
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32100
|
-
transition: 160ms ease;
|
|
32101
|
-
}
|
|
32102
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32103
|
-
color: #0080ff;
|
|
32104
|
-
}
|
|
32105
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32106
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32107
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32108
|
-
}
|
|
32109
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32110
|
-
color: #0080ff;
|
|
32111
|
-
}
|
|
32112
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32113
|
-
border-color: #0080ff;
|
|
32114
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32115
|
-
}
|
|
32116
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32117
|
-
transform: rotate(180deg);
|
|
32118
|
-
}
|
|
32119
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32120
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32121
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32122
|
-
cursor: "not-allowed";
|
|
32123
|
-
}
|
|
32124
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32125
|
-
border-color: #f0483e !important;
|
|
32126
|
-
}
|
|
32127
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32128
|
-
color: #1d326c;
|
|
32129
|
-
}
|
|
32130
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32131
|
-
border-color: #0080ff;
|
|
32132
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32133
|
-
}
|
|
32134
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32135
|
-
transform: rotate(180deg);
|
|
32136
|
-
}
|
|
32137
|
-
|
|
32138
|
-
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32139
|
-
opacity: 1;
|
|
32140
|
-
}
|
|
32141
|
-
.E_s4ivdfu.ant-select.select-loading-value {
|
|
32142
|
-
pointer-events: none;
|
|
32143
|
-
}
|
|
32144
|
-
|
|
32145
|
-
.E_sks9xr8.ant-select .select-hover-suffix,
|
|
32146
|
-
.E_sks9xr8.ant-select .select-active-suffix,
|
|
32147
|
-
.E_sks9xr8.ant-select .select-expanded-suffix,
|
|
32148
|
-
.E_sks9xr8.ant-select .select-expanded-search-suffix,
|
|
32149
|
-
.E_sks9xr8.ant-select .select-focus-suffix,
|
|
32150
|
-
.E_sks9xr8.ant-select .select-error-suffix,
|
|
32151
|
-
.E_sks9xr8.ant-select .select-error-hover-suffix,
|
|
32152
|
-
.E_sks9xr8.ant-select .select-error-active-suffix,
|
|
32153
|
-
.E_sks9xr8.ant-select .select-error-expanded-suffix,
|
|
32154
|
-
.E_sks9xr8.ant-select .select-error-expanded-search-suffix,
|
|
32155
|
-
.E_sks9xr8.ant-select .select-error-focus-suffix {
|
|
32156
|
-
display: none;
|
|
32157
|
-
width: 16px;
|
|
32158
|
-
height: 16px;
|
|
32159
|
-
}
|
|
32160
|
-
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32161
|
-
opacity: 0.5;
|
|
32105
|
+
.E_sks9xr8.ant-select.ant-select-disabled .select-suffix {
|
|
32106
|
+
opacity: 0.5;
|
|
32162
32107
|
}
|
|
32163
32108
|
.E_sks9xr8.ant-select:not(.ant-select-disabled).ant-select-open:not(.select-error).ant-select-show-search .select-suffix {
|
|
32164
32109
|
display: none;
|
|
@@ -32262,21 +32207,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32262
32207
|
color: rgba(0, 21, 64, 0.3);
|
|
32263
32208
|
}
|
|
32264
32209
|
|
|
32265
|
-
.E_w1dxz879 {
|
|
32266
|
-
display: flex;
|
|
32267
|
-
flex-direction: column;
|
|
32268
|
-
gap: 6px;
|
|
32269
|
-
}
|
|
32270
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32271
|
-
max-height: var(--w1dxz879-0);
|
|
32272
|
-
text-overflow: clip;
|
|
32273
|
-
overflow: hidden;
|
|
32274
|
-
}
|
|
32275
|
-
.E_w1dxz879 .tips {
|
|
32276
|
-
color: #fff;
|
|
32277
|
-
opacity: 0.8;
|
|
32278
|
-
}
|
|
32279
|
-
|
|
32280
32210
|
.E_oa99sl3 {
|
|
32281
32211
|
display: flex;
|
|
32282
32212
|
justify-content: space-between;
|
|
@@ -32302,20 +32232,76 @@ input.E_rf8rlle.ant-input {
|
|
|
32302
32232
|
flex-shrink: 0;
|
|
32303
32233
|
}
|
|
32304
32234
|
|
|
32305
|
-
.
|
|
32306
|
-
|
|
32307
|
-
align-items: center;
|
|
32235
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32236
|
+
border-radius: 6px;
|
|
32308
32237
|
}
|
|
32309
|
-
.
|
|
32310
|
-
|
|
32311
|
-
|
|
32312
|
-
border-
|
|
32238
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32239
|
+
width: 100%;
|
|
32240
|
+
color: #2d3a56;
|
|
32241
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32242
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32243
|
+
font-size: 13px;
|
|
32244
|
+
}
|
|
32245
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32246
|
+
height: 30px;
|
|
32247
|
+
}
|
|
32248
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32249
|
+
height: 38px;
|
|
32250
|
+
font-size: 13px;
|
|
32251
|
+
}
|
|
32252
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32253
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32254
|
+
transition: 160ms ease;
|
|
32255
|
+
}
|
|
32256
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32313
32257
|
color: #0080ff;
|
|
32314
|
-
|
|
32258
|
+
}
|
|
32259
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32260
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32261
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32262
|
+
}
|
|
32263
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32264
|
+
color: #0080ff;
|
|
32265
|
+
}
|
|
32266
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32267
|
+
border-color: #0080ff;
|
|
32268
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32269
|
+
}
|
|
32270
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32271
|
+
transform: rotate(180deg);
|
|
32272
|
+
}
|
|
32273
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32274
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32275
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32276
|
+
cursor: "not-allowed";
|
|
32277
|
+
}
|
|
32278
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32279
|
+
border-color: #f0483e !important;
|
|
32280
|
+
}
|
|
32281
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32282
|
+
color: #1d326c;
|
|
32283
|
+
}
|
|
32284
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32285
|
+
border-color: #0080ff;
|
|
32286
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32287
|
+
}
|
|
32288
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32289
|
+
transform: rotate(180deg);
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
|
+
.E_w1dxz879 {
|
|
32315
32293
|
display: flex;
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
|
|
32294
|
+
flex-direction: column;
|
|
32295
|
+
gap: 6px;
|
|
32296
|
+
}
|
|
32297
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32298
|
+
max-height: var(--w1dxz879-0);
|
|
32299
|
+
text-overflow: clip;
|
|
32300
|
+
overflow: hidden;
|
|
32301
|
+
}
|
|
32302
|
+
.E_w1dxz879 .tips {
|
|
32303
|
+
color: #fff;
|
|
32304
|
+
opacity: 0.8;
|
|
32319
32305
|
}
|
|
32320
32306
|
|
|
32321
32307
|
.E_suhck3k {
|
|
@@ -32550,6 +32536,71 @@ input.E_rf8rlle.ant-input {
|
|
|
32550
32536
|
font-size: 14px;
|
|
32551
32537
|
}
|
|
32552
32538
|
|
|
32539
|
+
.E_ryby9ds {
|
|
32540
|
+
display: flex;
|
|
32541
|
+
align-items: center;
|
|
32542
|
+
}
|
|
32543
|
+
.E_ryby9ds .order {
|
|
32544
|
+
height: 24px;
|
|
32545
|
+
width: 24px;
|
|
32546
|
+
border-radius: 20px;
|
|
32547
|
+
color: #0080ff;
|
|
32548
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32549
|
+
display: flex;
|
|
32550
|
+
align-items: center;
|
|
32551
|
+
justify-content: center;
|
|
32552
|
+
margin-right: 6px;
|
|
32553
|
+
}
|
|
32554
|
+
|
|
32555
|
+
.E_m5foqp8 {
|
|
32556
|
+
--footer-height: 96px;
|
|
32557
|
+
--header-height: 80px;
|
|
32558
|
+
--modal-content-width: 720px;
|
|
32559
|
+
--modal-content-min-height: 200px;
|
|
32560
|
+
--modal-content-max-height: calc(
|
|
32561
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32562
|
+
);
|
|
32563
|
+
--modal-header-padding: 36px 60px 0;
|
|
32564
|
+
--modal-content-padding-y: 36px;
|
|
32565
|
+
--modal-content-padding-x: 60px;
|
|
32566
|
+
--modal-footer-padding: 0 60px;
|
|
32567
|
+
}
|
|
32568
|
+
|
|
32569
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32570
|
+
margin-right: 2px;
|
|
32571
|
+
}
|
|
32572
|
+
|
|
32573
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32574
|
+
padding-left: 8px;
|
|
32575
|
+
padding-right: 8px;
|
|
32576
|
+
font-size: 12px;
|
|
32577
|
+
}
|
|
32578
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32579
|
+
border-radius: 4px;
|
|
32580
|
+
}
|
|
32581
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32582
|
+
border-radius: 4px;
|
|
32583
|
+
}
|
|
32584
|
+
|
|
32585
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32586
|
+
padding-left: 12px;
|
|
32587
|
+
padding-right: 12px;
|
|
32588
|
+
}
|
|
32589
|
+
|
|
32590
|
+
.E_ckld275 {
|
|
32591
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32592
|
+
}
|
|
32593
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32594
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32595
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32596
|
+
}
|
|
32597
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32598
|
+
background-color: transparent;
|
|
32599
|
+
}
|
|
32600
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32601
|
+
background-color: transparent;
|
|
32602
|
+
}
|
|
32603
|
+
|
|
32553
32604
|
.E_h12yihis {
|
|
32554
32605
|
height: 50px;
|
|
32555
32606
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32770,41 +32821,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32770
32821
|
position: static;
|
|
32771
32822
|
}
|
|
32772
32823
|
|
|
32773
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32774
|
-
margin-right: 2px;
|
|
32775
|
-
}
|
|
32776
|
-
|
|
32777
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32778
|
-
padding-left: 8px;
|
|
32779
|
-
padding-right: 8px;
|
|
32780
|
-
font-size: 12px;
|
|
32781
|
-
}
|
|
32782
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32783
|
-
border-radius: 4px;
|
|
32784
|
-
}
|
|
32785
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32786
|
-
border-radius: 4px;
|
|
32787
|
-
}
|
|
32788
|
-
|
|
32789
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32790
|
-
padding-left: 12px;
|
|
32791
|
-
padding-right: 12px;
|
|
32792
|
-
}
|
|
32793
|
-
|
|
32794
|
-
.E_ckld275 {
|
|
32795
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32796
|
-
}
|
|
32797
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32798
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32799
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32800
|
-
}
|
|
32801
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32802
|
-
background-color: transparent;
|
|
32803
|
-
}
|
|
32804
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32805
|
-
background-color: transparent;
|
|
32806
|
-
}
|
|
32807
|
-
|
|
32808
32824
|
.E_c1kghdax {
|
|
32809
32825
|
color: #2d3a56;
|
|
32810
32826
|
padding: 7px 12px;
|
|
@@ -32849,16 +32865,30 @@ input.E_rf8rlle.ant-input {
|
|
|
32849
32865
|
padding: 0 12px 14px 12px;
|
|
32850
32866
|
}
|
|
32851
32867
|
|
|
32852
|
-
.
|
|
32853
|
-
|
|
32854
|
-
|
|
32855
|
-
display: inline-flex;
|
|
32868
|
+
.E_i1g85yz3 {
|
|
32869
|
+
margin-right: 4px;
|
|
32870
|
+
height: 16px;
|
|
32856
32871
|
}
|
|
32857
|
-
|
|
32858
|
-
|
|
32859
|
-
|
|
32860
|
-
|
|
32861
|
-
|
|
32872
|
+
|
|
32873
|
+
.E_w7ob4th.outside-tag {
|
|
32874
|
+
padding-left: 0;
|
|
32875
|
+
}
|
|
32876
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
32877
|
+
border-radius: 4px 0 0 4px;
|
|
32878
|
+
padding-right: 4px;
|
|
32879
|
+
margin-right: 4px;
|
|
32880
|
+
}
|
|
32881
|
+
|
|
32882
|
+
.E_ckui4s7 {
|
|
32883
|
+
color: #2d3a56;
|
|
32884
|
+
line-height: 22px;
|
|
32885
|
+
display: inline-flex;
|
|
32886
|
+
}
|
|
32887
|
+
.E_ckui4s7 .ant-checkbox {
|
|
32888
|
+
height: 22px;
|
|
32889
|
+
display: flex;
|
|
32890
|
+
align-items: center;
|
|
32891
|
+
top: 0;
|
|
32862
32892
|
}
|
|
32863
32893
|
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
32864
32894
|
border: none;
|
|
@@ -32913,21 +32943,33 @@ input.E_rf8rlle.ant-input {
|
|
|
32913
32943
|
margin-left: 24px;
|
|
32914
32944
|
}
|
|
32915
32945
|
|
|
32916
|
-
.
|
|
32917
|
-
|
|
32946
|
+
.E_slr2ynn {
|
|
32947
|
+
padding: 0 8px;
|
|
32948
|
+
height: 18px;
|
|
32918
32949
|
}
|
|
32919
32950
|
|
|
32920
|
-
.
|
|
32921
|
-
|
|
32922
|
-
|
|
32951
|
+
.E_m140wbb6 {
|
|
32952
|
+
padding: 2px 8px;
|
|
32953
|
+
height: 24px;
|
|
32923
32954
|
}
|
|
32924
|
-
|
|
32925
|
-
|
|
32955
|
+
|
|
32956
|
+
.E_t1fozc1i {
|
|
32957
|
+
margin: 0;
|
|
32926
32958
|
}
|
|
32927
|
-
|
|
32928
|
-
|
|
32929
|
-
|
|
32930
|
-
|
|
32959
|
+
|
|
32960
|
+
.E_i1vxv4ln {
|
|
32961
|
+
margin-right: 4px;
|
|
32962
|
+
height: 16px;
|
|
32963
|
+
}
|
|
32964
|
+
|
|
32965
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
32966
|
+
font-weight: 700;
|
|
32967
|
+
color: #00122e;
|
|
32968
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32969
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32970
|
+
word-break: break-all;
|
|
32971
|
+
display: inline;
|
|
32972
|
+
white-space: normal;
|
|
32931
32973
|
}
|
|
32932
32974
|
|
|
32933
32975
|
.E_lht19u8 {
|
|
@@ -32979,142 +33021,355 @@ input.E_rf8rlle.ant-input {
|
|
|
32979
33021
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32980
33022
|
}
|
|
32981
33023
|
|
|
32982
|
-
.
|
|
32983
|
-
|
|
33024
|
+
.E_b14q2gmw {
|
|
33025
|
+
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);
|
|
32984
33026
|
}
|
|
32985
33027
|
|
|
32986
|
-
.
|
|
32987
|
-
|
|
32988
|
-
|
|
32989
|
-
height: 100%;
|
|
32990
|
-
}
|
|
32991
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
32992
|
-
height: 100%;
|
|
32993
|
-
}
|
|
32994
|
-
.E_efzf37v table {
|
|
32995
|
-
width: 100% !important;
|
|
32996
|
-
height: 100%;
|
|
33028
|
+
.E_c1eym6el {
|
|
33029
|
+
border-radius: 8px;
|
|
33030
|
+
background-color: white;
|
|
32997
33031
|
}
|
|
32998
|
-
.
|
|
32999
|
-
|
|
33032
|
+
.E_c1eym6el.hoverable {
|
|
33033
|
+
cursor: pointer;
|
|
33000
33034
|
}
|
|
33001
|
-
.
|
|
33002
|
-
|
|
33035
|
+
.E_c1eym6el.hoverable:hover {
|
|
33036
|
+
transition: all 200ms ease;
|
|
33037
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33038
|
+
transform: translateY(-4px);
|
|
33003
33039
|
}
|
|
33004
33040
|
|
|
33005
|
-
.
|
|
33006
|
-
|
|
33041
|
+
.E_t1dtlqs1 {
|
|
33042
|
+
margin-bottom: 4px;
|
|
33043
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33007
33044
|
}
|
|
33008
|
-
|
|
33009
|
-
|
|
33010
|
-
|
|
33045
|
+
|
|
33046
|
+
.E_s1ese5oy {
|
|
33047
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33048
|
+
line-height: 32px;
|
|
33049
|
+
height: 32px;
|
|
33050
|
+
margin-bottom: 0;
|
|
33011
33051
|
}
|
|
33012
|
-
.
|
|
33013
|
-
|
|
33052
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33053
|
+
color: #0080ff;
|
|
33014
33054
|
}
|
|
33015
|
-
.
|
|
33016
|
-
|
|
33055
|
+
.E_s1ese5oy.warning {
|
|
33056
|
+
color: #ffa500;
|
|
33017
33057
|
}
|
|
33018
|
-
.
|
|
33019
|
-
|
|
33058
|
+
.E_s1ese5oy.success {
|
|
33059
|
+
color: #00ba5d;
|
|
33020
33060
|
}
|
|
33021
|
-
.
|
|
33022
|
-
|
|
33023
|
-
overflow: visible;
|
|
33061
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33062
|
+
color: #f0483e;
|
|
33024
33063
|
}
|
|
33025
|
-
.
|
|
33026
|
-
|
|
33064
|
+
.E_s1ese5oy.normal {
|
|
33065
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33027
33066
|
}
|
|
33028
|
-
|
|
33029
|
-
|
|
33067
|
+
|
|
33068
|
+
.E_b1ibis43 {
|
|
33069
|
+
margin-bottom: 0;
|
|
33070
|
+
color: #00122e;
|
|
33030
33071
|
}
|
|
33031
|
-
|
|
33032
|
-
.
|
|
33033
|
-
|
|
33034
|
-
|
|
33072
|
+
|
|
33073
|
+
.E_b11xxjd2 {
|
|
33074
|
+
line-height: 32px;
|
|
33075
|
+
margin-right: 6px;
|
|
33035
33076
|
}
|
|
33036
|
-
|
|
33037
|
-
.
|
|
33038
|
-
|
|
33039
|
-
|
|
33040
|
-
|
|
33041
|
-
|
|
33077
|
+
|
|
33078
|
+
.E_bsub5bw.with-description {
|
|
33079
|
+
height: 24px;
|
|
33080
|
+
flex: 1;
|
|
33081
|
+
position: relative;
|
|
33082
|
+
top: -7px;
|
|
33042
33083
|
}
|
|
33043
|
-
.
|
|
33044
|
-
|
|
33084
|
+
.E_bsub5bw p {
|
|
33085
|
+
width: 100%;
|
|
33045
33086
|
overflow: hidden;
|
|
33046
33087
|
text-overflow: ellipsis;
|
|
33047
|
-
|
|
33088
|
+
white-space: nowrap;
|
|
33048
33089
|
}
|
|
33049
|
-
|
|
33050
|
-
|
|
33090
|
+
|
|
33091
|
+
.E_tmoyoag {
|
|
33092
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33093
|
+
border-radius: 8px;
|
|
33094
|
+
overflow: auto;
|
|
33051
33095
|
}
|
|
33052
|
-
.
|
|
33053
|
-
|
|
33096
|
+
.E_tmoyoag .ant-list {
|
|
33097
|
+
position: relative;
|
|
33054
33098
|
}
|
|
33055
|
-
.
|
|
33056
|
-
border-radius: 0px;
|
|
33057
|
-
border-left: none;
|
|
33058
|
-
border-right: none;
|
|
33099
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33059
33100
|
border-bottom: none;
|
|
33060
|
-
height: 100%;
|
|
33061
|
-
font-size: 12px;
|
|
33062
|
-
background: transparent;
|
|
33063
33101
|
}
|
|
33064
|
-
.
|
|
33065
|
-
position:
|
|
33066
|
-
|
|
33067
|
-
|
|
33068
|
-
|
|
33102
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33103
|
+
position: sticky;
|
|
33104
|
+
top: 0;
|
|
33105
|
+
z-index: 2;
|
|
33106
|
+
display: flex;
|
|
33107
|
+
padding: 8px;
|
|
33108
|
+
flex-wrap: nowrap;
|
|
33109
|
+
justify-content: flex-start;
|
|
33110
|
+
background: #f2f5fa;
|
|
33111
|
+
font-size: 14px;
|
|
33112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33113
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33069
33114
|
}
|
|
33070
|
-
.
|
|
33071
|
-
|
|
33072
|
-
color: #2d3a56;
|
|
33115
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33116
|
+
align-items: inherit;
|
|
33073
33117
|
}
|
|
33074
|
-
.
|
|
33075
|
-
|
|
33076
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33118
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33119
|
+
margin-bottom: 0;
|
|
33077
33120
|
}
|
|
33078
|
-
.
|
|
33079
|
-
|
|
33080
|
-
|
|
33121
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33122
|
+
display: flex;
|
|
33123
|
+
justify-content: flex-start;
|
|
33124
|
+
align-items: flex-start;
|
|
33125
|
+
flex-wrap: wrap;
|
|
33126
|
+
padding: 8px;
|
|
33127
|
+
border: none;
|
|
33081
33128
|
}
|
|
33082
|
-
.
|
|
33083
|
-
|
|
33129
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33130
|
+
flex-basis: 100%;
|
|
33131
|
+
margin: 12px 0 0;
|
|
33132
|
+
order: 99;
|
|
33133
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33084
33134
|
}
|
|
33085
|
-
.
|
|
33086
|
-
|
|
33087
|
-
|
|
33088
|
-
|
|
33089
|
-
|
|
33090
|
-
transform: translateY(-50%);
|
|
33135
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33136
|
+
color: #f0483e;
|
|
33137
|
+
flex-basis: 100%;
|
|
33138
|
+
order: 98;
|
|
33139
|
+
margin: 12px 0 0;
|
|
33091
33140
|
}
|
|
33092
|
-
.
|
|
33093
|
-
|
|
33094
|
-
width: 1px;
|
|
33095
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33141
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33142
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33096
33143
|
}
|
|
33097
|
-
.
|
|
33098
|
-
|
|
33099
|
-
width: 1px;
|
|
33100
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33144
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33145
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33101
33146
|
}
|
|
33102
|
-
.
|
|
33103
|
-
|
|
33147
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33148
|
+
flex: 1 0 0;
|
|
33149
|
+
overflow: hidden;
|
|
33104
33150
|
}
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33107
|
-
|
|
33108
|
-
height: 40px;
|
|
33109
|
-
vertical-align: middle;
|
|
33110
|
-
transition: background 0ms;
|
|
33111
|
-
color: #00122e;
|
|
33151
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33152
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33153
|
+
margin: 0;
|
|
33112
33154
|
}
|
|
33113
|
-
.
|
|
33114
|
-
|
|
33115
|
-
border-bottom-color: #f2f5fa;
|
|
33155
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33156
|
+
text-align: center;
|
|
33116
33157
|
}
|
|
33117
|
-
.
|
|
33158
|
+
.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 > * {
|
|
33159
|
+
text-align: center;
|
|
33160
|
+
}
|
|
33161
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33162
|
+
text-align: left;
|
|
33163
|
+
}
|
|
33164
|
+
.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 > * {
|
|
33165
|
+
text-align: left;
|
|
33166
|
+
}
|
|
33167
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33168
|
+
text-align: right;
|
|
33169
|
+
}
|
|
33170
|
+
.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 > * {
|
|
33171
|
+
text-align: right;
|
|
33172
|
+
}
|
|
33173
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33174
|
+
margin-right: 8px;
|
|
33175
|
+
}
|
|
33176
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33177
|
+
padding: 4px;
|
|
33178
|
+
width: 24px;
|
|
33179
|
+
height: 24px;
|
|
33180
|
+
overflow: hidden;
|
|
33181
|
+
}
|
|
33182
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33183
|
+
padding: 0;
|
|
33184
|
+
}
|
|
33185
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33186
|
+
cursor: not-allowed;
|
|
33187
|
+
opacity: 0.5;
|
|
33188
|
+
}
|
|
33189
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33190
|
+
margin: 0;
|
|
33191
|
+
}
|
|
33192
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33193
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33194
|
+
border-radius: 5px;
|
|
33195
|
+
font-size: 12px;
|
|
33196
|
+
}
|
|
33197
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33198
|
+
font-size: inherit;
|
|
33199
|
+
}
|
|
33200
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33201
|
+
min-height: 24px;
|
|
33202
|
+
font-size: 12px;
|
|
33203
|
+
position: relative;
|
|
33204
|
+
}
|
|
33205
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33206
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33207
|
+
}
|
|
33208
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33209
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33210
|
+
}
|
|
33211
|
+
|
|
33212
|
+
.E_a138syjm {
|
|
33213
|
+
display: flex;
|
|
33214
|
+
align-items: center;
|
|
33215
|
+
margin-top: 8px;
|
|
33216
|
+
}
|
|
33217
|
+
.E_a138syjm button.ant-btn {
|
|
33218
|
+
padding: 2px 8px;
|
|
33219
|
+
height: 24px;
|
|
33220
|
+
}
|
|
33221
|
+
.E_a138syjm > span.maximum-desc {
|
|
33222
|
+
display: none;
|
|
33223
|
+
margin-left: 8px;
|
|
33224
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33225
|
+
}
|
|
33226
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33227
|
+
display: inline;
|
|
33228
|
+
}
|
|
33229
|
+
|
|
33230
|
+
.E_d77i8u0 {
|
|
33231
|
+
width: 24px;
|
|
33232
|
+
height: 24px;
|
|
33233
|
+
padding: 4px;
|
|
33234
|
+
margin-right: 8px;
|
|
33235
|
+
}
|
|
33236
|
+
|
|
33237
|
+
.E_tc97u5y {
|
|
33238
|
+
height: 100%;
|
|
33239
|
+
}
|
|
33240
|
+
|
|
33241
|
+
.E_efzf37v .ant-table-content,
|
|
33242
|
+
.E_efzf37v .ant-table-body {
|
|
33243
|
+
overflow: visible !important;
|
|
33244
|
+
height: 100%;
|
|
33245
|
+
}
|
|
33246
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33247
|
+
height: 100%;
|
|
33248
|
+
}
|
|
33249
|
+
.E_efzf37v table {
|
|
33250
|
+
width: 100% !important;
|
|
33251
|
+
height: 100%;
|
|
33252
|
+
}
|
|
33253
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33254
|
+
padding: 15px 0;
|
|
33255
|
+
}
|
|
33256
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33257
|
+
display: none;
|
|
33258
|
+
}
|
|
33259
|
+
|
|
33260
|
+
.E_t1fisho6 {
|
|
33261
|
+
height: 100%;
|
|
33262
|
+
}
|
|
33263
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33264
|
+
padding-top: 6px;
|
|
33265
|
+
padding-bottom: 6px;
|
|
33266
|
+
}
|
|
33267
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33268
|
+
font-weight: 700;
|
|
33269
|
+
}
|
|
33270
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33271
|
+
font-weight: 700;
|
|
33272
|
+
}
|
|
33273
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33274
|
+
height: 100%;
|
|
33275
|
+
}
|
|
33276
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33277
|
+
height: 100%;
|
|
33278
|
+
overflow: visible;
|
|
33279
|
+
}
|
|
33280
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33281
|
+
max-height: none;
|
|
33282
|
+
}
|
|
33283
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33284
|
+
background: transparent;
|
|
33285
|
+
}
|
|
33286
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33287
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33288
|
+
background: #fff;
|
|
33289
|
+
padding: 0 !important;
|
|
33290
|
+
}
|
|
33291
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33292
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33293
|
+
display: flex;
|
|
33294
|
+
align-items: center;
|
|
33295
|
+
height: 100%;
|
|
33296
|
+
padding: 8px;
|
|
33297
|
+
}
|
|
33298
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33299
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33300
|
+
overflow: hidden;
|
|
33301
|
+
text-overflow: ellipsis;
|
|
33302
|
+
width: 100%;
|
|
33303
|
+
}
|
|
33304
|
+
.E_t1fisho6 .ant-table-container {
|
|
33305
|
+
height: 100%;
|
|
33306
|
+
}
|
|
33307
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33308
|
+
box-shadow: none !important;
|
|
33309
|
+
}
|
|
33310
|
+
.E_t1fisho6 div.ant-table {
|
|
33311
|
+
border-radius: 0px;
|
|
33312
|
+
border-left: none;
|
|
33313
|
+
border-right: none;
|
|
33314
|
+
border-bottom: none;
|
|
33315
|
+
height: 100%;
|
|
33316
|
+
font-size: 12px;
|
|
33317
|
+
background: transparent;
|
|
33318
|
+
}
|
|
33319
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33320
|
+
position: relative;
|
|
33321
|
+
z-index: 3;
|
|
33322
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33323
|
+
margin-bottom: -1px;
|
|
33324
|
+
}
|
|
33325
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33326
|
+
.E_t1fisho6 div.ant-table .value {
|
|
33327
|
+
color: #2d3a56;
|
|
33328
|
+
}
|
|
33329
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33330
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
33331
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33332
|
+
}
|
|
33333
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33334
|
+
position: unset;
|
|
33335
|
+
text-align: center;
|
|
33336
|
+
}
|
|
33337
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33338
|
+
background: #fff;
|
|
33339
|
+
}
|
|
33340
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33341
|
+
cursor: pointer;
|
|
33342
|
+
position: absolute;
|
|
33343
|
+
top: 50%;
|
|
33344
|
+
right: 12px;
|
|
33345
|
+
transform: translateY(-50%);
|
|
33346
|
+
}
|
|
33347
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33348
|
+
box-shadow: none;
|
|
33349
|
+
width: 1px;
|
|
33350
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33351
|
+
}
|
|
33352
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33353
|
+
box-shadow: none;
|
|
33354
|
+
width: 1px;
|
|
33355
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33356
|
+
}
|
|
33357
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33358
|
+
position: relative;
|
|
33359
|
+
}
|
|
33360
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33361
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33362
|
+
border-bottom: 1px solid white;
|
|
33363
|
+
height: 40px;
|
|
33364
|
+
vertical-align: middle;
|
|
33365
|
+
transition: background 0ms;
|
|
33366
|
+
color: #00122e;
|
|
33367
|
+
}
|
|
33368
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33369
|
+
background: #f2f5fa;
|
|
33370
|
+
border-bottom-color: #f2f5fa;
|
|
33371
|
+
}
|
|
33372
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33118
33373
|
height: auto;
|
|
33119
33374
|
color: #00122e;
|
|
33120
33375
|
font-size: 12px;
|
|
@@ -33477,54 +33732,30 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33477
33732
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33478
33733
|
}
|
|
33479
33734
|
|
|
33480
|
-
.
|
|
33481
|
-
|
|
33482
|
-
|
|
33483
|
-
|
|
33484
|
-
|
|
33485
|
-
padding-right: 4px;
|
|
33486
|
-
margin-right: 4px;
|
|
33735
|
+
.E_r77hffu {
|
|
33736
|
+
display: flex;
|
|
33737
|
+
align-items: center;
|
|
33738
|
+
justify-content: space-between;
|
|
33739
|
+
column-gap: 6px;
|
|
33487
33740
|
}
|
|
33488
33741
|
|
|
33489
|
-
.
|
|
33490
|
-
|
|
33491
|
-
|
|
33742
|
+
.E_p1cmxsf7 {
|
|
33743
|
+
display: flex;
|
|
33744
|
+
flex-direction: column;
|
|
33745
|
+
justify-content: center;
|
|
33746
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33492
33747
|
}
|
|
33493
|
-
|
|
33494
|
-
|
|
33495
|
-
|
|
33496
|
-
|
|
33748
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33749
|
+
font-size: 0;
|
|
33750
|
+
margin-bottom: unset;
|
|
33751
|
+
margin-inline-end: unset;
|
|
33497
33752
|
}
|
|
33498
33753
|
|
|
33499
|
-
.
|
|
33500
|
-
|
|
33501
|
-
height: 24px;
|
|
33754
|
+
.E_sjob3jg {
|
|
33755
|
+
--item-min-width: 60px;
|
|
33502
33756
|
}
|
|
33503
|
-
|
|
33504
|
-
|
|
33505
|
-
margin: 0;
|
|
33506
|
-
}
|
|
33507
|
-
|
|
33508
|
-
.E_i1vxv4ln {
|
|
33509
|
-
margin-right: 4px;
|
|
33510
|
-
height: 16px;
|
|
33511
|
-
}
|
|
33512
|
-
|
|
33513
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33514
|
-
font-weight: 700;
|
|
33515
|
-
color: #00122e;
|
|
33516
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33517
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33518
|
-
word-break: break-all;
|
|
33519
|
-
display: inline;
|
|
33520
|
-
white-space: normal;
|
|
33521
|
-
}
|
|
33522
|
-
|
|
33523
|
-
.E_sjob3jg {
|
|
33524
|
-
--item-min-width: 60px;
|
|
33525
|
-
}
|
|
33526
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33527
|
-
display: none !important;
|
|
33757
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33758
|
+
display: none !important;
|
|
33528
33759
|
}
|
|
33529
33760
|
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33530
33761
|
flex-shrink: 0 !important;
|
|
@@ -33715,219 +33946,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33715
33946
|
justify-content: center;
|
|
33716
33947
|
}
|
|
33717
33948
|
|
|
33718
|
-
.
|
|
33719
|
-
margin
|
|
33720
|
-
|
|
33721
|
-
|
|
33722
|
-
|
|
33723
|
-
|
|
33724
|
-
|
|
33725
|
-
line-height: 32px;
|
|
33726
|
-
height: 32px;
|
|
33727
|
-
margin-bottom: 0;
|
|
33728
|
-
}
|
|
33729
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33730
|
-
color: #0080ff;
|
|
33731
|
-
}
|
|
33732
|
-
.E_s1ese5oy.warning {
|
|
33733
|
-
color: #ffa500;
|
|
33734
|
-
}
|
|
33735
|
-
.E_s1ese5oy.success {
|
|
33736
|
-
color: #00ba5d;
|
|
33949
|
+
.E_l1ucdodl {
|
|
33950
|
+
margin: 0;
|
|
33951
|
+
border-radius: 20px;
|
|
33952
|
+
padding: 2px 10px;
|
|
33953
|
+
height: 22px;
|
|
33954
|
+
display: flex;
|
|
33955
|
+
align-items: center;
|
|
33737
33956
|
}
|
|
33738
|
-
.
|
|
33739
|
-
color: #
|
|
33957
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33958
|
+
color: #FFFFFF;
|
|
33740
33959
|
}
|
|
33741
|
-
.
|
|
33742
|
-
|
|
33960
|
+
.E_l1ucdodl.tag-hover {
|
|
33961
|
+
cursor: pointer;
|
|
33743
33962
|
}
|
|
33744
|
-
|
|
33745
|
-
.E_b1ibis43 {
|
|
33746
|
-
margin-bottom: 0;
|
|
33963
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33747
33964
|
color: #00122e;
|
|
33748
33965
|
}
|
|
33749
|
-
|
|
33750
|
-
.E_b11xxjd2 {
|
|
33751
|
-
line-height: 32px;
|
|
33966
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33752
33967
|
margin-right: 6px;
|
|
33753
33968
|
}
|
|
33754
|
-
|
|
33755
|
-
|
|
33756
|
-
height: 24px;
|
|
33757
|
-
flex: 1;
|
|
33758
|
-
position: relative;
|
|
33759
|
-
top: -7px;
|
|
33760
|
-
}
|
|
33761
|
-
.E_bsub5bw p {
|
|
33762
|
-
width: 100%;
|
|
33763
|
-
overflow: hidden;
|
|
33764
|
-
text-overflow: ellipsis;
|
|
33765
|
-
white-space: nowrap;
|
|
33766
|
-
}
|
|
33767
|
-
|
|
33768
|
-
.E_tmoyoag {
|
|
33769
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33770
|
-
border-radius: 8px;
|
|
33771
|
-
overflow: auto;
|
|
33772
|
-
}
|
|
33773
|
-
.E_tmoyoag .ant-list {
|
|
33774
|
-
position: relative;
|
|
33775
|
-
}
|
|
33776
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33777
|
-
border-bottom: none;
|
|
33778
|
-
}
|
|
33779
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33780
|
-
position: sticky;
|
|
33781
|
-
top: 0;
|
|
33782
|
-
z-index: 2;
|
|
33783
|
-
display: flex;
|
|
33784
|
-
padding: 8px;
|
|
33785
|
-
flex-wrap: nowrap;
|
|
33786
|
-
justify-content: flex-start;
|
|
33787
|
-
background: #f2f5fa;
|
|
33788
|
-
font-size: 14px;
|
|
33789
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33790
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33791
|
-
}
|
|
33792
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33793
|
-
align-items: inherit;
|
|
33794
|
-
}
|
|
33795
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33796
|
-
margin-bottom: 0;
|
|
33797
|
-
}
|
|
33798
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33799
|
-
display: flex;
|
|
33800
|
-
justify-content: flex-start;
|
|
33801
|
-
align-items: flex-start;
|
|
33802
|
-
flex-wrap: wrap;
|
|
33803
|
-
padding: 8px;
|
|
33804
|
-
border: none;
|
|
33805
|
-
}
|
|
33806
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33807
|
-
flex-basis: 100%;
|
|
33808
|
-
margin: 12px 0 0;
|
|
33809
|
-
order: 99;
|
|
33810
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33811
|
-
}
|
|
33812
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33813
|
-
color: #f0483e;
|
|
33814
|
-
flex-basis: 100%;
|
|
33815
|
-
order: 98;
|
|
33816
|
-
margin: 12px 0 0;
|
|
33817
|
-
}
|
|
33818
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33819
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33820
|
-
}
|
|
33821
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33822
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33823
|
-
}
|
|
33824
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33825
|
-
flex: 1 0 0;
|
|
33826
|
-
overflow: hidden;
|
|
33827
|
-
}
|
|
33828
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33969
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33970
|
+
margin-left: 8px;
|
|
33829
33971
|
color: rgba(44, 56, 82, 0.6);
|
|
33830
|
-
margin: 0;
|
|
33831
|
-
}
|
|
33832
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33833
|
-
text-align: center;
|
|
33834
|
-
}
|
|
33835
|
-
.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 > * {
|
|
33836
|
-
text-align: center;
|
|
33837
|
-
}
|
|
33838
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33839
|
-
text-align: left;
|
|
33840
|
-
}
|
|
33841
|
-
.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 > * {
|
|
33842
|
-
text-align: left;
|
|
33843
|
-
}
|
|
33844
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33845
|
-
text-align: right;
|
|
33846
|
-
}
|
|
33847
|
-
.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 > * {
|
|
33848
|
-
text-align: right;
|
|
33849
|
-
}
|
|
33850
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33851
|
-
margin-right: 8px;
|
|
33852
33972
|
}
|
|
33853
|
-
.
|
|
33854
|
-
|
|
33855
|
-
width: 24px;
|
|
33856
|
-
height: 24px;
|
|
33857
|
-
overflow: hidden;
|
|
33858
|
-
}
|
|
33859
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33860
|
-
padding: 0;
|
|
33861
|
-
}
|
|
33862
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33863
|
-
cursor: not-allowed;
|
|
33864
|
-
opacity: 0.5;
|
|
33973
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33974
|
+
color: #FFFFFF;
|
|
33865
33975
|
}
|
|
33866
|
-
.
|
|
33867
|
-
|
|
33976
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33977
|
+
background-color: #0080ff;
|
|
33868
33978
|
}
|
|
33869
|
-
.
|
|
33870
|
-
|
|
33871
|
-
border-radius: 5px;
|
|
33872
|
-
font-size: 12px;
|
|
33979
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33980
|
+
background-color: #f0483e;
|
|
33873
33981
|
}
|
|
33874
|
-
.
|
|
33875
|
-
|
|
33982
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33983
|
+
background-color: #fea008;
|
|
33876
33984
|
}
|
|
33877
|
-
.
|
|
33878
|
-
|
|
33879
|
-
font-size: 12px;
|
|
33880
|
-
position: relative;
|
|
33985
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33986
|
+
background-color: #00ba5d;
|
|
33881
33987
|
}
|
|
33882
|
-
.
|
|
33883
|
-
|
|
33988
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33989
|
+
background-color: #6b7d99;
|
|
33884
33990
|
}
|
|
33885
|
-
.
|
|
33886
|
-
background-color:
|
|
33991
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33992
|
+
background-color: #7E41FF;
|
|
33887
33993
|
}
|
|
33888
33994
|
|
|
33889
|
-
.
|
|
33890
|
-
|
|
33891
|
-
|
|
33892
|
-
|
|
33893
|
-
|
|
33894
|
-
.E_a138syjm button.ant-btn {
|
|
33895
|
-
padding: 2px 8px;
|
|
33896
|
-
height: 24px;
|
|
33897
|
-
}
|
|
33898
|
-
.E_a138syjm > span.maximum-desc {
|
|
33899
|
-
display: none;
|
|
33900
|
-
margin-left: 8px;
|
|
33901
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33902
|
-
}
|
|
33903
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33904
|
-
display: inline;
|
|
33995
|
+
.E_s1qj66nc {
|
|
33996
|
+
width: 8px;
|
|
33997
|
+
height: 8px;
|
|
33998
|
+
border-radius: 50%;
|
|
33999
|
+
display: inline-block;
|
|
33905
34000
|
}
|
|
33906
34001
|
|
|
33907
|
-
.
|
|
33908
|
-
width:
|
|
33909
|
-
height:
|
|
33910
|
-
|
|
33911
|
-
|
|
34002
|
+
.E_s5x1boq {
|
|
34003
|
+
width: 8px;
|
|
34004
|
+
height: 8px;
|
|
34005
|
+
border-radius: 2px;
|
|
34006
|
+
display: inline-block;
|
|
33912
34007
|
}
|
|
33913
34008
|
|
|
33914
|
-
.
|
|
33915
|
-
|
|
33916
|
-
align-items: center;
|
|
33917
|
-
justify-content: space-between;
|
|
33918
|
-
column-gap: 6px;
|
|
34009
|
+
.E_c1xm185 {
|
|
34010
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33919
34011
|
}
|
|
33920
34012
|
|
|
33921
|
-
.
|
|
33922
|
-
|
|
33923
|
-
flex-direction: column;
|
|
33924
|
-
justify-content: center;
|
|
33925
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33926
|
-
}
|
|
33927
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33928
|
-
font-size: 0;
|
|
33929
|
-
margin-bottom: unset;
|
|
33930
|
-
margin-inline-end: unset;
|
|
34013
|
+
.E_c1x5l5qc {
|
|
34014
|
+
flex: 1;
|
|
33931
34015
|
}
|
|
33932
34016
|
|
|
33933
34017
|
.E_t13ef470 {
|
|
@@ -33960,74 +34044,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33960
34044
|
background: rgba(163, 180, 204, 0.18);
|
|
33961
34045
|
}
|
|
33962
34046
|
|
|
33963
|
-
.E_l1ucdodl {
|
|
33964
|
-
margin: 0;
|
|
33965
|
-
border-radius: 20px;
|
|
33966
|
-
padding: 2px 10px;
|
|
33967
|
-
height: 22px;
|
|
33968
|
-
display: flex;
|
|
33969
|
-
align-items: center;
|
|
33970
|
-
}
|
|
33971
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33972
|
-
color: #FFFFFF;
|
|
33973
|
-
}
|
|
33974
|
-
.E_l1ucdodl.tag-hover {
|
|
33975
|
-
cursor: pointer;
|
|
33976
|
-
}
|
|
33977
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33978
|
-
color: #00122e;
|
|
33979
|
-
}
|
|
33980
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33981
|
-
margin-right: 6px;
|
|
33982
|
-
}
|
|
33983
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33984
|
-
margin-left: 8px;
|
|
33985
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33986
|
-
}
|
|
33987
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33988
|
-
color: #FFFFFF;
|
|
33989
|
-
}
|
|
33990
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33991
|
-
background-color: #0080ff;
|
|
33992
|
-
}
|
|
33993
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33994
|
-
background-color: #f0483e;
|
|
33995
|
-
}
|
|
33996
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33997
|
-
background-color: #fea008;
|
|
33998
|
-
}
|
|
33999
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34000
|
-
background-color: #00ba5d;
|
|
34001
|
-
}
|
|
34002
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34003
|
-
background-color: #6b7d99;
|
|
34004
|
-
}
|
|
34005
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34006
|
-
background-color: #7E41FF;
|
|
34007
|
-
}
|
|
34008
|
-
|
|
34009
|
-
.E_s1qj66nc {
|
|
34010
|
-
width: 8px;
|
|
34011
|
-
height: 8px;
|
|
34012
|
-
border-radius: 50%;
|
|
34013
|
-
display: inline-block;
|
|
34014
|
-
}
|
|
34015
|
-
|
|
34016
|
-
.E_s5x1boq {
|
|
34017
|
-
width: 8px;
|
|
34018
|
-
height: 8px;
|
|
34019
|
-
border-radius: 2px;
|
|
34020
|
-
display: inline-block;
|
|
34021
|
-
}
|
|
34022
|
-
|
|
34023
|
-
.E_c1xm185 {
|
|
34024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34025
|
-
}
|
|
34026
|
-
|
|
34027
|
-
.E_c1x5l5qc {
|
|
34028
|
-
flex: 1;
|
|
34029
|
-
}
|
|
34030
|
-
|
|
34031
34047
|
.E_t1gvlxt5 {
|
|
34032
34048
|
min-width: 0;
|
|
34033
34049
|
flex: 1;
|
|
@@ -34050,167 +34066,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34050
34066
|
column-gap: var(--a1ji6r68-0);
|
|
34051
34067
|
}
|
|
34052
34068
|
|
|
34053
|
-
.E_msn7nxt {
|
|
34054
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34055
|
-
text-align: center;
|
|
34056
|
-
display: flex;
|
|
34057
|
-
align-items: center;
|
|
34058
|
-
justify-content: center;
|
|
34059
|
-
flex-direction: column;
|
|
34060
|
-
height: 100%;
|
|
34061
|
-
}
|
|
34062
|
-
.E_msn7nxt .link {
|
|
34063
|
-
color: #0080ff;
|
|
34064
|
-
cursor: pointer;
|
|
34065
|
-
}
|
|
34066
|
-
|
|
34067
|
-
.E_mp64wfi {
|
|
34068
|
-
width: 100%;
|
|
34069
|
-
height: 100%;
|
|
34070
|
-
display: flex;
|
|
34071
|
-
flex-direction: column;
|
|
34072
|
-
}
|
|
34073
|
-
.E_mp64wfi .name-toolbar {
|
|
34074
|
-
width: 100%;
|
|
34075
|
-
display: flex;
|
|
34076
|
-
line-height: 30px;
|
|
34077
|
-
padding: 0 16px;
|
|
34078
|
-
justify-content: space-between;
|
|
34079
|
-
}
|
|
34080
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34081
|
-
display: flex;
|
|
34082
|
-
font-size: 12px;
|
|
34083
|
-
align-items: center;
|
|
34084
|
-
}
|
|
34085
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34086
|
-
color: #a3b4cc;
|
|
34087
|
-
}
|
|
34088
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34089
|
-
margin-left: 10px;
|
|
34090
|
-
}
|
|
34091
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34092
|
-
margin-left: 10px;
|
|
34093
|
-
cursor: pointer;
|
|
34094
|
-
}
|
|
34095
|
-
.E_mp64wfi .content {
|
|
34096
|
-
flex: 1;
|
|
34097
|
-
width: 100%;
|
|
34098
|
-
display: flex;
|
|
34099
|
-
justify-content: center;
|
|
34100
|
-
align-items: center;
|
|
34101
|
-
}
|
|
34102
|
-
.E_mp64wfi .single-content {
|
|
34103
|
-
height: 65px;
|
|
34104
|
-
}
|
|
34105
|
-
|
|
34106
|
-
.E_l1oyigan {
|
|
34107
|
-
display: flex;
|
|
34108
|
-
align-items: center;
|
|
34109
|
-
white-space: nowrap;
|
|
34110
|
-
overflow: hidden;
|
|
34111
|
-
width: 100%;
|
|
34112
|
-
}
|
|
34113
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
34114
|
-
margin-left: auto;
|
|
34115
|
-
font-size: 12px;
|
|
34116
|
-
}
|
|
34117
|
-
|
|
34118
|
-
.E_l1noi4n1 {
|
|
34119
|
-
display: flex;
|
|
34120
|
-
justify-content: flex-start;
|
|
34121
|
-
align-items: center;
|
|
34122
|
-
font-size: 12px;
|
|
34123
|
-
cursor: pointer;
|
|
34124
|
-
}
|
|
34125
|
-
.E_l1noi4n1:not(:last-child) {
|
|
34126
|
-
margin-right: 20px;
|
|
34127
|
-
}
|
|
34128
|
-
.E_l1noi4n1.deselected {
|
|
34129
|
-
opacity: 0.4;
|
|
34130
|
-
}
|
|
34131
|
-
.E_l1noi4n1.deselected .color-block {
|
|
34132
|
-
background: #b4beca !important;
|
|
34133
|
-
}
|
|
34134
|
-
|
|
34135
|
-
.E_cz19rz6 {
|
|
34136
|
-
display: inline-block;
|
|
34137
|
-
height: 8px;
|
|
34138
|
-
width: 8px;
|
|
34139
|
-
margin-right: 8px;
|
|
34140
|
-
}
|
|
34141
|
-
|
|
34142
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34143
|
-
display: flex;
|
|
34144
|
-
align-items: center;
|
|
34145
|
-
font-size: 12px;
|
|
34146
|
-
margin: 0;
|
|
34147
|
-
}
|
|
34148
|
-
|
|
34149
|
-
.E_m1y1hhnr {
|
|
34150
|
-
position: relative;
|
|
34151
|
-
}
|
|
34152
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34153
|
-
bottom: -12px;
|
|
34154
|
-
}
|
|
34155
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
34156
|
-
display: flex;
|
|
34157
|
-
justify-content: space-between;
|
|
34158
|
-
line-height: 30px;
|
|
34159
|
-
margin: 0 16px;
|
|
34160
|
-
}
|
|
34161
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34162
|
-
display: flex;
|
|
34163
|
-
font-size: 12px;
|
|
34164
|
-
align-items: center;
|
|
34165
|
-
}
|
|
34166
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34167
|
-
color: #a3b4cc;
|
|
34168
|
-
}
|
|
34169
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34170
|
-
margin-left: 10px;
|
|
34171
|
-
}
|
|
34172
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34173
|
-
margin-left: 10px;
|
|
34174
|
-
cursor: pointer;
|
|
34175
|
-
}
|
|
34176
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
34177
|
-
font-size: 12px;
|
|
34178
|
-
}
|
|
34179
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
34180
|
-
position: absolute;
|
|
34181
|
-
bottom: 10px;
|
|
34182
|
-
padding: 0 8px;
|
|
34183
|
-
border-radius: 4px;
|
|
34184
|
-
font-size: 12px;
|
|
34185
|
-
color: #fff;
|
|
34186
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34187
|
-
transform: translateX(-50%);
|
|
34188
|
-
}
|
|
34189
|
-
|
|
34190
|
-
.E_tnvijvs {
|
|
34191
|
-
min-width: 200px;
|
|
34192
|
-
}
|
|
34193
|
-
|
|
34194
|
-
.E_t1ub2aex {
|
|
34195
|
-
display: flex;
|
|
34196
|
-
align-items: center;
|
|
34197
|
-
justify-content: space-between;
|
|
34198
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34199
|
-
color: #b4beca;
|
|
34200
|
-
font-size: 12px;
|
|
34201
|
-
padding: 3px 6px;
|
|
34202
|
-
}
|
|
34203
|
-
.E_t1ub2aex:first-child {
|
|
34204
|
-
padding-top: 3px;
|
|
34205
|
-
}
|
|
34206
|
-
.E_t1ub2aex:last-child {
|
|
34207
|
-
padding-bottom: 3px;
|
|
34208
|
-
}
|
|
34209
|
-
.E_t1ub2aex .column-value {
|
|
34210
|
-
color: #fff;
|
|
34211
|
-
margin-left: 8px;
|
|
34212
|
-
}
|
|
34213
|
-
|
|
34214
34069
|
.E_m11nzl2x {
|
|
34215
34070
|
color: rgba(44, 56, 82, 0.6);
|
|
34216
34071
|
text-align: center;
|
|
@@ -34416,52 +34271,415 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34416
34271
|
border: 1px solid #fff;
|
|
34417
34272
|
}
|
|
34418
34273
|
|
|
34419
|
-
.
|
|
34420
|
-
|
|
34421
|
-
|
|
34422
|
-
border-radius: 8px;
|
|
34423
|
-
}
|
|
34424
|
-
.E_t59qhqp .ant-timeline-item {
|
|
34425
|
-
margin-bottom: 16px;
|
|
34426
|
-
padding-bottom: 0px;
|
|
34427
|
-
}
|
|
34428
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
34429
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34430
|
-
margin-bottom: 0;
|
|
34431
|
-
}
|
|
34432
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
34433
|
-
margin-bottom: 12px;
|
|
34434
|
-
}
|
|
34435
|
-
.E_t59qhqp .info-action {
|
|
34436
|
-
align-self: baseline;
|
|
34437
|
-
}
|
|
34438
|
-
|
|
34439
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
34440
|
-
margin-left: 18px;
|
|
34441
|
-
}
|
|
34442
|
-
.E_t2e44lg .item-time {
|
|
34274
|
+
.E_msn7nxt {
|
|
34275
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34276
|
+
text-align: center;
|
|
34443
34277
|
display: flex;
|
|
34278
|
+
align-items: center;
|
|
34279
|
+
justify-content: center;
|
|
34444
34280
|
flex-direction: column;
|
|
34445
|
-
|
|
34446
|
-
margin-top: 4px;
|
|
34281
|
+
height: 100%;
|
|
34447
34282
|
}
|
|
34448
|
-
.
|
|
34283
|
+
.E_msn7nxt .link {
|
|
34284
|
+
color: #0080ff;
|
|
34285
|
+
cursor: pointer;
|
|
34286
|
+
}
|
|
34287
|
+
|
|
34288
|
+
.E_mp64wfi {
|
|
34289
|
+
width: 100%;
|
|
34290
|
+
height: 100%;
|
|
34291
|
+
display: flex;
|
|
34292
|
+
flex-direction: column;
|
|
34293
|
+
}
|
|
34294
|
+
.E_mp64wfi .name-toolbar {
|
|
34295
|
+
width: 100%;
|
|
34296
|
+
display: flex;
|
|
34297
|
+
line-height: 30px;
|
|
34298
|
+
padding: 0 16px;
|
|
34299
|
+
justify-content: space-between;
|
|
34300
|
+
}
|
|
34301
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34302
|
+
display: flex;
|
|
34303
|
+
font-size: 12px;
|
|
34304
|
+
align-items: center;
|
|
34305
|
+
}
|
|
34306
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34307
|
+
color: #a3b4cc;
|
|
34308
|
+
}
|
|
34309
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34310
|
+
margin-left: 10px;
|
|
34311
|
+
}
|
|
34312
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34313
|
+
margin-left: 10px;
|
|
34314
|
+
cursor: pointer;
|
|
34315
|
+
}
|
|
34316
|
+
.E_mp64wfi .content {
|
|
34317
|
+
flex: 1;
|
|
34318
|
+
width: 100%;
|
|
34319
|
+
display: flex;
|
|
34320
|
+
justify-content: center;
|
|
34321
|
+
align-items: center;
|
|
34322
|
+
}
|
|
34323
|
+
.E_mp64wfi .single-content {
|
|
34324
|
+
height: 65px;
|
|
34325
|
+
}
|
|
34326
|
+
|
|
34327
|
+
.E_l1oyigan {
|
|
34328
|
+
display: flex;
|
|
34329
|
+
align-items: center;
|
|
34330
|
+
white-space: nowrap;
|
|
34331
|
+
overflow: hidden;
|
|
34332
|
+
width: 100%;
|
|
34333
|
+
}
|
|
34334
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34335
|
+
margin-left: auto;
|
|
34336
|
+
font-size: 12px;
|
|
34337
|
+
}
|
|
34338
|
+
|
|
34339
|
+
.E_l1noi4n1 {
|
|
34340
|
+
display: flex;
|
|
34341
|
+
justify-content: flex-start;
|
|
34342
|
+
align-items: center;
|
|
34343
|
+
font-size: 12px;
|
|
34344
|
+
cursor: pointer;
|
|
34345
|
+
}
|
|
34346
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34347
|
+
margin-right: 20px;
|
|
34348
|
+
}
|
|
34349
|
+
.E_l1noi4n1.deselected {
|
|
34350
|
+
opacity: 0.4;
|
|
34351
|
+
}
|
|
34352
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34353
|
+
background: #b4beca !important;
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
.E_cz19rz6 {
|
|
34357
|
+
display: inline-block;
|
|
34358
|
+
height: 8px;
|
|
34359
|
+
width: 8px;
|
|
34360
|
+
margin-right: 8px;
|
|
34361
|
+
}
|
|
34362
|
+
|
|
34363
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34364
|
+
display: flex;
|
|
34365
|
+
align-items: center;
|
|
34366
|
+
font-size: 12px;
|
|
34367
|
+
margin: 0;
|
|
34368
|
+
}
|
|
34369
|
+
|
|
34370
|
+
.E_m1y1hhnr {
|
|
34371
|
+
position: relative;
|
|
34372
|
+
}
|
|
34373
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34374
|
+
bottom: -12px;
|
|
34375
|
+
}
|
|
34376
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34377
|
+
display: flex;
|
|
34378
|
+
justify-content: space-between;
|
|
34379
|
+
line-height: 30px;
|
|
34380
|
+
margin: 0 16px;
|
|
34381
|
+
}
|
|
34382
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34383
|
+
display: flex;
|
|
34384
|
+
font-size: 12px;
|
|
34385
|
+
align-items: center;
|
|
34386
|
+
}
|
|
34387
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34388
|
+
color: #a3b4cc;
|
|
34389
|
+
}
|
|
34390
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34391
|
+
margin-left: 10px;
|
|
34392
|
+
}
|
|
34393
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34394
|
+
margin-left: 10px;
|
|
34395
|
+
cursor: pointer;
|
|
34396
|
+
}
|
|
34397
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34398
|
+
font-size: 12px;
|
|
34399
|
+
}
|
|
34400
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34401
|
+
position: absolute;
|
|
34402
|
+
bottom: 10px;
|
|
34403
|
+
padding: 0 8px;
|
|
34404
|
+
border-radius: 4px;
|
|
34405
|
+
font-size: 12px;
|
|
34406
|
+
color: #fff;
|
|
34407
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34408
|
+
transform: translateX(-50%);
|
|
34409
|
+
}
|
|
34410
|
+
|
|
34411
|
+
.E_tnvijvs {
|
|
34412
|
+
min-width: 200px;
|
|
34413
|
+
}
|
|
34414
|
+
|
|
34415
|
+
.E_t1ub2aex {
|
|
34416
|
+
display: flex;
|
|
34417
|
+
align-items: center;
|
|
34418
|
+
justify-content: space-between;
|
|
34419
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34420
|
+
color: #b4beca;
|
|
34421
|
+
font-size: 12px;
|
|
34422
|
+
padding: 3px 6px;
|
|
34423
|
+
}
|
|
34424
|
+
.E_t1ub2aex:first-child {
|
|
34425
|
+
padding-top: 3px;
|
|
34426
|
+
}
|
|
34427
|
+
.E_t1ub2aex:last-child {
|
|
34428
|
+
padding-bottom: 3px;
|
|
34429
|
+
}
|
|
34430
|
+
.E_t1ub2aex .column-value {
|
|
34431
|
+
color: #fff;
|
|
34432
|
+
margin-left: 8px;
|
|
34433
|
+
}
|
|
34434
|
+
|
|
34435
|
+
.E_bpgac8u {
|
|
34436
|
+
color: #FFFFFF;
|
|
34437
|
+
display: flex;
|
|
34438
|
+
gap: 8px;
|
|
34439
|
+
padding: 8px 0;
|
|
34440
|
+
display: flex;
|
|
34441
|
+
justify-content: center;
|
|
34442
|
+
white-space: pre-wrap;
|
|
34443
|
+
align-items: center;
|
|
34444
|
+
}
|
|
34445
|
+
.E_bpgac8u .dashed-btn {
|
|
34446
|
+
border-bottom: 1px solid white;
|
|
34447
|
+
cursor: pointer;
|
|
34448
|
+
}
|
|
34449
|
+
|
|
34450
|
+
.E_envn4g3 {
|
|
34451
|
+
background: #F0483E;
|
|
34452
|
+
}
|
|
34453
|
+
|
|
34454
|
+
.E_i12w18eu {
|
|
34455
|
+
background: #0080FF;
|
|
34456
|
+
}
|
|
34457
|
+
|
|
34458
|
+
.E_wujsnt4 {
|
|
34459
|
+
background-color: #E07F00;
|
|
34460
|
+
}
|
|
34461
|
+
|
|
34462
|
+
.E_t59qhqp {
|
|
34463
|
+
padding: 0px;
|
|
34464
|
+
padding-top: 5px;
|
|
34465
|
+
padding-left: 5px;
|
|
34466
|
+
}
|
|
34467
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34468
|
+
margin-bottom: 16px;
|
|
34469
|
+
padding-bottom: 0px;
|
|
34470
|
+
}
|
|
34471
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34472
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34473
|
+
margin-bottom: 0;
|
|
34474
|
+
}
|
|
34475
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34476
|
+
margin-bottom: 12px;
|
|
34477
|
+
}
|
|
34478
|
+
.E_t59qhqp .info-action {
|
|
34479
|
+
align-self: baseline;
|
|
34480
|
+
}
|
|
34481
|
+
|
|
34482
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34483
|
+
margin-left: 18px;
|
|
34484
|
+
}
|
|
34485
|
+
.E_t2e44lg .item-time {
|
|
34486
|
+
display: flex;
|
|
34487
|
+
flex-direction: column;
|
|
34488
|
+
gap: 4px;
|
|
34489
|
+
margin-top: 4px;
|
|
34490
|
+
}
|
|
34491
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34492
|
+
padding-bottom: 0;
|
|
34493
|
+
}
|
|
34494
|
+
|
|
34495
|
+
.E_e14ua30y {
|
|
34496
|
+
display: flex;
|
|
34497
|
+
flex-direction: column;
|
|
34498
|
+
align-items: center;
|
|
34499
|
+
justify-content: center;
|
|
34500
|
+
}
|
|
34501
|
+
|
|
34502
|
+
.E_s1ikqzph {
|
|
34503
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34504
|
+
}
|
|
34505
|
+
|
|
34506
|
+
.E_i15astnl {
|
|
34507
|
+
color: #00122E;
|
|
34508
|
+
}
|
|
34509
|
+
|
|
34510
|
+
.E_b1jaupqb {
|
|
34511
|
+
color: #F0483E;
|
|
34512
|
+
}
|
|
34513
|
+
|
|
34514
|
+
.E_icab5o7 {
|
|
34515
|
+
--modal-header-height: 140px;
|
|
34516
|
+
}
|
|
34517
|
+
.E_icab5o7.ant-modal {
|
|
34518
|
+
height: calc(100% - 20px);
|
|
34519
|
+
width: calc(100% - 20px);
|
|
34449
34520
|
padding-bottom: 0;
|
|
34521
|
+
margin: 0 auto;
|
|
34522
|
+
top: 10px;
|
|
34523
|
+
transform: none;
|
|
34524
|
+
}
|
|
34525
|
+
.E_icab5o7.ant-modal .ant-modal-close {
|
|
34526
|
+
right: 24px;
|
|
34527
|
+
top: 24px;
|
|
34528
|
+
}
|
|
34529
|
+
.E_icab5o7.ant-modal .ant-modal-close .ant-modal-close-x {
|
|
34530
|
+
width: 40px;
|
|
34531
|
+
height: 40px;
|
|
34532
|
+
}
|
|
34533
|
+
.E_icab5o7.ant-modal .ant-modal-content {
|
|
34534
|
+
width: 100%;
|
|
34535
|
+
height: 100%;
|
|
34536
|
+
display: flex;
|
|
34537
|
+
flex-direction: column;
|
|
34538
|
+
}
|
|
34539
|
+
.E_icab5o7.ant-modal .ant-modal-header {
|
|
34540
|
+
padding: 60px 0 40px 0;
|
|
34541
|
+
height: var(--modal-header-height);
|
|
34542
|
+
border: 0;
|
|
34543
|
+
}
|
|
34544
|
+
.E_icab5o7.ant-modal .ant-modal-body {
|
|
34545
|
+
padding: 0;
|
|
34546
|
+
flex: 1;
|
|
34547
|
+
min-height: 0;
|
|
34548
|
+
overflow-y: auto;
|
|
34549
|
+
scrollbar-gutter: stable;
|
|
34550
|
+
}
|
|
34551
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar {
|
|
34552
|
+
width: 6px;
|
|
34553
|
+
}
|
|
34554
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-track {
|
|
34555
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34556
|
+
}
|
|
34557
|
+
.E_icab5o7.ant-modal .ant-modal-body::-webkit-scrollbar-thumb {
|
|
34558
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34559
|
+
border-radius: 8px;
|
|
34560
|
+
}
|
|
34561
|
+
.E_icab5o7.ant-modal .ant-modal-footer {
|
|
34562
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
34563
|
+
padding: 24px 0 60px 0;
|
|
34564
|
+
}
|
|
34565
|
+
|
|
34566
|
+
.E_msiso3p.ant-modal .ant-modal-header {
|
|
34567
|
+
padding: 60px 0 40px 0;
|
|
34568
|
+
width: 648px;
|
|
34569
|
+
margin: 0 auto;
|
|
34570
|
+
}
|
|
34571
|
+
.E_msiso3p.ant-modal .ant-modal-footer {
|
|
34572
|
+
width: 648px;
|
|
34573
|
+
margin: 0 auto;
|
|
34574
|
+
}
|
|
34575
|
+
|
|
34576
|
+
.E_cxvrrew {
|
|
34577
|
+
height: 40px;
|
|
34578
|
+
width: 40px;
|
|
34579
|
+
border-radius: 50%;
|
|
34580
|
+
display: flex;
|
|
34581
|
+
align-items: center;
|
|
34582
|
+
justify-content: center;
|
|
34583
|
+
}
|
|
34584
|
+
.E_cxvrrew:hover {
|
|
34585
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34586
|
+
transition: 0.3s ease-out;
|
|
34587
|
+
}
|
|
34588
|
+
|
|
34589
|
+
.E_tskzd0j {
|
|
34590
|
+
color: #00122e;
|
|
34591
|
+
}
|
|
34592
|
+
|
|
34593
|
+
.E_f1fbnfp.ant-modal .ant-modal-body {
|
|
34594
|
+
padding-left: 40px;
|
|
34595
|
+
padding-right: 40px;
|
|
34596
|
+
}
|
|
34597
|
+
.E_f1fbnfp.ant-modal .ant-modal-footer,
|
|
34598
|
+
.E_f1fbnfp.ant-modal .ant-modal-header {
|
|
34599
|
+
margin-left: 40px;
|
|
34600
|
+
margin-right: 40px;
|
|
34601
|
+
}
|
|
34602
|
+
|
|
34603
|
+
.E_b4g2nsx {
|
|
34604
|
+
position: relative;
|
|
34605
|
+
}
|
|
34606
|
+
.E_b4g2nsx .middle {
|
|
34607
|
+
height: 100%;
|
|
34608
|
+
overflow: auto;
|
|
34609
|
+
padding-bottom: 40px;
|
|
34610
|
+
}
|
|
34611
|
+
|
|
34612
|
+
.E_myhed70 {
|
|
34613
|
+
--left-width: 192px;
|
|
34614
|
+
--right-width: 192px;
|
|
34615
|
+
--content-width: 648px;
|
|
34616
|
+
--content-margin: 60px;
|
|
34617
|
+
--modal-body-padding: calc(
|
|
34618
|
+
(
|
|
34619
|
+
100% - var(--content-width) - var(--left-width) - var(--right-width) - var(
|
|
34620
|
+
--content-margin
|
|
34621
|
+
) * 2
|
|
34622
|
+
) / 2
|
|
34623
|
+
);
|
|
34624
|
+
}
|
|
34625
|
+
.E_myhed70 .left {
|
|
34626
|
+
width: var(--left-width);
|
|
34627
|
+
overflow: auto;
|
|
34628
|
+
position: fixed;
|
|
34629
|
+
left: var(--modal-body-padding);
|
|
34630
|
+
top: var(--modal-header-height);
|
|
34631
|
+
}
|
|
34632
|
+
.E_myhed70 .middle {
|
|
34633
|
+
width: var(--content-width);
|
|
34634
|
+
overflow: auto;
|
|
34635
|
+
margin: auto;
|
|
34636
|
+
}
|
|
34637
|
+
.E_myhed70 .right {
|
|
34638
|
+
width: var(--right-width);
|
|
34639
|
+
overflow: auto;
|
|
34640
|
+
position: fixed;
|
|
34641
|
+
right: var(--modal-body-padding);
|
|
34642
|
+
top: var(--modal-header-height);
|
|
34450
34643
|
}
|
|
34451
34644
|
|
|
34452
|
-
.
|
|
34645
|
+
.E_fo07jei {
|
|
34453
34646
|
display: flex;
|
|
34454
|
-
|
|
34647
|
+
justify-content: space-between;
|
|
34455
34648
|
align-items: center;
|
|
34456
|
-
|
|
34649
|
+
gap: 16px;
|
|
34650
|
+
height: 40px;
|
|
34457
34651
|
}
|
|
34458
34652
|
|
|
34459
|
-
.
|
|
34460
|
-
|
|
34653
|
+
.E_fph3s12 {
|
|
34654
|
+
display: flex;
|
|
34655
|
+
align-items: center;
|
|
34656
|
+
gap: 16px;
|
|
34657
|
+
text-align: left;
|
|
34461
34658
|
}
|
|
34462
34659
|
|
|
34463
|
-
.
|
|
34464
|
-
|
|
34660
|
+
.E_f1f8uj0i {
|
|
34661
|
+
flex-shrink: 0;
|
|
34662
|
+
}
|
|
34663
|
+
|
|
34664
|
+
.E_ejcjd85 {
|
|
34665
|
+
color: #f0483e;
|
|
34666
|
+
display: flex;
|
|
34667
|
+
align-items: center;
|
|
34668
|
+
height: 32px;
|
|
34669
|
+
}
|
|
34670
|
+
|
|
34671
|
+
.E_e1lj3r2s {
|
|
34672
|
+
margin-right: 4px;
|
|
34673
|
+
flex-shrink: 0;
|
|
34674
|
+
}
|
|
34675
|
+
|
|
34676
|
+
.E_eb58k2y {
|
|
34677
|
+
align-self: flex-start;
|
|
34678
|
+
margin-top: 5px;
|
|
34679
|
+
}
|
|
34680
|
+
|
|
34681
|
+
.E_c1bad0d {
|
|
34682
|
+
font-weight: bold;
|
|
34465
34683
|
}
|
|
34466
34684
|
|
|
34467
34685
|
.E_s20iney.skeleton-box {
|
|
@@ -34493,6 +34711,132 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34493
34711
|
}
|
|
34494
34712
|
}
|
|
34495
34713
|
|
|
34714
|
+
.E_dxyv8bv {
|
|
34715
|
+
--footer-height: 80px;
|
|
34716
|
+
--header-height: 56px;
|
|
34717
|
+
--modal-content-width: 492px;
|
|
34718
|
+
--modal-content-min-height: 160px;
|
|
34719
|
+
--modal-content-max-height: calc(
|
|
34720
|
+
100vh - 144px - var(--header-height) - var(--footer-height)
|
|
34721
|
+
);
|
|
34722
|
+
--modal-header-padding: 32px 40px 0;
|
|
34723
|
+
--modal-content-padding-y: 32px;
|
|
34724
|
+
--modal-content-padding-x: 40px;
|
|
34725
|
+
--modal-footer-padding: 0 40px;
|
|
34726
|
+
}
|
|
34727
|
+
.E_dxyv8bv .ant-modal-content {
|
|
34728
|
+
background: #fff;
|
|
34729
|
+
border-radius: 16px;
|
|
34730
|
+
max-width: var(--modal-content-width);
|
|
34731
|
+
min-width: var(--modal-content-width);
|
|
34732
|
+
}
|
|
34733
|
+
.E_dxyv8bv .ant-modal-header {
|
|
34734
|
+
padding: var(--modal-header-padding);
|
|
34735
|
+
height: var(--header-height);
|
|
34736
|
+
border-bottom: none;
|
|
34737
|
+
border-radius: 16px 16px 0 0;
|
|
34738
|
+
}
|
|
34739
|
+
.E_dxyv8bv .ant-modal-header .ant-modal-title {
|
|
34740
|
+
color: #00122E;
|
|
34741
|
+
}
|
|
34742
|
+
.E_dxyv8bv .ant-modal-close {
|
|
34743
|
+
right: 48px;
|
|
34744
|
+
top: 24px;
|
|
34745
|
+
}
|
|
34746
|
+
.E_dxyv8bv .ant-modal-body {
|
|
34747
|
+
padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
|
|
34748
|
+
padding-right: calc(var(--modal-content-padding-x) - 6px);
|
|
34749
|
+
min-height: var(--modal-content-min-height);
|
|
34750
|
+
max-height: var(--modal-content-max-height);
|
|
34751
|
+
overflow-y: auto;
|
|
34752
|
+
overflow-x: hidden;
|
|
34753
|
+
scrollbar-gutter: stable;
|
|
34754
|
+
}
|
|
34755
|
+
.E_dxyv8bv .ant-modal-body::-webkit-scrollbar {
|
|
34756
|
+
width: 6px;
|
|
34757
|
+
}
|
|
34758
|
+
.E_dxyv8bv .ant-modal-body::-webkit-scrollbar-track {
|
|
34759
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34760
|
+
}
|
|
34761
|
+
.E_dxyv8bv .ant-modal-body::-webkit-scrollbar-thumb {
|
|
34762
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34763
|
+
border-radius: 8px;
|
|
34764
|
+
}
|
|
34765
|
+
.E_dxyv8bv .ant-modal-footer {
|
|
34766
|
+
height: var(--footer-height);
|
|
34767
|
+
padding: var(--modal-footer-padding);
|
|
34768
|
+
margin-top: 0;
|
|
34769
|
+
border-top: none;
|
|
34770
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
34771
|
+
}
|
|
34772
|
+
.E_dxyv8bv .ant-modal-footer .ant-btn-quiet {
|
|
34773
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34774
|
+
font-weight: 700;
|
|
34775
|
+
}
|
|
34776
|
+
|
|
34777
|
+
.E_fbgo4wr {
|
|
34778
|
+
display: flex;
|
|
34779
|
+
gap: 16px;
|
|
34780
|
+
height: 100%;
|
|
34781
|
+
align-items: center;
|
|
34782
|
+
justify-content: flex-end;
|
|
34783
|
+
}
|
|
34784
|
+
.E_fbgo4wr.has-error {
|
|
34785
|
+
justify-content: space-between;
|
|
34786
|
+
}
|
|
34787
|
+
|
|
34788
|
+
.E_ekxnz54 {
|
|
34789
|
+
color: #F0483E;
|
|
34790
|
+
text-align: left;
|
|
34791
|
+
}
|
|
34792
|
+
.E_ekxnz54 .icon-wrapper {
|
|
34793
|
+
align-self: baseline;
|
|
34794
|
+
padding-top: 2px;
|
|
34795
|
+
}
|
|
34796
|
+
|
|
34797
|
+
.E_ct1041x {
|
|
34798
|
+
padding: 8px;
|
|
34799
|
+
border-radius: 50%;
|
|
34800
|
+
}
|
|
34801
|
+
.E_ct1041x:hover {
|
|
34802
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34803
|
+
transition: 0.3s ease-out;
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34806
|
+
.E_sqv6dmy {
|
|
34807
|
+
display: flex;
|
|
34808
|
+
justify-content: flex-end;
|
|
34809
|
+
}
|
|
34810
|
+
|
|
34811
|
+
.E_p1rm8wzb {
|
|
34812
|
+
margin-right: 8px;
|
|
34813
|
+
}
|
|
34814
|
+
|
|
34815
|
+
.E_sd7qcf4 {
|
|
34816
|
+
height: 100%;
|
|
34817
|
+
width: 100%;
|
|
34818
|
+
overflow: auto;
|
|
34819
|
+
}
|
|
34820
|
+
|
|
34821
|
+
.E_r1fxc9gq.right {
|
|
34822
|
+
overflow: auto;
|
|
34823
|
+
padding-right: 2px;
|
|
34824
|
+
width: 200px;
|
|
34825
|
+
height: fit-content;
|
|
34826
|
+
max-height: calc(100vh - 300px);
|
|
34827
|
+
scrollbar-gutter: stable;
|
|
34828
|
+
}
|
|
34829
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
34830
|
+
width: 6px;
|
|
34831
|
+
}
|
|
34832
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
34833
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34834
|
+
}
|
|
34835
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
34836
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34837
|
+
border-radius: 8px;
|
|
34838
|
+
}
|
|
34839
|
+
|
|
34496
34840
|
.E_t1g36k2w {
|
|
34497
34841
|
overflow: hidden;
|
|
34498
34842
|
height: 100%;
|
|
@@ -34509,92 +34853,246 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34509
34853
|
background: rgba(237, 241, 250, 0.6);
|
|
34510
34854
|
border-radius: 2px;
|
|
34511
34855
|
}
|
|
34512
|
-
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
34513
|
-
width: 16px;
|
|
34856
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
34857
|
+
width: 16px;
|
|
34858
|
+
}
|
|
34859
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
34860
|
+
flex: 1;
|
|
34861
|
+
}
|
|
34862
|
+
.E_t1g36k2w :nth-child(1) {
|
|
34863
|
+
padding: 8px 4px;
|
|
34864
|
+
}
|
|
34865
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
34866
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34867
|
+
}
|
|
34868
|
+
|
|
34869
|
+
.E_f16blduf.ant-form-item {
|
|
34870
|
+
margin-bottom: 0;
|
|
34871
|
+
}
|
|
34872
|
+
.E_f16blduf .ant-form-item-explain {
|
|
34873
|
+
display: none;
|
|
34874
|
+
min-height: 18px;
|
|
34875
|
+
margin-top: 5px;
|
|
34876
|
+
font-family: "Inter";
|
|
34877
|
+
font-weight: 400;
|
|
34878
|
+
font-size: 12px;
|
|
34879
|
+
line-height: 18px;
|
|
34880
|
+
}
|
|
34881
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34882
|
+
white-space: pre-wrap;
|
|
34883
|
+
}
|
|
34884
|
+
.E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34885
|
+
display: block;
|
|
34886
|
+
}
|
|
34887
|
+
|
|
34888
|
+
.E_t1616y1o {
|
|
34889
|
+
color: #fff;
|
|
34890
|
+
}
|
|
34891
|
+
|
|
34892
|
+
.E_a9y3flr {
|
|
34893
|
+
margin-left: 8px;
|
|
34894
|
+
}
|
|
34895
|
+
|
|
34896
|
+
.E_a1njc627 {
|
|
34897
|
+
font-size: 12px;
|
|
34898
|
+
color: #00122e;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.E_d1u4ndxc {
|
|
34902
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34903
|
+
font-size: 12px;
|
|
34904
|
+
}
|
|
34905
|
+
|
|
34906
|
+
.E_f6xb0iv {
|
|
34907
|
+
min-width: 0;
|
|
34908
|
+
flex: 1;
|
|
34909
|
+
}
|
|
34910
|
+
|
|
34911
|
+
.E_b1dhu7ov.antd5-progress {
|
|
34912
|
+
width: 220px;
|
|
34913
|
+
}
|
|
34914
|
+
|
|
34915
|
+
.E_p1as1j2z .antd5-progress.antd5-progress-status-active .antd5-progress-bg::before {
|
|
34916
|
+
content: "";
|
|
34917
|
+
display: block;
|
|
34918
|
+
height: 8px;
|
|
34919
|
+
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
34920
|
+
animation: loading 1600ms ease-out infinite;
|
|
34921
|
+
opacity: 1;
|
|
34922
|
+
}
|
|
34923
|
+
@keyframes loading {
|
|
34924
|
+
from {
|
|
34925
|
+
transform: translateX(-100%);
|
|
34926
|
+
}
|
|
34927
|
+
to {
|
|
34928
|
+
transform: translateX(100%);
|
|
34929
|
+
}
|
|
34930
|
+
}
|
|
34931
|
+
|
|
34932
|
+
.E_i14c7jc8 {
|
|
34933
|
+
color: var(--i14c7jc8-0);
|
|
34934
|
+
}
|
|
34935
|
+
|
|
34936
|
+
.E_i1ibuolf {
|
|
34937
|
+
display: flex;
|
|
34938
|
+
align-items: center;
|
|
34939
|
+
column-gap: 4px;
|
|
34940
|
+
font-size: 12px;
|
|
34941
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34942
|
+
}
|
|
34943
|
+
|
|
34944
|
+
.E_s1ebs0ra {
|
|
34945
|
+
display: flex;
|
|
34946
|
+
align-items: center;
|
|
34947
|
+
justify-content: space-between;
|
|
34948
|
+
background: #edf0f7;
|
|
34949
|
+
padding: 8px 12px;
|
|
34950
|
+
position: sticky;
|
|
34951
|
+
top: 0;
|
|
34952
|
+
z-index: 1;
|
|
34953
|
+
margin-bottom: -52px;
|
|
34954
|
+
}
|
|
34955
|
+
.E_s1ebs0ra .select-total {
|
|
34956
|
+
display: flex;
|
|
34957
|
+
align-items: center;
|
|
34958
|
+
font-weight: 700;
|
|
34959
|
+
flex-shrink: 0;
|
|
34960
|
+
}
|
|
34961
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34962
|
+
cursor: pointer;
|
|
34963
|
+
margin-left: 8px;
|
|
34964
|
+
width: 32px;
|
|
34965
|
+
height: 32px;
|
|
34966
|
+
border-radius: 50%;
|
|
34967
|
+
justify-content: center;
|
|
34968
|
+
}
|
|
34969
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34970
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34971
|
+
}
|
|
34972
|
+
.E_s1ebs0ra .action-group {
|
|
34973
|
+
flex: 1;
|
|
34974
|
+
margin-left: 88px;
|
|
34975
|
+
white-space: nowrap;
|
|
34976
|
+
text-align: right;
|
|
34977
|
+
position: relative;
|
|
34978
|
+
padding: 4px 0;
|
|
34979
|
+
margin-top: -4px;
|
|
34980
|
+
overflow: hidden;
|
|
34981
|
+
}
|
|
34982
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34983
|
+
transform: translateY(-4px);
|
|
34984
|
+
}
|
|
34985
|
+
.E_s1ebs0ra .action-group button {
|
|
34986
|
+
border: none;
|
|
34987
|
+
}
|
|
34988
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34989
|
+
margin-right: 8px;
|
|
34990
|
+
}
|
|
34991
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34992
|
+
margin-right: 4px;
|
|
34993
|
+
}
|
|
34994
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34995
|
+
cursor: pointer;
|
|
34996
|
+
width: 32px;
|
|
34997
|
+
height: 32px;
|
|
34998
|
+
justify-content: center;
|
|
34999
|
+
border-radius: 50%;
|
|
35000
|
+
}
|
|
35001
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35002
|
+
background: #fff;
|
|
35003
|
+
}
|
|
35004
|
+
|
|
35005
|
+
.E_clm1wy1 {
|
|
35006
|
+
width: 192px;
|
|
35007
|
+
height: 246px;
|
|
35008
|
+
border-radius: 4px;
|
|
34514
35009
|
}
|
|
34515
|
-
.
|
|
34516
|
-
|
|
35010
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35011
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35012
|
+
width: 100%;
|
|
35013
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35014
|
+
border-top: none;
|
|
34517
35015
|
}
|
|
34518
|
-
.
|
|
34519
|
-
|
|
35016
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35017
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35018
|
+
padding: 0 16px;
|
|
34520
35019
|
}
|
|
34521
|
-
.
|
|
34522
|
-
|
|
35020
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35021
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35022
|
+
width: 100%;
|
|
35023
|
+
height: 180px;
|
|
35024
|
+
border-spacing: 0;
|
|
34523
35025
|
}
|
|
34524
|
-
|
|
34525
|
-
.
|
|
34526
|
-
margin-bottom:
|
|
35026
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35027
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35028
|
+
margin-bottom: 8px;
|
|
34527
35029
|
}
|
|
34528
|
-
.
|
|
34529
|
-
|
|
34530
|
-
|
|
34531
|
-
margin-top: 5px;
|
|
34532
|
-
font-family: "Inter";
|
|
34533
|
-
font-weight: 400;
|
|
34534
|
-
font-size: 12px;
|
|
34535
|
-
line-height: 18px;
|
|
35030
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35031
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35032
|
+
width: 22px;
|
|
34536
35033
|
}
|
|
34537
|
-
.
|
|
34538
|
-
|
|
35034
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35035
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35036
|
+
padding: 0;
|
|
34539
35037
|
}
|
|
34540
|
-
.
|
|
34541
|
-
|
|
35038
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35039
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35040
|
+
opacity: 0.4;
|
|
34542
35041
|
}
|
|
34543
|
-
|
|
34544
|
-
.
|
|
34545
|
-
|
|
35042
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35043
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35044
|
+
opacity: 1;
|
|
34546
35045
|
}
|
|
34547
|
-
|
|
34548
|
-
|
|
34549
|
-
margin-left: 8px;
|
|
35046
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35047
|
+
color: #3e4652;
|
|
34550
35048
|
}
|
|
34551
|
-
|
|
34552
|
-
|
|
34553
|
-
font-size: 12px;
|
|
34554
|
-
color: #00122e;
|
|
35049
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35050
|
+
pointer-events: none;
|
|
34555
35051
|
}
|
|
34556
35052
|
|
|
34557
|
-
.
|
|
34558
|
-
color:
|
|
35053
|
+
.E_t1tsm00v {
|
|
35054
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35055
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35056
|
+
backdrop-filter: blur(10px);
|
|
35057
|
+
padding: 7px 10px;
|
|
34559
35058
|
}
|
|
34560
35059
|
|
|
34561
|
-
.
|
|
35060
|
+
.E_c167wnad {
|
|
35061
|
+
color: rgba(62, 70, 82, 0.6);
|
|
34562
35062
|
display: flex;
|
|
35063
|
+
justify-content: space-between;
|
|
34563
35064
|
align-items: center;
|
|
34564
|
-
|
|
34565
|
-
font-size: 12px;
|
|
34566
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35065
|
+
padding: 8px 16px;
|
|
34567
35066
|
}
|
|
34568
|
-
|
|
34569
|
-
|
|
34570
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34571
|
-
font-size: 12px;
|
|
35067
|
+
.E_c167wnad .anticon {
|
|
35068
|
+
cursor: pointer;
|
|
34572
35069
|
}
|
|
34573
|
-
|
|
34574
|
-
|
|
34575
|
-
min-width: 0;
|
|
34576
|
-
flex: 1;
|
|
35070
|
+
.E_c167wnad .anticon:hover {
|
|
35071
|
+
color: #0096ff;
|
|
34577
35072
|
}
|
|
34578
35073
|
|
|
34579
|
-
.
|
|
34580
|
-
|
|
35074
|
+
.E_cxhf7dh {
|
|
35075
|
+
text-align: center;
|
|
34581
35076
|
}
|
|
34582
|
-
|
|
34583
|
-
|
|
34584
|
-
content:
|
|
34585
|
-
display: block;
|
|
34586
|
-
height: 8px;
|
|
34587
|
-
background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
|
|
34588
|
-
animation: loading 1600ms ease-out infinite;
|
|
34589
|
-
opacity: 1;
|
|
35077
|
+
.E_cxhf7dh .dots {
|
|
35078
|
+
display: flex;
|
|
35079
|
+
justify-content: center;
|
|
34590
35080
|
}
|
|
34591
|
-
|
|
34592
|
-
|
|
34593
|
-
|
|
34594
|
-
|
|
34595
|
-
|
|
34596
|
-
|
|
34597
|
-
|
|
35081
|
+
.E_cxhf7dh .dot {
|
|
35082
|
+
display: inline-block;
|
|
35083
|
+
width: 2px;
|
|
35084
|
+
height: 2px;
|
|
35085
|
+
border-radius: 1px;
|
|
35086
|
+
background: #0096ff;
|
|
35087
|
+
}
|
|
35088
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35089
|
+
margin-right: 2px;
|
|
35090
|
+
}
|
|
35091
|
+
.E_cxhf7dh .bar {
|
|
35092
|
+
width: 9px;
|
|
35093
|
+
height: 2px;
|
|
35094
|
+
background: #0096ff;
|
|
35095
|
+
border-radius: 2px;
|
|
34598
35096
|
}
|
|
34599
35097
|
|
|
34600
35098
|
.E_c18bcrac {
|
|
@@ -34608,6 +35106,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34608
35106
|
.E_cro7kg2 {
|
|
34609
35107
|
padding: 4px;
|
|
34610
35108
|
}
|
|
35109
|
+
.E_cro7kg2 .unit {
|
|
35110
|
+
color: white;
|
|
35111
|
+
}
|
|
34611
35112
|
|
|
34612
35113
|
.E_c14wcxf0 {
|
|
34613
35114
|
display: flex;
|
|
@@ -34644,69 +35145,144 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34644
35145
|
margin-right: 4px;
|
|
34645
35146
|
}
|
|
34646
35147
|
|
|
34647
|
-
.
|
|
35148
|
+
.E_c1up1pdz {
|
|
35149
|
+
width: 648px;
|
|
35150
|
+
}
|
|
35151
|
+
.E_c1up1pdz.active {
|
|
35152
|
+
border-color: #0080ff;
|
|
35153
|
+
}
|
|
35154
|
+
.E_c1up1pdz.active > header {
|
|
35155
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35156
|
+
}
|
|
35157
|
+
.E_c1up1pdz .expand {
|
|
35158
|
+
padding: 12px;
|
|
35159
|
+
}
|
|
35160
|
+
.E_c1up1pdz .field-item {
|
|
34648
35161
|
display: flex;
|
|
34649
|
-
|
|
34650
|
-
|
|
34651
|
-
background: #edf0f7;
|
|
34652
|
-
padding: 8px 12px;
|
|
34653
|
-
position: sticky;
|
|
34654
|
-
top: 0;
|
|
34655
|
-
z-index: 1;
|
|
34656
|
-
margin-bottom: -52px;
|
|
35162
|
+
padding: 10px 0;
|
|
35163
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
34657
35164
|
}
|
|
34658
|
-
.
|
|
35165
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35166
|
+
border-bottom: none;
|
|
35167
|
+
padding-bottom: 0;
|
|
35168
|
+
}
|
|
35169
|
+
.E_c1up1pdz .field-item label {
|
|
35170
|
+
line-height: 32px;
|
|
35171
|
+
width: 100px;
|
|
35172
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35173
|
+
}
|
|
35174
|
+
.E_c1up1pdz .help {
|
|
35175
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35176
|
+
margin-top: 5px;
|
|
35177
|
+
}
|
|
35178
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35179
|
+
.E_c1up1pdz .ant-picker {
|
|
35180
|
+
width: 128px;
|
|
35181
|
+
}
|
|
35182
|
+
|
|
35183
|
+
.E_c156wh19 {
|
|
34659
35184
|
display: flex;
|
|
34660
35185
|
align-items: center;
|
|
34661
|
-
|
|
34662
|
-
|
|
35186
|
+
justify-content: space-between;
|
|
35187
|
+
word-break: keep-all;
|
|
34663
35188
|
}
|
|
34664
|
-
.
|
|
34665
|
-
|
|
34666
|
-
margin-left: 8px;
|
|
34667
|
-
width: 32px;
|
|
34668
|
-
height: 32px;
|
|
34669
|
-
border-radius: 50%;
|
|
34670
|
-
justify-content: center;
|
|
35189
|
+
.E_c156wh19 .title {
|
|
35190
|
+
margin: 0 16px 0 8px;
|
|
34671
35191
|
}
|
|
34672
|
-
.
|
|
34673
|
-
|
|
35192
|
+
.E_c156wh19 .retain {
|
|
35193
|
+
color: rgba(129, 138, 153, 0.6);
|
|
34674
35194
|
}
|
|
34675
|
-
.
|
|
35195
|
+
.E_c156wh19 div.left {
|
|
34676
35196
|
flex: 1;
|
|
34677
|
-
|
|
35197
|
+
display: flex;
|
|
35198
|
+
overflow: hidden;
|
|
35199
|
+
align-items: center;
|
|
35200
|
+
justify-content: flex-start;
|
|
34678
35201
|
white-space: nowrap;
|
|
34679
|
-
|
|
34680
|
-
|
|
34681
|
-
|
|
34682
|
-
margin-top: -4px;
|
|
35202
|
+
}
|
|
35203
|
+
.E_c156wh19 div.left .title {
|
|
35204
|
+
max-width: 100%;
|
|
34683
35205
|
overflow: hidden;
|
|
35206
|
+
text-overflow: ellipsis;
|
|
34684
35207
|
}
|
|
34685
|
-
.
|
|
34686
|
-
|
|
35208
|
+
.E_c156wh19 div.right {
|
|
35209
|
+
display: flex;
|
|
35210
|
+
align-items: center;
|
|
35211
|
+
}
|
|
35212
|
+
.E_c156wh19 .reverse {
|
|
35213
|
+
display: flex;
|
|
35214
|
+
flex-direction: row-reverse;
|
|
35215
|
+
align-items: center;
|
|
35216
|
+
}
|
|
35217
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35218
|
+
margin-left: 8px;
|
|
35219
|
+
}
|
|
35220
|
+
.E_c156wh19 .close {
|
|
35221
|
+
padding-left: 14px;
|
|
35222
|
+
margin-left: 14px;
|
|
35223
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35224
|
+
cursor: pointer;
|
|
35225
|
+
}
|
|
35226
|
+
|
|
35227
|
+
.E_m126spxy {
|
|
35228
|
+
padding-bottom: 4px;
|
|
35229
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35230
|
+
}
|
|
35231
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35232
|
+
padding: 1px 10px;
|
|
35233
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35234
|
+
border-radius: 4px;
|
|
35235
|
+
}
|
|
35236
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35237
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35238
|
+
color: #0096ff;
|
|
35239
|
+
}
|
|
35240
|
+
|
|
35241
|
+
.E_wpbf4pq {
|
|
35242
|
+
padding: 10px 0;
|
|
35243
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35244
|
+
}
|
|
35245
|
+
.E_wpbf4pq .ant-input,
|
|
35246
|
+
.E_wpbf4pq .ant-picker {
|
|
35247
|
+
width: 80px;
|
|
35248
|
+
margin: 0 9px;
|
|
35249
|
+
text-align: center;
|
|
34687
35250
|
}
|
|
34688
|
-
.
|
|
34689
|
-
|
|
35251
|
+
.E_wpbf4pq .options {
|
|
35252
|
+
padding: 12px 0 12px 16px;
|
|
35253
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35254
|
+
margin: 5px 0 5px 8px;
|
|
34690
35255
|
}
|
|
34691
|
-
.
|
|
35256
|
+
.E_wpbf4pq .week-day-option,
|
|
35257
|
+
.E_wpbf4pq .month-day-option {
|
|
35258
|
+
background: #f5f7fa;
|
|
35259
|
+
box-sizing: border-box;
|
|
35260
|
+
border-radius: 16px;
|
|
34692
35261
|
margin-right: 8px;
|
|
34693
35262
|
}
|
|
34694
|
-
.
|
|
34695
|
-
|
|
35263
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35264
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35265
|
+
color: inherit;
|
|
35266
|
+
border-color: #d9d9d9;
|
|
34696
35267
|
}
|
|
34697
|
-
.
|
|
34698
|
-
|
|
34699
|
-
|
|
34700
|
-
|
|
34701
|
-
justify-content: center;
|
|
34702
|
-
border-radius: 50%;
|
|
35268
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35269
|
+
background-color: #0096ff;
|
|
35270
|
+
border-color: #0096ff;
|
|
35271
|
+
color: #fff;
|
|
34703
35272
|
}
|
|
34704
|
-
.
|
|
34705
|
-
|
|
35273
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35274
|
+
width: 110px;
|
|
35275
|
+
margin-top: 4px;
|
|
34706
35276
|
}
|
|
34707
|
-
|
|
34708
|
-
|
|
34709
|
-
|
|
35277
|
+
.E_wpbf4pq .month-day-option {
|
|
35278
|
+
width: 32px;
|
|
35279
|
+
padding: 0;
|
|
35280
|
+
margin-bottom: 8px;
|
|
35281
|
+
}
|
|
35282
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35283
|
+
background-color: #0096ff;
|
|
35284
|
+
border-color: #0096ff;
|
|
35285
|
+
color: #fff;
|
|
34710
35286
|
}
|
|
34711
35287
|
|
|
34712
35288
|
.E_gmyahx3 {
|
|
@@ -34719,6 +35295,18 @@ span.E_tqjc4ui {
|
|
|
34719
35295
|
color: #0080ff;
|
|
34720
35296
|
}
|
|
34721
35297
|
|
|
35298
|
+
span.E_tqjc4ui {
|
|
35299
|
+
margin: 0 2px;
|
|
35300
|
+
}
|
|
35301
|
+
|
|
35302
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35303
|
+
display: flex;
|
|
35304
|
+
align-items: center;
|
|
35305
|
+
}
|
|
35306
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35307
|
+
margin-right: 8px;
|
|
35308
|
+
}
|
|
35309
|
+
|
|
34722
35310
|
.E_n12mqh7z {
|
|
34723
35311
|
display: flex;
|
|
34724
35312
|
align-items: center;
|
|
@@ -34738,29 +35326,6 @@ span.E_tqjc4ui {
|
|
|
34738
35326
|
overflow: auto;
|
|
34739
35327
|
}
|
|
34740
35328
|
|
|
34741
|
-
.E_wg1tsps {
|
|
34742
|
-
display: flex;
|
|
34743
|
-
align-items: center;
|
|
34744
|
-
justify-content: flex-end;
|
|
34745
|
-
}
|
|
34746
|
-
|
|
34747
|
-
.E_b1ctd5xy {
|
|
34748
|
-
display: flex;
|
|
34749
|
-
align-items: center;
|
|
34750
|
-
width: calc(100% - 40px);
|
|
34751
|
-
}
|
|
34752
|
-
.E_b1ctd5xy .chart {
|
|
34753
|
-
display: inline-block;
|
|
34754
|
-
width: 100%;
|
|
34755
|
-
}
|
|
34756
|
-
|
|
34757
|
-
.E_u1p8acpn {
|
|
34758
|
-
min-width: 40px;
|
|
34759
|
-
}
|
|
34760
|
-
.E_u1p8acpn .unit {
|
|
34761
|
-
color: #00122e !important;
|
|
34762
|
-
}
|
|
34763
|
-
|
|
34764
35329
|
.E_t1sqg15u {
|
|
34765
35330
|
background: white;
|
|
34766
35331
|
}
|
|
@@ -34878,258 +35443,153 @@ span.E_tqjc4ui {
|
|
|
34878
35443
|
visibility: hidden;
|
|
34879
35444
|
}
|
|
34880
35445
|
|
|
34881
|
-
.
|
|
35446
|
+
.E_wg1tsps {
|
|
34882
35447
|
display: flex;
|
|
34883
35448
|
align-items: center;
|
|
34884
|
-
|
|
34885
|
-
.E_s1iv0tp1 .enabled-text {
|
|
34886
|
-
margin-right: 8px;
|
|
34887
|
-
}
|
|
34888
|
-
|
|
34889
|
-
.E_clm1wy1 {
|
|
34890
|
-
width: 192px;
|
|
34891
|
-
height: 246px;
|
|
34892
|
-
border-radius: 4px;
|
|
34893
|
-
}
|
|
34894
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
34895
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
34896
|
-
width: 100%;
|
|
34897
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
34898
|
-
border-top: none;
|
|
34899
|
-
}
|
|
34900
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
34901
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
34902
|
-
padding: 0 16px;
|
|
34903
|
-
}
|
|
34904
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
34905
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
34906
|
-
width: 100%;
|
|
34907
|
-
height: 180px;
|
|
34908
|
-
border-spacing: 0;
|
|
34909
|
-
}
|
|
34910
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
34911
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
34912
|
-
margin-bottom: 8px;
|
|
34913
|
-
}
|
|
34914
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
34915
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
34916
|
-
width: 22px;
|
|
34917
|
-
}
|
|
34918
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
34919
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
34920
|
-
padding: 0;
|
|
34921
|
-
}
|
|
34922
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
34923
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34924
|
-
opacity: 0.4;
|
|
34925
|
-
}
|
|
34926
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
34927
|
-
color: rgba(62, 70, 82, 0.6);
|
|
34928
|
-
opacity: 1;
|
|
34929
|
-
}
|
|
34930
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
34931
|
-
color: #3e4652;
|
|
34932
|
-
}
|
|
34933
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
34934
|
-
pointer-events: none;
|
|
34935
|
-
}
|
|
34936
|
-
|
|
34937
|
-
.E_t1tsm00v {
|
|
34938
|
-
color: rgba(129, 138, 153, 0.6);
|
|
34939
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
34940
|
-
backdrop-filter: blur(10px);
|
|
34941
|
-
padding: 7px 10px;
|
|
35449
|
+
justify-content: flex-end;
|
|
34942
35450
|
}
|
|
34943
35451
|
|
|
34944
|
-
.
|
|
34945
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35452
|
+
.E_b1ctd5xy {
|
|
34946
35453
|
display: flex;
|
|
34947
|
-
justify-content: space-between;
|
|
34948
35454
|
align-items: center;
|
|
34949
|
-
|
|
34950
|
-
}
|
|
34951
|
-
.E_c167wnad .anticon {
|
|
34952
|
-
cursor: pointer;
|
|
34953
|
-
}
|
|
34954
|
-
.E_c167wnad .anticon:hover {
|
|
34955
|
-
color: #0096ff;
|
|
34956
|
-
}
|
|
34957
|
-
|
|
34958
|
-
.E_cxhf7dh {
|
|
34959
|
-
text-align: center;
|
|
34960
|
-
}
|
|
34961
|
-
.E_cxhf7dh .dots {
|
|
34962
|
-
display: flex;
|
|
34963
|
-
justify-content: center;
|
|
35455
|
+
width: calc(100% - 40px);
|
|
34964
35456
|
}
|
|
34965
|
-
.
|
|
35457
|
+
.E_b1ctd5xy .chart {
|
|
34966
35458
|
display: inline-block;
|
|
34967
|
-
width:
|
|
34968
|
-
height: 2px;
|
|
34969
|
-
border-radius: 1px;
|
|
34970
|
-
background: #0096ff;
|
|
34971
|
-
}
|
|
34972
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
34973
|
-
margin-right: 2px;
|
|
34974
|
-
}
|
|
34975
|
-
.E_cxhf7dh .bar {
|
|
34976
|
-
width: 9px;
|
|
34977
|
-
height: 2px;
|
|
34978
|
-
background: #0096ff;
|
|
34979
|
-
border-radius: 2px;
|
|
35459
|
+
width: 100%;
|
|
34980
35460
|
}
|
|
34981
35461
|
|
|
34982
|
-
.
|
|
34983
|
-
width:
|
|
34984
|
-
}
|
|
34985
|
-
.E_c1up1pdz.active {
|
|
34986
|
-
border-color: #0080ff;
|
|
34987
|
-
}
|
|
34988
|
-
.E_c1up1pdz.active > header {
|
|
34989
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35462
|
+
.E_u1p8acpn {
|
|
35463
|
+
min-width: 40px;
|
|
34990
35464
|
}
|
|
34991
|
-
.
|
|
34992
|
-
|
|
35465
|
+
.E_u1p8acpn .unit {
|
|
35466
|
+
color: #00122e !important;
|
|
34993
35467
|
}
|
|
34994
|
-
|
|
35468
|
+
|
|
35469
|
+
.E_skwah65 {
|
|
35470
|
+
height: 8px;
|
|
35471
|
+
box-sizing: border-box;
|
|
35472
|
+
border-radius: 2px;
|
|
35473
|
+
background: #f5f7fa;
|
|
34995
35474
|
display: flex;
|
|
34996
|
-
|
|
34997
|
-
|
|
34998
|
-
}
|
|
34999
|
-
.E_c1up1pdz .field-item:last-child {
|
|
35000
|
-
border-bottom: none;
|
|
35001
|
-
padding-bottom: 0;
|
|
35002
|
-
}
|
|
35003
|
-
.E_c1up1pdz .field-item label {
|
|
35004
|
-
line-height: 32px;
|
|
35005
|
-
width: 100px;
|
|
35006
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35007
|
-
}
|
|
35008
|
-
.E_c1up1pdz .help {
|
|
35009
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35010
|
-
margin-top: 5px;
|
|
35475
|
+
width: 100%;
|
|
35476
|
+
overflow: hidden;
|
|
35011
35477
|
}
|
|
35012
|
-
.
|
|
35013
|
-
|
|
35014
|
-
width: 128px;
|
|
35478
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35479
|
+
margin-left: 1px;
|
|
35015
35480
|
}
|
|
35016
35481
|
|
|
35017
|
-
.
|
|
35482
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35483
|
+
background: #edf0f7;
|
|
35484
|
+
padding: 32px 8px;
|
|
35485
|
+
overflow: auto;
|
|
35486
|
+
}
|
|
35487
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35018
35488
|
display: flex;
|
|
35019
|
-
|
|
35489
|
+
flex-direction: column;
|
|
35020
35490
|
justify-content: space-between;
|
|
35021
|
-
word-break: keep-all;
|
|
35022
35491
|
}
|
|
35023
|
-
.
|
|
35024
|
-
|
|
35492
|
+
.E_s1at6qmn footer {
|
|
35493
|
+
display: flex;
|
|
35025
35494
|
}
|
|
35026
|
-
.
|
|
35027
|
-
|
|
35495
|
+
.E_s1at6qmn .ant-menu {
|
|
35496
|
+
background: #edf0f7;
|
|
35028
35497
|
}
|
|
35029
|
-
.
|
|
35030
|
-
|
|
35031
|
-
|
|
35498
|
+
.E_s1at6qmn .ant-menu a {
|
|
35499
|
+
color: #00122e;
|
|
35500
|
+
width: 180px;
|
|
35032
35501
|
overflow: hidden;
|
|
35033
|
-
|
|
35034
|
-
|
|
35035
|
-
|
|
35502
|
+
text-overflow: ellipsis;
|
|
35503
|
+
}
|
|
35504
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35505
|
+
margin-bottom: 24px;
|
|
35506
|
+
}
|
|
35507
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35508
|
+
margin: 0;
|
|
35036
35509
|
}
|
|
35037
|
-
.
|
|
35038
|
-
|
|
35039
|
-
|
|
35040
|
-
|
|
35510
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35511
|
+
font-size: 12px;
|
|
35512
|
+
padding: 0 8px 4px;
|
|
35513
|
+
line-height: 18px;
|
|
35041
35514
|
}
|
|
35042
|
-
.
|
|
35043
|
-
|
|
35044
|
-
align-items: center;
|
|
35515
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35516
|
+
padding: 0;
|
|
35045
35517
|
}
|
|
35046
|
-
.
|
|
35518
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35519
|
+
padding-bottom: 24px;
|
|
35520
|
+
}
|
|
35521
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35522
|
+
margin-bottom: 24px;
|
|
35523
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35524
|
+
}
|
|
35525
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35526
|
+
transition: none;
|
|
35047
35527
|
display: flex;
|
|
35048
|
-
flex-direction: row-reverse;
|
|
35049
35528
|
align-items: center;
|
|
35529
|
+
height: 32px;
|
|
35530
|
+
line-height: 22px;
|
|
35531
|
+
padding: 0 8px;
|
|
35050
35532
|
}
|
|
35051
|
-
.
|
|
35052
|
-
margin-
|
|
35533
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35534
|
+
margin-right: 12px;
|
|
35053
35535
|
}
|
|
35054
|
-
.
|
|
35055
|
-
|
|
35056
|
-
margin-
|
|
35057
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35058
|
-
cursor: pointer;
|
|
35536
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35537
|
+
margin: 0;
|
|
35538
|
+
margin-bottom: 2px;
|
|
35059
35539
|
}
|
|
35060
|
-
|
|
35061
|
-
|
|
35062
|
-
|
|
35063
|
-
border-
|
|
35540
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35541
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35542
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35543
|
+
border-radius: 6px;
|
|
35544
|
+
color: #fff;
|
|
35064
35545
|
}
|
|
35065
|
-
.
|
|
35066
|
-
|
|
35067
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35068
|
-
border-radius: 4px;
|
|
35546
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35547
|
+
color: #fff;
|
|
35069
35548
|
}
|
|
35070
|
-
.
|
|
35071
|
-
background: rgba(
|
|
35072
|
-
|
|
35549
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35550
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35551
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35552
|
+
border-radius: 6px;
|
|
35073
35553
|
}
|
|
35074
35554
|
|
|
35075
|
-
.
|
|
35076
|
-
|
|
35077
|
-
|
|
35078
|
-
}
|
|
35079
|
-
.E_wpbf4pq .ant-input,
|
|
35080
|
-
.E_wpbf4pq .ant-picker {
|
|
35081
|
-
width: 80px;
|
|
35082
|
-
margin: 0 9px;
|
|
35083
|
-
text-align: center;
|
|
35555
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35556
|
+
white-space: nowrap;
|
|
35557
|
+
transition: all 0s;
|
|
35084
35558
|
}
|
|
35085
|
-
.
|
|
35086
|
-
|
|
35087
|
-
|
|
35088
|
-
margin: 5px 0 5px 8px;
|
|
35559
|
+
.E_s1wu0lms.shrink {
|
|
35560
|
+
transition: all 0s;
|
|
35561
|
+
overflow: hidden;
|
|
35089
35562
|
}
|
|
35090
|
-
.
|
|
35091
|
-
|
|
35092
|
-
background: #f5f7fa;
|
|
35093
|
-
box-sizing: border-box;
|
|
35094
|
-
border-radius: 16px;
|
|
35095
|
-
margin-right: 8px;
|
|
35563
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35564
|
+
visibility: hidden;
|
|
35096
35565
|
}
|
|
35097
|
-
.
|
|
35098
|
-
|
|
35099
|
-
|
|
35100
|
-
border-color: #d9d9d9;
|
|
35566
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35567
|
+
width: 36px;
|
|
35568
|
+
padding: 0 6px;
|
|
35101
35569
|
}
|
|
35102
|
-
|
|
35103
|
-
|
|
35104
|
-
|
|
35105
|
-
|
|
35570
|
+
|
|
35571
|
+
.E_n1ugzfva {
|
|
35572
|
+
display: flex;
|
|
35573
|
+
place-items: center;
|
|
35574
|
+
width: 100% !important;
|
|
35106
35575
|
}
|
|
35107
|
-
.
|
|
35108
|
-
|
|
35109
|
-
|
|
35576
|
+
.E_n1ugzfva[disabled] {
|
|
35577
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35578
|
+
opacity: 1 !important;
|
|
35110
35579
|
}
|
|
35111
|
-
.
|
|
35112
|
-
width:
|
|
35113
|
-
|
|
35114
|
-
margin-bottom: 8px;
|
|
35580
|
+
.E_n1ugzfva.ant-btn {
|
|
35581
|
+
width: 100%;
|
|
35582
|
+
color: #00122e;
|
|
35115
35583
|
}
|
|
35116
|
-
.
|
|
35117
|
-
|
|
35118
|
-
border-color: #0096ff;
|
|
35119
|
-
color: #fff;
|
|
35584
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35585
|
+
margin-right: 12px;
|
|
35120
35586
|
}
|
|
35121
|
-
|
|
35122
|
-
|
|
35123
|
-
height: 8px;
|
|
35124
|
-
box-sizing: border-box;
|
|
35125
|
-
border-radius: 2px;
|
|
35126
|
-
background: #f5f7fa;
|
|
35127
|
-
display: flex;
|
|
35128
|
-
width: 100%;
|
|
35587
|
+
.E_n1ugzfva .link-title {
|
|
35588
|
+
flex: 1;
|
|
35129
35589
|
overflow: hidden;
|
|
35130
|
-
|
|
35131
|
-
|
|
35132
|
-
|
|
35590
|
+
white-space: nowrap;
|
|
35591
|
+
text-overflow: ellipsis;
|
|
35592
|
+
text-align: left;
|
|
35133
35593
|
}
|
|
35134
35594
|
|
|
35135
35595
|
.E_t160l1cm {
|
|
@@ -35260,192 +35720,79 @@ span.E_tqjc4ui {
|
|
|
35260
35720
|
.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 {
|
|
35261
35721
|
padding-left: 16px;
|
|
35262
35722
|
}
|
|
35263
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35264
|
-
margin-left: 11px;
|
|
35265
|
-
height: 24px;
|
|
35266
|
-
}
|
|
35267
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35268
|
-
padding: 0;
|
|
35269
|
-
}
|
|
35270
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35271
|
-
padding: 4px 16px;
|
|
35272
|
-
}
|
|
35273
|
-
.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 {
|
|
35274
|
-
padding: 4px 16px;
|
|
35275
|
-
}
|
|
35276
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35277
|
-
background: #fff;
|
|
35278
|
-
}
|
|
35279
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
35280
|
-
color: #005ed1;
|
|
35281
|
-
}
|
|
35282
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35283
|
-
background: #fff;
|
|
35284
|
-
color: #1d326c;
|
|
35285
|
-
}
|
|
35286
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35287
|
-
color: rgba(45, 58, 86, 0.6);
|
|
35288
|
-
}
|
|
35289
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35290
|
-
color: #1d326c;
|
|
35291
|
-
}
|
|
35292
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35293
|
-
fill: #d8deeb;
|
|
35294
|
-
}
|
|
35295
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35296
|
-
fill: #1d326c;
|
|
35297
|
-
}
|
|
35298
|
-
.E_t160l1cm .tab-content {
|
|
35299
|
-
flex: 1;
|
|
35300
|
-
display: flex;
|
|
35301
|
-
flex-direction: column;
|
|
35302
|
-
}
|
|
35303
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
35304
|
-
overflow: visible;
|
|
35305
|
-
}
|
|
35306
|
-
|
|
35307
|
-
.E_t14npdqr {
|
|
35308
|
-
max-width: 240px;
|
|
35309
|
-
animation: none;
|
|
35310
|
-
}
|
|
35311
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35312
|
-
border: 1px solid #0080ff;
|
|
35313
|
-
padding: 0;
|
|
35314
|
-
}
|
|
35315
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35316
|
-
margin: 0;
|
|
35317
|
-
height: 32px;
|
|
35318
|
-
line-height: 32px;
|
|
35319
|
-
font-size: 13px;
|
|
35320
|
-
padding: 0 10px;
|
|
35321
|
-
display: block;
|
|
35322
|
-
overflow: hidden;
|
|
35323
|
-
text-overflow: ellipsis;
|
|
35324
|
-
white-space: nowrap;
|
|
35325
|
-
}
|
|
35326
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35327
|
-
content: " ";
|
|
35328
|
-
height: 1px;
|
|
35329
|
-
width: calc(100% + 10px);
|
|
35330
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35331
|
-
display: block;
|
|
35332
|
-
}
|
|
35333
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35334
|
-
color: #0080ff;
|
|
35335
|
-
background: transparent;
|
|
35336
|
-
}
|
|
35337
|
-
|
|
35338
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35339
|
-
background: #edf0f7;
|
|
35340
|
-
padding: 32px 8px;
|
|
35341
|
-
overflow: auto;
|
|
35342
|
-
}
|
|
35343
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35344
|
-
display: flex;
|
|
35345
|
-
flex-direction: column;
|
|
35346
|
-
justify-content: space-between;
|
|
35347
|
-
}
|
|
35348
|
-
.E_s1at6qmn footer {
|
|
35349
|
-
display: flex;
|
|
35350
|
-
}
|
|
35351
|
-
.E_s1at6qmn .ant-menu {
|
|
35352
|
-
background: #edf0f7;
|
|
35353
|
-
}
|
|
35354
|
-
.E_s1at6qmn .ant-menu a {
|
|
35355
|
-
color: #00122e;
|
|
35356
|
-
width: 180px;
|
|
35357
|
-
overflow: hidden;
|
|
35358
|
-
text-overflow: ellipsis;
|
|
35359
|
-
}
|
|
35360
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35361
|
-
margin-bottom: 24px;
|
|
35362
|
-
}
|
|
35363
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35364
|
-
margin: 0;
|
|
35365
|
-
}
|
|
35366
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35367
|
-
font-size: 12px;
|
|
35368
|
-
padding: 0 8px 4px;
|
|
35369
|
-
line-height: 18px;
|
|
35370
|
-
}
|
|
35371
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35372
|
-
padding: 0;
|
|
35373
|
-
}
|
|
35374
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35375
|
-
padding-bottom: 24px;
|
|
35376
|
-
}
|
|
35377
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35378
|
-
margin-bottom: 24px;
|
|
35379
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35723
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
35724
|
+
margin-left: 11px;
|
|
35725
|
+
height: 24px;
|
|
35380
35726
|
}
|
|
35381
|
-
.
|
|
35382
|
-
|
|
35383
|
-
display: flex;
|
|
35384
|
-
align-items: center;
|
|
35385
|
-
height: 32px;
|
|
35386
|
-
line-height: 22px;
|
|
35387
|
-
padding: 0 8px;
|
|
35727
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
35728
|
+
padding: 0;
|
|
35388
35729
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35730
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
35731
|
+
padding: 4px 16px;
|
|
35391
35732
|
}
|
|
35392
|
-
.
|
|
35393
|
-
|
|
35394
|
-
margin-bottom: 2px;
|
|
35733
|
+
.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 {
|
|
35734
|
+
padding: 4px 16px;
|
|
35395
35735
|
}
|
|
35396
|
-
.
|
|
35397
|
-
background:
|
|
35398
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35399
|
-
border-radius: 6px;
|
|
35400
|
-
color: #fff;
|
|
35736
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
35737
|
+
background: #fff;
|
|
35401
35738
|
}
|
|
35402
|
-
.
|
|
35403
|
-
color: #
|
|
35739
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
35740
|
+
color: #005ed1;
|
|
35404
35741
|
}
|
|
35405
|
-
.
|
|
35406
|
-
background:
|
|
35407
|
-
|
|
35408
|
-
border-radius: 6px;
|
|
35742
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
35743
|
+
background: #fff;
|
|
35744
|
+
color: #1d326c;
|
|
35409
35745
|
}
|
|
35410
|
-
|
|
35411
|
-
|
|
35412
|
-
white-space: nowrap;
|
|
35413
|
-
transition: all 0s;
|
|
35746
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
35747
|
+
color: rgba(45, 58, 86, 0.6);
|
|
35414
35748
|
}
|
|
35415
|
-
.
|
|
35416
|
-
|
|
35417
|
-
overflow: hidden;
|
|
35749
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
35750
|
+
color: #1d326c;
|
|
35418
35751
|
}
|
|
35419
|
-
.
|
|
35420
|
-
|
|
35752
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
35753
|
+
fill: #d8deeb;
|
|
35421
35754
|
}
|
|
35422
|
-
.
|
|
35423
|
-
|
|
35424
|
-
padding: 0 6px;
|
|
35755
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
35756
|
+
fill: #1d326c;
|
|
35425
35757
|
}
|
|
35426
|
-
|
|
35427
|
-
|
|
35758
|
+
.E_t160l1cm .tab-content {
|
|
35759
|
+
flex: 1;
|
|
35428
35760
|
display: flex;
|
|
35429
|
-
|
|
35430
|
-
width: 100% !important;
|
|
35761
|
+
flex-direction: column;
|
|
35431
35762
|
}
|
|
35432
|
-
.
|
|
35433
|
-
|
|
35434
|
-
opacity: 1 !important;
|
|
35763
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
35764
|
+
overflow: visible;
|
|
35435
35765
|
}
|
|
35436
|
-
|
|
35437
|
-
|
|
35438
|
-
|
|
35766
|
+
|
|
35767
|
+
.E_t14npdqr {
|
|
35768
|
+
max-width: 240px;
|
|
35769
|
+
animation: none;
|
|
35439
35770
|
}
|
|
35440
|
-
.
|
|
35441
|
-
|
|
35771
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
35772
|
+
border: 1px solid #0080ff;
|
|
35773
|
+
padding: 0;
|
|
35442
35774
|
}
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35775
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
35776
|
+
margin: 0;
|
|
35777
|
+
height: 32px;
|
|
35778
|
+
line-height: 32px;
|
|
35779
|
+
font-size: 13px;
|
|
35780
|
+
padding: 0 10px;
|
|
35781
|
+
display: block;
|
|
35445
35782
|
overflow: hidden;
|
|
35446
|
-
white-space: nowrap;
|
|
35447
35783
|
text-overflow: ellipsis;
|
|
35448
|
-
|
|
35784
|
+
white-space: nowrap;
|
|
35785
|
+
}
|
|
35786
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
35787
|
+
content: " ";
|
|
35788
|
+
height: 1px;
|
|
35789
|
+
width: calc(100% + 10px);
|
|
35790
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35791
|
+
display: block;
|
|
35792
|
+
}
|
|
35793
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
35794
|
+
color: #0080ff;
|
|
35795
|
+
background: transparent;
|
|
35449
35796
|
}
|
|
35450
35797
|
|
|
35451
35798
|
.E_cyms3br {
|
|
@@ -35542,91 +35889,82 @@ span.E_tqjc4ui {
|
|
|
35542
35889
|
color: rgba(0, 21, 64, 0.3);
|
|
35543
35890
|
}
|
|
35544
35891
|
|
|
35545
|
-
.
|
|
35546
|
-
|
|
35547
|
-
margin: 40px auto !important;
|
|
35548
|
-
padding-bottom: 0 !important;
|
|
35549
|
-
}
|
|
35550
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
35551
|
-
background: #fff;
|
|
35552
|
-
border-radius: 16px;
|
|
35553
|
-
}
|
|
35554
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
35555
|
-
padding: 32px 40px 0;
|
|
35556
|
-
border-bottom: none;
|
|
35557
|
-
border-radius: 16px 16px 0 0;
|
|
35558
|
-
}
|
|
35559
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
35560
|
-
right: 40px;
|
|
35561
|
-
top: 32px;
|
|
35892
|
+
.E_kr6am0s .ant-modal-body {
|
|
35893
|
+
padding: 60px 128px;
|
|
35562
35894
|
}
|
|
35563
|
-
|
|
35564
|
-
|
|
35565
|
-
|
|
35566
|
-
|
|
35567
|
-
|
|
35895
|
+
|
|
35896
|
+
.E_k1h3cl5q {
|
|
35897
|
+
display: flex;
|
|
35898
|
+
flex-direction: column;
|
|
35899
|
+
height: 100%;
|
|
35568
35900
|
}
|
|
35569
|
-
|
|
35570
|
-
|
|
35571
|
-
|
|
35572
|
-
|
|
35573
|
-
|
|
35901
|
+
|
|
35902
|
+
.E_k1a6j97w {
|
|
35903
|
+
color: #00122e;
|
|
35904
|
+
font-size: 32px !important;
|
|
35905
|
+
margin-bottom: 16px;
|
|
35574
35906
|
}
|
|
35575
35907
|
|
|
35576
|
-
.
|
|
35577
|
-
|
|
35578
|
-
|
|
35579
|
-
gap: 8px;
|
|
35908
|
+
.E_k1uim1fg {
|
|
35909
|
+
margin-bottom: 32px;
|
|
35910
|
+
color: #00122e;
|
|
35580
35911
|
}
|
|
35581
35912
|
|
|
35582
|
-
.
|
|
35583
|
-
font-
|
|
35584
|
-
|
|
35585
|
-
|
|
35913
|
+
.E_kobelzt {
|
|
35914
|
+
font-family: Roboto Mono, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
|
35915
|
+
min-height: 0;
|
|
35916
|
+
flex: 1;
|
|
35917
|
+
padding: 16px;
|
|
35918
|
+
background-color: #2d3a56;
|
|
35919
|
+
color: #fff;
|
|
35920
|
+
overflow: auto;
|
|
35921
|
+
max-width: 100%;
|
|
35922
|
+
min-height: 0;
|
|
35923
|
+
border-radius: 8px;
|
|
35924
|
+
white-space: pre-wrap;
|
|
35586
35925
|
}
|
|
35587
35926
|
|
|
35588
|
-
.
|
|
35927
|
+
.E_kxzv3id {
|
|
35589
35928
|
width: 100%;
|
|
35590
|
-
height: 100%;
|
|
35591
35929
|
display: flex;
|
|
35592
|
-
|
|
35593
|
-
|
|
35594
|
-
padding: 8px 0;
|
|
35595
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35596
|
-
}
|
|
35597
|
-
.E_c14ouk5o:last-of-type {
|
|
35598
|
-
box-shadow: none;
|
|
35599
|
-
padding-bottom: 0;
|
|
35930
|
+
justify-content: space-between;
|
|
35931
|
+
padding: 0 128px;
|
|
35600
35932
|
}
|
|
35601
|
-
|
|
35933
|
+
|
|
35934
|
+
.E_eld9lt {
|
|
35935
|
+
display: flex;
|
|
35602
35936
|
flex-direction: column;
|
|
35937
|
+
justify-content: center;
|
|
35938
|
+
align-items: center;
|
|
35939
|
+
height: 100%;
|
|
35603
35940
|
}
|
|
35604
|
-
|
|
35941
|
+
|
|
35942
|
+
.E_e1505fqc {
|
|
35605
35943
|
display: flex;
|
|
35944
|
+
flex-direction: column;
|
|
35945
|
+
align-items: center;
|
|
35606
35946
|
}
|
|
35607
|
-
.
|
|
35608
|
-
|
|
35609
|
-
|
|
35610
|
-
|
|
35947
|
+
.E_e1505fqc .title {
|
|
35948
|
+
margin-bottom: 8px;
|
|
35949
|
+
background-clip: text;
|
|
35950
|
+
-webkit-background-clip: text;
|
|
35951
|
+
-webkit-text-fill-color: transparent;
|
|
35952
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35611
35953
|
}
|
|
35612
|
-
|
|
35613
|
-
|
|
35954
|
+
|
|
35955
|
+
.E_h1ol2wl7 {
|
|
35956
|
+
font-weight: bold;
|
|
35957
|
+
background-color: unset;
|
|
35958
|
+
padding: unset;
|
|
35614
35959
|
}
|
|
35615
|
-
|
|
35616
|
-
|
|
35960
|
+
|
|
35961
|
+
.E_cevhqx7 {
|
|
35962
|
+
color: #00122e;
|
|
35617
35963
|
}
|
|
35618
|
-
|
|
35619
|
-
|
|
35964
|
+
|
|
35965
|
+
.E_snbqlt4 {
|
|
35966
|
+
margin-top: 8px;
|
|
35620
35967
|
color: rgba(44, 56, 82, 0.6);
|
|
35621
|
-
margin-right: 12px;
|
|
35622
|
-
flex-shrink: 0;
|
|
35623
|
-
}
|
|
35624
|
-
.E_c14ouk5o .col-content {
|
|
35625
|
-
color: #2d3a56;
|
|
35626
|
-
/* make btn link in info row have the same height as normal text */
|
|
35627
|
-
}
|
|
35628
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35629
|
-
height: auto;
|
|
35630
35968
|
}
|
|
35631
35969
|
|
|
35632
35970
|
.E_c1kchka8 {
|
|
@@ -35878,6 +36216,8 @@ span.E_tqjc4ui {
|
|
|
35878
36216
|
}
|
|
35879
36217
|
.E_a120uq8m .date-range-picker-calendar {
|
|
35880
36218
|
flex: 1;
|
|
36219
|
+
border-top-left-radius: 8px;
|
|
36220
|
+
border-top-right-radius: 8px;
|
|
35881
36221
|
}
|
|
35882
36222
|
|
|
35883
36223
|
.E_a15s9m0d {
|
|
@@ -35903,6 +36243,7 @@ span.E_tqjc4ui {
|
|
|
35903
36243
|
.E_a15s9m0d .time-input-main .time-input-container .end-time p,
|
|
35904
36244
|
.E_a15s9m0d .time-input-main .time-input-container .to p {
|
|
35905
36245
|
margin: 0;
|
|
36246
|
+
margin-bottom: 2px;
|
|
35906
36247
|
}
|
|
35907
36248
|
.E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
|
|
35908
36249
|
.E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
|
|
@@ -35938,6 +36279,7 @@ span.E_tqjc4ui {
|
|
|
35938
36279
|
list-style: none;
|
|
35939
36280
|
padding: 0;
|
|
35940
36281
|
margin-top: 12px;
|
|
36282
|
+
margin-bottom: 12px;
|
|
35941
36283
|
}
|
|
35942
36284
|
.E_r5hl59d .past-time-list li {
|
|
35943
36285
|
padding: 5px 8px;
|
|
@@ -36002,11 +36344,19 @@ span.E_tqjc4ui {
|
|
|
36002
36344
|
line-height: 40px;
|
|
36003
36345
|
padding: 0 12px 0 16px;
|
|
36004
36346
|
}
|
|
36347
|
+
.E_dhqt3dw.date-range-picker.large .date-input-content {
|
|
36348
|
+
padding-left: 40px;
|
|
36349
|
+
transform: translateX(-40px);
|
|
36350
|
+
}
|
|
36005
36351
|
.E_dhqt3dw.date-range-picker.medium {
|
|
36006
36352
|
height: 32px;
|
|
36007
36353
|
line-height: 32px;
|
|
36008
36354
|
padding: 0 8px 0 12px;
|
|
36009
36355
|
}
|
|
36356
|
+
.E_dhqt3dw.date-range-picker.medium .date-input-content {
|
|
36357
|
+
padding-left: 36px;
|
|
36358
|
+
transform: translateX(-36px);
|
|
36359
|
+
}
|
|
36010
36360
|
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
36011
36361
|
flex: 1;
|
|
36012
36362
|
display: flex;
|
|
@@ -36042,6 +36392,9 @@ span.E_tqjc4ui {
|
|
|
36042
36392
|
cursor: pointer;
|
|
36043
36393
|
}
|
|
36044
36394
|
|
|
36395
|
+
.E_d956d92 .ant-popover-inner {
|
|
36396
|
+
border-radius: 8px;
|
|
36397
|
+
}
|
|
36045
36398
|
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
36046
36399
|
padding: 12px 12px 0 12px;
|
|
36047
36400
|
}
|
|
@@ -36106,15 +36459,6 @@ span.E_tqjc4ui {
|
|
|
36106
36459
|
padding: 0;
|
|
36107
36460
|
}
|
|
36108
36461
|
|
|
36109
|
-
.E_cevhqx7 {
|
|
36110
|
-
color: #00122e;
|
|
36111
|
-
}
|
|
36112
|
-
|
|
36113
|
-
.E_snbqlt4 {
|
|
36114
|
-
margin-top: 8px;
|
|
36115
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36116
|
-
}
|
|
36117
|
-
|
|
36118
36462
|
.E_c1ss4prm {
|
|
36119
36463
|
color: rgba(44, 56, 82, 0.6);
|
|
36120
36464
|
}
|
|
@@ -36153,6 +36497,50 @@ span.E_tqjc4ui {
|
|
|
36153
36497
|
margin: 16px 0;
|
|
36154
36498
|
}
|
|
36155
36499
|
|
|
36500
|
+
.E_c14ouk5o {
|
|
36501
|
+
width: 100%;
|
|
36502
|
+
height: 100%;
|
|
36503
|
+
display: flex;
|
|
36504
|
+
font-size: 12px;
|
|
36505
|
+
line-height: 18px;
|
|
36506
|
+
padding: 8px 0;
|
|
36507
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36508
|
+
}
|
|
36509
|
+
.E_c14ouk5o:last-of-type {
|
|
36510
|
+
box-shadow: none;
|
|
36511
|
+
padding-bottom: 0;
|
|
36512
|
+
}
|
|
36513
|
+
.E_c14ouk5o.collapsed {
|
|
36514
|
+
flex-direction: column;
|
|
36515
|
+
}
|
|
36516
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36517
|
+
display: flex;
|
|
36518
|
+
}
|
|
36519
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36520
|
+
flex: 1;
|
|
36521
|
+
display: flex;
|
|
36522
|
+
justify-content: space-between;
|
|
36523
|
+
}
|
|
36524
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36525
|
+
height: auto;
|
|
36526
|
+
}
|
|
36527
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36528
|
+
margin-left: 162px;
|
|
36529
|
+
}
|
|
36530
|
+
.E_c14ouk5o .col-label {
|
|
36531
|
+
width: 216px;
|
|
36532
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36533
|
+
margin-right: 12px;
|
|
36534
|
+
flex-shrink: 0;
|
|
36535
|
+
}
|
|
36536
|
+
.E_c14ouk5o .col-content {
|
|
36537
|
+
color: #2d3a56;
|
|
36538
|
+
/* make btn link in info row have the same height as normal text */
|
|
36539
|
+
}
|
|
36540
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36541
|
+
height: auto;
|
|
36542
|
+
}
|
|
36543
|
+
|
|
36156
36544
|
.E_l12xdkhl {
|
|
36157
36545
|
width: 64px;
|
|
36158
36546
|
height: 64px;
|