modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 16:37:10 +02:00
parent 9357376289
commit de98fe1cdc

View File

@ -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>