|
|
@@ -45,8 +45,8 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
layout: [
|
|
|
- { x: 0, y: 0, w: 6, h: 6, i: '0', name: 'BoardWidget' },
|
|
|
- { x: 6, y: 0, w: 6, h: 6, i: '1', name: 'PolicyWidget' }
|
|
|
+ { x: 0, y: 0, w: 12, h: 6, i: '0', name: 'BoardWidget' },
|
|
|
+ { x: 6, y: 0, w: 12, h: 6, i: '1', name: 'PolicyWidget' }
|
|
|
// { x: 0, y: 0, w: 6, h: 4, i: '2', name: 'UserWidget' },
|
|
|
// { x: 6, y: 4, w: 6, h: 4, i: '3', name: 'UserWidget2' },
|
|
|
// { x: 0, y: 8, w: 6, h: 6, i: '4', name: 'BarChartWidget' },
|