Browse Source

UI / Profiling dashboard page style adjustment

pull/1335/head
weiyanxi 5 years ago
parent
commit
79a6db4725
2 changed files with 9 additions and 6 deletions
  1. +1
    -0
      mindinsight/ui/src/views/profiling/performance-dashboard.vue
  2. +8
    -6
      mindinsight/ui/src/views/profiling/resource-dashboard-cluster.vue

+ 1
- 0
mindinsight/ui/src/views/profiling/performance-dashboard.vue View File

@@ -257,6 +257,7 @@ export default {
.performance-dashboard .header .jump {
cursor: pointer;
color: #b8b8b8;
font-size: 12px;
}
.performance-dashboard .header .is-effective {
color: #00a5a7;


+ 8
- 6
mindinsight/ui/src/views/profiling/resource-dashboard-cluster.vue View File

@@ -227,9 +227,9 @@ export default {
.cl-memory-heatmap-dasnhoard .dashboard-item .title-item .detail-link {
cursor: pointer;
font-size: 12px;
height: 18px;
line-height: 12px;
padding-top: 2px;
height: 100%;
display: flex;
align-items: center;
}
.cl-memory-heatmap-dasnhoard .dashboard-item .title-item .detail-link a {
color: #00a5a7;
@@ -240,6 +240,7 @@ export default {
border: none;
background-color: #fff;
cursor: pointer;
padding: 0;
}
.cl-memory-heatmap-dasnhoard .dashboard-item .title-item .detail-link.disabled button {
color: #c0c4cc;
@@ -272,7 +273,7 @@ export default {
height: 56px;
border-bottom: solid 1px #e6ebf5;
display: flex;
justify-content: flex-end;
justify-content: flex-start;
}
.legend-content .legend-item {
width: 26px;
@@ -282,8 +283,8 @@ export default {
}
.legend-content .legend-item .color-item {
width: 100%;
padding: 0 6px;
height: calc(100% - 20px);
padding: 0 1px;
height: calc(100% - 19px);
}
.legend-content .legend-item .color-item div {
width: 100%;
@@ -317,6 +318,7 @@ export default {
flex-wrap: wrap;
overflow-y: auto;
padding-bottom: 10px;
border-radius: 6px;
}
.heatmap-content .heatmap-item .detail-content .device-item {
flex-shrink: 0;


Loading…
Cancel
Save