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