|
@@ -18,22 +18,12 @@
|
|
</el-card>
|
|
</el-card>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="5">
|
|
<el-col :span="5">
|
|
- <el-card class="box-card" style="height: 85px;text-align: center;line-height: 55px;">
|
|
|
|
- <span class="button-text">注册用户数 {{countData[0].count}}</span>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card" style="margin-top: 9px;height: 85px;text-align: center;line-height: 45px;">
|
|
|
|
- <span class="button-text">活跃用户数 {{countData[1].count}}</span>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card" style="margin-top: 9px;height: 85px;text-align: center;line-height: 45px;">
|
|
|
|
- <a class="button-text">旗县级领导账号数 {{countData[2].count}}</a>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card" style="margin-top: 9px;height: 85px;text-align: center;line-height: 45px;">
|
|
|
|
- <a class="button-text" >旗本级领导账号数 {{countData[3].count}}</a>
|
|
|
|
- </el-card>
|
|
|
|
- <el-card class="box-card" style="margin-top: 9px;height: 85px;text-align: center;line-height: 45px;">
|
|
|
|
- <a class="button-text">县(旗)区领导账号数 {{countData[4].count}}</a>
|
|
|
|
- </el-card>
|
|
|
|
-
|
|
|
|
|
|
+ <el-card class="box-card" style="height: 220px; text-align: center; display: flex; align-items: center; justify-content: center;">
|
|
|
|
+ <span class="button-text">注册用户数 {{countData[0].count}}</span>
|
|
|
|
+ </el-card>
|
|
|
|
+ <el-card class="box-card" style="margin-top: 20px; height: 220px; text-align: center; display: flex; align-items: center; justify-content: center;">
|
|
|
|
+ <span class="button-text">活跃用户数 {{countData[1].count}}</span>
|
|
|
|
+ </el-card>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row :gutter="10" style="margin-top: 25px; margin-left: 15px; margin-right: 15px">
|
|
<el-row :gutter="10" style="margin-top: 25px; margin-left: 15px; margin-right: 15px">
|