修改
This commit is contained in:
parent
0b83a9e596
commit
9757568f23
@ -22,11 +22,15 @@
|
|||||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
||||||
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item style="float:right">
|
</el-form>
|
||||||
|
</div>
|
||||||
|
<div ref="mb8" class="mb8">
|
||||||
|
<el-row :gutter="10" class="">
|
||||||
|
<el-col :span="1.5">
|
||||||
<el-button type="primary" size="mini" @click="handleAdd"
|
<el-button type="primary" size="mini" @click="handleAdd"
|
||||||
v-hasPermi="['system:question:add']">新增问卷模板</el-button>
|
v-hasPermi="['system:question:add']">新增问卷模板</el-button>
|
||||||
</el-form-item>
|
</el-col>
|
||||||
</el-form>
|
</el-row>
|
||||||
</div>
|
</div>
|
||||||
<div ref="table">
|
<div ref="table">
|
||||||
<el-table :max-height="maxTableHeight" v-loading="loading" :data="questionList">
|
<el-table :max-height="maxTableHeight" v-loading="loading" :data="questionList">
|
||||||
@ -326,11 +330,11 @@ export default {
|
|||||||
const windowInnerHeight = window.innerHeight // 屏幕可视高度
|
const windowInnerHeight = window.innerHeight // 屏幕可视高度
|
||||||
const layoutDiv = this.$refs.layout
|
const layoutDiv = this.$refs.layout
|
||||||
const formDiv = this.$refs.topform
|
const formDiv = this.$refs.topform
|
||||||
// const mb8Div = this.$refs.mb8
|
const mb8Div = this.$refs.mb8
|
||||||
this.maxTableHeight =
|
this.maxTableHeight =
|
||||||
windowInnerHeight - 134 -
|
windowInnerHeight - 134 -
|
||||||
this.getBoxPadding(layoutDiv) -
|
this.getBoxPadding(layoutDiv) -
|
||||||
// this.getBoxHeight(mb8Div) -
|
this.getBoxHeight(mb8Div) -
|
||||||
this.getBoxHeight(formDiv)
|
this.getBoxHeight(formDiv)
|
||||||
},
|
},
|
||||||
// 屏幕resize监听
|
// 屏幕resize监听
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user