Modify el-button style

This commit is contained in:
weryques 2018-01-24 09:28:41 -02:00
parent 4901c542c8
commit bf7a790fe6
2 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,6 @@
<time class="time">{{collection.description}}</time>
<el-button type="text" >Lista de Itens</el-button>
</div>
</div>
</el-card>
</el-row>
@ -41,7 +40,6 @@ export default {
},
created(){
this.collectionId = this.$route.params.id;
console.log(this.collectionId);
this.fetchCollection(this.collectionId);
}
@ -60,7 +58,7 @@ export default {
line-height: 12px;
}
.button {
el-button {
padding: 0;
float: right;
}

View File

@ -61,7 +61,7 @@ export default {
line-height: 12px;
}
.button {
el-button {
padding: 0;
float: right;
}