Browse Source

表格自适应高度

lilei 4 years ago
parent
commit
2b83753189
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/productBrand/list.vue

+ 1 - 1
src/views/productManagement/productBrand/list.vue

@@ -77,7 +77,7 @@ export default {
         enabledFlag: undefined //  状态
       },
       disabled: false, //  查询、重置按钮是否可操作
-      tableHeight:0,
+      tableHeight: 0,
       columns: [
         { title: '序号', dataIndex: 'no', width: 70, align: 'center' },
         { title: '产品品牌名称', dataIndex: 'brandName', align: 'center', ellipsis: true, customRender: function (text) { return text || '--' } },