@ -32,7 +32,7 @@ html {
padding: 0;
height: 100%;
height: 640px;
text-align: center
/* text-align: center */
}
.el-menu {
@ -81,7 +81,9 @@ aside {
padding-right: 20px;
position: relative;
.el-table {
text-align: center;
.el-table th {
background-color: #f8f8f8;
@ -95,10 +97,7 @@ aside {
text-align: right;
.el-pagination__total {
position: absolute;
left: 30px;
.el-icon-search{
right:40px;
@ -103,7 +103,7 @@
var params = {
code: this.code,
size: this.currentPage*this.pageSize,
page: this.pageSize
page: this.currentPage
if (this.searchKey) {
params.filters = "code?" + this.searchKey + " ;hashCode?" + this.searchKey + ";desc?" + this.searchKey