提交 dcd80f20 编写于 作者: P ph

AI CPU support type and all tab

上级 81250b16
......@@ -1152,17 +1152,18 @@ export default {
margin-right: 20px;
}
.cl-profiler-top {
height: 45%;
height: 47%;
.chart-title {
float: left;
font-weight: bold;
height: 32px;
}
}
.cl-profiler-top.fullScreen {
display: none;
}
.cl-profiler-bottom {
height: 55%;
height: 53%;
padding-top: 10px;
.fullScreen {
float: right;
......@@ -1189,16 +1190,16 @@ export default {
width: 100%;
height: 100%;
min-width: 1300px;
min-height: 306px;
min-height: 321px;
overflow: hidden;
}
}
.core-tab {
.cl-profiler-top {
height: 45%;
height: 47%;
}
.cl-profiler-bottom {
height: 55%;
height: 53%;
}
.cl-profiler-echarts {
height: calc(100% - 32px);
......
......@@ -430,9 +430,7 @@ export default {
RequestService.queryTimeline(params)
.then((res) => {
if (res && res.data && res.data.length) {
this.timeLine.data = this.stringToUint8Array(
JSON.stringify(res.data),
);
this.timeLine.data = JSON.stringify(res.data);
this.timeLine.waiting = false;
}
})
......
......@@ -1142,9 +1142,7 @@ export default {
RequestService.queryTimeline(params)
.then((res) => {
if (res && res.data && res.data.length) {
this.timeLine.data = this.stringToUint8Array(
JSON.stringify(res.data),
);
this.timeLine.data = JSON.stringify(res.data);
this.timeLine.waiting = false;
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册