公告板
版本库
filestore
活动
搜索
登录
web
/
SchedulingDashboard
排程看板
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
面板
haoxuan
2023-08-17
126f31c98cc341e052edf8b3dd9b59e17696609e
[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>