处理里站搜索时没有搜索结果的情况。里站搜索时增加加载图标(同步更新)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user