公告板
版本库
filestore
活动
搜索
登录
张晓旭
/
platform4cloud-pad
峰峰执法平台简易案件程序板块 pad端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'第一次提交'
yang
2022-10-17
4107256a8d1fa9a2db0969122bfc760994b12421
[~zhangxiaoxu/platform4cloud-pad.git]
/
src
/
views
/
padSunmaryProcedure
/
Home.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
<div class="padHome">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: "Home"
}
</script>
<style scoped>
.padHome{
width: 100%;
height: 100%;
}
</style>