From 4441bdef10ce260b07c80c688044f819ce331293 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 26 Jan 2024 17:35:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4plugin=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/components/views/system/Plugin.scss | 14 ++++++++++++++ src/views/system/Plugin.vue | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/assets/css/components/views/system/Plugin.scss b/src/assets/css/components/views/system/Plugin.scss index a8fe5573..cada0aaf 100644 --- a/src/assets/css/components/views/system/Plugin.scss +++ b/src/assets/css/components/views/system/Plugin.scss @@ -1,3 +1,17 @@ +.plugin-management .list-page { + .cn-table { + height: 100%; + .el-table { + height: 100%; + } + .el-table--group::after,.el-table--border::after, .el-table::before { + height: 0; + } + } + .cn-pagination { + display: none; + } +} .plugin { font-size: 12px; color: #353636; diff --git a/src/views/system/Plugin.vue b/src/views/system/Plugin.vue index fc5193e8..5e744d28 100644 --- a/src/views/system/Plugin.vue +++ b/src/views/system/Plugin.vue @@ -1,5 +1,5 @@