From 95c6caff5a9eb52b57aa5e415fc28598498ec13e Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 9 May 2025 19:24:04 +0800 Subject: [PATCH] perf: styles of plugin config dialog --- .../PluginInstalledComponent.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/web/src/app/home/plugins/plugin-installed/PluginInstalledComponent.tsx b/web/src/app/home/plugins/plugin-installed/PluginInstalledComponent.tsx index 789d463e..9250fb60 100644 --- a/web/src/app/home/plugins/plugin-installed/PluginInstalledComponent.tsx +++ b/web/src/app/home/plugins/plugin-installed/PluginInstalledComponent.tsx @@ -69,13 +69,14 @@ const PluginInstalledComponent = forwardRef((props, return (
- - + + 插件配置 - {selectedPlugin && ( - + {selectedPlugin && ( + { setModalOpen(false); @@ -83,9 +84,10 @@ const PluginInstalledComponent = forwardRef((props, }} onFormCancel={() => { setModalOpen(false); - }} - /> - )} + }} + /> + )} +