diff --git a/mindinsight/ui/src/components/header.vue b/mindinsight/ui/src/components/header.vue index 9dbff819..7e6c67f7 100644 --- a/mindinsight/ui/src/components/header.vue +++ b/mindinsight/ui/src/components/header.vue @@ -49,6 +49,7 @@ limitations under the License. v-if="this.$route.path.indexOf('/scalar') > 0 || this.$route.path.indexOf('/image') > 0 || this.$route.path.indexOf('/histogram') > 0 + || this.$route.path.indexOf('/tensor') > 0 || this.$route.path.indexOf('/training-dashboard') > 0 || !this.$route.path.indexOf('/compare-plate')"> diff --git a/mindinsight/ui/src/views/train-manage/hardware-visual.vue b/mindinsight/ui/src/views/train-manage/hardware-visual.vue index 9c81fd56..ea9e6b7f 100644 --- a/mindinsight/ui/src/views/train-manage/hardware-visual.vue +++ b/mindinsight/ui/src/views/train-manage/hardware-visual.vue @@ -29,82 +29,100 @@ limitations under the License. :data="chipTableData" width="100%" height="100%"> - + + - + + - + - + - + + @@ -680,12 +698,10 @@ export default { padding-top: 16px; & > div { width: 100%; - .el-table_1_column_1, - .el-table_1_column_2, - .el-table_1_column_3, - .el-table_1_column_4, - .el-table_1_column_5 { + .cl-text-center { + display: inline-block; text-align: center; + width: 100%; } .el-table::before { height: 0px;