物流
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
497 B

3 years ago
<template>
<div id="app">
<router-view />
3 years ago
</div>
</template>
<style lang="scss">
#app {
width: 100%;
height: 100%;
3 years ago
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
overflow: hidden;
3 years ago
}
3 years ago
.el-message{
padding:0.2rem !important;
}
.el-message__icon,.el-message__content{
font-size: 16px !important;
}
.BMap_cpyCtrl,.anchorBL{
opacity: 0 !important;
}
3 years ago
</style>