|
@@ -99,13 +99,14 @@ defineExpose({
|
|
|
<slot name="top"></slot>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
- <template v-if="!items?.length">
|
|
|
- <wd-status-tip :image="NetImages.NotContent" tip="暂无内容"></wd-status-tip>
|
|
|
- </template>
|
|
|
- <slot :source="{ list: items }"></slot>
|
|
|
- <template v-if="nomore">
|
|
|
- <div class="my-4"><wd-divider>没有更多了</wd-divider></div>
|
|
|
- </template>
|
|
|
+ <div class="flex-grow flex flex-col justify-center">
|
|
|
+ <template v-if="!items?.length">
|
|
|
+ <wd-status-tip :image="NetImages.NotContent" tip="暂无内容"></wd-status-tip>
|
|
|
+ </template>
|
|
|
+ <slot :source="{ list: items }"></slot>
|
|
|
+ <template v-if="nomore">
|
|
|
+ <div class="my-4"><wd-divider>没有更多了</wd-divider></div>
|
|
|
+ </template>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|