no message
Former-commit-id: 3efa0927eadddf0173698bd7ff91626b6bf6be5a Former-commit-id: 04c154fa416f73db940b947ac1823ce24d51be78 Former-commit-id: f4b470ca10600c65120ffc3f33f7ad98bc00d4bb
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
<GridLayout v-bind="layout" @layout-updated="layoutUpdatedHandler">
|
<GridLayout v-bind="layout" @layout-updated="layoutUpdatedHandler">
|
||||||
<GridItem
|
<GridItem
|
||||||
v-bind="layout.layout[0]"
|
v-bind="layout.layout[0]"
|
||||||
@resize="handleResize('G2LineBase1')"
|
|
||||||
@resized="handleResized('G2LineBase1')">
|
@resized="handleResized('G2LineBase1')">
|
||||||
<el-card class="header-in">
|
<el-card class="header-in">
|
||||||
<ChartCardHeader
|
<ChartCardHeader
|
||||||
@@ -82,10 +81,6 @@ export default {
|
|||||||
})
|
})
|
||||||
console.groupEnd()
|
console.groupEnd()
|
||||||
},
|
},
|
||||||
// 改变尺寸
|
|
||||||
handleResize (name) {
|
|
||||||
// this.chartResize(name)
|
|
||||||
},
|
|
||||||
// 改变尺寸完成
|
// 改变尺寸完成
|
||||||
handleResized (name) {
|
handleResized (name) {
|
||||||
this.chartResize(name)
|
this.chartResize(name)
|
||||||
|
|||||||
Reference in New Issue
Block a user