From 205f17b706c762e4104573b62289ac93cdaeb0c2 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 27 Jun 2024 16:33:52 +0800 Subject: [PATCH] fix: 433 --- .../AppOutSource/AppArchives/components/List.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; +}