采购件采购查询

This commit is contained in:
chenjianan
2019-03-16 17:26:54 +08:00
parent 8dea97e4ab
commit ce0ed5ce23
5 changed files with 362 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ export default {
<style scoped>
.app-main {
/*50 = navbar */
min-height: calc(100vh - 50px);
min-height: calc(100% - 50px);
position: relative;
overflow: hidden;
}

View File

@@ -10,6 +10,7 @@
background-color="#304156"
text-color="#cccccc"
active-text-color="#409EFF"
style="height:calc(100% - 124px)"
>
<sidebar-item v-for="route in permission_routers" :key="route.name" :item="route" :base-path="route.path"/>
</el-menu>