diff --git a/.gitignore b/.gitignore index a28af86e43..0c403a5842 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ core/core-frontend/src/assets/fsSvg.html /sdk/dataease-plugin-filter/ /sdk/dataease-plugin-interface/ /sdk/dataease-plugin-view/ +/extensions/ +.vite/ diff --git a/core/core-frontend/src/views/system/parameter/index.vue b/core/core-frontend/src/views/system/parameter/index.vue index 232f272f0b..caab8148f3 100644 --- a/core/core-frontend/src/views/system/parameter/index.vue +++ b/core/core-frontend/src/views/system/parameter/index.vue @@ -40,7 +40,7 @@ const handleClick = (tab, event: Event) => { .sys-setting-p { width: 100%; background: var(--ContentBG, #ffffff); - height: calc(100% - 95px); + height: calc(100vh - 176px); box-sizing: border-box; margin-top: 12px; } diff --git a/core/core-frontend/src/views/system/parameter/map/Geometry.vue b/core/core-frontend/src/views/system/parameter/map/Geometry.vue index 4ff89855f6..47c21db890 100644 --- a/core/core-frontend/src/views/system/parameter/map/Geometry.vue +++ b/core/core-frontend/src/views/system/parameter/map/Geometry.vue @@ -1,6 +1,6 @@ - + {{ t('online_map.geometry') }} @@ -10,7 +10,13 @@ - + @@ -19,90 +25,118 @@ - + + + + + + + + + - 地理信息内容区域 + + + + + + + {{ selectedData.name }} + + + + 区域代码 + + {{ selectedData.id }} + + + + 上级区域 + + {{ selectedData.parentName }} + {{ + '(' + selectedData.pid + ')' + }} + + + + + 坐标文件 + + {{ selectedData.geoJson }} + + + +