From c4a469b440f038b4526d472db310c5eb36280d24 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 15 Jun 2025 17:16:32 +0800 Subject: [PATCH] feat: enhance SystemDetail layout and improve customization form with scrollbar --- .../src/views/system/detail/SystemDetail.vue | 2 +- .../detail/tabs/SystemDetailTabCustomize.vue | 163 +++++++++--------- 2 files changed, 86 insertions(+), 79 deletions(-) diff --git a/frontend/crawlab-ui/src/views/system/detail/SystemDetail.vue b/frontend/crawlab-ui/src/views/system/detail/SystemDetail.vue index f020fa5c..37b3cba1 100644 --- a/frontend/crawlab-ui/src/views/system/detail/SystemDetail.vue +++ b/frontend/crawlab-ui/src/views/system/detail/SystemDetail.vue @@ -77,7 +77,7 @@ defineOptions({ name: 'ClSystemDetail' });