style:增加项目搜索无任务提示

This commit is contained in:
wyx
2022-12-22 14:19:25 +08:00
parent dc07ca424b
commit bc12a00bf9
2 changed files with 6 additions and 2 deletions

BIN
src/assets/image/notask.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -49,8 +49,12 @@
</button>
<button class="searchBtn" @click="resetClick">重置</button>
</div>
<div v-if="projectList.length==0">
暂时没有数据哦
<div class="projectList" v-if="projectList.length==0" style="display:flex;color:#909399;">
<img
class="img2"
style="margin-left: 675px;margin-top: 165px;width:148px;height:220px;"
src="../../assets/image/notask.png"
/>
</div>
<div v-else class="projectList" v-for="(i, k) in projectList" :key="k">
<div style="display: flex">