perf[style]: refine dashboard style in mobile (#2060)
This commit is contained in:
@@ -30,7 +30,9 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.initChart()
|
||||
this.$nextTick(() => {
|
||||
this.initChart()
|
||||
})
|
||||
this.__resizeHandler = debounce(() => {
|
||||
if (this.chart) {
|
||||
this.chart.resize()
|
||||
|
Reference in New Issue
Block a user