Sign in

Board / HH-board-2026 · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • HH-board-2026
  • zhuhai_hongren
  • html
  • src
  • App.vue
  • 珠海宏仁
    cbaba3db
    陈嘉新 authored
    2026-01-05 10:23:58 +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>