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