This commit is contained in:
2021-10-20 21:49:02 +08:00
parent 7a8ae0731c
commit ab98af1608
5 changed files with 362 additions and 5 deletions

View File

@@ -28,8 +28,9 @@
</a-menu-item>
</a-menu>
</div>
<router-view></router-view>
<div class="body">
<router-view></router-view>
</div>
</div>
</template>
<style lang="scss" scoped>
@@ -38,6 +39,9 @@
z-index: 999;
top: 0;
}
.body{
padding: 20px 40px;
}
</style>
<script setup lang="ts">
import { MailOutlined, FileSearchOutlined, AuditOutlined, EditOutlined } from '@ant-design/icons-vue';