仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-before
宁夏三级mom前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(mes): 设计项目列表新增「审核文件」按钮,按文件审核状态显隐「提交审批」
liu
6 天以前
66a5fe964fb105cda88346811619d1bc12d91748
[mom-pro2-before.git]
/
src
/
packages
/
effects
/
layouts
/
src
/
basic
/
footer
/
footer.vue
1
2
3
4
5
6
7
8
9
10
11
<script lang="ts" setup>
defineOptions({
name: 'LayoutFooter',
});
</script>
<template>
<div class="relative flex-center size-full text-xs text-muted-foreground">
<slot></slot>
</div>
</template>