diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue
index b9839be4..df5a5ed9 100644
--- a/src/views/dashboard/graphs/components/Legend.vue
+++ b/src/views/dashboard/graphs/components/Legend.vue
@@ -21,7 +21,27 @@ limitations under the License. -->
:style="`width: ${width}; maxHeight:${isRight ? '100%' : 130}`"
class="scroll_bar_style"
>
-
+
+
+
+ |
+
+ {{ tableData[0].name }}
+ |
+
+
+
+
+
+ {{ h.label }}
+ |
+
+ {{ tableData[0][h.value] }}
+ |
+
+
+
+
|
@@ -125,6 +145,7 @@ table thead th {
z-index: 1;
width: 25vw;
background: #fff;
+ text-align: left;
}
.name {
@@ -133,7 +154,6 @@ table thead th {
table td {
padding: 5px;
- text-align: center;
}
table thead th:first-child {
@@ -144,7 +164,7 @@ table thead th:first-child {
table tbody th {
font-weight: bold;
- font-style: italic;
+ font-style: normal;
text-align: left;
background: #fff;
position: sticky;