修改列表列宽
This commit is contained in:
@@ -69,8 +69,28 @@
|
||||
</el-tooltip>
|
||||
</template>
|
||||
</template>
|
||||
<!-- <!– 插槽 自定义列表表头数据格式 –>-->
|
||||
<!-- <template #header v-if="column && column.slotHeaderName">-->
|
||||
<!-- <span>{{column.label}}</span>-->
|
||||
<!-- <el-tooltip trigger="click" effect="dark" placement="top">-->
|
||||
<!-- <template #content>{{column.slotHeaderName}}</template>-->
|
||||
<!-- <i class="el-icon-question"></i>-->
|
||||
<!-- </el-tooltip>-->
|
||||
<!-- </template>-->
|
||||
<!-- <!– 插槽 自定义列表内数据格式 –>-->
|
||||
<!-- <template #default="scope" v-if="column && column.slotName">-->
|
||||
<!-- <!– 传递行数据、行索引等信息到父组件的插槽 –>-->
|
||||
<!-- <slot-->
|
||||
<!-- :name="column.slotName"-->
|
||||
<!-- :valueKey="key"-->
|
||||
<!-- :row="scope.row"-->
|
||||
<!-- :rowIndex="scope.$index"-->
|
||||
<!-- :column="column"-->
|
||||
<!-- :scope="scope"-->
|
||||
<!-- ></slot>-->
|
||||
<!-- </template>-->
|
||||
</el-table-column>
|
||||
</template>
|
||||
</template>
|
||||
<!-- 表格行内按钮 -->
|
||||
<el-table-column v-if="config && config.tableButton && config.tableButton.line" :width="config.tableButton.line.length * 70 + `px`" label="操作" fixed="right" align="center" class-name="small-padding fixed-width">
|
||||
<template #default="scope">
|
||||
|
||||
Reference in New Issue
Block a user