fix: 调整plugin页面样式
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div style="height: 100%;">
|
||||
<div style="height: 100%;" class="plugin-management">
|
||||
<cn-data-list
|
||||
ref="dataList"
|
||||
:tableId="tableId"
|
||||
|
||||
Reference in New Issue
Block a user