13 lines
215 B
Vue
Raw Normal View History

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