3dWidget dnd and 2d widgets backend api updated

This commit is contained in:
2025-03-28 19:13:20 +05:30
parent f69b601785
commit c842b81611
26 changed files with 435 additions and 150 deletions

View File

@@ -109,7 +109,7 @@
.productionCapacity-wrapper {
background: var(--background-color);
background-color: var(--background-color);
display: flex;
flex-direction: column;
gap: 6px;
@@ -170,6 +170,9 @@
}
}
}
.bar-chart{
padding:14px 0;
}
}