index.vue 204 B

123456789101112
  1. <template>
  2. <div class="h5-profile-wrap">建设中...</div>
  3. </template>
  4. <script lang="ts" setup></script>
  5. <style lang="scss" scoped>
  6. .h5-profile-wrap {
  7. padding: 0 20px;
  8. margin-top: 5px;
  9. }
  10. </style>