Logo white

antissoft / antissoft.dati.admin

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • antissoft.dati.admin
  • src
  • App.vue
  • 超哥牛批
    e6276ef2
    yangzhi authored
    2022-04-15 14:41:33 +0800  
    Browse Code »
App.vue 315 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<template>
  <div id="app">
    <router-view />
  </div>
</template>

<script>
export default {
  name: 'App'
}
</script>
<style lang="scss">
.flex{
  display: flex;
}
.aligin-center{
  align-items: center;
}
.page-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
</style>