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

杨炀 / dance-pc

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
  • dance-pc
  • src
  • viewsPc
  • center
  • myCertification.vue
  • 杨炀's avatar
    add: 个人中心-机构-个人信息 · b42d99dc
    杨炀 committed 2024-02-22 09:20:12 +0800
    b42d99dc
myCertification.vue 375 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
<template>
  <el-card :body-style="{'padding':'0'}">
    <div class="indexTitle"><h3 class="leftboderTT">团队认证</h3></div>
  </el-card>
</template>

<script setup>

</script>

<style scoped lang="scss">
.indexTitle{margin: 20px 0 12px;padding: 0 20px 15px;border-bottom: 1px solid #e5e5e5;
  h3{
    font-size: 16px;
    color:var(--el-color-primary);
  }
}


</style>