Newer
Older
smartwell_app_front / src / page / mine / mine.vue
StephanieGitHub on 6 Aug 2019 309 bytes first commit
<template>
  <div class="mine">
    我123
  </div>
</template>

<script type="text/ecmascript-6">
  export default {}
</script>

<style scoped lang="stylus" rel="stylesheet/stylus">
  .mine
    position fixed
    z-index 100
    top 0
    left 0
    right 0
    bottom 0
    background-color orange
</style>