<el-table-column prop="name" label="尊称"> <template slot-scope="scope"> <div class="custom-cell" style="line-height: 40px;">{{ scope.row.name }}</div> </template> </el-table-column> </el-table> ``` 3. 使用 CSS 样式 我们也可以通过编写自定义的 CSS 样式来实现表格列内容的纵...