feat(shortcodes): add width and height params for echarts shortc… (#192)

This commit is contained in:
Dillon
2020-03-21 20:52:12 +08:00
committed by GitHub
parent aed8734d83
commit b6ce753ae7
6 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
.echarts {
width: 100%;
height: 30rem;
margin: .5rem 0;
text-align: center;
}