zcy 4 年之前
父節點
當前提交
24d47c5261
共有 1 個文件被更改,包括 1 次插入2 次删除
  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>