From 19a376ed8aa48c948c85e0249cade9c40b96ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Mon, 26 Feb 2018 10:03:29 +0800 Subject: [PATCH] no message Former-commit-id: c06cebed9352cbba0f75d52054c0493edd0989b2 Former-commit-id: 2ae85f41bb163100cd60529152d9980ad5e6d377 Former-commit-id: 54208e370f3b15aab631c0631d57934d2c37b4f5 --- src/pages/demo/chart/dynamicSize/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/demo/chart/dynamicSize/index.vue b/src/pages/demo/chart/dynamicSize/index.vue index db3a7717..15500918 100644 --- a/src/pages/demo/chart/dynamicSize/index.vue +++ b/src/pages/demo/chart/dynamicSize/index.vue @@ -122,14 +122,14 @@ export default { layout: { // 调整布局时 复制 layoutUpdatedHandler() 输出的日志到这里 layout: [ - {'x': 0, 'y': 0, 'w': 4, 'h': 7, 'i': '0'}, - {'x': 4, 'y': 0, 'w': 4, 'h': 7, 'i': '1'}, - {'x': 8, 'y': 0, 'w': 4, 'h': 7, 'i': '2'}, - {'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'}, - {'x': 4, 'y': 7, 'w': 4, 'h': 7, 'i': '4'}, - {'x': 8, 'y': 7, 'w': 4, 'h': 7, 'i': '5'}, - {'x': 0, 'y': 14, 'w': 4, 'h': 7, 'i': '6'}, - {'x': 4, 'y': 14, 'w': 4, 'h': 7, 'i': '7'} + {'x': 7, 'y': 8, 'w': 5, 'h': 8, 'i': '0'}, + {'x': 4, 'y': 16, 'w': 4, 'h': 7, 'i': '1'}, + {'x': 8, 'y': 16, 'w': 4, 'h': 7, 'i': '2'}, + {'x': 0, 'y': 16, 'w': 4, 'h': 7, 'i': '3'}, + {'x': 3, 'y': 8, 'w': 4, 'h': 8, 'i': '4'}, + {'x': 9, 'y': 0, 'w': 3, 'h': 8, 'i': '5'}, + {'x': 0, 'y': 8, 'w': 3, 'h': 8, 'i': '6'}, + {'x': 0, 'y': 0, 'w': 9, 'h': 8, 'i': '7'} ], colNum: 12, rowHeight: 30,