zcy há 4 anos atrás
pai
commit
24d47c5261
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/views/dashboard/index.vue

+ 1 - 2
src/views/dashboard/index.vue

@@ -1,9 +1,8 @@
 <template>
   <el-card class="content-z ddd" style="display: flex;justify-content: center">
-    <img :src="index" alt="" style="margin-top:20px">
+    <img :src="index" alt="" style="margin-top:20px;height: 65%">
     <h3 class="wl">WELCOME</h3>
     <h3 class="title">欢迎进入供电生产管理系统</h3>
-
   </el-card>
 </template>