#5 mobile-support for hitgroup dummy
This commit is contained in:
@@ -355,7 +355,7 @@ export default {
|
||||
const buildCharts = (arr) => {
|
||||
disposeCharts()
|
||||
|
||||
myChart1 = echarts.init(document.getElementById('hitgroup-puppet'), {}, {width: 500, height: 500})
|
||||
myChart1 = echarts.init(document.getElementById('hitgroup-puppet'), {}, {width: 300, height: 500})
|
||||
|
||||
const url = require('@/assets/images/icons/hitgroup-puppet.svg')
|
||||
$.get(url, function (svg) {
|
||||
@@ -418,4 +418,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.select-group {
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user