公告板
版本库
filestore
活动
搜索
登录
web
/
saas-web
saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
添加锦汇企业编码. 修复点位列表平铺的bug
zhangzengfei
2023-08-30
b2d0ac2db80c08783fd848933230618cc30d76a2
[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>