Shrank Cards on the Dashboard. Implemented own Card as well.
This commit is contained in:
parent
796b835c08
commit
6d9342a970
3 changed files with 58 additions and 20 deletions
|
|
@ -232,11 +232,13 @@ watch(() => props.completedNumber, (newValue) => {
|
|||
|
||||
.chart-wrapper {
|
||||
position: relative;
|
||||
height: 300px;
|
||||
margin-top: 20px;
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
/*margin-top: 20px;*/
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.chart-canvas {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue