inleft
2022-02-09 9bcb19959eeb9da9bde2561e7278f6d0a55eb151
commit | author | age
9bcb19 1 <template>
I 2   <a-card :bordered="false" style="display: flex;justify-content:center;height: 100%" >
3     <div style="margin:100px auto;">
4       <img src="~@/assets/welcome.png" class="logo" alt="logo">
5     </div>
6   </a-card>
7 </template>
8
9 <script>
10
11 </script>
12
13 <style lang="less" scoped>
14
15 </style>