This commit is contained in:
2025-07-15 18:02:29 +08:00
parent 2038ddc617
commit d636050aac
65 changed files with 17885 additions and 103 deletions
+17
View File
@@ -0,0 +1,17 @@
<template>
<div class="container">
<slot></slot>
</div>
</template>
<script setup>
</script>
<style scoped>
.container {
width: 100%;
min-height: 100%;
padding: 16px;
}
</style>