最后一列的表头向右对齐

This commit is contained in:
haiyangcui
2020-10-23 23:23:25 +02:00
parent 6f52d73d52
commit 2e96812a1f
4 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@
</el-table-column>
<el-table-column
label="操作"
header-align="center"
header-align="right"
align="right">
<template slot-scope="scope">
<el-button size="mini" @click.stop="moveToTopEvent(scope.row)" type="text">置顶</el-button>

View File

@@ -30,7 +30,7 @@
</el-table-column>
<el-table-column
label="操作"
header-align="center"
header-align="right"
align="right">
<template slot-scope="scope">
<el-button @click.stop="playEvent(scope.row)" type="text">播放</el-button>

View File

@@ -48,7 +48,7 @@
</el-table-column>
<el-table-column
label="操作"
header-align="center"
header-align="right"
align="right">
<template #header>
<span>总频道数:{{ iptvList.length }}</span>

View File

@@ -57,7 +57,7 @@
</el-table-column>
<el-table-column
label="操作"
header-align="center"
header-align="right"
align="right">
<template slot-scope="scope">
<el-button @click.stop="playEvent(scope.row)" type="text">播放</el-button>