统一操作列风格

This commit is contained in:
buvta
2020-11-09 08:19:40 +08:00
parent 959f515f55
commit 24e890d1ab
5 changed files with 11 additions and 8 deletions

View File

@@ -68,7 +68,8 @@
<el-table-column
label="操作"
header-align="center"
align="right">
align="right"
:width="sites.every(site => site.status) && !checkAllSitesLoading ? 200 : 150">
<template slot-scope="scope">
<el-button size="mini" @click.stop="moveToTopEvent(scope.row)" type="text">置顶</el-button>
<el-button size="mini" @click.stop="editSite(scope.row)" type="text">编辑</el-button>

View File

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

View File

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

View File

@@ -67,8 +67,9 @@
</el-table-column>
<el-table-column
label="操作"
header-align="right"
align="right">
header-align="center"
align="right"
width="200">
<template slot-scope="scope">
<el-button @click.stop="playEvent(scope.row)" type="text">播放</el-button>
<el-button @click.stop="shareEvent(scope.row)" type="text">分享</el-button>

View File

@@ -66,8 +66,9 @@
</el-table-column>
<el-table-column
label="操作"
header-align="right"
align="right">
header-align="center"
align="right"
width="200">
<template slot-scope="scope">
<el-button @click.stop="playEvent(scope.row)" type="text">播放</el-button>
<el-button @click.stop="shareEvent(scope.row)" type="text">分享</el-button>