From cada383f5d2be0bc095687ffbee62e8c7c6423b8 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 10 Nov 2022 11:48:36 +0800 Subject: [PATCH] freeze the first row and column --- .../dashboard/graphs/components/Legend.vue | 144 ++++++++++-------- 1 file changed, 82 insertions(+), 62 deletions(-) diff --git a/src/views/dashboard/graphs/components/Legend.vue b/src/views/dashboard/graphs/components/Legend.vue index 40d79dbe..cd5a1b32 100644 --- a/src/views/dashboard/graphs/components/Legend.vue +++ b/src/views/dashboard/graphs/components/Legend.vue @@ -14,42 +14,48 @@ See the License for the specific language governing permissions and limitations under the License. --> @@ -99,42 +105,56 @@ const colors = computed(() => {