|
|
@@ -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>
|
|
|
|