公告板
版本库
filestore
活动
搜索
登录
main
/
cockpit
大数据平台驾驶舱
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
模块添加双击放大功能
whyczyk
2021-10-18
edba26ba8377814d94b65b4a1a1fe04f0365afc9
[cockpit.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<style>
#app {
box-sizing: border-box;
height: 100vh;
}
</style>