App.vue
392 Bytes
<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>