Sign in

w-front-end / popularSports · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • popularSports
  • src
  • App.vue
  • 大众体育服务号
    1e42ecc2
    zhiyangdu authored
    2019-12-24 11:15:19 +0800  
    Browse Code »
App.vue 326 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<template>
  <div id="app">
    <router-view></router-view>
  </div>
</template>

<script>
  export default {
    name: "App"
  };
</script>

<style rel="stylesheet/less" lang="less">
    .mint-toast-text{
        font-size: 30px !important;
    }
    .mint-indicator-text {
        font-size: 30px !important;
    }
</style>