Modify el-button style
This commit is contained in:
parent
4901c542c8
commit
bf7a790fe6
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@ export default {
|
|||
line-height: 12px;
|
||||
}
|
||||
|
||||
.button {
|
||||
el-button {
|
||||
padding: 0;
|
||||
float: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue