Explorar el Código

tbtools-首页图片

panyong hace 4 años
padre
commit
c246c05a7e

+ 8 - 1
htmldev/TBTools/src/views/common/home.vue

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

BIN
htmldev/TBTools/static/img/welcome.png