From c5e944744b070584d429409876f827dcfeb679db Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 13 Mar 2025 15:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20refactor:=20enhance=20ConfigPage?= =?UTF-8?q?=20layout=20and=20styling=20for=20better=20user=20experience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/ConfigPage.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/dashboard/src/views/ConfigPage.vue b/dashboard/src/views/ConfigPage.vue index d7f0f4ecb..55d6e8e33 100644 --- a/dashboard/src/views/ConfigPage.vue +++ b/dashboard/src/views/ConfigPage.vue @@ -42,9 +42,16 @@ import config from '@/config';
+ v-show="key2 !== 'platform' && key2 !== 'provider'" style="border: 1px solid #e0e0e0; padding: 8px; margin-bottom: 16px; border-radius: 10px"> + + {{ metadata[key]['metadata'][key2]['description'] }} ({{ key2 }}) + + object + + @@ -70,14 +77,14 @@ import config from '@/config'; - +
删除这项 - +