@dovetail-v2/refine 0.1.6 → 0.1.8
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/{MonacoYamlDiffEditor-2612b8d0.js → MonacoYamlDiffEditor-1593cfad.js} +1 -1
- package/dist/{index-69d5e3e9.js → index-45031697.js} +1218 -838
- package/dist/refine.js +189 -188
- package/dist/refine.umd.cjs +1027 -647
- package/dist/style.css +2795 -124
- package/lib/{src/Dovetail.d.ts → Dovetail.d.ts} +2 -0
- package/lib/components/DropdownMenuItems/EditAnnotationDropdownMenuItem.d.ts +10 -0
- package/lib/components/DropdownMenuItems/EditLabelDropdownMenuItem.d.ts +10 -0
- package/lib/components/DropdownMenuItems/index.d.ts +2 -0
- package/lib/{src/components → components}/EditField/index.d.ts +2 -1
- package/lib/components/EditMetadataForm/EditAnnotationForm.d.ts +10 -0
- package/lib/components/EditMetadataForm/EditLabelForm.d.ts +10 -0
- package/lib/components/EditMetadataForm/index.d.ts +2 -0
- package/lib/{src/components → components}/Form/FormModal.d.ts +3 -0
- package/lib/{src/components → components}/Form/RefineFormContent.d.ts +2 -2
- package/lib/{src/components → components}/Form/YamlForm.d.ts +4 -1
- package/lib/components/Form/useFieldsConfig.d.ts +4 -0
- package/lib/{src/components → components}/Form/useYamlForm.d.ts +8 -1
- package/lib/{src/components → components}/index.d.ts +1 -0
- package/lib/{src/constants → constants}/k8s.d.ts +1 -1
- package/lib/contexts/constants.d.ts +6 -0
- package/lib/{src/hooks → hooks}/useDeleteModal/useDeleteModal.d.ts +0 -1
- package/lib/{src/hooks → hooks}/useSchema.d.ts +1 -1
- package/lib/{src/i18n.d.ts → i18n.d.ts} +9 -0
- package/lib/{src/locales → locales}/en-US/index.d.ts +1 -0
- package/lib/{src/locales → locales}/zh-CN/index.d.ts +8 -0
- package/lib/{src/models → models}/resource-model.d.ts +2 -0
- package/lib/{src/pages → pages}/storageclasses/index.d.ts +2 -1
- package/lib/styles/button.d.ts +1 -0
- package/lib/{src/styles → styles}/modal.d.ts +1 -0
- package/lib/{src/types → types}/resource.d.ts +2 -1
- package/lib/{src/utils → utils}/openapi.d.ts +2 -1
- package/package.json +7 -2
- package/lib/vite.config.d.ts +0 -2
- /package/lib/{src/App.d.ts → App.d.ts} +0 -0
- /package/lib/{src/components → components}/Breadcrumb/index.d.ts +0 -0
- /package/lib/{src/components → components}/ConditionsTable/ConditionsTable.d.ts +0 -0
- /package/lib/{src/components → components}/ConditionsTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/CreateButton/index.d.ts +0 -0
- /package/lib/{src/components → components}/CronJobDropdown/index.d.ts +0 -0
- /package/lib/{src/components → components}/CronjobJobsTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/DeleteButton/index.d.ts +0 -0
- /package/lib/{src/components → components}/DeleteManyButton/index.d.ts +0 -0
- /package/lib/{src/components → components}/DrawerShow/DrawerShow.d.ts +0 -0
- /package/lib/{src/components → components}/DrawerShow/index.d.ts +0 -0
- /package/lib/{src/components → components}/DurationTime/index.d.ts +0 -0
- /package/lib/{src/components → components}/EditButton/index.d.ts +0 -0
- /package/lib/{src/components → components}/ErrorContent/index.d.ts +0 -0
- /package/lib/{src/components → components}/EventsTable/EventsTable.d.ts +0 -0
- /package/lib/{src/components → components}/EventsTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/Form/RefineFormPage.d.ts +0 -0
- /package/lib/{src/components → components}/Form/index.d.ts +0 -0
- /package/lib/{src/components → components}/Form/type.d.ts +0 -0
- /package/lib/{src/components → components}/Form/useReactHookForm.d.ts +0 -0
- /package/lib/{src/components → components}/Form/useRefineForm.d.ts +0 -0
- /package/lib/{src/components → components}/FormErrorAlert/index.d.ts +0 -0
- /package/lib/{src/components → components}/FormLayout/index.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/KeyValueListWidget.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/MetadataForm.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/NameInputWidget.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/NamespaceSelectWidget.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/index.d.ts +0 -0
- /package/lib/{src/components → components}/FormWidgets/widget.d.ts +0 -0
- /package/lib/{src/components → components}/ImageNames/index.d.ts +0 -0
- /package/lib/{src/components → components}/IngressRulesComponent/index.d.ts +0 -0
- /package/lib/{src/components → components}/IngressRulesTable/IngressRulesTable.d.ts +0 -0
- /package/lib/{src/components → components}/IngressRulesTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/K8sDropdown/index.d.ts +0 -0
- /package/lib/{src/components → components}/KeyValue/KeyValue.d.ts +0 -0
- /package/lib/{src/components → components}/KeyValue/KeyValueAnnotation.d.ts +0 -0
- /package/lib/{src/components → components}/KeyValue/KeyValueSecret.d.ts +0 -0
- /package/lib/{src/components → components}/KeyValue/index.d.ts +0 -0
- /package/lib/{src/components → components}/Layout/index.d.ts +0 -0
- /package/lib/{src/components → components}/LinkFallback/index.d.ts +0 -0
- /package/lib/{src/components → components}/ListPage/index.d.ts +0 -0
- /package/lib/{src/components → components}/Menu/index.d.ts +0 -0
- /package/lib/{src/components → components}/NamespacesFilter/index.d.ts +0 -0
- /package/lib/{src/components → components}/NetworkPolicyRulesViewer/NetworkPolicyRulesViewer.d.ts +0 -0
- /package/lib/{src/components → components}/NetworkPolicyRulesViewer/index.d.ts +0 -0
- /package/lib/{src/components → components}/PageShow/PageShow.d.ts +0 -0
- /package/lib/{src/components → components}/PageShow/index.d.ts +0 -0
- /package/lib/{src/components → components}/PodContainersTable/PodContainersTable.d.ts +0 -0
- /package/lib/{src/components → components}/PodContainersTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/PodDropdown/index.d.ts +0 -0
- /package/lib/{src/components → components}/PodLog/index.d.ts +0 -0
- /package/lib/{src/components → components}/PodSelectorTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/PodShellModal/PodShell.d.ts +0 -0
- /package/lib/{src/components → components}/PodShellModal/index.d.ts +0 -0
- /package/lib/{src/components → components}/PortsTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/ReferenceLink/index.d.ts +0 -0
- /package/lib/{src/components → components}/ReplicasDropdown/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceCRUD/ResourceCRUD.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceCRUD/create/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceCRUD/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceCRUD/list/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceCRUD/show/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceFiledDisplays.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceLink/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceSelect/index.d.ts +0 -0
- /package/lib/{src/components → components}/ResourceUsageBar/index.d.ts +0 -0
- /package/lib/{src/components → components}/Separator/index.d.ts +0 -0
- /package/lib/{src/components → components}/ServiceComponents/index.d.ts +0 -0
- /package/lib/{src/components → components}/Shell/ShellToolbar.d.ts +0 -0
- /package/lib/{src/components → components}/Shell/index.d.ts +0 -0
- /package/lib/{src/components → components}/ShowContent/ShowContent.d.ts +0 -0
- /package/lib/{src/components → components}/ShowContent/fields.d.ts +0 -0
- /package/lib/{src/components → components}/ShowContent/groups.d.ts +0 -0
- /package/lib/{src/components → components}/ShowContent/index.d.ts +0 -0
- /package/lib/{src/components → components}/ShowContent/tabs.d.ts +0 -0
- /package/lib/{src/components → components}/StateTag/StateTag.d.ts +0 -0
- /package/lib/{src/components → components}/StateTag/index.d.ts +0 -0
- /package/lib/{src/components → components}/Table/TableToolBar.d.ts +0 -0
- /package/lib/{src/components → components}/Table/TableWidgets.d.ts +0 -0
- /package/lib/{src/components → components}/Table/index.d.ts +0 -0
- /package/lib/{src/components → components}/Tabs/index.d.ts +0 -0
- /package/lib/{src/components → components}/Tags/index.d.ts +0 -0
- /package/lib/{src/components → components}/TextTags/index.d.ts +0 -0
- /package/lib/{src/components → components}/Time/index.d.ts +0 -0
- /package/lib/{src/components → components}/ValueDisplay/index.d.ts +0 -0
- /package/lib/{src/components → components}/WorkloadDropdown/index.d.ts +0 -0
- /package/lib/{src/components → components}/WorkloadPodsTable/WorkloadPodsTable.d.ts +0 -0
- /package/lib/{src/components → components}/WorkloadPodsTable/index.d.ts +0 -0
- /package/lib/{src/components → components}/WorkloadReplicas/index.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/MonacoYamlDiffEditor.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/MonacoYamlEditor.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/YamlEditorComponent.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/index.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/style.d.ts +0 -0
- /package/lib/{src/components → components}/YamlEditor/yaml.worker.d.ts +0 -0
- /package/lib/{src/constants → constants}/auth.d.ts +0 -0
- /package/lib/{src/constants → constants}/index.d.ts +0 -0
- /package/lib/{src/constants → constants}/state.d.ts +0 -0
- /package/lib/{src/contexts → contexts}/component.d.ts +0 -0
- /package/lib/{src/contexts → contexts}/configs.d.ts +0 -0
- /package/lib/{src/contexts → contexts}/global-store.d.ts +0 -0
- /package/lib/{src/contexts → contexts}/index.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/index.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useDeleteModal/index.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useDeleteModal/useDeleteManyModal.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useDownloadYAML.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useEagleTable/columns.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useEagleTable/index.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useEagleTable/useEagleTable.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useEdit.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useGlobalStore.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useK8sYamlEditor.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useNamespaceRefineFilter.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useOpenForm.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useSubmitForm.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useTableData.d.ts +0 -0
- /package/lib/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/{src/locales → locales}/index.d.ts +0 -0
- /package/lib/{src/main.d.ts → main.d.ts} +0 -0
- /package/lib/{src/models → models}/cronjob-model.d.ts +0 -0
- /package/lib/{src/models → models}/daemonset-model.d.ts +0 -0
- /package/lib/{src/models → models}/deployment-model.d.ts +0 -0
- /package/lib/{src/models → models}/event-model.d.ts +0 -0
- /package/lib/{src/models → models}/index.d.ts +0 -0
- /package/lib/{src/models → models}/ingress-model.d.ts +0 -0
- /package/lib/{src/models → models}/job-model.d.ts +0 -0
- /package/lib/{src/models → models}/network-policy-model.d.ts +0 -0
- /package/lib/{src/models → models}/node-model.d.ts +0 -0
- /package/lib/{src/models → models}/persistent-volume-claim.d.ts +0 -0
- /package/lib/{src/models → models}/persistent-volume.d.ts +0 -0
- /package/lib/{src/models → models}/pod-metrics-model.d.ts +0 -0
- /package/lib/{src/models → models}/pod-model.d.ts +0 -0
- /package/lib/{src/models → models}/service-model.d.ts +0 -0
- /package/lib/{src/models → models}/statefulset-model.d.ts +0 -0
- /package/lib/{src/models → models}/storage-class.d.ts +0 -0
- /package/lib/{src/models → models}/types/index.d.ts +0 -0
- /package/lib/{src/models → models}/types/metric.d.ts +0 -0
- /package/lib/{src/models → models}/workload-base-model.d.ts +0 -0
- /package/lib/{src/models → models}/workload-model.d.ts +0 -0
- /package/lib/{src/pages → pages}/configmaps/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/cronjobs/create/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/cronjobs/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/cronjobs/list/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/cronjobs/show/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/daemonsets/create/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/daemonsets/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/daemonsets/list/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/daemonsets/show/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/deployments/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/deployments/list/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/deployments/show/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/ingresses/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/jobs/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/networkPolicies/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/nodes/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/nodes/list/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/nodes/show/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/persistentvolumeclaims/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/persistentvolumes/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/pods/create/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/pods/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/pods/list/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/pods/show/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/secrets/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/services/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/statefulsets/index.d.ts +0 -0
- /package/lib/{src/pages → pages}/storageclasses/form/index.d.ts +0 -0
- /package/lib/{src/plugins → plugins}/index.d.ts +0 -0
- /package/lib/{src/plugins → plugins}/model-plugin.d.ts +0 -0
- /package/lib/{src/plugins → plugins}/relation-plugin.d.ts +0 -0
- /package/lib/{src/plugins → plugins}/type.d.ts +0 -0
- /package/lib/{src/providers → providers}/index.d.ts +0 -0
- /package/lib/{src/providers → providers}/router-provider/index.d.ts +0 -0
- /package/lib/{src/types → types}/index.d.ts +0 -0
- /package/lib/{src/utils → utils}/addId.d.ts +0 -0
- /package/lib/{src/utils → utils}/download.d.ts +0 -0
- /package/lib/{src/utils → utils}/error.d.ts +0 -0
- /package/lib/{src/utils → utils}/form.d.ts +0 -0
- /package/lib/{src/utils → utils}/index.d.ts +0 -0
- /package/lib/{src/utils → utils}/k8s.d.ts +0 -0
- /package/lib/{src/utils → utils}/labels.d.ts +0 -0
- /package/lib/{src/utils → utils}/match-selector.d.ts +0 -0
- /package/lib/{src/utils → utils}/schema.d.ts +0 -0
- /package/lib/{src/utils → utils}/selector.d.ts +0 -0
- /package/lib/{src/utils → utils}/shell.d.ts +0 -0
- /package/lib/{src/utils → utils}/string.d.ts +0 -0
- /package/lib/{src/utils → utils}/time.d.ts +0 -0
- /package/lib/{src/utils → utils}/unit.d.ts +0 -0
- /package/lib/{src/utils → utils}/yaml.d.ts +0 -0
package/dist/style.css
CHANGED
|
@@ -1,61 +1,1489 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
.
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
1
|
+
/* // basic */
|
|
2
|
+
/* FishEye Color Variables and Functions */
|
|
3
|
+
/*
|
|
4
|
+
--------------------------- Primary Color ---------------------------
|
|
5
|
+
*/
|
|
6
|
+
/*
|
|
7
|
+
---------------------------When necessary to add at any time---------------------------
|
|
8
|
+
*/
|
|
9
|
+
/* computed */
|
|
10
|
+
/* blue */
|
|
11
|
+
/* green */
|
|
12
|
+
/* yellow */
|
|
13
|
+
/* red */
|
|
14
|
+
/* purple */
|
|
15
|
+
/* palette global token*/
|
|
16
|
+
/* color opaque */
|
|
17
|
+
/* color transparent */
|
|
18
|
+
/* blue transparent */
|
|
19
|
+
/* green transparent */
|
|
20
|
+
/* yellow transparent */
|
|
21
|
+
/* red transparent */
|
|
22
|
+
/* gray transparent */
|
|
23
|
+
/* white transparent */
|
|
24
|
+
/* gradient opaque */
|
|
25
|
+
/* blue radial gradient */
|
|
26
|
+
/* blue linear gradient */
|
|
27
|
+
/* green radial gradient */
|
|
28
|
+
/* yellow radial gradient */
|
|
29
|
+
/* red radial gradient */
|
|
30
|
+
/* gray radial gradient */
|
|
31
|
+
/* white to gray radial gradient */
|
|
32
|
+
/* white to gray linear gradient */
|
|
33
|
+
/* gradient transparent */
|
|
34
|
+
/* secondary palette */
|
|
35
|
+
/* purple radial gradient */
|
|
36
|
+
/* refine alias color */
|
|
37
|
+
/* text */
|
|
38
|
+
/* link */
|
|
39
|
+
/* fill */
|
|
40
|
+
/* fill element */
|
|
41
|
+
/* fill interaction */
|
|
42
|
+
/* stroke */
|
|
43
|
+
/* background */
|
|
44
|
+
/* dim */
|
|
45
|
+
/* box shadow */
|
|
46
|
+
/* fisheye */
|
|
47
|
+
/* z-index */
|
|
48
|
+
.fq4465w.ant-modal.fullscreen .ant-modal-header {
|
|
49
|
+
padding: 60px 0 32px 0;
|
|
50
|
+
max-width: var(--max-modal-width, 1024px);
|
|
51
|
+
width: 100%;
|
|
52
|
+
margin: auto;
|
|
53
|
+
}
|
|
54
|
+
.fq4465w.ant-modal.fullscreen .ant-modal-body {
|
|
55
|
+
padding: 0 4px;
|
|
56
|
+
max-width: var(--max-modal-width, 1024px);
|
|
57
|
+
width: 100%;
|
|
58
|
+
margin: auto;
|
|
59
|
+
}
|
|
60
|
+
.fq4465w.ant-modal.fullscreen .ant-modal-footer .footer-content {
|
|
61
|
+
padding: 0;
|
|
62
|
+
max-width: var(--max-modal-width, 1024px);
|
|
63
|
+
width: 100%;
|
|
64
|
+
margin: auto;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.s1nc293e.ant-modal.normal-modal .ant-modal-content {
|
|
68
|
+
width: 492px;
|
|
69
|
+
border-radius: 16px;
|
|
70
|
+
}
|
|
71
|
+
.s1nc293e.ant-modal.normal-modal .ant-modal-body {
|
|
72
|
+
padding: 32px 40px;
|
|
73
|
+
min-height: 160px;
|
|
74
|
+
overflow-x: hidden;
|
|
75
|
+
}
|
|
76
|
+
.s1nc293e.ant-modal.normal-modal .ant-modal-header {
|
|
77
|
+
border-radius: 16px 16px 0 0;
|
|
78
|
+
padding: 32px 40px;
|
|
79
|
+
padding-bottom: 0;
|
|
80
|
+
}
|
|
81
|
+
.s1nc293e.ant-modal.normal-modal .ant-modal-footer {
|
|
82
|
+
padding: 24px 40px;
|
|
83
|
+
}
|
|
84
|
+
.s1nc293e.ant-modal.normal-modal .ant-modal-close-x {
|
|
85
|
+
top: 35px;
|
|
86
|
+
right: 40px;
|
|
87
|
+
}/* // basic */
|
|
88
|
+
/* FishEye Color Variables and Functions */
|
|
89
|
+
/*
|
|
90
|
+
--------------------------- Primary Color ---------------------------
|
|
91
|
+
*/
|
|
92
|
+
/*
|
|
93
|
+
---------------------------When necessary to add at any time---------------------------
|
|
94
|
+
*/
|
|
95
|
+
/* computed */
|
|
96
|
+
/* blue */
|
|
97
|
+
/* green */
|
|
98
|
+
/* yellow */
|
|
99
|
+
/* red */
|
|
100
|
+
/* purple */
|
|
101
|
+
/* palette global token*/
|
|
102
|
+
/* color opaque */
|
|
103
|
+
/* color transparent */
|
|
104
|
+
/* blue transparent */
|
|
105
|
+
/* green transparent */
|
|
106
|
+
/* yellow transparent */
|
|
107
|
+
/* red transparent */
|
|
108
|
+
/* gray transparent */
|
|
109
|
+
/* white transparent */
|
|
110
|
+
/* gradient opaque */
|
|
111
|
+
/* blue radial gradient */
|
|
112
|
+
/* blue linear gradient */
|
|
113
|
+
/* green radial gradient */
|
|
114
|
+
/* yellow radial gradient */
|
|
115
|
+
/* red radial gradient */
|
|
116
|
+
/* gray radial gradient */
|
|
117
|
+
/* white to gray radial gradient */
|
|
118
|
+
/* white to gray linear gradient */
|
|
119
|
+
/* gradient transparent */
|
|
120
|
+
/* secondary palette */
|
|
121
|
+
/* purple radial gradient */
|
|
122
|
+
/* refine alias color */
|
|
123
|
+
/* text */
|
|
124
|
+
/* link */
|
|
125
|
+
/* fill */
|
|
126
|
+
/* fill element */
|
|
127
|
+
/* fill interaction */
|
|
128
|
+
/* stroke */
|
|
129
|
+
/* background */
|
|
130
|
+
/* dim */
|
|
131
|
+
/* box shadow */
|
|
132
|
+
/* fisheye */
|
|
133
|
+
/* z-index */
|
|
134
|
+
.t1vq0ett {
|
|
135
|
+
margin-bottom: 4px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.t139onst {
|
|
139
|
+
color: rgba(44, 56, 82, 0.6);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.n18lzor8.ant-tag.ant-tag-gray {
|
|
143
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
144
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
145
|
+
color: #00122e;
|
|
146
|
+
word-break: break-all;
|
|
147
|
+
white-space: normal;
|
|
148
|
+
display: inline;
|
|
149
|
+
font-weight: bold;
|
|
150
|
+
}/* // basic */
|
|
151
|
+
/* FishEye Color Variables and Functions */
|
|
152
|
+
/*
|
|
153
|
+
--------------------------- Primary Color ---------------------------
|
|
154
|
+
*/
|
|
155
|
+
/*
|
|
156
|
+
---------------------------When necessary to add at any time---------------------------
|
|
157
|
+
*/
|
|
158
|
+
/* computed */
|
|
159
|
+
/* blue */
|
|
160
|
+
/* green */
|
|
161
|
+
/* yellow */
|
|
162
|
+
/* red */
|
|
163
|
+
/* purple */
|
|
164
|
+
/* palette global token*/
|
|
165
|
+
/* color opaque */
|
|
166
|
+
/* color transparent */
|
|
167
|
+
/* blue transparent */
|
|
168
|
+
/* green transparent */
|
|
169
|
+
/* yellow transparent */
|
|
170
|
+
/* red transparent */
|
|
171
|
+
/* gray transparent */
|
|
172
|
+
/* white transparent */
|
|
173
|
+
/* gradient opaque */
|
|
174
|
+
/* blue radial gradient */
|
|
175
|
+
/* blue linear gradient */
|
|
176
|
+
/* green radial gradient */
|
|
177
|
+
/* yellow radial gradient */
|
|
178
|
+
/* red radial gradient */
|
|
179
|
+
/* gray radial gradient */
|
|
180
|
+
/* white to gray radial gradient */
|
|
181
|
+
/* white to gray linear gradient */
|
|
182
|
+
/* gradient transparent */
|
|
183
|
+
/* secondary palette */
|
|
184
|
+
/* purple radial gradient */
|
|
185
|
+
/* refine alias color */
|
|
186
|
+
/* text */
|
|
187
|
+
/* link */
|
|
188
|
+
/* fill */
|
|
189
|
+
/* fill element */
|
|
190
|
+
/* fill interaction */
|
|
191
|
+
/* stroke */
|
|
192
|
+
/* background */
|
|
193
|
+
/* dim */
|
|
194
|
+
/* box shadow */
|
|
195
|
+
/* fisheye */
|
|
196
|
+
/* z-index */
|
|
197
|
+
.e5223w8.empty-text {
|
|
198
|
+
color: rgba(0, 21, 64, 0.3);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.cdjsw14 {
|
|
202
|
+
width: 100%;
|
|
203
|
+
}
|
|
204
|
+
.cdjsw14.overflow {
|
|
205
|
+
overflow: hidden;
|
|
206
|
+
text-overflow: ellipsis;
|
|
207
|
+
white-space: nowrap;
|
|
208
|
+
}/* // basic */
|
|
209
|
+
/* FishEye Color Variables and Functions */
|
|
210
|
+
/*
|
|
211
|
+
--------------------------- Primary Color ---------------------------
|
|
212
|
+
*/
|
|
213
|
+
/*
|
|
214
|
+
---------------------------When necessary to add at any time---------------------------
|
|
215
|
+
*/
|
|
216
|
+
/* computed */
|
|
217
|
+
/* blue */
|
|
218
|
+
/* green */
|
|
219
|
+
/* yellow */
|
|
220
|
+
/* red */
|
|
221
|
+
/* purple */
|
|
222
|
+
/* palette global token*/
|
|
223
|
+
/* color opaque */
|
|
224
|
+
/* color transparent */
|
|
225
|
+
/* blue transparent */
|
|
226
|
+
/* green transparent */
|
|
227
|
+
/* yellow transparent */
|
|
228
|
+
/* red transparent */
|
|
229
|
+
/* gray transparent */
|
|
230
|
+
/* white transparent */
|
|
231
|
+
/* gradient opaque */
|
|
232
|
+
/* blue radial gradient */
|
|
233
|
+
/* blue linear gradient */
|
|
234
|
+
/* green radial gradient */
|
|
235
|
+
/* yellow radial gradient */
|
|
236
|
+
/* red radial gradient */
|
|
237
|
+
/* gray radial gradient */
|
|
238
|
+
/* white to gray radial gradient */
|
|
239
|
+
/* white to gray linear gradient */
|
|
240
|
+
/* gradient transparent */
|
|
241
|
+
/* secondary palette */
|
|
242
|
+
/* purple radial gradient */
|
|
243
|
+
/* refine alias color */
|
|
244
|
+
/* text */
|
|
245
|
+
/* link */
|
|
246
|
+
/* fill */
|
|
247
|
+
/* fill element */
|
|
248
|
+
/* fill interaction */
|
|
249
|
+
/* stroke */
|
|
250
|
+
/* background */
|
|
251
|
+
/* dim */
|
|
252
|
+
/* box shadow */
|
|
253
|
+
/* fisheye */
|
|
254
|
+
/* z-index */
|
|
255
|
+
.b142d7q8 {
|
|
256
|
+
display: flex;
|
|
257
|
+
}
|
|
258
|
+
.b142d7q8 .breadcrumb-item:not(:last-of-type):after {
|
|
259
|
+
content: ">";
|
|
260
|
+
margin: 0 8px;
|
|
261
|
+
}/* // basic */
|
|
262
|
+
/* FishEye Color Variables and Functions */
|
|
263
|
+
/*
|
|
264
|
+
--------------------------- Primary Color ---------------------------
|
|
265
|
+
*/
|
|
266
|
+
/*
|
|
267
|
+
---------------------------When necessary to add at any time---------------------------
|
|
268
|
+
*/
|
|
269
|
+
/* computed */
|
|
270
|
+
/* blue */
|
|
271
|
+
/* green */
|
|
272
|
+
/* yellow */
|
|
273
|
+
/* red */
|
|
274
|
+
/* purple */
|
|
275
|
+
/* palette global token*/
|
|
276
|
+
/* color opaque */
|
|
277
|
+
/* color transparent */
|
|
278
|
+
/* blue transparent */
|
|
279
|
+
/* green transparent */
|
|
280
|
+
/* yellow transparent */
|
|
281
|
+
/* red transparent */
|
|
282
|
+
/* gray transparent */
|
|
283
|
+
/* white transparent */
|
|
284
|
+
/* gradient opaque */
|
|
285
|
+
/* blue radial gradient */
|
|
286
|
+
/* blue linear gradient */
|
|
287
|
+
/* green radial gradient */
|
|
288
|
+
/* yellow radial gradient */
|
|
289
|
+
/* red radial gradient */
|
|
290
|
+
/* gray radial gradient */
|
|
291
|
+
/* white to gray radial gradient */
|
|
292
|
+
/* white to gray linear gradient */
|
|
293
|
+
/* gradient transparent */
|
|
294
|
+
/* secondary palette */
|
|
295
|
+
/* purple radial gradient */
|
|
296
|
+
/* refine alias color */
|
|
297
|
+
/* text */
|
|
298
|
+
/* link */
|
|
299
|
+
/* fill */
|
|
300
|
+
/* fill element */
|
|
301
|
+
/* fill interaction */
|
|
302
|
+
/* stroke */
|
|
303
|
+
/* background */
|
|
304
|
+
/* dim */
|
|
305
|
+
/* box shadow */
|
|
306
|
+
/* fisheye */
|
|
307
|
+
/* z-index */
|
|
308
|
+
.egn3dbn {
|
|
309
|
+
display: flex;
|
|
310
|
+
flex-direction: column;
|
|
311
|
+
justify-content: center;
|
|
312
|
+
align-items: center;
|
|
313
|
+
height: 100%;
|
|
314
|
+
}
|
|
315
|
+
.egn3dbn.widget .title {
|
|
316
|
+
background-clip: text;
|
|
317
|
+
-webkit-background-clip: text;
|
|
318
|
+
-webkit-text-fill-color: transparent;
|
|
319
|
+
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
320
|
+
}
|
|
321
|
+
.egn3dbn.list .title {
|
|
322
|
+
color: rgba(44, 56, 82, 0.6);
|
|
323
|
+
}
|
|
324
|
+
.egn3dbn.card .title {
|
|
325
|
+
display: flex;
|
|
326
|
+
align-items: center;
|
|
327
|
+
height: 96px;
|
|
328
|
+
color: rgba(0, 21, 64, 0.3);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.e136jgy8 {
|
|
332
|
+
display: flex;
|
|
333
|
+
flex-direction: column;
|
|
334
|
+
align-items: center;
|
|
335
|
+
}
|
|
336
|
+
.e136jgy8 .title {
|
|
337
|
+
margin-bottom: 8px;
|
|
338
|
+
}/* // basic */
|
|
339
|
+
/* FishEye Color Variables and Functions */
|
|
340
|
+
/*
|
|
341
|
+
--------------------------- Primary Color ---------------------------
|
|
342
|
+
*/
|
|
343
|
+
/*
|
|
344
|
+
---------------------------When necessary to add at any time---------------------------
|
|
345
|
+
*/
|
|
346
|
+
/* computed */
|
|
347
|
+
/* blue */
|
|
348
|
+
/* green */
|
|
349
|
+
/* yellow */
|
|
350
|
+
/* red */
|
|
351
|
+
/* purple */
|
|
352
|
+
/* palette global token*/
|
|
353
|
+
/* color opaque */
|
|
354
|
+
/* color transparent */
|
|
355
|
+
/* blue transparent */
|
|
356
|
+
/* green transparent */
|
|
357
|
+
/* yellow transparent */
|
|
358
|
+
/* red transparent */
|
|
359
|
+
/* gray transparent */
|
|
360
|
+
/* white transparent */
|
|
361
|
+
/* gradient opaque */
|
|
362
|
+
/* blue radial gradient */
|
|
363
|
+
/* blue linear gradient */
|
|
364
|
+
/* green radial gradient */
|
|
365
|
+
/* yellow radial gradient */
|
|
366
|
+
/* red radial gradient */
|
|
367
|
+
/* gray radial gradient */
|
|
368
|
+
/* white to gray radial gradient */
|
|
369
|
+
/* white to gray linear gradient */
|
|
370
|
+
/* gradient transparent */
|
|
371
|
+
/* secondary palette */
|
|
372
|
+
/* purple radial gradient */
|
|
373
|
+
/* refine alias color */
|
|
374
|
+
/* text */
|
|
375
|
+
/* link */
|
|
376
|
+
/* fill */
|
|
377
|
+
/* fill element */
|
|
378
|
+
/* fill interaction */
|
|
379
|
+
/* stroke */
|
|
380
|
+
/* background */
|
|
381
|
+
/* dim */
|
|
382
|
+
/* box shadow */
|
|
383
|
+
/* fisheye */
|
|
384
|
+
/* z-index */
|
|
385
|
+
.ax1qopv {
|
|
386
|
+
position: absolute;
|
|
387
|
+
top: 0;
|
|
388
|
+
left: 0;
|
|
389
|
+
bottom: 0;
|
|
390
|
+
width: 1px;
|
|
391
|
+
background: #0080ff;
|
|
392
|
+
transform: translateX(-9999px);
|
|
393
|
+
z-index: 999;
|
|
394
|
+
}
|
|
395
|
+
.ax1qopv::before {
|
|
396
|
+
content: "";
|
|
397
|
+
position: absolute;
|
|
398
|
+
height: 34px;
|
|
399
|
+
width: 3px;
|
|
400
|
+
top: 0;
|
|
401
|
+
left: -1px;
|
|
402
|
+
background: #0080ff;
|
|
403
|
+
}/* // basic */
|
|
404
|
+
/* FishEye Color Variables and Functions */
|
|
405
|
+
/*
|
|
406
|
+
--------------------------- Primary Color ---------------------------
|
|
407
|
+
*/
|
|
408
|
+
/*
|
|
409
|
+
---------------------------When necessary to add at any time---------------------------
|
|
410
|
+
*/
|
|
411
|
+
/* computed */
|
|
412
|
+
/* blue */
|
|
413
|
+
/* green */
|
|
414
|
+
/* yellow */
|
|
415
|
+
/* red */
|
|
416
|
+
/* purple */
|
|
417
|
+
/* palette global token*/
|
|
418
|
+
/* color opaque */
|
|
419
|
+
/* color transparent */
|
|
420
|
+
/* blue transparent */
|
|
421
|
+
/* green transparent */
|
|
422
|
+
/* yellow transparent */
|
|
423
|
+
/* red transparent */
|
|
424
|
+
/* gray transparent */
|
|
425
|
+
/* white transparent */
|
|
426
|
+
/* gradient opaque */
|
|
427
|
+
/* blue radial gradient */
|
|
428
|
+
/* blue linear gradient */
|
|
429
|
+
/* green radial gradient */
|
|
430
|
+
/* yellow radial gradient */
|
|
431
|
+
/* red radial gradient */
|
|
432
|
+
/* gray radial gradient */
|
|
433
|
+
/* white to gray radial gradient */
|
|
434
|
+
/* white to gray linear gradient */
|
|
435
|
+
/* gradient transparent */
|
|
436
|
+
/* secondary palette */
|
|
437
|
+
/* purple radial gradient */
|
|
438
|
+
/* refine alias color */
|
|
439
|
+
/* text */
|
|
440
|
+
/* link */
|
|
441
|
+
/* fill */
|
|
442
|
+
/* fill element */
|
|
443
|
+
/* fill interaction */
|
|
444
|
+
/* stroke */
|
|
445
|
+
/* background */
|
|
446
|
+
/* dim */
|
|
447
|
+
/* box shadow */
|
|
448
|
+
/* fisheye */
|
|
449
|
+
/* z-index */
|
|
450
|
+
.t1upn1sz {
|
|
451
|
+
width: 100%;
|
|
452
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
453
|
+
display: flex;
|
|
454
|
+
flex-direction: column;
|
|
455
|
+
}
|
|
456
|
+
.t1upn1sz .ant-table-pagination {
|
|
457
|
+
display: none;
|
|
458
|
+
}
|
|
459
|
+
.t1upn1sz .table-container {
|
|
460
|
+
min-height: 0;
|
|
461
|
+
}/* // basic */
|
|
462
|
+
/* FishEye Color Variables and Functions */
|
|
463
|
+
/*
|
|
464
|
+
--------------------------- Primary Color ---------------------------
|
|
465
|
+
*/
|
|
466
|
+
/*
|
|
467
|
+
---------------------------When necessary to add at any time---------------------------
|
|
468
|
+
*/
|
|
469
|
+
/* computed */
|
|
470
|
+
/* blue */
|
|
471
|
+
/* green */
|
|
472
|
+
/* yellow */
|
|
473
|
+
/* red */
|
|
474
|
+
/* purple */
|
|
475
|
+
/* palette global token*/
|
|
476
|
+
/* color opaque */
|
|
477
|
+
/* color transparent */
|
|
478
|
+
/* blue transparent */
|
|
479
|
+
/* green transparent */
|
|
480
|
+
/* yellow transparent */
|
|
481
|
+
/* red transparent */
|
|
482
|
+
/* gray transparent */
|
|
483
|
+
/* white transparent */
|
|
484
|
+
/* gradient opaque */
|
|
485
|
+
/* blue radial gradient */
|
|
486
|
+
/* blue linear gradient */
|
|
487
|
+
/* green radial gradient */
|
|
488
|
+
/* yellow radial gradient */
|
|
489
|
+
/* red radial gradient */
|
|
490
|
+
/* gray radial gradient */
|
|
491
|
+
/* white to gray radial gradient */
|
|
492
|
+
/* white to gray linear gradient */
|
|
493
|
+
/* gradient transparent */
|
|
494
|
+
/* secondary palette */
|
|
495
|
+
/* purple radial gradient */
|
|
496
|
+
/* refine alias color */
|
|
497
|
+
/* text */
|
|
498
|
+
/* link */
|
|
499
|
+
/* fill */
|
|
500
|
+
/* fill element */
|
|
501
|
+
/* fill interaction */
|
|
502
|
+
/* stroke */
|
|
503
|
+
/* background */
|
|
504
|
+
/* dim */
|
|
505
|
+
/* box shadow */
|
|
506
|
+
/* fisheye */
|
|
507
|
+
/* z-index */
|
|
508
|
+
.b1vtjd4k.ant-btn.ant-btn-link {
|
|
509
|
+
display: block;
|
|
510
|
+
}/* // basic */
|
|
511
|
+
/* FishEye Color Variables and Functions */
|
|
512
|
+
/*
|
|
513
|
+
--------------------------- Primary Color ---------------------------
|
|
514
|
+
*/
|
|
515
|
+
/*
|
|
516
|
+
---------------------------When necessary to add at any time---------------------------
|
|
517
|
+
*/
|
|
518
|
+
/* computed */
|
|
519
|
+
/* blue */
|
|
520
|
+
/* green */
|
|
521
|
+
/* yellow */
|
|
522
|
+
/* red */
|
|
523
|
+
/* purple */
|
|
524
|
+
/* palette global token*/
|
|
525
|
+
/* color opaque */
|
|
526
|
+
/* color transparent */
|
|
527
|
+
/* blue transparent */
|
|
528
|
+
/* green transparent */
|
|
529
|
+
/* yellow transparent */
|
|
530
|
+
/* red transparent */
|
|
531
|
+
/* gray transparent */
|
|
532
|
+
/* white transparent */
|
|
533
|
+
/* gradient opaque */
|
|
534
|
+
/* blue radial gradient */
|
|
535
|
+
/* blue linear gradient */
|
|
536
|
+
/* green radial gradient */
|
|
537
|
+
/* yellow radial gradient */
|
|
538
|
+
/* red radial gradient */
|
|
539
|
+
/* gray radial gradient */
|
|
540
|
+
/* white to gray radial gradient */
|
|
541
|
+
/* white to gray linear gradient */
|
|
542
|
+
/* gradient transparent */
|
|
543
|
+
/* secondary palette */
|
|
544
|
+
/* purple radial gradient */
|
|
545
|
+
/* refine alias color */
|
|
546
|
+
/* text */
|
|
547
|
+
/* link */
|
|
548
|
+
/* fill */
|
|
549
|
+
/* fill element */
|
|
550
|
+
/* fill interaction */
|
|
551
|
+
/* stroke */
|
|
552
|
+
/* background */
|
|
553
|
+
/* dim */
|
|
554
|
+
/* box shadow */
|
|
555
|
+
/* fisheye */
|
|
556
|
+
/* z-index */
|
|
557
|
+
.t13a6vox {
|
|
558
|
+
flex-wrap: wrap;
|
|
559
|
+
max-width: 100%;
|
|
560
|
+
gap: 8px 8px;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.t12ikbmp.ant-tag {
|
|
564
|
+
overflow: hidden;
|
|
565
|
+
text-overflow: ellipsis;
|
|
566
|
+
color: #1D326C;
|
|
567
|
+
}
|
|
568
|
+
.t12ikbmp.ant-tag.outside-tag {
|
|
569
|
+
border: 1px solid #A3B4CC;
|
|
570
|
+
background-color: #E4E9F2;
|
|
571
|
+
}
|
|
572
|
+
.t12ikbmp.ant-tag .inside-tag {
|
|
573
|
+
background-color: #CCD4E3;
|
|
574
|
+
}/* // basic */
|
|
575
|
+
/* FishEye Color Variables and Functions */
|
|
576
|
+
/*
|
|
577
|
+
--------------------------- Primary Color ---------------------------
|
|
578
|
+
*/
|
|
579
|
+
/*
|
|
580
|
+
---------------------------When necessary to add at any time---------------------------
|
|
581
|
+
*/
|
|
582
|
+
/* computed */
|
|
583
|
+
/* blue */
|
|
584
|
+
/* green */
|
|
585
|
+
/* yellow */
|
|
586
|
+
/* red */
|
|
587
|
+
/* purple */
|
|
588
|
+
/* palette global token*/
|
|
589
|
+
/* color opaque */
|
|
590
|
+
/* color transparent */
|
|
591
|
+
/* blue transparent */
|
|
592
|
+
/* green transparent */
|
|
593
|
+
/* yellow transparent */
|
|
594
|
+
/* red transparent */
|
|
595
|
+
/* gray transparent */
|
|
596
|
+
/* white transparent */
|
|
597
|
+
/* gradient opaque */
|
|
598
|
+
/* blue radial gradient */
|
|
599
|
+
/* blue linear gradient */
|
|
600
|
+
/* green radial gradient */
|
|
601
|
+
/* yellow radial gradient */
|
|
602
|
+
/* red radial gradient */
|
|
603
|
+
/* gray radial gradient */
|
|
604
|
+
/* white to gray radial gradient */
|
|
605
|
+
/* white to gray linear gradient */
|
|
606
|
+
/* gradient transparent */
|
|
607
|
+
/* secondary palette */
|
|
608
|
+
/* purple radial gradient */
|
|
609
|
+
/* refine alias color */
|
|
610
|
+
/* text */
|
|
611
|
+
/* link */
|
|
612
|
+
/* fill */
|
|
613
|
+
/* fill element */
|
|
614
|
+
/* fill interaction */
|
|
615
|
+
/* stroke */
|
|
616
|
+
/* background */
|
|
617
|
+
/* dim */
|
|
618
|
+
/* box shadow */
|
|
619
|
+
/* fisheye */
|
|
620
|
+
/* z-index */
|
|
621
|
+
.s8qkbck.ant-tag {
|
|
622
|
+
padding: 3px 16px;
|
|
623
|
+
height: 24px;
|
|
624
|
+
}
|
|
625
|
+
.s8qkbck.no-background {
|
|
626
|
+
background-color: transparent !important;
|
|
627
|
+
padding: 0;
|
|
628
|
+
}/* // basic */
|
|
629
|
+
/* FishEye Color Variables and Functions */
|
|
630
|
+
/*
|
|
631
|
+
--------------------------- Primary Color ---------------------------
|
|
632
|
+
*/
|
|
633
|
+
/*
|
|
634
|
+
---------------------------When necessary to add at any time---------------------------
|
|
635
|
+
*/
|
|
636
|
+
/* computed */
|
|
637
|
+
/* blue */
|
|
638
|
+
/* green */
|
|
639
|
+
/* yellow */
|
|
640
|
+
/* red */
|
|
641
|
+
/* purple */
|
|
642
|
+
/* palette global token*/
|
|
643
|
+
/* color opaque */
|
|
644
|
+
/* color transparent */
|
|
645
|
+
/* blue transparent */
|
|
646
|
+
/* green transparent */
|
|
647
|
+
/* yellow transparent */
|
|
648
|
+
/* red transparent */
|
|
649
|
+
/* gray transparent */
|
|
650
|
+
/* white transparent */
|
|
651
|
+
/* gradient opaque */
|
|
652
|
+
/* blue radial gradient */
|
|
653
|
+
/* blue linear gradient */
|
|
654
|
+
/* green radial gradient */
|
|
655
|
+
/* yellow radial gradient */
|
|
656
|
+
/* red radial gradient */
|
|
657
|
+
/* gray radial gradient */
|
|
658
|
+
/* white to gray radial gradient */
|
|
659
|
+
/* white to gray linear gradient */
|
|
660
|
+
/* gradient transparent */
|
|
661
|
+
/* secondary palette */
|
|
662
|
+
/* purple radial gradient */
|
|
663
|
+
/* refine alias color */
|
|
664
|
+
/* text */
|
|
665
|
+
/* link */
|
|
666
|
+
/* fill */
|
|
667
|
+
/* fill element */
|
|
668
|
+
/* fill interaction */
|
|
669
|
+
/* stroke */
|
|
670
|
+
/* background */
|
|
671
|
+
/* dim */
|
|
672
|
+
/* box shadow */
|
|
673
|
+
/* fisheye */
|
|
674
|
+
/* z-index */
|
|
675
|
+
.t19ustft {
|
|
676
|
+
display: inline-block;
|
|
677
|
+
line-height: 18px;
|
|
678
|
+
height: 18px;
|
|
679
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
680
|
+
}/* // basic */
|
|
681
|
+
/* FishEye Color Variables and Functions */
|
|
682
|
+
/*
|
|
683
|
+
--------------------------- Primary Color ---------------------------
|
|
684
|
+
*/
|
|
685
|
+
/*
|
|
686
|
+
---------------------------When necessary to add at any time---------------------------
|
|
687
|
+
*/
|
|
688
|
+
/* computed */
|
|
689
|
+
/* blue */
|
|
690
|
+
/* green */
|
|
691
|
+
/* yellow */
|
|
692
|
+
/* red */
|
|
693
|
+
/* purple */
|
|
694
|
+
/* palette global token*/
|
|
695
|
+
/* color opaque */
|
|
696
|
+
/* color transparent */
|
|
697
|
+
/* blue transparent */
|
|
698
|
+
/* green transparent */
|
|
699
|
+
/* yellow transparent */
|
|
700
|
+
/* red transparent */
|
|
701
|
+
/* gray transparent */
|
|
702
|
+
/* white transparent */
|
|
703
|
+
/* gradient opaque */
|
|
704
|
+
/* blue radial gradient */
|
|
705
|
+
/* blue linear gradient */
|
|
706
|
+
/* green radial gradient */
|
|
707
|
+
/* yellow radial gradient */
|
|
708
|
+
/* red radial gradient */
|
|
709
|
+
/* gray radial gradient */
|
|
710
|
+
/* white to gray radial gradient */
|
|
711
|
+
/* white to gray linear gradient */
|
|
712
|
+
/* gradient transparent */
|
|
713
|
+
/* secondary palette */
|
|
714
|
+
/* purple radial gradient */
|
|
715
|
+
/* refine alias color */
|
|
716
|
+
/* text */
|
|
717
|
+
/* link */
|
|
718
|
+
/* fill */
|
|
719
|
+
/* fill element */
|
|
720
|
+
/* fill interaction */
|
|
721
|
+
/* stroke */
|
|
722
|
+
/* background */
|
|
723
|
+
/* dim */
|
|
724
|
+
/* box shadow */
|
|
725
|
+
/* fisheye */
|
|
726
|
+
/* z-index */
|
|
727
|
+
.esoz3jw.ant-btn.ant-btn-link {
|
|
728
|
+
font-size: 13px;
|
|
729
|
+
height: 22px;
|
|
730
|
+
margin-left: 8px;
|
|
731
|
+
}/* // basic */
|
|
732
|
+
/* FishEye Color Variables and Functions */
|
|
733
|
+
/*
|
|
734
|
+
--------------------------- Primary Color ---------------------------
|
|
735
|
+
*/
|
|
736
|
+
/*
|
|
737
|
+
---------------------------When necessary to add at any time---------------------------
|
|
738
|
+
*/
|
|
739
|
+
/* computed */
|
|
740
|
+
/* blue */
|
|
741
|
+
/* green */
|
|
742
|
+
/* yellow */
|
|
743
|
+
/* red */
|
|
744
|
+
/* purple */
|
|
745
|
+
/* palette global token*/
|
|
746
|
+
/* color opaque */
|
|
747
|
+
/* color transparent */
|
|
748
|
+
/* blue transparent */
|
|
749
|
+
/* green transparent */
|
|
750
|
+
/* yellow transparent */
|
|
751
|
+
/* red transparent */
|
|
752
|
+
/* gray transparent */
|
|
753
|
+
/* white transparent */
|
|
754
|
+
/* gradient opaque */
|
|
755
|
+
/* blue radial gradient */
|
|
756
|
+
/* blue linear gradient */
|
|
757
|
+
/* green radial gradient */
|
|
758
|
+
/* yellow radial gradient */
|
|
759
|
+
/* red radial gradient */
|
|
760
|
+
/* gray radial gradient */
|
|
761
|
+
/* white to gray radial gradient */
|
|
762
|
+
/* white to gray linear gradient */
|
|
763
|
+
/* gradient transparent */
|
|
764
|
+
/* secondary palette */
|
|
765
|
+
/* purple radial gradient */
|
|
766
|
+
/* refine alias color */
|
|
767
|
+
/* text */
|
|
768
|
+
/* link */
|
|
769
|
+
/* fill */
|
|
770
|
+
/* fill element */
|
|
771
|
+
/* fill interaction */
|
|
772
|
+
/* stroke */
|
|
773
|
+
/* background */
|
|
774
|
+
/* dim */
|
|
775
|
+
/* box shadow */
|
|
776
|
+
/* fisheye */
|
|
777
|
+
/* z-index */
|
|
778
|
+
.t1v3ienx {
|
|
779
|
+
padding: 12px 24px;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.tgejfwe {
|
|
783
|
+
justify-content: space-between;
|
|
784
|
+
width: 100%;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.tq6dc79 {
|
|
788
|
+
color: #00122E;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.d1wqyhgc {
|
|
792
|
+
color: rgba(44, 56, 82, 0.75);
|
|
793
|
+
}/* // basic */
|
|
794
|
+
/* FishEye Color Variables and Functions */
|
|
795
|
+
/*
|
|
796
|
+
--------------------------- Primary Color ---------------------------
|
|
797
|
+
*/
|
|
798
|
+
/*
|
|
799
|
+
---------------------------When necessary to add at any time---------------------------
|
|
800
|
+
*/
|
|
801
|
+
/* computed */
|
|
802
|
+
/* blue */
|
|
803
|
+
/* green */
|
|
804
|
+
/* yellow */
|
|
805
|
+
/* red */
|
|
806
|
+
/* purple */
|
|
807
|
+
/* palette global token*/
|
|
808
|
+
/* color opaque */
|
|
809
|
+
/* color transparent */
|
|
810
|
+
/* blue transparent */
|
|
811
|
+
/* green transparent */
|
|
812
|
+
/* yellow transparent */
|
|
813
|
+
/* red transparent */
|
|
814
|
+
/* gray transparent */
|
|
815
|
+
/* white transparent */
|
|
816
|
+
/* gradient opaque */
|
|
817
|
+
/* blue radial gradient */
|
|
818
|
+
/* blue linear gradient */
|
|
819
|
+
/* green radial gradient */
|
|
820
|
+
/* yellow radial gradient */
|
|
821
|
+
/* red radial gradient */
|
|
822
|
+
/* gray radial gradient */
|
|
823
|
+
/* white to gray radial gradient */
|
|
824
|
+
/* white to gray linear gradient */
|
|
825
|
+
/* gradient transparent */
|
|
826
|
+
/* secondary palette */
|
|
827
|
+
/* purple radial gradient */
|
|
828
|
+
/* refine alias color */
|
|
829
|
+
/* text */
|
|
830
|
+
/* link */
|
|
831
|
+
/* fill */
|
|
832
|
+
/* fill element */
|
|
833
|
+
/* fill interaction */
|
|
834
|
+
/* stroke */
|
|
835
|
+
/* background */
|
|
836
|
+
/* dim */
|
|
837
|
+
/* box shadow */
|
|
838
|
+
/* fisheye */
|
|
839
|
+
/* z-index */
|
|
840
|
+
.w16agr8o.ant-space {
|
|
841
|
+
width: 100%;
|
|
842
|
+
display: flex;
|
|
843
|
+
}/* // basic */
|
|
844
|
+
/* FishEye Color Variables and Functions */
|
|
845
|
+
/*
|
|
846
|
+
--------------------------- Primary Color ---------------------------
|
|
847
|
+
*/
|
|
848
|
+
/*
|
|
849
|
+
---------------------------When necessary to add at any time---------------------------
|
|
850
|
+
*/
|
|
851
|
+
/* computed */
|
|
852
|
+
/* blue */
|
|
853
|
+
/* green */
|
|
854
|
+
/* yellow */
|
|
855
|
+
/* red */
|
|
856
|
+
/* purple */
|
|
857
|
+
/* palette global token*/
|
|
858
|
+
/* color opaque */
|
|
859
|
+
/* color transparent */
|
|
860
|
+
/* blue transparent */
|
|
861
|
+
/* green transparent */
|
|
862
|
+
/* yellow transparent */
|
|
863
|
+
/* red transparent */
|
|
864
|
+
/* gray transparent */
|
|
865
|
+
/* white transparent */
|
|
866
|
+
/* gradient opaque */
|
|
867
|
+
/* blue radial gradient */
|
|
868
|
+
/* blue linear gradient */
|
|
869
|
+
/* green radial gradient */
|
|
870
|
+
/* yellow radial gradient */
|
|
871
|
+
/* red radial gradient */
|
|
872
|
+
/* gray radial gradient */
|
|
873
|
+
/* white to gray radial gradient */
|
|
874
|
+
/* white to gray linear gradient */
|
|
875
|
+
/* gradient transparent */
|
|
876
|
+
/* secondary palette */
|
|
877
|
+
/* purple radial gradient */
|
|
878
|
+
/* refine alias color */
|
|
879
|
+
/* text */
|
|
880
|
+
/* link */
|
|
881
|
+
/* fill */
|
|
882
|
+
/* fill element */
|
|
883
|
+
/* fill interaction */
|
|
884
|
+
/* stroke */
|
|
885
|
+
/* background */
|
|
886
|
+
/* dim */
|
|
887
|
+
/* box shadow */
|
|
888
|
+
/* fisheye */
|
|
889
|
+
/* z-index */
|
|
890
|
+
.i1u1f5zp {
|
|
891
|
+
white-space: pre-line;
|
|
892
|
+
}/* // basic */
|
|
893
|
+
/* FishEye Color Variables and Functions */
|
|
894
|
+
/*
|
|
895
|
+
--------------------------- Primary Color ---------------------------
|
|
896
|
+
*/
|
|
897
|
+
/*
|
|
898
|
+
---------------------------When necessary to add at any time---------------------------
|
|
899
|
+
*/
|
|
900
|
+
/* computed */
|
|
901
|
+
/* blue */
|
|
902
|
+
/* green */
|
|
903
|
+
/* yellow */
|
|
904
|
+
/* red */
|
|
905
|
+
/* purple */
|
|
906
|
+
/* palette global token*/
|
|
907
|
+
/* color opaque */
|
|
908
|
+
/* color transparent */
|
|
909
|
+
/* blue transparent */
|
|
910
|
+
/* green transparent */
|
|
911
|
+
/* yellow transparent */
|
|
912
|
+
/* red transparent */
|
|
913
|
+
/* gray transparent */
|
|
914
|
+
/* white transparent */
|
|
915
|
+
/* gradient opaque */
|
|
916
|
+
/* blue radial gradient */
|
|
917
|
+
/* blue linear gradient */
|
|
918
|
+
/* green radial gradient */
|
|
919
|
+
/* yellow radial gradient */
|
|
920
|
+
/* red radial gradient */
|
|
921
|
+
/* gray radial gradient */
|
|
922
|
+
/* white to gray radial gradient */
|
|
923
|
+
/* white to gray linear gradient */
|
|
924
|
+
/* gradient transparent */
|
|
925
|
+
/* secondary palette */
|
|
926
|
+
/* purple radial gradient */
|
|
927
|
+
/* refine alias color */
|
|
928
|
+
/* text */
|
|
929
|
+
/* link */
|
|
930
|
+
/* fill */
|
|
931
|
+
/* fill element */
|
|
932
|
+
/* fill interaction */
|
|
933
|
+
/* stroke */
|
|
934
|
+
/* background */
|
|
935
|
+
/* dim */
|
|
936
|
+
/* box shadow */
|
|
937
|
+
/* fisheye */
|
|
938
|
+
/* z-index */
|
|
939
|
+
.lmmrm55 {
|
|
940
|
+
padding: 0 !important;
|
|
941
|
+
}/* // basic */
|
|
942
|
+
/* FishEye Color Variables and Functions */
|
|
943
|
+
/*
|
|
944
|
+
--------------------------- Primary Color ---------------------------
|
|
945
|
+
*/
|
|
946
|
+
/*
|
|
947
|
+
---------------------------When necessary to add at any time---------------------------
|
|
948
|
+
*/
|
|
949
|
+
/* computed */
|
|
950
|
+
/* blue */
|
|
951
|
+
/* green */
|
|
952
|
+
/* yellow */
|
|
953
|
+
/* red */
|
|
954
|
+
/* purple */
|
|
955
|
+
/* palette global token*/
|
|
956
|
+
/* color opaque */
|
|
957
|
+
/* color transparent */
|
|
958
|
+
/* blue transparent */
|
|
959
|
+
/* green transparent */
|
|
960
|
+
/* yellow transparent */
|
|
961
|
+
/* red transparent */
|
|
962
|
+
/* gray transparent */
|
|
963
|
+
/* white transparent */
|
|
964
|
+
/* gradient opaque */
|
|
965
|
+
/* blue radial gradient */
|
|
966
|
+
/* blue linear gradient */
|
|
967
|
+
/* green radial gradient */
|
|
968
|
+
/* yellow radial gradient */
|
|
969
|
+
/* red radial gradient */
|
|
970
|
+
/* gray radial gradient */
|
|
971
|
+
/* white to gray radial gradient */
|
|
972
|
+
/* white to gray linear gradient */
|
|
973
|
+
/* gradient transparent */
|
|
974
|
+
/* secondary palette */
|
|
975
|
+
/* purple radial gradient */
|
|
976
|
+
/* refine alias color */
|
|
977
|
+
/* text */
|
|
978
|
+
/* link */
|
|
979
|
+
/* fill */
|
|
980
|
+
/* fill element */
|
|
981
|
+
/* fill interaction */
|
|
982
|
+
/* stroke */
|
|
983
|
+
/* background */
|
|
984
|
+
/* dim */
|
|
985
|
+
/* box shadow */
|
|
986
|
+
/* fisheye */
|
|
987
|
+
/* z-index */
|
|
988
|
+
.l1vnw9x0 {
|
|
989
|
+
padding: 0 !important;
|
|
990
|
+
}/* // basic */
|
|
991
|
+
/* FishEye Color Variables and Functions */
|
|
992
|
+
/*
|
|
993
|
+
--------------------------- Primary Color ---------------------------
|
|
994
|
+
*/
|
|
995
|
+
/*
|
|
996
|
+
---------------------------When necessary to add at any time---------------------------
|
|
997
|
+
*/
|
|
998
|
+
/* computed */
|
|
999
|
+
/* blue */
|
|
1000
|
+
/* green */
|
|
1001
|
+
/* yellow */
|
|
1002
|
+
/* red */
|
|
1003
|
+
/* purple */
|
|
1004
|
+
/* palette global token*/
|
|
1005
|
+
/* color opaque */
|
|
1006
|
+
/* color transparent */
|
|
1007
|
+
/* blue transparent */
|
|
1008
|
+
/* green transparent */
|
|
1009
|
+
/* yellow transparent */
|
|
1010
|
+
/* red transparent */
|
|
1011
|
+
/* gray transparent */
|
|
1012
|
+
/* white transparent */
|
|
1013
|
+
/* gradient opaque */
|
|
1014
|
+
/* blue radial gradient */
|
|
1015
|
+
/* blue linear gradient */
|
|
1016
|
+
/* green radial gradient */
|
|
1017
|
+
/* yellow radial gradient */
|
|
1018
|
+
/* red radial gradient */
|
|
1019
|
+
/* gray radial gradient */
|
|
1020
|
+
/* white to gray radial gradient */
|
|
1021
|
+
/* white to gray linear gradient */
|
|
1022
|
+
/* gradient transparent */
|
|
1023
|
+
/* secondary palette */
|
|
1024
|
+
/* purple radial gradient */
|
|
1025
|
+
/* refine alias color */
|
|
1026
|
+
/* text */
|
|
1027
|
+
/* link */
|
|
1028
|
+
/* fill */
|
|
1029
|
+
/* fill element */
|
|
1030
|
+
/* fill interaction */
|
|
1031
|
+
/* stroke */
|
|
1032
|
+
/* background */
|
|
1033
|
+
/* dim */
|
|
1034
|
+
/* box shadow */
|
|
1035
|
+
/* fisheye */
|
|
1036
|
+
/* z-index */
|
|
1037
|
+
.c8jy7dc {
|
|
1038
|
+
display: flex;
|
|
1039
|
+
padding: 8px 10px;
|
|
1040
|
+
flex-direction: row;
|
|
1041
|
+
align-items: flex-start;
|
|
1042
|
+
gap: 8px;
|
|
1043
|
+
align-self: stretch;
|
|
1044
|
+
border-radius: 4px;
|
|
1045
|
+
background: rgba(237, 241, 250, 0.6);
|
|
1046
|
+
}
|
|
1047
|
+
.c8jy7dc:not(:last-of-type) {
|
|
1048
|
+
margin-bottom: 8px;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
.k2sddxl {
|
|
1052
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1053
|
+
width: calc(30% - 4px);
|
|
1054
|
+
margin-right: 8px;
|
|
1055
|
+
word-break: break-all;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.v16vicsr {
|
|
1059
|
+
word-break: break-all;
|
|
1060
|
+
white-space: pre-wrap;
|
|
1061
|
+
width: calc(70% - 4px);
|
|
1062
|
+
}/* // basic */
|
|
1063
|
+
/* FishEye Color Variables and Functions */
|
|
1064
|
+
/*
|
|
1065
|
+
--------------------------- Primary Color ---------------------------
|
|
1066
|
+
*/
|
|
1067
|
+
/*
|
|
1068
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1069
|
+
*/
|
|
1070
|
+
/* computed */
|
|
1071
|
+
/* blue */
|
|
1072
|
+
/* green */
|
|
1073
|
+
/* yellow */
|
|
1074
|
+
/* red */
|
|
1075
|
+
/* purple */
|
|
1076
|
+
/* palette global token*/
|
|
1077
|
+
/* color opaque */
|
|
1078
|
+
/* color transparent */
|
|
1079
|
+
/* blue transparent */
|
|
1080
|
+
/* green transparent */
|
|
1081
|
+
/* yellow transparent */
|
|
1082
|
+
/* red transparent */
|
|
1083
|
+
/* gray transparent */
|
|
1084
|
+
/* white transparent */
|
|
1085
|
+
/* gradient opaque */
|
|
1086
|
+
/* blue radial gradient */
|
|
1087
|
+
/* blue linear gradient */
|
|
1088
|
+
/* green radial gradient */
|
|
1089
|
+
/* yellow radial gradient */
|
|
1090
|
+
/* red radial gradient */
|
|
1091
|
+
/* gray radial gradient */
|
|
1092
|
+
/* white to gray radial gradient */
|
|
1093
|
+
/* white to gray linear gradient */
|
|
1094
|
+
/* gradient transparent */
|
|
1095
|
+
/* secondary palette */
|
|
1096
|
+
/* purple radial gradient */
|
|
1097
|
+
/* refine alias color */
|
|
1098
|
+
/* text */
|
|
1099
|
+
/* link */
|
|
1100
|
+
/* fill */
|
|
1101
|
+
/* fill element */
|
|
1102
|
+
/* fill interaction */
|
|
1103
|
+
/* stroke */
|
|
1104
|
+
/* background */
|
|
1105
|
+
/* dim */
|
|
1106
|
+
/* box shadow */
|
|
1107
|
+
/* fisheye */
|
|
1108
|
+
/* z-index */
|
|
1109
|
+
.w14056kz {
|
|
1110
|
+
width: 100%;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.hisq2gt {
|
|
1114
|
+
width: 100%;
|
|
1115
|
+
display: flex;
|
|
1116
|
+
align-items: center;
|
|
1117
|
+
}
|
|
1118
|
+
.hisq2gt.expanded {
|
|
1119
|
+
margin-bottom: 8px;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.h11urhaw {
|
|
1123
|
+
margin-right: 8px;
|
|
1124
|
+
line-height: 18px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
.e1i58tpl.ant-btn.ant-btn-link {
|
|
1128
|
+
height: 18px;
|
|
1129
|
+
line-height: 18px;
|
|
1130
|
+
font-size: 12px;
|
|
1131
|
+
}/* // basic */
|
|
1132
|
+
/* FishEye Color Variables and Functions */
|
|
1133
|
+
/*
|
|
1134
|
+
--------------------------- Primary Color ---------------------------
|
|
1135
|
+
*/
|
|
1136
|
+
/*
|
|
1137
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1138
|
+
*/
|
|
1139
|
+
/* computed */
|
|
1140
|
+
/* blue */
|
|
1141
|
+
/* green */
|
|
1142
|
+
/* yellow */
|
|
1143
|
+
/* red */
|
|
1144
|
+
/* purple */
|
|
1145
|
+
/* palette global token*/
|
|
1146
|
+
/* color opaque */
|
|
1147
|
+
/* color transparent */
|
|
1148
|
+
/* blue transparent */
|
|
1149
|
+
/* green transparent */
|
|
1150
|
+
/* yellow transparent */
|
|
1151
|
+
/* red transparent */
|
|
1152
|
+
/* gray transparent */
|
|
1153
|
+
/* white transparent */
|
|
1154
|
+
/* gradient opaque */
|
|
1155
|
+
/* blue radial gradient */
|
|
1156
|
+
/* blue linear gradient */
|
|
1157
|
+
/* green radial gradient */
|
|
1158
|
+
/* yellow radial gradient */
|
|
1159
|
+
/* red radial gradient */
|
|
1160
|
+
/* gray radial gradient */
|
|
1161
|
+
/* white to gray radial gradient */
|
|
1162
|
+
/* white to gray linear gradient */
|
|
1163
|
+
/* gradient transparent */
|
|
1164
|
+
/* secondary palette */
|
|
1165
|
+
/* purple radial gradient */
|
|
1166
|
+
/* refine alias color */
|
|
1167
|
+
/* text */
|
|
1168
|
+
/* link */
|
|
1169
|
+
/* fill */
|
|
1170
|
+
/* fill element */
|
|
1171
|
+
/* fill interaction */
|
|
1172
|
+
/* stroke */
|
|
1173
|
+
/* background */
|
|
1174
|
+
/* dim */
|
|
1175
|
+
/* box shadow */
|
|
1176
|
+
/* fisheye */
|
|
1177
|
+
/* z-index */
|
|
1178
|
+
.s9agep2 {
|
|
1179
|
+
height: 100%;
|
|
1180
|
+
display: flex;
|
|
1181
|
+
flex-direction: column;
|
|
1182
|
+
background: linear-gradient(180deg, #fff 0%, #edf0f7 100%);
|
|
1183
|
+
}
|
|
1184
|
+
.s9agep2 .ant-row {
|
|
1185
|
+
margin-right: 0 !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.bo89gfi {
|
|
1189
|
+
color: rgba(0, 21, 64, 0.3);
|
|
1190
|
+
line-height: 18px;
|
|
1191
|
+
cursor: pointer;
|
|
1192
|
+
display: inline-flex;
|
|
1193
|
+
align-items: center;
|
|
1194
|
+
align-self: flex-start;
|
|
1195
|
+
}
|
|
1196
|
+
.bo89gfi:hover {
|
|
1197
|
+
color: #0080ff;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.t1ohe42f {
|
|
1201
|
+
display: flex;
|
|
1202
|
+
flex-direction: column;
|
|
1203
|
+
padding: 16px 24px 8px 24px;
|
|
1204
|
+
background-color: #fff;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.nqm4qz0 {
|
|
1208
|
+
color: #00122e;
|
|
1209
|
+
margin-right: 8px;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
.ticl0qc {
|
|
1213
|
+
justify-content: space-between;
|
|
1214
|
+
width: 100%;
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
.so9uwk1 {
|
|
1218
|
+
width: 100%;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.ge26ou0 {
|
|
1222
|
+
padding: 12px 16px;
|
|
1223
|
+
padding-bottom: 4px;
|
|
1224
|
+
border-radius: 8px;
|
|
1225
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
1226
|
+
box-shadow: 0px 0px 2.003px 0px rgba(107, 125, 153, 0.15), 0px 0px 16px 0px rgba(107, 125, 153, 0.08);
|
|
1227
|
+
background-color: #fff;
|
|
1228
|
+
margin: 0 24px;
|
|
1229
|
+
overflow: auto;
|
|
1230
|
+
width: calc(100% - 48px);
|
|
1231
|
+
max-width: 1592px;
|
|
1232
|
+
}
|
|
1233
|
+
.ge26ou0:first-of-type {
|
|
1234
|
+
margin-top: 16px;
|
|
1235
|
+
}
|
|
1236
|
+
.ge26ou0:not(:last-of-type) {
|
|
1237
|
+
margin-bottom: 24px;
|
|
1238
|
+
}
|
|
1239
|
+
.ge26ou0 .pagination-wrapper {
|
|
1240
|
+
padding-top: 12px;
|
|
1241
|
+
padding-bottom: 0;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.g17f8vl9 {
|
|
1245
|
+
display: flex;
|
|
1246
|
+
color: #1d326c;
|
|
1247
|
+
margin-bottom: 10px;
|
|
1248
|
+
justify-content: space-between;
|
|
1249
|
+
align-items: center;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
.fykgn2i {
|
|
1253
|
+
background-color: #fff;
|
|
1254
|
+
height: 100%;
|
|
1255
|
+
}
|
|
1256
|
+
|
|
1257
|
+
.fngr745 {
|
|
1258
|
+
display: flex;
|
|
1259
|
+
flex-wrap: nowrap;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.t11wg61l {
|
|
1263
|
+
padding-bottom: 16px;
|
|
1264
|
+
display: flex;
|
|
1265
|
+
flex-direction: column;
|
|
1266
|
+
align-items: center;
|
|
1267
|
+
min-width: 904px;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.v1x3rivf {
|
|
1271
|
+
color: #00122e;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
.tf5s6s.ant-tabs {
|
|
1275
|
+
flex: 1;
|
|
1276
|
+
min-height: 0;
|
|
1277
|
+
}
|
|
1278
|
+
.tf5s6s.ant-tabs .ant-tabs-nav {
|
|
1279
|
+
margin-bottom: 0;
|
|
1280
|
+
margin-right: 24px;
|
|
1281
|
+
}
|
|
1282
|
+
.tf5s6s.ant-tabs .ant-tabs-nav-list {
|
|
1283
|
+
margin-left: 24px;
|
|
1284
|
+
}
|
|
1285
|
+
.tf5s6s.ant-tabs .ant-tabs-content-holder {
|
|
1286
|
+
overflow: auto;
|
|
1287
|
+
}
|
|
1288
|
+
.tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-content,
|
|
1289
|
+
.tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane-active {
|
|
1290
|
+
height: 100%;
|
|
1291
|
+
}/* // basic */
|
|
1292
|
+
/* FishEye Color Variables and Functions */
|
|
1293
|
+
/*
|
|
1294
|
+
--------------------------- Primary Color ---------------------------
|
|
1295
|
+
*/
|
|
1296
|
+
/*
|
|
1297
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1298
|
+
*/
|
|
1299
|
+
/* computed */
|
|
1300
|
+
/* blue */
|
|
1301
|
+
/* green */
|
|
1302
|
+
/* yellow */
|
|
1303
|
+
/* red */
|
|
1304
|
+
/* purple */
|
|
1305
|
+
/* palette global token*/
|
|
1306
|
+
/* color opaque */
|
|
1307
|
+
/* color transparent */
|
|
1308
|
+
/* blue transparent */
|
|
1309
|
+
/* green transparent */
|
|
1310
|
+
/* yellow transparent */
|
|
1311
|
+
/* red transparent */
|
|
1312
|
+
/* gray transparent */
|
|
1313
|
+
/* white transparent */
|
|
1314
|
+
/* gradient opaque */
|
|
1315
|
+
/* blue radial gradient */
|
|
1316
|
+
/* blue linear gradient */
|
|
1317
|
+
/* green radial gradient */
|
|
1318
|
+
/* yellow radial gradient */
|
|
1319
|
+
/* red radial gradient */
|
|
1320
|
+
/* gray radial gradient */
|
|
1321
|
+
/* white to gray radial gradient */
|
|
1322
|
+
/* white to gray linear gradient */
|
|
1323
|
+
/* gradient transparent */
|
|
1324
|
+
/* secondary palette */
|
|
1325
|
+
/* purple radial gradient */
|
|
1326
|
+
/* refine alias color */
|
|
1327
|
+
/* text */
|
|
1328
|
+
/* link */
|
|
1329
|
+
/* fill */
|
|
1330
|
+
/* fill element */
|
|
1331
|
+
/* fill interaction */
|
|
1332
|
+
/* stroke */
|
|
1333
|
+
/* background */
|
|
1334
|
+
/* dim */
|
|
1335
|
+
/* box shadow */
|
|
1336
|
+
/* fisheye */
|
|
1337
|
+
/* z-index */
|
|
1338
|
+
.b11tbgf7.ant-btn-quiet.ant-btn {
|
|
1339
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
.gtbyh5g {
|
|
1343
|
+
padding-bottom: 12px;
|
|
1344
|
+
}/* // basic */
|
|
1345
|
+
/* FishEye Color Variables and Functions */
|
|
1346
|
+
/*
|
|
1347
|
+
--------------------------- Primary Color ---------------------------
|
|
1348
|
+
*/
|
|
1349
|
+
/*
|
|
1350
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1351
|
+
*/
|
|
1352
|
+
/* computed */
|
|
1353
|
+
/* blue */
|
|
1354
|
+
/* green */
|
|
1355
|
+
/* yellow */
|
|
1356
|
+
/* red */
|
|
1357
|
+
/* purple */
|
|
1358
|
+
/* palette global token*/
|
|
1359
|
+
/* color opaque */
|
|
1360
|
+
/* color transparent */
|
|
1361
|
+
/* blue transparent */
|
|
1362
|
+
/* green transparent */
|
|
1363
|
+
/* yellow transparent */
|
|
1364
|
+
/* red transparent */
|
|
1365
|
+
/* gray transparent */
|
|
1366
|
+
/* white transparent */
|
|
1367
|
+
/* gradient opaque */
|
|
1368
|
+
/* blue radial gradient */
|
|
1369
|
+
/* blue linear gradient */
|
|
1370
|
+
/* green radial gradient */
|
|
1371
|
+
/* yellow radial gradient */
|
|
1372
|
+
/* red radial gradient */
|
|
1373
|
+
/* gray radial gradient */
|
|
1374
|
+
/* white to gray radial gradient */
|
|
1375
|
+
/* white to gray linear gradient */
|
|
1376
|
+
/* gradient transparent */
|
|
1377
|
+
/* secondary palette */
|
|
1378
|
+
/* purple radial gradient */
|
|
1379
|
+
/* refine alias color */
|
|
1380
|
+
/* text */
|
|
1381
|
+
/* link */
|
|
1382
|
+
/* fill */
|
|
1383
|
+
/* fill element */
|
|
1384
|
+
/* fill interaction */
|
|
1385
|
+
/* stroke */
|
|
1386
|
+
/* background */
|
|
1387
|
+
/* dim */
|
|
1388
|
+
/* box shadow */
|
|
1389
|
+
/* fisheye */
|
|
1390
|
+
/* z-index */
|
|
1391
|
+
.c1dicff8 {
|
|
1392
|
+
width: 100%;
|
|
1393
|
+
vertical-align: top;
|
|
1394
|
+
}/* // basic */
|
|
1395
|
+
/* FishEye Color Variables and Functions */
|
|
1396
|
+
/*
|
|
1397
|
+
--------------------------- Primary Color ---------------------------
|
|
1398
|
+
*/
|
|
1399
|
+
/*
|
|
1400
|
+
---------------------------When necessary to add at any time---------------------------
|
|
1401
|
+
*/
|
|
1402
|
+
/* computed */
|
|
1403
|
+
/* blue */
|
|
1404
|
+
/* green */
|
|
1405
|
+
/* yellow */
|
|
1406
|
+
/* red */
|
|
1407
|
+
/* purple */
|
|
1408
|
+
/* palette global token*/
|
|
1409
|
+
/* color opaque */
|
|
1410
|
+
/* color transparent */
|
|
1411
|
+
/* blue transparent */
|
|
1412
|
+
/* green transparent */
|
|
1413
|
+
/* yellow transparent */
|
|
1414
|
+
/* red transparent */
|
|
1415
|
+
/* gray transparent */
|
|
1416
|
+
/* white transparent */
|
|
1417
|
+
/* gradient opaque */
|
|
1418
|
+
/* blue radial gradient */
|
|
1419
|
+
/* blue linear gradient */
|
|
1420
|
+
/* green radial gradient */
|
|
1421
|
+
/* yellow radial gradient */
|
|
1422
|
+
/* red radial gradient */
|
|
1423
|
+
/* gray radial gradient */
|
|
1424
|
+
/* white to gray radial gradient */
|
|
1425
|
+
/* white to gray linear gradient */
|
|
1426
|
+
/* gradient transparent */
|
|
1427
|
+
/* secondary palette */
|
|
1428
|
+
/* purple radial gradient */
|
|
1429
|
+
/* refine alias color */
|
|
1430
|
+
/* text */
|
|
1431
|
+
/* link */
|
|
1432
|
+
/* fill */
|
|
1433
|
+
/* fill element */
|
|
1434
|
+
/* fill interaction */
|
|
1435
|
+
/* stroke */
|
|
1436
|
+
/* background */
|
|
1437
|
+
/* dim */
|
|
1438
|
+
/* box shadow */
|
|
1439
|
+
/* fisheye */
|
|
1440
|
+
/* z-index */
|
|
1441
|
+
.w8ychfk {
|
|
1442
|
+
border-radius: 8px;
|
|
1443
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
1444
|
+
padding: 16px;
|
|
1445
|
+
display: inline-flex;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.d1o004do {
|
|
1449
|
+
width: 70px;
|
|
1450
|
+
height: 70px;
|
|
1451
|
+
margin-right: 16px;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.dfo80qq {
|
|
1455
|
+
width: 100%;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.d1i11os3 {
|
|
1459
|
+
position: absolute;
|
|
1460
|
+
left: 35px;
|
|
1461
|
+
top: 35px;
|
|
1462
|
+
transform: translate(-50%, -50%);
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
.r1bm8olw {
|
|
1466
|
+
color: #00122E;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.r1oqudbh {
|
|
1470
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.c18i6jtg {
|
|
1474
|
+
display: table;
|
|
1475
|
+
margin: auto 0;
|
|
1476
|
+
position: relative;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
.lpm22il {
|
|
1480
|
+
padding-right: 40px;
|
|
1481
|
+
color: rgba(44, 56, 82, 0.75);
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.v1ixr1me {
|
|
1485
|
+
color: #00122E;
|
|
1486
|
+
}.pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main {
|
|
59
1487
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
|
|
60
1488
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
|
|
61
1489
|
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
|
|
@@ -1490,31 +2918,411 @@
|
|
|
1490
2918
|
width: 1em;
|
|
1491
2919
|
height: 1em;
|
|
1492
2920
|
vertical-align: -0.125em;
|
|
1493
|
-
}
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
2921
|
+
}/* // basic */
|
|
2922
|
+
/* FishEye Color Variables and Functions */
|
|
2923
|
+
/*
|
|
2924
|
+
--------------------------- Primary Color ---------------------------
|
|
2925
|
+
*/
|
|
2926
|
+
/*
|
|
2927
|
+
---------------------------When necessary to add at any time---------------------------
|
|
2928
|
+
*/
|
|
2929
|
+
/* computed */
|
|
2930
|
+
/* blue */
|
|
2931
|
+
/* green */
|
|
2932
|
+
/* yellow */
|
|
2933
|
+
/* red */
|
|
2934
|
+
/* purple */
|
|
2935
|
+
/* palette global token*/
|
|
2936
|
+
/* color opaque */
|
|
2937
|
+
/* color transparent */
|
|
2938
|
+
/* blue transparent */
|
|
2939
|
+
/* green transparent */
|
|
2940
|
+
/* yellow transparent */
|
|
2941
|
+
/* red transparent */
|
|
2942
|
+
/* gray transparent */
|
|
2943
|
+
/* white transparent */
|
|
2944
|
+
/* gradient opaque */
|
|
2945
|
+
/* blue radial gradient */
|
|
2946
|
+
/* blue linear gradient */
|
|
2947
|
+
/* green radial gradient */
|
|
2948
|
+
/* yellow radial gradient */
|
|
2949
|
+
/* red radial gradient */
|
|
2950
|
+
/* gray radial gradient */
|
|
2951
|
+
/* white to gray radial gradient */
|
|
2952
|
+
/* white to gray linear gradient */
|
|
2953
|
+
/* gradient transparent */
|
|
2954
|
+
/* secondary palette */
|
|
2955
|
+
/* purple radial gradient */
|
|
2956
|
+
/* refine alias color */
|
|
2957
|
+
/* text */
|
|
2958
|
+
/* link */
|
|
2959
|
+
/* fill */
|
|
2960
|
+
/* fill element */
|
|
2961
|
+
/* fill interaction */
|
|
2962
|
+
/* stroke */
|
|
2963
|
+
/* background */
|
|
2964
|
+
/* dim */
|
|
2965
|
+
/* box shadow */
|
|
2966
|
+
/* fisheye */
|
|
2967
|
+
/* z-index */
|
|
2968
|
+
.wve7dfm {
|
|
2969
|
+
padding: 0 24px;
|
|
2970
|
+
height: 100%;
|
|
2971
|
+
display: flex;
|
|
2972
|
+
flex-direction: column;
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
.t9oeh3c {
|
|
2976
|
+
margin: 8px 0;
|
|
2977
|
+
align-items: center;
|
|
2978
|
+
display: flex;
|
|
2979
|
+
justify-content: space-between;
|
|
2980
|
+
}
|
|
2981
|
+
.t9oeh3c .ant-select {
|
|
2982
|
+
width: 256px !important;
|
|
2983
|
+
}
|
|
2984
|
+
|
|
2985
|
+
.t1u2zqn6 {
|
|
2986
|
+
display: flex;
|
|
2987
|
+
gap: 12px;
|
|
2988
|
+
align-items: center;
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
.c8wrcus {
|
|
2992
|
+
flex: 1;
|
|
2993
|
+
min-height: 0;
|
|
2994
|
+
}/* // basic */
|
|
2995
|
+
/* FishEye Color Variables and Functions */
|
|
2996
|
+
/*
|
|
2997
|
+
--------------------------- Primary Color ---------------------------
|
|
2998
|
+
*/
|
|
2999
|
+
/*
|
|
3000
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3001
|
+
*/
|
|
3002
|
+
/* computed */
|
|
3003
|
+
/* blue */
|
|
3004
|
+
/* green */
|
|
3005
|
+
/* yellow */
|
|
3006
|
+
/* red */
|
|
3007
|
+
/* purple */
|
|
3008
|
+
/* palette global token*/
|
|
3009
|
+
/* color opaque */
|
|
3010
|
+
/* color transparent */
|
|
3011
|
+
/* blue transparent */
|
|
3012
|
+
/* green transparent */
|
|
3013
|
+
/* yellow transparent */
|
|
3014
|
+
/* red transparent */
|
|
3015
|
+
/* gray transparent */
|
|
3016
|
+
/* white transparent */
|
|
3017
|
+
/* gradient opaque */
|
|
3018
|
+
/* blue radial gradient */
|
|
3019
|
+
/* blue linear gradient */
|
|
3020
|
+
/* green radial gradient */
|
|
3021
|
+
/* yellow radial gradient */
|
|
3022
|
+
/* red radial gradient */
|
|
3023
|
+
/* gray radial gradient */
|
|
3024
|
+
/* white to gray radial gradient */
|
|
3025
|
+
/* white to gray linear gradient */
|
|
3026
|
+
/* gradient transparent */
|
|
3027
|
+
/* secondary palette */
|
|
3028
|
+
/* purple radial gradient */
|
|
3029
|
+
/* refine alias color */
|
|
3030
|
+
/* text */
|
|
3031
|
+
/* link */
|
|
3032
|
+
/* fill */
|
|
3033
|
+
/* fill element */
|
|
3034
|
+
/* fill interaction */
|
|
3035
|
+
/* stroke */
|
|
3036
|
+
/* background */
|
|
3037
|
+
/* dim */
|
|
3038
|
+
/* box shadow */
|
|
3039
|
+
/* fisheye */
|
|
3040
|
+
/* z-index */
|
|
3041
|
+
.t1joof7s {
|
|
3042
|
+
width: 100%;
|
|
3043
|
+
padding: 11px;
|
|
3044
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3045
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3046
|
+
border-top-left-radius: 8px;
|
|
3047
|
+
border-top-right-radius: 8px;
|
|
3048
|
+
}
|
|
3049
|
+
.t1joof7s.collapsed {
|
|
3050
|
+
border-bottom: 0;
|
|
3051
|
+
}
|
|
3052
|
+
.t1joof7s svg {
|
|
3053
|
+
margin: auto;
|
|
3054
|
+
}
|
|
3055
|
+
.t1joof7s > .dovetail-ant-space-item {
|
|
3056
|
+
line-height: 16px;
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
.tti58uh {
|
|
3060
|
+
display: flex;
|
|
3061
|
+
width: 100%;
|
|
3062
|
+
height: 20px;
|
|
3063
|
+
justify-content: space-between;
|
|
3064
|
+
}
|
|
3065
|
+
.tti58uh .ant-space-item {
|
|
3066
|
+
line-height: 1;
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
.e15yt16p {
|
|
3070
|
+
margin-top: 1px;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
.w3ccqks {
|
|
3074
|
+
width: 100%;
|
|
3075
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
3076
|
+
border-radius: 8px;
|
|
3077
|
+
}
|
|
3078
|
+
.w3ccqks[data-is-error=true] {
|
|
3079
|
+
border-color: #f0483e;
|
|
3080
|
+
}
|
|
3081
|
+
.w3ccqks[data-is-error=true] .t1joof7s {
|
|
3082
|
+
padding-bottom: 7px;
|
|
3083
|
+
background: #ffecec;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.t7zbd78 {
|
|
3087
|
+
color: #00122e;
|
|
3088
|
+
font-size: 13px;
|
|
3089
|
+
font-weight: 700;
|
|
3090
|
+
line-height: 20px;
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3093
|
+
.i1e4ouxy {
|
|
3094
|
+
cursor: pointer;
|
|
3095
|
+
margin: auto 0;
|
|
3096
|
+
}
|
|
3097
|
+
.i1e4ouxy.arrow-down svg {
|
|
3098
|
+
transform: rotate(90deg);
|
|
3099
|
+
}
|
|
3100
|
+
.i1e4ouxy[data-disabled=true] {
|
|
3101
|
+
cursor: not-allowed;
|
|
3102
|
+
opacity: 0.5;
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
.d1g21822 {
|
|
3106
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
3107
|
+
cursor: not-allowed;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
3110
|
+
.pqch97v {
|
|
3111
|
+
font-family: Menlo, Monaco, "Courier New", monospace;
|
|
3112
|
+
font-size: 12px;
|
|
3113
|
+
font-style: normal;
|
|
3114
|
+
font-weight: 400;
|
|
3115
|
+
padding-left: 62px;
|
|
3116
|
+
overflow: auto;
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
.eh2qjnl {
|
|
3120
|
+
color: #f0483e;
|
|
3121
|
+
font-size: 12px;
|
|
3122
|
+
line-height: 18px;
|
|
3123
|
+
word-break: break-all;
|
|
3124
|
+
}
|
|
3125
|
+
|
|
3126
|
+
.e19q2bnp {
|
|
3127
|
+
margin-top: 8px;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3130
|
+
.y16u5v3w .monaco-editor {
|
|
3131
|
+
border-bottom-left-radius: 8px;
|
|
3132
|
+
border-bottom-right-radius: 8px;
|
|
3133
|
+
}
|
|
3134
|
+
.y16u5v3w .monaco-editor .margin {
|
|
3135
|
+
border-bottom-left-radius: 8px;
|
|
3136
|
+
}
|
|
3137
|
+
.y16u5v3w .monaco-editor .monaco-scrollable-element {
|
|
3138
|
+
border-bottom-right-radius: 8px;
|
|
3139
|
+
}/* // basic */
|
|
3140
|
+
/* FishEye Color Variables and Functions */
|
|
3141
|
+
/*
|
|
3142
|
+
--------------------------- Primary Color ---------------------------
|
|
3143
|
+
*/
|
|
3144
|
+
/*
|
|
3145
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3146
|
+
*/
|
|
3147
|
+
/* computed */
|
|
3148
|
+
/* blue */
|
|
3149
|
+
/* green */
|
|
3150
|
+
/* yellow */
|
|
3151
|
+
/* red */
|
|
3152
|
+
/* purple */
|
|
3153
|
+
/* palette global token*/
|
|
3154
|
+
/* color opaque */
|
|
3155
|
+
/* color transparent */
|
|
3156
|
+
/* blue transparent */
|
|
3157
|
+
/* green transparent */
|
|
3158
|
+
/* yellow transparent */
|
|
3159
|
+
/* red transparent */
|
|
3160
|
+
/* gray transparent */
|
|
3161
|
+
/* white transparent */
|
|
3162
|
+
/* gradient opaque */
|
|
3163
|
+
/* blue radial gradient */
|
|
3164
|
+
/* blue linear gradient */
|
|
3165
|
+
/* green radial gradient */
|
|
3166
|
+
/* yellow radial gradient */
|
|
3167
|
+
/* red radial gradient */
|
|
3168
|
+
/* gray radial gradient */
|
|
3169
|
+
/* white to gray radial gradient */
|
|
3170
|
+
/* white to gray linear gradient */
|
|
3171
|
+
/* gradient transparent */
|
|
3172
|
+
/* secondary palette */
|
|
3173
|
+
/* purple radial gradient */
|
|
3174
|
+
/* refine alias color */
|
|
3175
|
+
/* text */
|
|
3176
|
+
/* link */
|
|
3177
|
+
/* fill */
|
|
3178
|
+
/* fill element */
|
|
3179
|
+
/* fill interaction */
|
|
3180
|
+
/* stroke */
|
|
3181
|
+
/* background */
|
|
3182
|
+
/* dim */
|
|
3183
|
+
/* box shadow */
|
|
3184
|
+
/* fisheye */
|
|
3185
|
+
/* z-index */
|
|
3186
|
+
.e1cjl2b8 {
|
|
3187
|
+
border-radius: 8px;
|
|
3188
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
3189
|
+
}
|
|
3190
|
+
.e1cjl2b8 .monaco-editor,
|
|
3191
|
+
.e1cjl2b8 .monaco-scrollable-element,
|
|
3192
|
+
.e1cjl2b8 .overflow-guard > .margin {
|
|
3193
|
+
border-radius: 8px;
|
|
3194
|
+
}/* // basic */
|
|
3195
|
+
/* FishEye Color Variables and Functions */
|
|
3196
|
+
/*
|
|
3197
|
+
--------------------------- Primary Color ---------------------------
|
|
3198
|
+
*/
|
|
3199
|
+
/*
|
|
3200
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3201
|
+
*/
|
|
3202
|
+
/* computed */
|
|
3203
|
+
/* blue */
|
|
3204
|
+
/* green */
|
|
3205
|
+
/* yellow */
|
|
3206
|
+
/* red */
|
|
3207
|
+
/* purple */
|
|
3208
|
+
/* palette global token*/
|
|
3209
|
+
/* color opaque */
|
|
3210
|
+
/* color transparent */
|
|
3211
|
+
/* blue transparent */
|
|
3212
|
+
/* green transparent */
|
|
3213
|
+
/* yellow transparent */
|
|
3214
|
+
/* red transparent */
|
|
3215
|
+
/* gray transparent */
|
|
3216
|
+
/* white transparent */
|
|
3217
|
+
/* gradient opaque */
|
|
3218
|
+
/* blue radial gradient */
|
|
3219
|
+
/* blue linear gradient */
|
|
3220
|
+
/* green radial gradient */
|
|
3221
|
+
/* yellow radial gradient */
|
|
3222
|
+
/* red radial gradient */
|
|
3223
|
+
/* gray radial gradient */
|
|
3224
|
+
/* white to gray radial gradient */
|
|
3225
|
+
/* white to gray linear gradient */
|
|
3226
|
+
/* gradient transparent */
|
|
3227
|
+
/* secondary palette */
|
|
3228
|
+
/* purple radial gradient */
|
|
3229
|
+
/* refine alias color */
|
|
3230
|
+
/* text */
|
|
3231
|
+
/* link */
|
|
3232
|
+
/* fill */
|
|
3233
|
+
/* fill element */
|
|
3234
|
+
/* fill interaction */
|
|
3235
|
+
/* stroke */
|
|
3236
|
+
/* background */
|
|
3237
|
+
/* dim */
|
|
3238
|
+
/* box shadow */
|
|
3239
|
+
/* fisheye */
|
|
3240
|
+
/* z-index */
|
|
3241
|
+
.w1akirqw {
|
|
3242
|
+
height: 100%;
|
|
3243
|
+
display: flex;
|
|
3244
|
+
flex-direction: column;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
.t30srnq {
|
|
3248
|
+
line-height: 32px !important;
|
|
3249
|
+
}/* // basic */
|
|
3250
|
+
/* FishEye Color Variables and Functions */
|
|
3251
|
+
/*
|
|
3252
|
+
--------------------------- Primary Color ---------------------------
|
|
3253
|
+
*/
|
|
3254
|
+
/*
|
|
3255
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3256
|
+
*/
|
|
3257
|
+
/* computed */
|
|
3258
|
+
/* blue */
|
|
3259
|
+
/* green */
|
|
3260
|
+
/* yellow */
|
|
3261
|
+
/* red */
|
|
3262
|
+
/* purple */
|
|
3263
|
+
/* palette global token*/
|
|
3264
|
+
/* color opaque */
|
|
3265
|
+
/* color transparent */
|
|
3266
|
+
/* blue transparent */
|
|
3267
|
+
/* green transparent */
|
|
3268
|
+
/* yellow transparent */
|
|
3269
|
+
/* red transparent */
|
|
3270
|
+
/* gray transparent */
|
|
3271
|
+
/* white transparent */
|
|
3272
|
+
/* gradient opaque */
|
|
3273
|
+
/* blue radial gradient */
|
|
3274
|
+
/* blue linear gradient */
|
|
3275
|
+
/* green radial gradient */
|
|
3276
|
+
/* yellow radial gradient */
|
|
3277
|
+
/* red radial gradient */
|
|
3278
|
+
/* gray radial gradient */
|
|
3279
|
+
/* white to gray radial gradient */
|
|
3280
|
+
/* white to gray linear gradient */
|
|
3281
|
+
/* gradient transparent */
|
|
3282
|
+
/* secondary palette */
|
|
3283
|
+
/* purple radial gradient */
|
|
3284
|
+
/* refine alias color */
|
|
3285
|
+
/* text */
|
|
3286
|
+
/* link */
|
|
3287
|
+
/* fill */
|
|
3288
|
+
/* fill element */
|
|
3289
|
+
/* fill interaction */
|
|
3290
|
+
/* stroke */
|
|
3291
|
+
/* background */
|
|
3292
|
+
/* dim */
|
|
3293
|
+
/* box shadow */
|
|
3294
|
+
/* fisheye */
|
|
3295
|
+
/* z-index */
|
|
3296
|
+
.tzxa6d {
|
|
3297
|
+
display: flex;
|
|
3298
|
+
justify-content: space-between;
|
|
3299
|
+
height: 32px;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.t1sxu3rr {
|
|
3303
|
+
display: flex;
|
|
3304
|
+
align-items: center;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3307
|
+
.ix8ych8 {
|
|
3308
|
+
display: flex;
|
|
3309
|
+
gap: 16px;
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
.i58m6oo {
|
|
3313
|
+
cursor: pointer;
|
|
3314
|
+
}
|
|
3315
|
+
|
|
3316
|
+
.d1t2oa87 {
|
|
3317
|
+
width: 1px;
|
|
3318
|
+
height: 100%;
|
|
3319
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3320
|
+
margin: 0 16px;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.tuo8xdg {
|
|
3324
|
+
white-space: nowrap;
|
|
3325
|
+
}/**
|
|
1518
3326
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
1519
3327
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
1520
3328
|
* https://github.com/chjj/term.js
|
|
@@ -1732,47 +3540,910 @@
|
|
|
1732
3540
|
z-index: 2;
|
|
1733
3541
|
position: relative;
|
|
1734
3542
|
}
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
3543
|
+
/* // basic */
|
|
3544
|
+
/* FishEye Color Variables and Functions */
|
|
3545
|
+
/*
|
|
3546
|
+
--------------------------- Primary Color ---------------------------
|
|
3547
|
+
*/
|
|
3548
|
+
/*
|
|
3549
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3550
|
+
*/
|
|
3551
|
+
/* computed */
|
|
3552
|
+
/* blue */
|
|
3553
|
+
/* green */
|
|
3554
|
+
/* yellow */
|
|
3555
|
+
/* red */
|
|
3556
|
+
/* purple */
|
|
3557
|
+
/* palette global token*/
|
|
3558
|
+
/* color opaque */
|
|
3559
|
+
/* color transparent */
|
|
3560
|
+
/* blue transparent */
|
|
3561
|
+
/* green transparent */
|
|
3562
|
+
/* yellow transparent */
|
|
3563
|
+
/* red transparent */
|
|
3564
|
+
/* gray transparent */
|
|
3565
|
+
/* white transparent */
|
|
3566
|
+
/* gradient opaque */
|
|
3567
|
+
/* blue radial gradient */
|
|
3568
|
+
/* blue linear gradient */
|
|
3569
|
+
/* green radial gradient */
|
|
3570
|
+
/* yellow radial gradient */
|
|
3571
|
+
/* red radial gradient */
|
|
3572
|
+
/* gray radial gradient */
|
|
3573
|
+
/* white to gray radial gradient */
|
|
3574
|
+
/* white to gray linear gradient */
|
|
3575
|
+
/* gradient transparent */
|
|
3576
|
+
/* secondary palette */
|
|
3577
|
+
/* purple radial gradient */
|
|
3578
|
+
/* refine alias color */
|
|
3579
|
+
/* text */
|
|
3580
|
+
/* link */
|
|
3581
|
+
/* fill */
|
|
3582
|
+
/* fill element */
|
|
3583
|
+
/* fill interaction */
|
|
3584
|
+
/* stroke */
|
|
3585
|
+
/* background */
|
|
3586
|
+
/* dim */
|
|
3587
|
+
/* box shadow */
|
|
3588
|
+
/* fisheye */
|
|
3589
|
+
/* z-index */
|
|
3590
|
+
.c1q5a2qi {
|
|
3591
|
+
height: 100%;
|
|
3592
|
+
display: flex;
|
|
3593
|
+
flex-direction: column;
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
.sdz5fm1 {
|
|
3597
|
+
flex: 1;
|
|
3598
|
+
min-height: 0;
|
|
3599
|
+
padding: 8px;
|
|
3600
|
+
background: #00122E;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
.lbp0h2e {
|
|
3604
|
+
display: flex;
|
|
3605
|
+
gap: 8px;
|
|
3606
|
+
justify-content: center;
|
|
3607
|
+
align-items: center;
|
|
3608
|
+
height: 100%;
|
|
3609
|
+
width: 100%;
|
|
3610
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3611
|
+
background: #F2F5FA;
|
|
3612
|
+
}
|
|
3613
|
+
|
|
3614
|
+
.eioilqy {
|
|
3615
|
+
display: flex;
|
|
3616
|
+
justify-content: space-between;
|
|
3617
|
+
}
|
|
3618
|
+
|
|
3619
|
+
.trlau0c {
|
|
3620
|
+
margin: 4px 8px;
|
|
3621
|
+
}/* // basic */
|
|
3622
|
+
/* FishEye Color Variables and Functions */
|
|
3623
|
+
/*
|
|
3624
|
+
--------------------------- Primary Color ---------------------------
|
|
3625
|
+
*/
|
|
3626
|
+
/*
|
|
3627
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3628
|
+
*/
|
|
3629
|
+
/* computed */
|
|
3630
|
+
/* blue */
|
|
3631
|
+
/* green */
|
|
3632
|
+
/* yellow */
|
|
3633
|
+
/* red */
|
|
3634
|
+
/* purple */
|
|
3635
|
+
/* palette global token*/
|
|
3636
|
+
/* color opaque */
|
|
3637
|
+
/* color transparent */
|
|
3638
|
+
/* blue transparent */
|
|
3639
|
+
/* green transparent */
|
|
3640
|
+
/* yellow transparent */
|
|
3641
|
+
/* red transparent */
|
|
3642
|
+
/* gray transparent */
|
|
3643
|
+
/* white transparent */
|
|
3644
|
+
/* gradient opaque */
|
|
3645
|
+
/* blue radial gradient */
|
|
3646
|
+
/* blue linear gradient */
|
|
3647
|
+
/* green radial gradient */
|
|
3648
|
+
/* yellow radial gradient */
|
|
3649
|
+
/* red radial gradient */
|
|
3650
|
+
/* gray radial gradient */
|
|
3651
|
+
/* white to gray radial gradient */
|
|
3652
|
+
/* white to gray linear gradient */
|
|
3653
|
+
/* gradient transparent */
|
|
3654
|
+
/* secondary palette */
|
|
3655
|
+
/* purple radial gradient */
|
|
3656
|
+
/* refine alias color */
|
|
3657
|
+
/* text */
|
|
3658
|
+
/* link */
|
|
3659
|
+
/* fill */
|
|
3660
|
+
/* fill element */
|
|
3661
|
+
/* fill interaction */
|
|
3662
|
+
/* stroke */
|
|
3663
|
+
/* background */
|
|
3664
|
+
/* dim */
|
|
3665
|
+
/* box shadow */
|
|
3666
|
+
/* fisheye */
|
|
3667
|
+
/* z-index */
|
|
3668
|
+
.sj0ggy.ant-select {
|
|
3669
|
+
align-self: flex-start;
|
|
3670
|
+
min-width: 276px;
|
|
3671
|
+
max-width: 100%;
|
|
3672
|
+
}
|
|
3673
|
+
.sj0ggy.ant-select .ant-select-selector {
|
|
3674
|
+
display: block;
|
|
3675
|
+
overflow: hidden;
|
|
3676
|
+
padding-right: 32px;
|
|
3677
|
+
white-space: nowrap;
|
|
3678
|
+
}
|
|
3679
|
+
.sj0ggy.ant-select .ant-select-selector > span:nth-child(-n+8):not(.ant-select-selection-search) {
|
|
3680
|
+
display: inline-block;
|
|
3681
|
+
max-width: var(--tag-max-width);
|
|
3682
|
+
margin-right: 4px;
|
|
3683
|
+
}
|
|
3684
|
+
.sj0ggy.ant-select .ant-select-selection-search {
|
|
3685
|
+
display: none;
|
|
3686
|
+
}
|
|
3687
|
+
.sj0ggy.ant-select .zoom-leave {
|
|
3688
|
+
opacity: 0;
|
|
3689
|
+
position: absolute;
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
.d1eo8uqs {
|
|
3693
|
+
border-radius: 6px;
|
|
3694
|
+
}
|
|
3695
|
+
|
|
3696
|
+
.s64gojc.ant-input-affix-wrapper.ant-input-affix-wrapper {
|
|
3697
|
+
border: unset;
|
|
3698
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3699
|
+
border-radius: unset;
|
|
3700
|
+
box-shadow: unset;
|
|
3701
|
+
outline: unset;
|
|
3702
|
+
padding: 5px 18px;
|
|
3703
|
+
}
|
|
3704
|
+
.s64gojc.ant-input-affix-wrapper.ant-input-affix-wrapper:hover, .s64gojc.ant-input-affix-wrapper.ant-input-affix-wrapper:focus {
|
|
3705
|
+
box-shadow: unset;
|
|
3706
|
+
outline: unset;
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3709
|
+
.s16fqgtu .ant-select-item-group {
|
|
3710
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
3711
|
+
min-height: 0;
|
|
3712
|
+
padding: 0;
|
|
3713
|
+
overflow: hidden;
|
|
3714
|
+
margin: 6px 0;
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.tgaujbg {
|
|
3718
|
+
max-width: 100%;
|
|
3719
|
+
margin-right: 0 !important;
|
|
3720
|
+
}
|
|
3721
|
+
|
|
3722
|
+
.c1vbd54v {
|
|
3723
|
+
flex-shrink: 0;
|
|
3724
|
+
margin-right: 0 !important;
|
|
3725
|
+
}
|
|
3726
|
+
|
|
3727
|
+
.lqrghwd {
|
|
3728
|
+
margin-right: 8px;
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
.api7z1z {
|
|
3732
|
+
border-radius: 4px;
|
|
3733
|
+
margin: 6px;
|
|
3734
|
+
margin-bottom: 0;
|
|
3735
|
+
padding: 4px 8px 4px 12px;
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
.o38b23x.ant-select-item {
|
|
3739
|
+
margin: 0 6px;
|
|
3740
|
+
border-radius: 4px;
|
|
3741
|
+
padding: 4px 8px 4px 12px;
|
|
3742
|
+
}
|
|
3743
|
+
.o38b23x.ant-select-item:not(:last-of-type) {
|
|
3744
|
+
margin-bottom: 3px;
|
|
3745
|
+
}
|
|
3746
|
+
.o38b23x.ant-select-item:last-of-type {
|
|
3747
|
+
margin-bottom: 6px;
|
|
3748
|
+
}/* // basic */
|
|
3749
|
+
/* FishEye Color Variables and Functions */
|
|
3750
|
+
/*
|
|
3751
|
+
--------------------------- Primary Color ---------------------------
|
|
3752
|
+
*/
|
|
3753
|
+
/*
|
|
3754
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3755
|
+
*/
|
|
3756
|
+
/* computed */
|
|
3757
|
+
/* blue */
|
|
3758
|
+
/* green */
|
|
3759
|
+
/* yellow */
|
|
3760
|
+
/* red */
|
|
3761
|
+
/* purple */
|
|
3762
|
+
/* palette global token*/
|
|
3763
|
+
/* color opaque */
|
|
3764
|
+
/* color transparent */
|
|
3765
|
+
/* blue transparent */
|
|
3766
|
+
/* green transparent */
|
|
3767
|
+
/* yellow transparent */
|
|
3768
|
+
/* red transparent */
|
|
3769
|
+
/* gray transparent */
|
|
3770
|
+
/* white transparent */
|
|
3771
|
+
/* gradient opaque */
|
|
3772
|
+
/* blue radial gradient */
|
|
3773
|
+
/* blue linear gradient */
|
|
3774
|
+
/* green radial gradient */
|
|
3775
|
+
/* yellow radial gradient */
|
|
3776
|
+
/* red radial gradient */
|
|
3777
|
+
/* gray radial gradient */
|
|
3778
|
+
/* white to gray radial gradient */
|
|
3779
|
+
/* white to gray linear gradient */
|
|
3780
|
+
/* gradient transparent */
|
|
3781
|
+
/* secondary palette */
|
|
3782
|
+
/* purple radial gradient */
|
|
3783
|
+
/* refine alias color */
|
|
3784
|
+
/* text */
|
|
3785
|
+
/* link */
|
|
3786
|
+
/* fill */
|
|
3787
|
+
/* fill element */
|
|
3788
|
+
/* fill interaction */
|
|
3789
|
+
/* stroke */
|
|
3790
|
+
/* background */
|
|
3791
|
+
/* dim */
|
|
3792
|
+
/* box shadow */
|
|
3793
|
+
/* fisheye */
|
|
3794
|
+
/* z-index */
|
|
3795
|
+
.laykzsq {
|
|
3796
|
+
width: 100%;
|
|
3797
|
+
height: 100%;
|
|
3798
|
+
display: flex;
|
|
3799
|
+
flex-direction: column;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.l1ng0psc {
|
|
3803
|
+
padding: 12px 24px;
|
|
3804
|
+
flex: 1;
|
|
3805
|
+
display: flex;
|
|
3806
|
+
min-height: 0;
|
|
3807
|
+
flex-direction: column;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
.tj6zpn4 {
|
|
3811
|
+
flex: 1;
|
|
3812
|
+
min-height: 0;
|
|
3813
|
+
}
|
|
3814
|
+
.tj6zpn4.table-wrapper {
|
|
3815
|
+
height: auto;
|
|
3816
|
+
flex-shrink: 1;
|
|
3817
|
+
min-height: 0;
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
.n1rqcyjn.ant-select {
|
|
3821
|
+
margin-bottom: 12px;
|
|
3822
|
+
}/* // basic */
|
|
3823
|
+
/* FishEye Color Variables and Functions */
|
|
3824
|
+
/*
|
|
3825
|
+
--------------------------- Primary Color ---------------------------
|
|
3826
|
+
*/
|
|
3827
|
+
/*
|
|
3828
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3829
|
+
*/
|
|
3830
|
+
/* computed */
|
|
3831
|
+
/* blue */
|
|
3832
|
+
/* green */
|
|
3833
|
+
/* yellow */
|
|
3834
|
+
/* red */
|
|
3835
|
+
/* purple */
|
|
3836
|
+
/* palette global token*/
|
|
3837
|
+
/* color opaque */
|
|
3838
|
+
/* color transparent */
|
|
3839
|
+
/* blue transparent */
|
|
3840
|
+
/* green transparent */
|
|
3841
|
+
/* yellow transparent */
|
|
3842
|
+
/* red transparent */
|
|
3843
|
+
/* gray transparent */
|
|
3844
|
+
/* white transparent */
|
|
3845
|
+
/* gradient opaque */
|
|
3846
|
+
/* blue radial gradient */
|
|
3847
|
+
/* blue linear gradient */
|
|
3848
|
+
/* green radial gradient */
|
|
3849
|
+
/* yellow radial gradient */
|
|
3850
|
+
/* red radial gradient */
|
|
3851
|
+
/* gray radial gradient */
|
|
3852
|
+
/* white to gray radial gradient */
|
|
3853
|
+
/* white to gray linear gradient */
|
|
3854
|
+
/* gradient transparent */
|
|
3855
|
+
/* secondary palette */
|
|
3856
|
+
/* purple radial gradient */
|
|
3857
|
+
/* refine alias color */
|
|
3858
|
+
/* text */
|
|
3859
|
+
/* link */
|
|
3860
|
+
/* fill */
|
|
3861
|
+
/* fill element */
|
|
3862
|
+
/* fill interaction */
|
|
3863
|
+
/* stroke */
|
|
3864
|
+
/* background */
|
|
3865
|
+
/* dim */
|
|
3866
|
+
/* box shadow */
|
|
3867
|
+
/* fisheye */
|
|
3868
|
+
/* z-index */
|
|
3869
|
+
.wwyz7ti.ant-btn.ant-btn.ant-btn-primary {
|
|
3870
|
+
background-color: #fea008;
|
|
3871
|
+
}
|
|
3872
|
+
.wwyz7ti.ant-btn.ant-btn.ant-btn-primary:hover {
|
|
3873
|
+
background-color: #feba33;
|
|
3874
|
+
}/* // basic */
|
|
3875
|
+
/* FishEye Color Variables and Functions */
|
|
3876
|
+
/*
|
|
3877
|
+
--------------------------- Primary Color ---------------------------
|
|
3878
|
+
*/
|
|
3879
|
+
/*
|
|
3880
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3881
|
+
*/
|
|
3882
|
+
/* computed */
|
|
3883
|
+
/* blue */
|
|
3884
|
+
/* green */
|
|
3885
|
+
/* yellow */
|
|
3886
|
+
/* red */
|
|
3887
|
+
/* purple */
|
|
3888
|
+
/* palette global token*/
|
|
3889
|
+
/* color opaque */
|
|
3890
|
+
/* color transparent */
|
|
3891
|
+
/* blue transparent */
|
|
3892
|
+
/* green transparent */
|
|
3893
|
+
/* yellow transparent */
|
|
3894
|
+
/* red transparent */
|
|
3895
|
+
/* gray transparent */
|
|
3896
|
+
/* white transparent */
|
|
3897
|
+
/* gradient opaque */
|
|
3898
|
+
/* blue radial gradient */
|
|
3899
|
+
/* blue linear gradient */
|
|
3900
|
+
/* green radial gradient */
|
|
3901
|
+
/* yellow radial gradient */
|
|
3902
|
+
/* red radial gradient */
|
|
3903
|
+
/* gray radial gradient */
|
|
3904
|
+
/* white to gray radial gradient */
|
|
3905
|
+
/* white to gray linear gradient */
|
|
3906
|
+
/* gradient transparent */
|
|
3907
|
+
/* secondary palette */
|
|
3908
|
+
/* purple radial gradient */
|
|
3909
|
+
/* refine alias color */
|
|
3910
|
+
/* text */
|
|
3911
|
+
/* link */
|
|
3912
|
+
/* fill */
|
|
3913
|
+
/* fill element */
|
|
3914
|
+
/* fill interaction */
|
|
3915
|
+
/* stroke */
|
|
3916
|
+
/* background */
|
|
3917
|
+
/* dim */
|
|
3918
|
+
/* box shadow */
|
|
3919
|
+
/* fisheye */
|
|
3920
|
+
/* z-index */
|
|
3921
|
+
.c154n7ie {
|
|
3922
|
+
max-width: 144px;
|
|
3923
|
+
}
|
|
3924
|
+
|
|
3925
|
+
.c1c9j4da {
|
|
3926
|
+
width: 100%;
|
|
3927
|
+
}
|
|
3928
|
+
|
|
3929
|
+
.cjxv8cf {
|
|
3930
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3931
|
+
}
|
|
3932
|
+
|
|
3933
|
+
.c1xsnuvk {
|
|
3934
|
+
flex-basis: 58%;
|
|
3935
|
+
width: 100%;
|
|
3936
|
+
margin: 0 auto;
|
|
3937
|
+
}/* // basic */
|
|
3938
|
+
/* FishEye Color Variables and Functions */
|
|
3939
|
+
/*
|
|
3940
|
+
--------------------------- Primary Color ---------------------------
|
|
3941
|
+
*/
|
|
3942
|
+
/*
|
|
3943
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3944
|
+
*/
|
|
3945
|
+
/* computed */
|
|
3946
|
+
/* blue */
|
|
3947
|
+
/* green */
|
|
3948
|
+
/* yellow */
|
|
3949
|
+
/* red */
|
|
3950
|
+
/* purple */
|
|
3951
|
+
/* palette global token*/
|
|
3952
|
+
/* color opaque */
|
|
3953
|
+
/* color transparent */
|
|
3954
|
+
/* blue transparent */
|
|
3955
|
+
/* green transparent */
|
|
3956
|
+
/* yellow transparent */
|
|
3957
|
+
/* red transparent */
|
|
3958
|
+
/* gray transparent */
|
|
3959
|
+
/* white transparent */
|
|
3960
|
+
/* gradient opaque */
|
|
3961
|
+
/* blue radial gradient */
|
|
3962
|
+
/* blue linear gradient */
|
|
3963
|
+
/* green radial gradient */
|
|
3964
|
+
/* yellow radial gradient */
|
|
3965
|
+
/* red radial gradient */
|
|
3966
|
+
/* gray radial gradient */
|
|
3967
|
+
/* white to gray radial gradient */
|
|
3968
|
+
/* white to gray linear gradient */
|
|
3969
|
+
/* gradient transparent */
|
|
3970
|
+
/* secondary palette */
|
|
3971
|
+
/* purple radial gradient */
|
|
3972
|
+
/* refine alias color */
|
|
3973
|
+
/* text */
|
|
3974
|
+
/* link */
|
|
3975
|
+
/* fill */
|
|
3976
|
+
/* fill element */
|
|
3977
|
+
/* fill interaction */
|
|
3978
|
+
/* stroke */
|
|
3979
|
+
/* background */
|
|
3980
|
+
/* dim */
|
|
3981
|
+
/* box shadow */
|
|
3982
|
+
/* fisheye */
|
|
3983
|
+
/* z-index */
|
|
3984
|
+
.s1bsn3us {
|
|
3985
|
+
width: 1px;
|
|
3986
|
+
height: 16px;
|
|
3987
|
+
border-radius: 1px;
|
|
3988
|
+
background: rgba(172, 186, 211, 0.6);
|
|
3989
|
+
}/* // basic */
|
|
3990
|
+
/* FishEye Color Variables and Functions */
|
|
3991
|
+
/*
|
|
3992
|
+
--------------------------- Primary Color ---------------------------
|
|
3993
|
+
*/
|
|
3994
|
+
/*
|
|
3995
|
+
---------------------------When necessary to add at any time---------------------------
|
|
3996
|
+
*/
|
|
3997
|
+
/* computed */
|
|
3998
|
+
/* blue */
|
|
3999
|
+
/* green */
|
|
4000
|
+
/* yellow */
|
|
4001
|
+
/* red */
|
|
4002
|
+
/* purple */
|
|
4003
|
+
/* palette global token*/
|
|
4004
|
+
/* color opaque */
|
|
4005
|
+
/* color transparent */
|
|
4006
|
+
/* blue transparent */
|
|
4007
|
+
/* green transparent */
|
|
4008
|
+
/* yellow transparent */
|
|
4009
|
+
/* red transparent */
|
|
4010
|
+
/* gray transparent */
|
|
4011
|
+
/* white transparent */
|
|
4012
|
+
/* gradient opaque */
|
|
4013
|
+
/* blue radial gradient */
|
|
4014
|
+
/* blue linear gradient */
|
|
4015
|
+
/* green radial gradient */
|
|
4016
|
+
/* yellow radial gradient */
|
|
4017
|
+
/* red radial gradient */
|
|
4018
|
+
/* gray radial gradient */
|
|
4019
|
+
/* white to gray radial gradient */
|
|
4020
|
+
/* white to gray linear gradient */
|
|
4021
|
+
/* gradient transparent */
|
|
4022
|
+
/* secondary palette */
|
|
4023
|
+
/* purple radial gradient */
|
|
4024
|
+
/* refine alias color */
|
|
4025
|
+
/* text */
|
|
4026
|
+
/* link */
|
|
4027
|
+
/* fill */
|
|
4028
|
+
/* fill element */
|
|
4029
|
+
/* fill interaction */
|
|
4030
|
+
/* stroke */
|
|
4031
|
+
/* background */
|
|
4032
|
+
/* dim */
|
|
4033
|
+
/* box shadow */
|
|
4034
|
+
/* fisheye */
|
|
4035
|
+
/* z-index */
|
|
4036
|
+
.e1guqlj2 {
|
|
4037
|
+
flex: 1;
|
|
4038
|
+
height: 100%;
|
|
4039
|
+
margin-bottom: 16px;
|
|
4040
|
+
}/* // basic */
|
|
4041
|
+
/* FishEye Color Variables and Functions */
|
|
4042
|
+
/*
|
|
4043
|
+
--------------------------- Primary Color ---------------------------
|
|
4044
|
+
*/
|
|
4045
|
+
/*
|
|
4046
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4047
|
+
*/
|
|
4048
|
+
/* computed */
|
|
4049
|
+
/* blue */
|
|
4050
|
+
/* green */
|
|
4051
|
+
/* yellow */
|
|
4052
|
+
/* red */
|
|
4053
|
+
/* purple */
|
|
4054
|
+
/* palette global token*/
|
|
4055
|
+
/* color opaque */
|
|
4056
|
+
/* color transparent */
|
|
4057
|
+
/* blue transparent */
|
|
4058
|
+
/* green transparent */
|
|
4059
|
+
/* yellow transparent */
|
|
4060
|
+
/* red transparent */
|
|
4061
|
+
/* gray transparent */
|
|
4062
|
+
/* white transparent */
|
|
4063
|
+
/* gradient opaque */
|
|
4064
|
+
/* blue radial gradient */
|
|
4065
|
+
/* blue linear gradient */
|
|
4066
|
+
/* green radial gradient */
|
|
4067
|
+
/* yellow radial gradient */
|
|
4068
|
+
/* red radial gradient */
|
|
4069
|
+
/* gray radial gradient */
|
|
4070
|
+
/* white to gray radial gradient */
|
|
4071
|
+
/* white to gray linear gradient */
|
|
4072
|
+
/* gradient transparent */
|
|
4073
|
+
/* secondary palette */
|
|
4074
|
+
/* purple radial gradient */
|
|
4075
|
+
/* refine alias color */
|
|
4076
|
+
/* text */
|
|
4077
|
+
/* link */
|
|
4078
|
+
/* fill */
|
|
4079
|
+
/* fill element */
|
|
4080
|
+
/* fill interaction */
|
|
4081
|
+
/* stroke */
|
|
4082
|
+
/* background */
|
|
4083
|
+
/* dim */
|
|
4084
|
+
/* box shadow */
|
|
4085
|
+
/* fisheye */
|
|
4086
|
+
/* z-index */
|
|
4087
|
+
.f1nltbcu {
|
|
4088
|
+
margin-bottom: 16px;
|
|
4089
|
+
max-width: var(--max-modal-width, 1024px);
|
|
4090
|
+
width: 100%;
|
|
4091
|
+
margin-left: auto;
|
|
4092
|
+
margin-right: auto;
|
|
4093
|
+
}
|
|
4094
|
+
|
|
4095
|
+
.e1qgcca6 {
|
|
4096
|
+
display: flex;
|
|
4097
|
+
align-items: center;
|
|
4098
|
+
gap: 4px;
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
.t1tl3wq2 {
|
|
4102
|
+
display: flex;
|
|
4103
|
+
justify-content: space-between;
|
|
4104
|
+
align-items: center;
|
|
4105
|
+
}/* // basic */
|
|
4106
|
+
/* FishEye Color Variables and Functions */
|
|
4107
|
+
/*
|
|
4108
|
+
--------------------------- Primary Color ---------------------------
|
|
4109
|
+
*/
|
|
4110
|
+
/*
|
|
4111
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4112
|
+
*/
|
|
4113
|
+
/* computed */
|
|
4114
|
+
/* blue */
|
|
4115
|
+
/* green */
|
|
4116
|
+
/* yellow */
|
|
4117
|
+
/* red */
|
|
4118
|
+
/* purple */
|
|
4119
|
+
/* palette global token*/
|
|
4120
|
+
/* color opaque */
|
|
4121
|
+
/* color transparent */
|
|
4122
|
+
/* blue transparent */
|
|
4123
|
+
/* green transparent */
|
|
4124
|
+
/* yellow transparent */
|
|
4125
|
+
/* red transparent */
|
|
4126
|
+
/* gray transparent */
|
|
4127
|
+
/* white transparent */
|
|
4128
|
+
/* gradient opaque */
|
|
4129
|
+
/* blue radial gradient */
|
|
4130
|
+
/* blue linear gradient */
|
|
4131
|
+
/* green radial gradient */
|
|
4132
|
+
/* yellow radial gradient */
|
|
4133
|
+
/* red radial gradient */
|
|
4134
|
+
/* gray radial gradient */
|
|
4135
|
+
/* white to gray radial gradient */
|
|
4136
|
+
/* white to gray linear gradient */
|
|
4137
|
+
/* gradient transparent */
|
|
4138
|
+
/* secondary palette */
|
|
4139
|
+
/* purple radial gradient */
|
|
4140
|
+
/* refine alias color */
|
|
4141
|
+
/* text */
|
|
4142
|
+
/* link */
|
|
4143
|
+
/* fill */
|
|
4144
|
+
/* fill element */
|
|
4145
|
+
/* fill interaction */
|
|
4146
|
+
/* stroke */
|
|
4147
|
+
/* background */
|
|
4148
|
+
/* dim */
|
|
4149
|
+
/* box shadow */
|
|
4150
|
+
/* fisheye */
|
|
4151
|
+
/* z-index */
|
|
4152
|
+
.c1pvtlkp {
|
|
4153
|
+
width: 100%;
|
|
4154
|
+
}/* // basic */
|
|
4155
|
+
/* FishEye Color Variables and Functions */
|
|
4156
|
+
/*
|
|
4157
|
+
--------------------------- Primary Color ---------------------------
|
|
4158
|
+
*/
|
|
4159
|
+
/*
|
|
4160
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4161
|
+
*/
|
|
4162
|
+
/* computed */
|
|
4163
|
+
/* blue */
|
|
4164
|
+
/* green */
|
|
4165
|
+
/* yellow */
|
|
4166
|
+
/* red */
|
|
4167
|
+
/* purple */
|
|
4168
|
+
/* palette global token*/
|
|
4169
|
+
/* color opaque */
|
|
4170
|
+
/* color transparent */
|
|
4171
|
+
/* blue transparent */
|
|
4172
|
+
/* green transparent */
|
|
4173
|
+
/* yellow transparent */
|
|
4174
|
+
/* red transparent */
|
|
4175
|
+
/* gray transparent */
|
|
4176
|
+
/* white transparent */
|
|
4177
|
+
/* gradient opaque */
|
|
4178
|
+
/* blue radial gradient */
|
|
4179
|
+
/* blue linear gradient */
|
|
4180
|
+
/* green radial gradient */
|
|
4181
|
+
/* yellow radial gradient */
|
|
4182
|
+
/* red radial gradient */
|
|
4183
|
+
/* gray radial gradient */
|
|
4184
|
+
/* white to gray radial gradient */
|
|
4185
|
+
/* white to gray linear gradient */
|
|
4186
|
+
/* gradient transparent */
|
|
4187
|
+
/* secondary palette */
|
|
4188
|
+
/* purple radial gradient */
|
|
4189
|
+
/* refine alias color */
|
|
4190
|
+
/* text */
|
|
4191
|
+
/* link */
|
|
4192
|
+
/* fill */
|
|
4193
|
+
/* fill element */
|
|
4194
|
+
/* fill interaction */
|
|
4195
|
+
/* stroke */
|
|
4196
|
+
/* background */
|
|
4197
|
+
/* dim */
|
|
4198
|
+
/* box shadow */
|
|
4199
|
+
/* fisheye */
|
|
4200
|
+
/* z-index */
|
|
4201
|
+
.wfg6u6g {
|
|
4202
|
+
display: flex;
|
|
4203
|
+
align-items: center;
|
|
4204
|
+
}
|
|
4205
|
+
.wfg6u6g .usage-text {
|
|
4206
|
+
width: 50px;
|
|
4207
|
+
text-align: right;
|
|
4208
|
+
}
|
|
4209
|
+
.wfg6u6g .usage-bar {
|
|
4210
|
+
height: 12px;
|
|
4211
|
+
width: 100px;
|
|
4212
|
+
position: relative;
|
|
4213
|
+
border-radius: 2px;
|
|
4214
|
+
}
|
|
4215
|
+
.wfg6u6g .request-anchor {
|
|
4216
|
+
position: absolute;
|
|
4217
|
+
left: 10%;
|
|
4218
|
+
top: -3px;
|
|
4219
|
+
height: 18px;
|
|
4220
|
+
width: 2px;
|
|
4221
|
+
background: #777;
|
|
4222
|
+
z-index: 9;
|
|
4223
|
+
}
|
|
4224
|
+
.wfg6u6g .usage-fill-bar {
|
|
4225
|
+
position: absolute;
|
|
4226
|
+
left: 0;
|
|
4227
|
+
top: 0;
|
|
4228
|
+
height: 100%;
|
|
4229
|
+
background: rgba(0, 128, 255, 0.6);
|
|
4230
|
+
z-index: 7;
|
|
4231
|
+
}
|
|
4232
|
+
.wfg6u6g .request-bar {
|
|
4233
|
+
position: absolute;
|
|
4234
|
+
left: 0;
|
|
4235
|
+
top: 0;
|
|
4236
|
+
height: 100%;
|
|
4237
|
+
background: #d8deeb;
|
|
4238
|
+
z-index: 5;
|
|
4239
|
+
}
|
|
4240
|
+
.wfg6u6g .request-to-limit-bar {
|
|
4241
|
+
position: absolute;
|
|
4242
|
+
right: 0;
|
|
4243
|
+
top: 0;
|
|
4244
|
+
height: 100%;
|
|
4245
|
+
background: #d8deeb;
|
|
4246
|
+
z-index: 5;
|
|
4247
|
+
}
|
|
4248
|
+
.wfg6u6g .request-to-limit-bar.no-limit {
|
|
4249
|
+
background: linear-gradient(to right, #d8deeb 50%, #d8deeb 50%);
|
|
4250
|
+
background-size: 4px 100%;
|
|
4251
|
+
}
|
|
4252
|
+
.wfg6u6g .request-to-limit-bar.no-limit.exceed-request {
|
|
4253
|
+
background: linear-gradient(to right, #d8deeb 50%, rgba(0, 128, 255, 0.6) 50%);
|
|
4254
|
+
background-size: 4px 100%;
|
|
4255
|
+
}/* // basic */
|
|
4256
|
+
/* FishEye Color Variables and Functions */
|
|
4257
|
+
/*
|
|
4258
|
+
--------------------------- Primary Color ---------------------------
|
|
4259
|
+
*/
|
|
4260
|
+
/*
|
|
4261
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4262
|
+
*/
|
|
4263
|
+
/* computed */
|
|
4264
|
+
/* blue */
|
|
4265
|
+
/* green */
|
|
4266
|
+
/* yellow */
|
|
4267
|
+
/* red */
|
|
4268
|
+
/* purple */
|
|
4269
|
+
/* palette global token*/
|
|
4270
|
+
/* color opaque */
|
|
4271
|
+
/* color transparent */
|
|
4272
|
+
/* blue transparent */
|
|
4273
|
+
/* green transparent */
|
|
4274
|
+
/* yellow transparent */
|
|
4275
|
+
/* red transparent */
|
|
4276
|
+
/* gray transparent */
|
|
4277
|
+
/* white transparent */
|
|
4278
|
+
/* gradient opaque */
|
|
4279
|
+
/* blue radial gradient */
|
|
4280
|
+
/* blue linear gradient */
|
|
4281
|
+
/* green radial gradient */
|
|
4282
|
+
/* yellow radial gradient */
|
|
4283
|
+
/* red radial gradient */
|
|
4284
|
+
/* gray radial gradient */
|
|
4285
|
+
/* white to gray radial gradient */
|
|
4286
|
+
/* white to gray linear gradient */
|
|
4287
|
+
/* gradient transparent */
|
|
4288
|
+
/* secondary palette */
|
|
4289
|
+
/* purple radial gradient */
|
|
4290
|
+
/* refine alias color */
|
|
4291
|
+
/* text */
|
|
4292
|
+
/* link */
|
|
4293
|
+
/* fill */
|
|
4294
|
+
/* fill element */
|
|
4295
|
+
/* fill interaction */
|
|
4296
|
+
/* stroke */
|
|
4297
|
+
/* background */
|
|
4298
|
+
/* dim */
|
|
4299
|
+
/* box shadow */
|
|
4300
|
+
/* fisheye */
|
|
4301
|
+
/* z-index */
|
|
4302
|
+
.mdppgn0.ant-menu {
|
|
4303
|
+
background: #edf0f7;
|
|
4304
|
+
padding: 8px;
|
|
4305
|
+
}
|
|
4306
|
+
.mdppgn0.ant-menu .ant-menu-item-selected {
|
|
4307
|
+
background: linear-gradient(90deg, #0080ff, #005ed1);
|
|
4308
|
+
border-radius: 6px;
|
|
4309
|
+
box-shadow: 0 1px 2px rgba(184, 192, 204, 0.6);
|
|
4310
|
+
color: #fff;
|
|
4311
|
+
}
|
|
4312
|
+
.mdppgn0.ant-menu .ant-menu-item-selected a:hover {
|
|
4313
|
+
color: #fff;
|
|
4314
|
+
}
|
|
4315
|
+
.mdppgn0.ant-menu .ant-menu-item:not(.ant-menu-item-selected):hover {
|
|
4316
|
+
background: linear-gradient(90deg, #fff, hsla(0deg, 0%, 100%, 0.6));
|
|
4317
|
+
border-radius: 6px;
|
|
4318
|
+
box-shadow: 0 0 4px rgba(235, 239, 245, 0.6), 0 8px 16px rgba(129, 138, 153, 0.18);
|
|
4319
|
+
}/* // basic */
|
|
4320
|
+
/* FishEye Color Variables and Functions */
|
|
4321
|
+
/*
|
|
4322
|
+
--------------------------- Primary Color ---------------------------
|
|
4323
|
+
*/
|
|
4324
|
+
/*
|
|
4325
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4326
|
+
*/
|
|
4327
|
+
/* computed */
|
|
4328
|
+
/* blue */
|
|
4329
|
+
/* green */
|
|
4330
|
+
/* yellow */
|
|
4331
|
+
/* red */
|
|
4332
|
+
/* purple */
|
|
4333
|
+
/* palette global token*/
|
|
4334
|
+
/* color opaque */
|
|
4335
|
+
/* color transparent */
|
|
4336
|
+
/* blue transparent */
|
|
4337
|
+
/* green transparent */
|
|
4338
|
+
/* yellow transparent */
|
|
4339
|
+
/* red transparent */
|
|
4340
|
+
/* gray transparent */
|
|
4341
|
+
/* white transparent */
|
|
4342
|
+
/* gradient opaque */
|
|
4343
|
+
/* blue radial gradient */
|
|
4344
|
+
/* blue linear gradient */
|
|
4345
|
+
/* green radial gradient */
|
|
4346
|
+
/* yellow radial gradient */
|
|
4347
|
+
/* red radial gradient */
|
|
4348
|
+
/* gray radial gradient */
|
|
4349
|
+
/* white to gray radial gradient */
|
|
4350
|
+
/* white to gray linear gradient */
|
|
4351
|
+
/* gradient transparent */
|
|
4352
|
+
/* secondary palette */
|
|
4353
|
+
/* purple radial gradient */
|
|
4354
|
+
/* refine alias color */
|
|
4355
|
+
/* text */
|
|
4356
|
+
/* link */
|
|
4357
|
+
/* fill */
|
|
4358
|
+
/* fill element */
|
|
4359
|
+
/* fill interaction */
|
|
4360
|
+
/* stroke */
|
|
4361
|
+
/* background */
|
|
4362
|
+
/* dim */
|
|
4363
|
+
/* box shadow */
|
|
4364
|
+
/* fisheye */
|
|
4365
|
+
/* z-index */
|
|
4366
|
+
.h16z07g.ant-layout-header {
|
|
4367
|
+
align-items: center;
|
|
4368
|
+
background: #fff;
|
|
4369
|
+
border-bottom: 2px solid #edf0f7;
|
|
4370
|
+
display: flex;
|
|
4371
|
+
height: 50px;
|
|
4372
|
+
justify-content: space-between;
|
|
4373
|
+
padding: 0 24px 0 14px;
|
|
4374
|
+
position: relative;
|
|
4375
|
+
z-index: 10;
|
|
4376
|
+
}
|
|
4377
|
+
|
|
4378
|
+
.c1i80kj {
|
|
4379
|
+
height: 100%;
|
|
4380
|
+
}
|
|
4381
|
+
|
|
4382
|
+
.s18sezq1.ant-layout-sider {
|
|
4383
|
+
background: #edf0f7;
|
|
4384
|
+
}
|
|
4385
|
+
|
|
4386
|
+
.cyc9hl2.ant-layout-content {
|
|
4387
|
+
background: #fff;
|
|
4388
|
+
}/* // basic */
|
|
4389
|
+
/* FishEye Color Variables and Functions */
|
|
4390
|
+
/*
|
|
4391
|
+
--------------------------- Primary Color ---------------------------
|
|
4392
|
+
*/
|
|
4393
|
+
/*
|
|
4394
|
+
---------------------------When necessary to add at any time---------------------------
|
|
4395
|
+
*/
|
|
4396
|
+
/* computed */
|
|
4397
|
+
/* blue */
|
|
4398
|
+
/* green */
|
|
4399
|
+
/* yellow */
|
|
4400
|
+
/* red */
|
|
4401
|
+
/* purple */
|
|
4402
|
+
/* palette global token*/
|
|
4403
|
+
/* color opaque */
|
|
4404
|
+
/* color transparent */
|
|
4405
|
+
/* blue transparent */
|
|
4406
|
+
/* green transparent */
|
|
4407
|
+
/* yellow transparent */
|
|
4408
|
+
/* red transparent */
|
|
4409
|
+
/* gray transparent */
|
|
4410
|
+
/* white transparent */
|
|
4411
|
+
/* gradient opaque */
|
|
4412
|
+
/* blue radial gradient */
|
|
4413
|
+
/* blue linear gradient */
|
|
4414
|
+
/* green radial gradient */
|
|
4415
|
+
/* yellow radial gradient */
|
|
4416
|
+
/* red radial gradient */
|
|
4417
|
+
/* gray radial gradient */
|
|
4418
|
+
/* white to gray radial gradient */
|
|
4419
|
+
/* white to gray linear gradient */
|
|
4420
|
+
/* gradient transparent */
|
|
4421
|
+
/* secondary palette */
|
|
4422
|
+
/* purple radial gradient */
|
|
4423
|
+
/* refine alias color */
|
|
4424
|
+
/* text */
|
|
4425
|
+
/* link */
|
|
4426
|
+
/* fill */
|
|
4427
|
+
/* fill element */
|
|
4428
|
+
/* fill interaction */
|
|
4429
|
+
/* stroke */
|
|
4430
|
+
/* background */
|
|
4431
|
+
/* dim */
|
|
4432
|
+
/* box shadow */
|
|
4433
|
+
/* fisheye */
|
|
4434
|
+
/* z-index */
|
|
4435
|
+
.dh5j833 {
|
|
4436
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
4437
|
+
padding-bottom: 1px;
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
.s1fcgan.ant-tooltip .ant-tooltip-inner {
|
|
4441
|
+
width: 256px;
|
|
4442
|
+
}
|
|
4443
|
+
|
|
4444
|
+
.ciistgu {
|
|
4445
|
+
padding: 0 !important;
|
|
4446
|
+
}body,
|
|
1776
4447
|
#root {
|
|
1777
4448
|
height: 100%;
|
|
1778
4449
|
}
|