LiuJ hace 1 semana
padre
commit
b79e7ae609
Se han modificado 1 ficheros con 8 adiciones y 4 borrados
  1. 8 4
      src/views/dashboard/admin/index.vue

+ 8 - 4
src/views/dashboard/admin/index.vue

@@ -112,7 +112,7 @@
             </el-row>
             <el-row :gutter="32">
                 <el-col :xs="24" :sm="24" :lg="6">
-                    <div class="topWindowBox">
+                    <div class="topWindowBox ">
                         <div class="twbTitle">
                             <div class="twbIconbg bg5">
                                 <img src="@/assets/index/topIcon5.png" />
@@ -147,7 +147,7 @@
             </el-row>
             <el-row :gutter="32">
                 <el-col :xs="24" :sm="24" :lg="16">
-                    <div class="chartBox">
+                    <div class="chartBox otherheight">
                         <div class="chartTitle">
                             平台数据增长趋势
                             <el-select v-model="chatType" placeholder="请选择" class="chartSelectInput"
@@ -163,7 +163,7 @@
                     </div>
                 </el-col>
                 <el-col :xs="24" :sm="24" :lg="8">
-                    <div class="chartBox">
+                    <div class="chartBox otherheight">
                         <div class="chartTitle">用户类型占比</div>
                         <div class="chart-wrapper">
                             <ring-chart :chart-data="ringChartData" />
@@ -1196,6 +1196,10 @@ export default {
     }
 }
 
+.otherheight {
+    height: 450px;
+}
+
 .noData {
     color: #CCCCCC;
     font-size: 32px;
@@ -1289,7 +1293,7 @@ export default {
     padding: 2px;
     justify-content: center;
     margin-right: 2px;
-    font-size: 14px;
+    font-size: 12px;
     line-height: 12px;
     text-align: center;
     vertical-align: middle;