feat(xumu): 添加认证审核功能

- 新增 AppAuthManage组件作为认证审核的路由组件- 添加 authAdd 和 authList两个子组件分别用于添加认证和认证列表
- 实现了认证列表的展示、搜索和分页功能
- 添加了认证材料的查看和上传功能
- 优化了表单布局,增加了 row 类样式
This commit is contained in:
aixianling
2024-12-18 18:03:35 +08:00
parent a4233d5f2c
commit 0b6bc910c4
4 changed files with 157 additions and 2 deletions

View File

@@ -89,12 +89,15 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
.t-center {
text-align: center;
}
.t-bold{
.t-bold {
font-weight: bold;
}
.t-right{
.t-right {
text-align: right;
}
/**
表头式样
*/
@@ -362,6 +365,10 @@ div[flex], .flex {
grid-template-columns: repeat($i, 1fr);
}
}
.row {
grid-column: 1/-1;
}
}
// 2.0公共样式