diff --git a/hubble-fe/src/components/graph-management/data-analyze/DataAnalyze.less b/hubble-fe/src/components/graph-management/data-analyze/DataAnalyze.less index 7054f74e..559ac2d1 100644 --- a/hubble-fe/src/components/graph-management/data-analyze/DataAnalyze.less +++ b/hubble-fe/src/components/graph-management/data-analyze/DataAnalyze.less @@ -764,14 +764,14 @@ } & > div:first-child { - flex-basis: 25%; + flex-basis: 35%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } & > div:last-child { - flex-basis: 75%; + flex-basis: 65%; } &-disabled { diff --git a/hubble-fe/src/components/graph-management/data-analyze/DataAnalyzeInfoDrawer.tsx b/hubble-fe/src/components/graph-management/data-analyze/DataAnalyzeInfoDrawer.tsx index d5e685fc..eef6d439 100644 --- a/hubble-fe/src/components/graph-management/data-analyze/DataAnalyzeInfoDrawer.tsx +++ b/hubble-fe/src/components/graph-management/data-analyze/DataAnalyzeInfoDrawer.tsx @@ -63,8 +63,8 @@ const DataAnalyzeInfoDrawer: React.FC = observer(() => { { {[...dataAnalyzeStore.editedSelectedGraphDataProperties.primary].map( ([key, value], primaryKeyIndex) => (
-
+
{key}( {dataAnalyzeStore.graphInfoDataSet === 'node' ? t('addition.common.primary-key') @@ -236,7 +242,7 @@ const DataAnalyzeInfoDrawer: React.FC = observer(() => { marginTop: !isEdit ? 0 : nonNullableIndex === 0 ? 8 : 32 }} > -
{key}:
+
{key}:
{!isEdit ? (
{convertArrayToString(value)}
) : ( diff --git a/hubble-fe/src/components/graph-management/data-analyze/DynamicAddNode.tsx b/hubble-fe/src/components/graph-management/data-analyze/DynamicAddNode.tsx index 3f32a413..f67a3256 100644 --- a/hubble-fe/src/components/graph-management/data-analyze/DynamicAddNode.tsx +++ b/hubble-fe/src/components/graph-management/data-analyze/DynamicAddNode.tsx @@ -143,7 +143,7 @@ const DataAnalyzeAddNode: React.FC = observer(() => { {t('addition.common.add')} , ]} > diff --git a/hubble-fe/src/components/graph-management/metadata-configs/vertex-type/NewVertexType.tsx b/hubble-fe/src/components/graph-management/metadata-configs/vertex-type/NewVertexType.tsx index 9fcbeb24..de49aa64 100644 --- a/hubble-fe/src/components/graph-management/metadata-configs/vertex-type/NewVertexType.tsx +++ b/hubble-fe/src/components/graph-management/metadata-configs/vertex-type/NewVertexType.tsx @@ -405,7 +405,7 @@ const NewVertexType: React.FC = observer(() => { 'addition.common.select-primary-key-property-placeholder' )} selectorName={t( - 'addition.message.select-association-key-property-placeholde' + 'addition.message.select-association-key-property-placeholder' )} size="medium" showSearch={false}