公告板
版本库
filestore
活动
搜索
登录
web
/
SchedulingDashboard
排程看板
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
看板
yangfeng
2023-03-17
382f2ff0a9f9997e9316428dda5cacc43c2dd24b
[web/SchedulingDashboard.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
<div id="app">
<nav></nav>
<router-view />
</div>
</template>
<style lang="scss">
#app,
html,
body {
width: 100%;
height: 100%;
}
</style>