Sanakey
2024-09-21 f353bc62423323d3b2bf24934b98cc05176f5583
提交 | 用户 | age
28c484 1 <template>
S 2   <PageWrapper dense contentFullHeight fixedHeight>
3     888
4   </PageWrapper>
5 </template>
6
7 <script lang="ts" setup>
8 import { PageWrapper } from '@/components/Page';
9 </script>
10
11 <style lang="less" scoped></style>