| | |
| | | datetime: "datetime", |
| | | }, |
| | | tableData: [], |
| | | tableHeight: 'calc(100vh - 300px)', |
| | | tableHeight: 'calc(100vh - 350px)', |
| | | DataVisible: false, |
| | | tableHeadData: [], |
| | | items: {}, |
| | |
| | | this.tableHeight = 'calc(100vh - 630px)'; |
| | | this.$refs.dataTable.doLayout() |
| | | } else { |
| | | this.tableHeight = 'calc(100vh - 310px)'; |
| | | this.tableHeight = 'calc(100vh - 350px)'; |
| | | this.$refs.dataTable.doLayout() |
| | | } |
| | | }, |
| | |
| | | <style lang="scss" scoped> |
| | | //固定列高度 |
| | | /deep/ .el-table__fixed { |
| | | height: calc(100vh - 370px) !important; |
| | | height: calc(100vh - 365px) !important; |
| | | } |
| | | |
| | | // 滚动条样式修改 |