From 55cffefc2e2d2e89eca1f76f4fc8166eb19ebff3 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 10 Nov 2022 11:50:30 +0800 Subject: [PATCH] update --- src/views/dashboard/graphs/components/Legend.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index cd5a1b32..d5f55ded 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -140,7 +140,7 @@ table thead th:first-child { } table tbody th { - font-weight: normal; + font-weight: bold; font-style: italic; text-align: left; background: #fff;