Commit 2d6a1682d4e9e9a4b5521372baf8f2a21ec4edfa

Authored by 梁保满
1 parent 503b6063

互动报表高度设置

Showing 1 changed file with 1 additions and 0 deletions
src/views/ask/index.vue
... ... @@ -320,6 +320,7 @@
320 320 <div v-show="tabIndex == 3">
321 321 <el-table
322 322 v-if="role == 'ROLE_JIAOSHI'"
  323 + :max-height="tableMaxHeight"
323 324 :data="tableData"
324 325 border
325 326 style="width: 100%"
... ...