Skip to content

Commit

Permalink
style: change style dasbor
Browse files Browse the repository at this point in the history
  • Loading branch information
newarifrh committed Jul 26, 2024
1 parent 481a02f commit 1d777ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const randomNum = () => Math.floor(Math.random() * (235 - 52 + 1) + 52);
const randomRGB = () => `rgb(${randomNum()}, ${randomNum()}, ${randomNum()})`;
const style = ref({
width: "700px",
width: "550px",
});
const load = ref(false);
Expand Down

0 comments on commit 1d777ee

Please sign in to comment.