<template>
<div id="vue-admin-beautiful">
<router-view />
</div>
</template>
<script>
export default {
name: "App",
}
</script>
<style>
.BMap_cpyCtrl {
display: none;
}
.container {
padding: 15px;
}
#vue-admin-beautiful {
height: 100vh;
min-width: 1400px;
overflow: auto;
margin-right: calc(100% - 100vw);
}
</style>
-
miaojiale authored
2.入选标准页面提交 3.去除因为侧边栏导致的报错 4.自定义手机号校验规则 5.问卷调查提交测试 6.实验室检查通过
b080ebee