modified code
This commit is contained in:
28
onzer.riot
28
onzer.riot
@@ -34,8 +34,8 @@
|
||||
search: "albums"
|
||||
};
|
||||
//console.log(this.state.items);
|
||||
this.album_style = "isActivate";
|
||||
this.paintButton();
|
||||
this.album_style = "isActivate";
|
||||
this.update();
|
||||
},
|
||||
onMounted(){
|
||||
@@ -90,18 +90,18 @@
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
.isActivate{
|
||||
background-color: #6EE7B7;
|
||||
border-color: #059669;
|
||||
}
|
||||
.isDeactivate {
|
||||
background-color: #D1FAE5;
|
||||
border-color: #6EE7B7;
|
||||
}
|
||||
.item {
|
||||
background-color: #ECFDF5;
|
||||
border-color: #6EE7B7;
|
||||
width: 32%;
|
||||
}
|
||||
.isActivate{
|
||||
background-color: #6EE7B7;
|
||||
border-color: #059669;
|
||||
}
|
||||
.isDeactivate {
|
||||
background-color: #D1FAE5;
|
||||
border-color: #6EE7B7;
|
||||
}
|
||||
.item {
|
||||
background-color: #ECFDF5;
|
||||
border-color: #6EE7B7;
|
||||
width: 32%;
|
||||
}
|
||||
</style>
|
||||
</onzer>
|
||||
|
Reference in New Issue
Block a user