From 2a83f2ef663760212a47eaea25296a75c4d41a1a Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 28 Dec 2024 21:27:57 +0800 Subject: [PATCH] update --- src/components/ServiceConfigurationStatusViewer.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/ServiceConfigurationStatusViewer.vue b/src/components/ServiceConfigurationStatusViewer.vue index 0857442..6ad8087 100644 --- a/src/components/ServiceConfigurationStatusViewer.vue +++ b/src/components/ServiceConfigurationStatusViewer.vue @@ -16,8 +16,9 @@ :style="{ maxHeight: '20vh', overflowY: 'auto' }"> - +

{{item.value}}

+ @@ -110,12 +111,9 @@ function formatObject(value) { }