2024-03-31 15:51:00 +08:00
|
|
|
<template>
|
2024-04-02 21:00:21 +08:00
|
|
|
<a-layout-content class="content">Content</a-layout-content>
|
2024-03-31 15:51:00 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts"></script>
|
|
|
|
|
|
2024-04-02 21:00:21 +08:00
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.content {
|
|
|
|
|
height: 100%;
|
|
|
|
|
box-shadow: $border-no-1;
|
|
|
|
|
}
|
|
|
|
|
</style>
|