diff --git a/project/fengdu/AppOutSource/AppArchives/components/List.vue b/project/fengdu/AppOutSource/AppArchives/components/List.vue index 6611b15f..8b34e2c6 100644 --- a/project/fengdu/AppOutSource/AppArchives/components/List.vue +++ b/project/fengdu/AppOutSource/AppArchives/components/List.vue @@ -125,7 +125,9 @@ :visible.sync="dialog" :destroyOnClose="true" width="720px"> - +
+ +
@@ -390,4 +392,11 @@ export default { cursor: pointer; } } + +:deep(.flex-center){ + width: 100%; + display: flex; + align-items: center; + justify-content: center; +}