From eaba620fde4ff83d1b20e52f2b6998e78b2f5eef Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 11 Aug 2023 16:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E5=88=A0=E9=99=A4=E5=92=8C?= =?UTF-8?q?=E9=83=A8=E5=88=86styles=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pluginManager/components/pluginTable.vue | 35 +++++++++++++++---- .../pluginManager/components/tableExpand.vue | 8 ++--- .../setting/system/pluginManager/index.vue | 21 ++++++----- 3 files changed, 45 insertions(+), 19 deletions(-) diff --git a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue index 55151e8a25..15a53e159b 100644 --- a/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue +++ b/frontend/src/views/setting/system/pluginManager/components/pluginTable.vue @@ -25,7 +25,7 @@ - - + + - + @@ -246,7 +256,7 @@ }, onBeforeOk: async () => { try { - deletePluginReq(record.id); + await deletePluginReq(record.id); Message.success(t('system.plugin.deletePluginSuccess')); loadData(); } catch (error) { @@ -373,6 +383,7 @@ diff --git a/frontend/src/views/setting/system/pluginManager/components/tableExpand.vue b/frontend/src/views/setting/system/pluginManager/components/tableExpand.vue index 5365ccafb4..cfe9c3eedf 100644 --- a/frontend/src/views/setting/system/pluginManager/components/tableExpand.vue +++ b/frontend/src/views/setting/system/pluginManager/components/tableExpand.vue @@ -2,8 +2,8 @@
@@ -44,8 +44,8 @@ padding: 0 !important; } .ms-self { - height: 40px; - line-height: 40px; + height: 54px; + line-height: 54px; border-bottom: 1px solid var(--color-text-n8); @apply flex items-center align-middle leading-6; } diff --git a/frontend/src/views/setting/system/pluginManager/index.vue b/frontend/src/views/setting/system/pluginManager/index.vue index b404517878..702fc95476 100644 --- a/frontend/src/views/setting/system/pluginManager/index.vue +++ b/frontend/src/views/setting/system/pluginManager/index.vue @@ -1,15 +1,15 @@ /* stylelint-disable order/properties-order */