liangweifeng 6 years ago
parent
commit
30f8825d64
2 changed files with 6 additions and 7 deletions
  1. 5 6
      page/bigDataOut/css/zidian.css
  2. 1 1
      page/bigDataOut/html/zidian.html

+ 5 - 6
page/bigDataOut/css/zidian.css

@ -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;
    text-align: center
@ -95,10 +97,7 @@ aside {
    text-align: right;
}
.el-pagination__total {
    position: absolute;
    left: 30px;
}
.el-icon-search{
    position: absolute;
    right:40px;

+ 1 - 1
page/bigDataOut/html/zidian.html

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