zhangzengfei
2022-12-05 c746783c4f570f9bdbe2d62b22bda22308b0dfba
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>