diff --git a/core/frontend/src/lang/en.js b/core/frontend/src/lang/en.js index 246d22dc03..e81b23265a 100644 --- a/core/frontend/src/lang/en.js +++ b/core/frontend/src/lang/en.js @@ -2855,7 +2855,8 @@ export default { geo_json: 'Geo Json', fileplaceholder: 'Please upload the JSON format coordinate file', delete_confirm: 'And child nodes will be deleted. Confirm to execute ?', - cur_node: 'Current node' + cur_node: 'Current node', + prohibit_prompts: '000 and 156 are the global village and China area code prefixes respectively. Removal is prohibited. Please use other code prefixes!' }, map_mapping: { map: 'Map', diff --git a/core/frontend/src/lang/tw.js b/core/frontend/src/lang/tw.js index 42cc8e2fa6..574745c5eb 100644 --- a/core/frontend/src/lang/tw.js +++ b/core/frontend/src/lang/tw.js @@ -2849,7 +2849,8 @@ export default { geo_json: '坐標文件', fileplaceholder: '請上傳json格式坐標文件', delete_confirm: '及子節點都會被刪除,確認執行?', - cur_node: '當前節點' + cur_node: '當前節點', + prohibit_prompts: '000、156分別是地球村和中華人民共和國區域代碼前綴,禁止移除,請使用其他代碼前綴!' }, map_mapping: { map: '圖形', diff --git a/core/frontend/src/lang/zh.js b/core/frontend/src/lang/zh.js index a5f6e9ea4c..afca486999 100644 --- a/core/frontend/src/lang/zh.js +++ b/core/frontend/src/lang/zh.js @@ -2849,7 +2849,8 @@ export default { geo_json: '坐标文件', fileplaceholder: '请上传json格式坐标文件', delete_confirm: '及子节点都会被删除,确认执行?', - cur_node: '当前节点' + cur_node: '当前节点', + prohibit_prompts: '000、156分别是地球村和中华人民共和国区域代码前缀,禁止移除,请使用其他代码前缀!' }, map_mapping: { map: '图形', diff --git a/core/frontend/src/views/system/sysParam/MapSetting/MapSettingLeft.vue b/core/frontend/src/views/system/sysParam/MapSetting/MapSettingLeft.vue index 50fbc86930..2d7d8183d4 100644 --- a/core/frontend/src/views/system/sysParam/MapSetting/MapSettingLeft.vue +++ b/core/frontend/src/views/system/sysParam/MapSetting/MapSettingLeft.vue @@ -100,7 +100,7 @@ export default { label: 'name', value: 'id' }, - expandedKeys: [] + expandedKeys: ['000000000'] } }, watch: { diff --git a/core/frontend/src/views/system/sysParam/MapSetting/index.vue b/core/frontend/src/views/system/sysParam/MapSetting/index.vue index cce224fbb8..849dfd514d 100644 --- a/core/frontend/src/views/system/sysParam/MapSetting/index.vue +++ b/core/frontend/src/views/system/sysParam/MapSetting/index.vue @@ -2,12 +2,20 @@ - +
+ +
- + diff --git a/core/frontend/src/views/system/sysParam/index.vue b/core/frontend/src/views/system/sysParam/index.vue index 448b436134..c483866b40 100644 --- a/core/frontend/src/views/system/sysParam/index.vue +++ b/core/frontend/src/views/system/sysParam/index.vue @@ -50,16 +50,14 @@ class="tabs-container" :class="[activeName !== 'eight' ? 'is-center' : 'pad-center']" > -
+
- + + @@ -123,6 +121,14 @@ export default { padding-bottom: 20px; } } + .max-w600 { + width: 100%; + height: 100%; + & > :nth-child(1) { + box-sizing: border-box; + padding-bottom: 20px; + } + } } .is-center {