fcfe609b by renchao@pashanhoo.com

1

1 parent 77bdb13e
1 /*
2 * FileName: lb-table.vue
3 * Remark: element table
4 * Project: lb-element-table
5 * Author: 任超
6 * File Created: Tuesday, 19th March 2019 9:55:27 am
7 * Last Modified: Tuesday, 19th March 2019 9:55:34 am
8 * Modified By: 任超
9 */
10
11 <template> 1 <template>
12 <div :class="['lb-table', customClass]"> 2 <div :class="['lb-table', customClass]">
13 <el-table v-if="!heightNumSetting" class="table-fixed" :row-style="{ height: '50px' }" ref="elTable" :border='border' 3 <el-table v-if="!heightNumSetting" class="table-fixed" :row-style="{ height: '50px' }" ref="elTable" :border='border'
...@@ -287,3 +277,4 @@ export default { ...@@ -287,3 +277,4 @@ export default {
287 display: none; 277 display: none;
288 } 278 }
289 </style> 279 </style>
280
......