Blame view

frontend/front/src/mixins/tableHeight.js 175 Bytes
8ea9c133   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
export default {
  computed: {
    tableHeight() {
      return this.$baseTableHeight(45)
    },
    tableHeightShort() {
      return this.$baseTableHeight(88)
    },
  },
}