修改表格字段 修改按钮样式 修改页尾距离表格的距离
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
</el-table>
|
||||
</div>
|
||||
<el-pagination
|
||||
class="pagination"
|
||||
:current-page="page"
|
||||
:page-sizes="[5, 10, 20]"
|
||||
:pageSize="pageSize"
|
||||
@@ -940,5 +941,13 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
.dialog-footer{
|
||||
::v-deep .el-button {
|
||||
width: 80px;
|
||||
height: 36px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user