This commit is contained in:
Pan
2017-04-19 18:43:57 +08:00
parent 15a7d074d2
commit 89a4c3bda1
19 changed files with 754 additions and 98 deletions

View File

@@ -10,12 +10,7 @@
import keyboardChart2 from 'components/Charts/keyboard2';
export default {
components: { keyboardChart2 },
data() {
return {
}
}
components: { keyboardChart2 }
};
</script>
@@ -23,7 +18,7 @@
.chart-container{
position: relative;
width: 100%;
height: 100%;
height: 90%;
}
</style>