cleaning sass

This commit is contained in:
2018-08-04 14:00:46 +02:00
parent e5a6527d18
commit 69bda25bbb
7 changed files with 21 additions and 32 deletions
@@ -50,10 +50,10 @@
td, th {
@include pr(1);
@include py(1);
}
td .btn {
@include py(1);
@include mr(1);
}
</style>
@@ -77,11 +77,10 @@ export default {
this.columns.splice(n, 1)
},
addCol() {
let nth = this.columns.length+1
this.columns.push({
name: `column-${nth}`,
name: '',
type: 'string',
title: `Column ${nth}`,
title: '',
})
}
}