@@ -1,9 +1,9 @@
const Mock = require('mockjs')
const Random = Mock['Random']
-const mockGeneration = 5 // primary
+const mockGeneration = 8 // primary
const mockGroups = [1, 2, 3, 4, 5, 6]
-const mockPreferenceCount = 1 // 1 or 3 // 1志愿/3志愿
+const mockPreferenceCount = 3 // 1 or 3 // 1志愿/3志愿
module.exports = [
{
@@ -4,8 +4,8 @@
<div class="fx-1">
<mx-chart ref="bar" :options="chartOptions.bar" :height="'450px'"></mx-chart>
</div>
- <div v-if="chartOptions.pie" class="fx-row fx-cen-cen" style="width: 400px">
- <mx-chart ref="pie" :options="chartOptions.pie" :height="'400px'"></mx-chart>
+ <div v-if="chartOptions.pie" class="fx-row fx-cen-cen" style="width: 450px">
+ <mx-chart ref="pie" :options="chartOptions.pie" :height="'450px'"></mx-chart>
<template v-if="chartOptions.pies&&chartOptions.pies.length">