|
@@ -5,7 +5,7 @@
|
|
|
<el-card v-if='overview.userOverview' class="user-overview">
|
|
|
<el-row type="flex">
|
|
|
<el-col :span="6" class="overview-item">本月新用户数</el-col>
|
|
|
- <el-col :span="4" class="overview-item"><countTo
|
|
|
+ <el-col :span="5" class="overview-item"><countTo
|
|
|
:startVal="overview.userOverview.newUser || 0"
|
|
|
:endVal="overview.userOverview.newUser || 0"
|
|
|
:duration="100"
|
|
@@ -14,7 +14,7 @@
|
|
|
</el-row>
|
|
|
<el-row type="flex">
|
|
|
<el-col :span="6" class="overview-item">累计用户数</el-col>
|
|
|
- <el-col :span="4" class="overview-item"><countTo
|
|
|
+ <el-col :span="5" class="overview-item"><countTo
|
|
|
:startVal="overview.userOverview.totalUser || 0"
|
|
|
:endVal="overview.userOverview.totalUser || 0"
|
|
|
:duration="100"
|
|
@@ -445,7 +445,7 @@ export default {
|
|
|
}
|
|
|
chart.clear();
|
|
|
chart.resize({
|
|
|
- height: this.$refs.regionChart.offsetWidth * 1,
|
|
|
+ height: 1046,
|
|
|
});
|
|
|
// let min = list[list.length - 1].userSum;
|
|
|
const p = {
|
|
@@ -594,9 +594,9 @@ export default {
|
|
|
series: [
|
|
|
{
|
|
|
type: "pie",
|
|
|
- radius: [0, 160],
|
|
|
+ radius: [0, 150],
|
|
|
left: "center",
|
|
|
- width: 700,
|
|
|
+ width: 500,
|
|
|
itemStyle: {
|
|
|
borderColor: "#fff",
|
|
|
borderWidth: 1,
|