Skip to content

Commit

Permalink
’缺陷修改:iportal我的服务获取不全‘
Browse files Browse the repository at this point in the history
  • Loading branch information
supermap123 committed May 24, 2024
1 parent 0d6e5a8 commit f78c238
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 168 deletions.
3 changes: 2 additions & 1 deletion SuperMap iEarth/public/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ const local_en = {
customImgSupport:"Custom addition of images currently only supports SuperMapImageryProvider type services",
customTinSupport:"Custom terrain addition currently only supports SuperMapTerrainProvider type services",
s3mNameRepeatTip:'The layer name is duplicated, please modify the current layer name',
sceneNameRepeatTip:'This scene already exists, please do not add it again'
sceneNameRepeatTip:'This scene already exists, please do not add it again',
refresh:"refresh",
}

window.local_en = local_en;
3 changes: 2 additions & 1 deletion SuperMap iEarth/public/locale/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ const local_ja = {
customImgSupport:"カスタム追加イメージは現在、SuperMapImageryProviderタイプサービスのみをサポートしています",
customTinSupport:"カスタム地形追加現在SuperMapTerrainProviderタイプサービスのみサポート",
s3mNameRepeatTip:'レイヤー名が重複しています。現在のレイヤー名を変更してください',
sceneNameRepeatTip:'このシーンはすでに存在します。再度追加しないでください'
sceneNameRepeatTip:'このシーンはすでに存在します。再度追加しないでください',
refresh:'リフレッシュ',
}

window.local_ja = local_ja;
3 changes: 2 additions & 1 deletion SuperMap iEarth/public/locale/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,8 @@ const local_ru = {
customImgSupport:"В настоящее время поддерживаются только службы типов SuperMapImageryProvider",
customTinSupport:"В настоящее время поддерживаются только сервисы типа SuperMapTerrainProvider",
s3mNameRepeatTip:'Имя слоя дублируется, измените имя текущего слоя.',
sceneNameRepeatTip:'Эта сцена уже существует, пожалуйста, не добавляйте ее снова'
sceneNameRepeatTip:'Эта сцена уже существует, пожалуйста, не добавляйте ее снова',
refresh:'Обновить',
}

window.local_ru = local_ru;
1 change: 1 addition & 0 deletions SuperMap iEarth/public/locale/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ const local_zh = {
customTinSupport:"自定义添加地形当前仅支持 SuperMapTerrainProvider 类型服务",
s3mNameRepeatTip:'图层名重复,请修改当前图层名称',
sceneNameRepeatTip:'该场景已存在,请勿重复添加',
refresh:"刷新",
}

window.local_zh = local_zh;
8 changes: 8 additions & 0 deletions SuperMap iEarth/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,14 @@ const overridesTheme = {
text-overflow: ellipsis; // 文字过长后使用省略号
}
// 我的服务里面的表格内容文字大小
.n-data-table .n-data-table-th {
font-size: 0.14rem;
}
.n-data-table .n-data-table-td {
font-size: 0.12rem;
}
// echarts图表样式
#echartsProfile > div {
left: 0.1rem;
Expand Down
Loading

0 comments on commit f78c238

Please sign in to comment.