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; } }