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 {
|
.plugin {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #353636;
|
color: #353636;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="height: 100%;">
|
<div style="height: 100%;" class="plugin-management">
|
||||||
<cn-data-list
|
<cn-data-list
|
||||||
ref="dataList"
|
ref="dataList"
|
||||||
:tableId="tableId"
|
:tableId="tableId"
|
||||||
|
|||||||
Reference in New Issue
Block a user