仪表盘
版本库
文件存储
活动
搜索
登录
admin
/
LFWEB
1-廊坊-Web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
重新
Surpriseplus
2022-11-12
50f52beb0ed100105166f62027cd0b15e6b596dc
[~admin/LFWEB.git]
/
src
/
views
/
maintenance
/
mochaitmo.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<div class="mochaitmo_Box"></div>
</template>
<script>
export default {};
</script>
<style lang="less">
.mochaitmo_Box {
width: 100%;
height: 100%;
}
</style>