fix(charts): fix useCharts resize not work

This commit is contained in:
vben
2020-11-04 21:00:17 +08:00
parent 6936adb2c2
commit 6d9585b46f
9 changed files with 289 additions and 279 deletions

View File

@@ -42,7 +42,8 @@
width: 100%;
height: 100%;
// background: rgba(255, 255, 255, 0.3);
background: rgba(241, 241, 246, 0.7);
// background: #f0f2f5;
background: rgba(240, 242, 245, 0.5);
justify-content: center;
align-items: center;
}