liangweifeng 6 years ago
parent
commit
0bb94696f7
2 changed files with 3 additions and 1 deletions
  1. 2 0
      page/bigDataOut/css/zidian.css
  2. 1 1
      page/bigDataOut/html/zidian.html

+ 2 - 0
page/bigDataOut/css/zidian.css

@ -32,6 +32,7 @@ html {
    padding: 0;
    height: 100%;
    height: 640px;
    text-align: center
}
.el-menu {
@ -83,6 +84,7 @@ aside {
.el-table th {
    background-color: #f8f8f8;
    text-align: center
}
.el-pagination__jump {

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

@ -33,7 +33,7 @@
                </div>
                <el-table :data="tableData" border style="width: 100%" :data.native="tableData.slice((currentPage-1)*pageSize,currentPage*pageSize)">
                    <el-table-column type="index" label="序号">
                    <el-table-column type="index" label="序号" width='60'>
                    </el-table-column>
                    <el-table-column prop="code" label="值域编码">
                    </el-table-column>