perf[Charts]: refine style

This commit is contained in:
Pan
2018-09-04 15:03:47 +08:00
parent 44e4bddc21
commit 676aaf3485
6 changed files with 12 additions and 9 deletions

View File

@@ -16,9 +16,8 @@ export default {
<style scoped>
.chart-container{
position: relative;
padding: 20px;
width: 100%;
height: 85vh;
height: calc(100vh - 84px);
}
</style>

View File

@@ -16,9 +16,8 @@ export default {
<style scoped>
.chart-container{
position: relative;
padding:20px;
width: 100%;
height:85vh;
height: calc(100vh - 84px);
}
</style>

View File

@@ -16,9 +16,8 @@ export default {
<style scoped>
.chart-container{
position: relative;
padding: 20px;
width: 100%;
height:85vh;
height: calc(100vh - 84px);
}
</style>