Sign in

w-front-end / select_good · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • select_good
  • src
  • App.vue
  • 优化
    6e263026
    zhiyangdu authored
    2021-03-24 10:42:28 +0800  
    Browse Code »
App.vue 430 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 21 22 23 24
<template>
    <div id="app">
        <router-view></router-view>
    </div>
</template>

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

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