公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
算力管理过滤设备
ZZJ
2022-06-02
db4ed65e1d7d43a10b1315cd8fa1f97984555016
[web/saas-web.git]
/
src
/
views
/
register
/
components
/
Footer.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
<div class="Footer"></div>
</template>
<script >
export default {};
</script>
<style lang="scss" scoped>
.Footer {
background: #f3f5f8;
}
</style>