fix: 调整plugin页面样式

This commit is contained in:
chenjinsong
2024-01-26 17:35:01 +08:00
parent 849df8c8d8
commit 4441bdef10
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,5 @@
<template>
<div style="height: 100%;">
<div style="height: 100%;" class="plugin-management">
<cn-data-list
ref="dataList"
:tableId="tableId"