Explorar o código

表格自适应高度

lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
2b83753189
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 || '--' } },