no message

Former-commit-id: c06cebed9352cbba0f75d52054c0493edd0989b2
Former-commit-id: 2ae85f41bb163100cd60529152d9980ad5e6d377
Former-commit-id: 54208e370f3b15aab631c0631d57934d2c37b4f5
This commit is contained in:
李杨
2018-02-26 10:03:29 +08:00
parent 2d5362cc75
commit 19a376ed8a

View File

@@ -122,14 +122,14 @@ export default {
layout: { layout: {
// 调整布局时 复制 layoutUpdatedHandler() 输出的日志到这里 // 调整布局时 复制 layoutUpdatedHandler() 输出的日志到这里
layout: [ layout: [
{'x': 0, 'y': 0, 'w': 4, 'h': 7, 'i': '0'}, {'x': 7, 'y': 8, 'w': 5, 'h': 8, 'i': '0'},
{'x': 4, 'y': 0, 'w': 4, 'h': 7, 'i': '1'}, {'x': 4, 'y': 16, 'w': 4, 'h': 7, 'i': '1'},
{'x': 8, 'y': 0, 'w': 4, 'h': 7, 'i': '2'}, {'x': 8, 'y': 16, 'w': 4, 'h': 7, 'i': '2'},
{'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'}, {'x': 0, 'y': 16, 'w': 4, 'h': 7, 'i': '3'},
{'x': 4, 'y': 7, 'w': 4, 'h': 7, 'i': '4'}, {'x': 3, 'y': 8, 'w': 4, 'h': 8, 'i': '4'},
{'x': 8, 'y': 7, 'w': 4, 'h': 7, 'i': '5'}, {'x': 9, 'y': 0, 'w': 3, 'h': 8, 'i': '5'},
{'x': 0, 'y': 14, 'w': 4, 'h': 7, 'i': '6'}, {'x': 0, 'y': 8, 'w': 3, 'h': 8, 'i': '6'},
{'x': 4, 'y': 14, 'w': 4, 'h': 7, 'i': '7'} {'x': 0, 'y': 0, 'w': 9, 'h': 8, 'i': '7'}
], ],
colNum: 12, colNum: 12,
rowHeight: 30, rowHeight: 30,