added finaly styles for start-window crash

This commit is contained in:
Kostya
2024-02-04 14:11:35 +03:00
parent 62827f885c
commit 73fda1b570
2 changed files with 18 additions and 19 deletions

View File

@@ -119,18 +119,4 @@ export default {
</script>
<style>
.chart-container {
width: 600px;
top: 250px;
left: 30%;
}
.chart-container canvas {
width: 600px !important;
height: 400px !important;
transition: .3s ease;
}
</style>