Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
73f491da
M
mindinsight
项目概览
MindSpore
/
mindinsight
通知
8
Star
4
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
mindinsight
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
73f491da
编写于
8月 14, 2020
作者:
Q
qin_jun_yan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
溯源弹框展示优化
上级
dd477d52
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
33 addition
and
27 deletion
+33
-27
mindinsight/ui/src/views/train-manage/data-traceback.vue
mindinsight/ui/src/views/train-manage/data-traceback.vue
+33
-27
未找到文件。
mindinsight/ui/src/views/train-manage/data-traceback.vue
浏览文件 @
73f491da
...
@@ -256,32 +256,34 @@ limitations under the License.
...
@@ -256,32 +256,34 @@ limitations under the License.
</div>
</div>
</div>
</div>
</div>
</div>
<el-dialog
:title=
"rowName"
<div
v-if=
"detailsDialogVisible"
>
:visible.sync=
"detailsDialogVisible"
<el-dialog
:title=
"rowName"
width=
"50%"
:visible.sync=
"detailsDialogVisible"
:close-on-click-modal=
"false"
width=
"50%"
class=
"details-data-list"
>
:close-on-click-modal=
"false"
<div
class=
"details-data-title"
>
{{ detailsDataTitle }}
</div>
class=
"details-data-list"
>
<el-table
:data=
"detailsDataList"
<div
class=
"details-data-title"
>
{{ detailsDataTitle }}
</div>
row-key=
"id"
<el-table
:data=
"detailsDataList"
lazy
row-key=
"id"
tooltip-effect=
"light"
lazy
:load=
"loadDataListChildren"
tooltip-effect=
"light"
:tree-props=
"{ children: 'children', hasChildren: 'hasChildren' }"
>
:load=
"loadDataListChildren"
<el-table-column
width=
"50"
/>
:tree-props=
"{ children: 'children', hasChildren: 'hasChildren' }"
>
<el-table-column
prop=
"key"
<el-table-column
width=
"50"
/>
width=
"180"
<el-table-column
prop=
"key"
label=
"Key"
>
width=
"180"
</el-table-column>
label=
"Key"
>
<el-table-column
prop=
"value"
</el-table-column>
show-overflow-tooltip
<el-table-column
prop=
"value"
label=
"Value"
>
show-overflow-tooltip
<
template
slot-scope=
"scope"
>
label=
"Value"
>
{{
scope
.
row
.
value
}}
<
template
slot-scope=
"scope"
>
</
template
>
{{
scope
.
row
.
value
}}
</el-table-column>
</
template
>
</el-table>
</el-table-column>
</el-dialog>
</el-table>
</el-dialog>
</div>
<!-- tag dialog -->
<!-- tag dialog -->
<div
v-show=
"tagDialogShow"
<div
v-show=
"tagDialogShow"
id=
"tag-dialog"
id=
"tag-dialog"
...
@@ -2228,7 +2230,10 @@ export default {
...
@@ -2228,7 +2230,10 @@ export default {
}
}
}
}
}
}
.el-dialog
{
min-width
:
500px
;
padding-bottom
:
30px
;
}
.details-data-list
{
.details-data-list
{
.el-table
td
,
.el-table
td
,
.el-table
th
.is-leaf
{
.el-table
th
.is-leaf
{
...
@@ -2299,6 +2304,7 @@ export default {
...
@@ -2299,6 +2304,7 @@ export default {
.el-dialog__body
{
.el-dialog__body
{
max-height
:
500px
;
max-height
:
500px
;
padding-top
:
10px
;
padding-top
:
10px
;
padding-bottom
:
0px
;
overflow
:
auto
;
overflow
:
auto
;
.details-data-title
{
.details-data-title
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录