1122
This commit is contained in:
15
cdTMP/src/layout/components/footer.vue
Normal file
15
cdTMP/src/layout/components/footer.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<a-layout-footer class="flex items-center justify-center h-10 footer text-center"
|
||||
>成都测试管理平台</a-layout-footer
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.footer {
|
||||
color: var(--color-text-2);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user