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 @@