From 7f7dbcdc1160115437d1bf3f0eb49b25bddeaabb Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 28 Feb 2022 18:12:04 +0800 Subject: [PATCH] BUG 27522 --- src/components/AiEmpty/AiEmpty.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/AiEmpty/AiEmpty.vue b/src/components/AiEmpty/AiEmpty.vue index a8e818c..8eaae39 100644 --- a/src/components/AiEmpty/AiEmpty.vue +++ b/src/components/AiEmpty/AiEmpty.vue @@ -35,8 +35,9 @@ export default { margin-bottom: 20px; .emptyImg { - width: initial; - height: initial; + width: 300px; + height: 310px; + margin-top: 52px; } .small-img { @@ -49,6 +50,7 @@ export default { font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(183, 183, 183, 1); + text-align: center; } }