feat(N/A): 优化UI界面,尝试移除element-plus,自行实现UI

This commit is contained in:
2025-10-03 09:09:31 +08:00
parent 9e929eee43
commit 44d5311c98
10 changed files with 141 additions and 72 deletions
+5 -10
View File
@@ -5,13 +5,8 @@
</template>
<style scoped>
*{
margin: 20px;
padding:0px;
}
.footer {
text-align: center;
min-height: 8vh;
background-color: green;
}
</style>
</style>
<script setup lang="ts">
import '@/components/css/myFooter.css'
</script>