This commit is contained in:
gongjiale 2023-01-06 17:15:32 +08:00
parent d076843d59
commit 67d7ea2b97
1 changed files with 3 additions and 1 deletions

View File

@ -229,7 +229,9 @@
/> />
</div> </div>
</div> </div>
<a-empty v-else /> <div style="height: 640px;background: #fff; padding-top: 200px;" v-else>
<a-empty />
</div>
</div> </div>
</template> </template>