|
|
@@ -1,7 +1,8 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<!-- :header-cell-style="{background:'#EEEEEE',color:'#333'}" -->
|
|
|
- <el-table ref="table" :row-class-name="tableClassName" highlight-current-row :data="data" size="mini" :height="height" @row-click="rowClick" style="width:100%;min-height:300px" border>
|
|
|
+ <el-table ref="table" :row-class-name="tableClassName" highlight-current-row :data="data" size="mini" :height="height" @row-click="rowClick" style="width:100%;min-height:910px;" :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400',fontSize:'14px'}"
|
|
|
+ :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}" border>
|
|
|
<el-table-column v-for="col in layout" :key="col.tablecolid" :prop="col.columnname" :label="col.title" :width="width && col.width === 0 ? 150 : col.width" :fixed="fixedName ? fixedName.indexOf(col.columnname)!= -1?'right':false : false">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="table-panel">
|