@@ -1,6 +1,6 @@
<template>
<div class="mod-home">
- 欢迎使用工具大脑!
+ <img class="img-welcome" src="../../../static/img/welcome.png" alt="">
</div>
</template>
@@ -17,5 +17,12 @@ export default {
<style>
.mod-home {
}
+
+.img-welcome {
+ display: block;
+ width: 100%;
+ height: auto;
+ margin: 0 auto;
+}
</style>