feat: main layout

This commit is contained in:
tim
2025-07-02 21:44:30 +08:00
parent 7519ec760c
commit bfc0f95c8f
6 changed files with 37 additions and 27 deletions

View File

@@ -13,6 +13,7 @@ export default {
<style scoped>
.home-page {
padding: 20px;
background-color: white;
color: black;
}
</style>