diff --git a/mindinsight/ui/src/assets/css/reset.scss b/mindinsight/ui/src/assets/css/reset.scss index 3246f079d4dd186d37a470160ced9429792d0ff0..d6e166c03a32eb9b9c7d0e3caba41ec0bbd1ff9c 100644 --- a/mindinsight/ui/src/assets/css/reset.scss +++ b/mindinsight/ui/src/assets/css/reset.scss @@ -156,8 +156,8 @@ body { * Defines the width of the scroll bar and the width of the background, respectively corresponding to the dimensions of the horizontal and vertical scroll bars. */ ::-webkit-scrollbar { - width: 6px; - height: 6px; + width: 10px; + height: 10px; } /* diff --git a/mindinsight/ui/src/views/train-manage/data-traceback.vue b/mindinsight/ui/src/views/train-manage/data-traceback.vue index 4b7239b1501e8327cb96dbfa62888f1afe80ecc3..6e3e5381ba9f690ddeded06bd5220dc5943621a5 100644 --- a/mindinsight/ui/src/views/train-manage/data-traceback.vue +++ b/mindinsight/ui/src/views/train-manage/data-traceback.vue @@ -28,37 +28,37 @@ limitations under the License. {{ $t('modelTraceback.showAllData') }}
-
- - {{ item.name }} - -
-
-
- -
- - {{ $t('scalar.selectAll') }} +
+ + {{ item.name }} +
-
-
- - {{ item.name }} +
+ +
+ + {{ $t('scalar.selectAll') }}
+
+
+ + {{ item.name }} + +
+
-
@@ -80,13 +80,16 @@ limitations under the License. :key="key" :prop="key" :label="table.columnOptions[key].label" - :sortable='sortArray.includes(table.columnOptions[key].label)?"custom":false' + :sortable="sortArray.includes(table.columnOptions[key].label)?'custom':false" + :fixed="table.columnOptions[key].label===text?true:false" min-width="200" show-overflow-tooltip> -