| | |
| | | } |
| | | .el-table .cell{ |
| | | line-height: 22px; |
| | | padding: 0 8px; |
| | | } |
| | | .el-table th.el-table__cell>.cell{ |
| | | padding: 0 3px; |
| | | } |
| | | .el-table--mini .cell{ |
| | | line-height: 20px; |
| | |
| | | border:true, |
| | | height:'auto', |
| | | index:true, |
| | | indexFixed:false,//固定列 |
| | | dialogDrag:true, |
| | | searchShow:true, |
| | | searchIcon:true, |
| | | selection:true, |
| | | stripe:true, |
| | | selection:true, //是否有选择框 |
| | | selectionFixed:false, |
| | | stripe:true, //条纹 |
| | | headerAlign: 'center', |
| | | align: 'center', |
| | | emptyText: '暂无内容', |
| | | tip:false, |
| | | // selection 是否有选择框 |
| | | // indexFixed:true/left/right, 固定列 |
| | | // menu:false, 是否有操作栏 |
| | | // menuTitle:xxx, 操作栏标题 |
| | | // stripe 条纹 |
| | | } |