cleaning sass
This commit is contained in:
@@ -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: '',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user