修复菜单栏图标不显示问题

This commit is contained in:
fengerli
2025-09-23 10:32:29 +08:00
parent 872d7d1c14
commit 5d1e2d0b1c
8 changed files with 40 additions and 8 deletions

View File

@ -4,4 +4,11 @@
</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
box-sizing: border-box;
padding: 15px;
}
</style>