• This project
    • Loading...
  • Sign in

LI WENHAO / Running-Football

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Running-Football
  • ..
  • common
  • noneData.vue
  • HU XUYANG's avatar
    add branch dev-client · 89fdcc10 ...
    89fdcc10
    init client
    init server-client
    HU XUYANG authored 2021-12-07 20:56:21 +0800
noneData.vue 342 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<template>
  <div class="none-data-wrapper">
    <img src="../../images/none-data.jpg" alt="" />
  </div>
</template>
<script>
export default {
  name: "NoneData",
};
</script>
<style lang="less" scoped>
.none-data-wrapper {
  text-align: center;
  margin-top: 160px;
  .none-data-icon {
    font-size: 100px;
  }
}
</style>