imatrix-ui 2.9.30-dw-tmp1 → 2.9.31-dw

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.9.30-dw-tmp1",
3
+ "version": "2.9.31-dw",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -3,6 +3,7 @@
3
3
  v-if="loaded"
4
4
  ref="historyList"
5
5
  style="width: 100%"
6
+ :height="tableHeight"
6
7
  :data="histories"
7
8
  element-loading-text="Loading"
8
9
  border
@@ -122,7 +123,7 @@ export default {
122
123
  },
123
124
  mounted() {
124
125
  this.$nextTick(() => {
125
- this.tableHeight = window.innerHeight - this.$refs.historyList.$el.offsetTop
126
+ this.tableHeight = window.innerHeight - 120
126
127
  })
127
128
  },
128
129
  methods: {