Compare commits

..

2 Commits

1 changed files with 3 additions and 1 deletions

View File

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