| | |
| | | <basic-container> |
| | | <div class="main"> |
| | | <div class="top"> |
| | | <div class="testbox" style=""> |
| | | <div class="testbox"> |
| | | <div> |
| | | </div> |
| | | <el-row style="width: 100%;margin-bottom: 10px"> |
| | |
| | | this.conditionMap = {}; |
| | | // 存储查询条件,主要是为了点击页码时带上这个条件 |
| | | this.conditionMap["conditionMap[" + this.keyWordFind + "]"] = '*' + this.WupinFindValue + '*'; |
| | | console.log(this.conditionMap) |
| | | TableData({ |
| | | templateOid: this.templateOid, |
| | | codeClassifyOid: this.codeClassifyOid, |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | |
| | | .el-table__fixed-body-wrapper .el-table__body { |
| | | padding-bottom: 15px; // 滚动条高度 |
| | | /deep/ .el-table__fixed-body-wrapper { |
| | | .el-table__body { |
| | | padding-bottom: 15px; |
| | | } |
| | | } |
| | | |
| | | //固定列高度 |
| | | /deep/ .el-table__fixed { |
| | | height: calc(100vh - 365px) !important; |