Sign in

cmc / huaheng-cmc · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • huaheng-cmc
  • huaheng-cmc-web
  • src
  • App.vue
  • 前后端代码分离整理成一个整项目 ...
    eb073d6a
    Signed-off-by: TanYibin <5491541@qq.com>
    谭毅彬 authored
    2026-06-04 16:59:51 +0800  
    Browse Code »
App.vue 392 Bytes
Edit Raw Blame History Permalink
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 />
    </div>
</template>

<style>
html,
body {
    height: 100%; 
    margin: 0;
}

#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    height: 100%;
}
.el-message-box__wrapper{
    z-index: 99999999999!important;
}
</style>