diff --git a/project/xumu/AppAuthManage/AppAuthManage.vue b/project/xumu/AppAuthManage/AppAuthManage.vue
new file mode 100644
index 00000000..af79712c
--- /dev/null
+++ b/project/xumu/AppAuthManage/AppAuthManage.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
diff --git a/project/xumu/AppAuthManage/authAdd.vue b/project/xumu/AppAuthManage/authAdd.vue
new file mode 100644
index 00000000..991e886b
--- /dev/null
+++ b/project/xumu/AppAuthManage/authAdd.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
diff --git a/project/xumu/AppAuthManage/authList.vue b/project/xumu/AppAuthManage/authList.vue
new file mode 100644
index 00000000..4dfa1b4f
--- /dev/null
+++ b/project/xumu/AppAuthManage/authList.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
+
+
+
+ 查看
+ 认证材料
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/lib/styles/common.scss b/ui/lib/styles/common.scss
index 763b418c..b78a8a21 100644
--- a/ui/lib/styles/common.scss
+++ b/ui/lib/styles/common.scss
@@ -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公共样式