Merge pull request #7 from jumpserver/jym_dev

[Update] 修复列表页面复选框点点的问题
This commit is contained in:
Orange 2020-04-02 13:38:57 +08:00 committed by GitHub
commit 18d12d63fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -70,7 +70,7 @@ export default {
.el-table /deep/ .el-table__row > td {
line-height: 1.5;
padding: 8px;
padding: 8px 0;
}
.el-table /deep/ .el-table__row > td> div > span {
text-overflow: ellipsis;
@ -79,7 +79,7 @@ export default {
white-space: nowrap;
}
.el-table /deep/ .el-table__header > thead > tr >th {
padding: 8px;
padding: 8px 0;
background-color: #F5F5F6;
font-size: 13px;
line-height: 1.5;

View File

@ -52,7 +52,10 @@ export default {
}
],
columns: [
{ type: 'selection' },
{
type: 'selection',
align: 'center'
},
// Bug
// Slot,使
{