提交 e5ad3628 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!527 Modify the hyperlink address in English language to the English document...

!527 Modify the hyperlink address in English language to the English document address, modify the width of the input box
Merge pull request !527 from 秦君艳/enlanguage
......@@ -500,7 +500,7 @@ export default {
user-select: none;
}
.search-input-item {
width: 261px;
width: 290px;
}
}
.tooltip-show-content {
......
......@@ -253,7 +253,7 @@
"desc": "How Do I Use Profiler for Profiling?",
"anchor": ["desc"],
"url": [
"https://www.mindspore.cn/tutorial/zh-CN/master/advanced_use/performance_profiling.html"
"https://www.mindspore.cn/tutorial/en/master/advanced_use/performance_profiling.html"
]
},
"step_trace-proposer_type_label": {
......
......@@ -29,8 +29,8 @@ limitations under the License.
<!-- Selecting an operation area -->
<div class="cl-img-operate-content">
<multiselectGroupComponents ref="multiselectGroupComponents"
:checkListArr="tagOperateList"
@selectedChange="tagSelectedChanged"></multiselectGroupComponents>
:checkListArr="tagOperateList"
@selectedChange="tagSelectedChanged"></multiselectGroupComponents>
</div>
<!-- Sliding block area -->
<div class="cl-img-slider-operate-content">
......@@ -229,7 +229,10 @@ export default {
document.title = this.$t('images.titleText') + '-MindInsight';
return;
}
document.title = decodeURIComponent(this.$route.query.train_id) +'-' + this.$t('images.titleText') +
document.title =
decodeURIComponent(this.$route.query.train_id) +
'-' +
this.$t('images.titleText') +
'-MindInsight';
this.getTagList();
// Automatic refresh
......@@ -367,9 +370,9 @@ export default {
sampleItem.curImgUrl =
`${basePath}${this.imageBasePath}train_id=${sampleItem.summaryId}` +
`&tag=${sampleItem.tagName}&step=${curSampleData.step}&wt=${curSampleData.wall_time}`;
sampleItem.curTime = this.dealrelativeTime(new Date(
curSampleData.wall_time * 1000,
).toString());
sampleItem.curTime = this.dealrelativeTime(
new Date(curSampleData.wall_time * 1000).toString(),
);
sampleItem.curImageSize = [
curSampleData.width,
curSampleData.height,
......@@ -407,9 +410,9 @@ export default {
sampleItem.curImgUrl =
`${basePath}${this.imageBasePath}train_id=${sampleItem.summaryId}` +
`&tag=${sampleItem.tagName}&step=${curStepData.step}&wt=${curStepData.wall_time}`;
sampleItem.curTime = this.dealrelativeTime(new Date(
curStepData.wall_time * 1000,
).toString());
sampleItem.curTime = this.dealrelativeTime(
new Date(curStepData.wall_time * 1000).toString(),
);
sampleItem.curImageSize = [curStepData.width, curStepData.height];
},
/**
......@@ -862,7 +865,7 @@ export default {
}
}
.search-input-item {
width: 261px;
width: 290px;
}
.cl-close-btn {
width: 20px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册