处理里站搜索时没有搜索结果的情况。里站搜索时增加加载图标(同步更新)

This commit is contained in:
chuzhongzai
2023-04-22 19:59:57 +08:00
parent db0b6319cf
commit 9a653d3bc5
4 changed files with 123 additions and 11 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
<el-table :data="currentTasks"
:empty-text="emptyText"
:row-key="gallery=>gallery.gid"
class="table"
>
<el-table-column type="expand">
@@ -300,7 +301,7 @@ function showThumbnail(gallery){
}
</script>
<style scoped>
<style>
.side{
text-align: center;
height: 300px;