<template> <div class="foot"> <div class="footer_cont df aic jcc"/> </div> </template> <script setup lang="ts"> </script> <style scoped> .footer_cont { height: 100%; /* background-color: rgb(152, 227, 152); */ } </style>