footer.vue 240 B

1234567891011121314151617
  1. <template>
  2. <div class="foot">
  3. <div class="footer_cont df aic jcc"/>
  4. </div>
  5. </template>
  6. <script setup lang="ts">
  7. </script>
  8. <style scoped>
  9. .footer_cont {
  10. height: 100%;
  11. /* background-color: rgb(152, 227, 152); */
  12. }
  13. </style>