统一页面字体大小,更新操作栏使其自适应宽度

This commit is contained in:
haiyangcui
2020-10-22 12:22:19 +02:00
parent 2eba0523bc
commit 248c0994c9
5 changed files with 7 additions and 8 deletions

View File

@@ -252,6 +252,9 @@
.el-table .highlight{
color: var(--highlight-color) !important;
}
.el-button{
font-size: 1rem;
}
}
}
}

View File

@@ -32,8 +32,7 @@
<el-table-column
label="操作"
header-align="center"
align="right"
width="140">
align="right">
<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

@@ -30,8 +30,7 @@
<el-table-column
label="操作"
header-align="center"
align="right"
width="180">
align="right">
<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

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

View File

@@ -54,8 +54,7 @@
<el-table-column
label="操作"
header-align="center"
align="right"
width="180">
align="right">
<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>