Skip to content
  • This project
    • Loading...
  • Sign in

杨炀 / dangan_dataV

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dangan_dataV
  • src
  • views
  • login
  • components
  • weixin.vue
  • 杨炀's avatar
    init · 4237375e
    杨炀 committed 2024-10-11 11:19:43 +0800
    4237375e
weixin.vue 380 Bytes
Raw Blame History Permalink
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 class="form-wx">
    <div class="orCode" />
    <p>扫码登录</p>
  </div>
</template>

<script setup>

</script>

<style scoped>
.form-wx {
  text-align: center;
  margin-top: 70px;
}

.orCode {
  width: 200px;
  height: 200px;
  background-image: url("@/assets/images/未开通该功能!.png");
  background-size: 100%;
  display: inline-block;
}
</style>