mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-18 07:16:48 +08:00
style:增加项目搜索无任务提示
This commit is contained in:
BIN
src/assets/image/notask.png
Normal file
BIN
src/assets/image/notask.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@@ -49,8 +49,12 @@
|
|||||||
</button>
|
</button>
|
||||||
<button class="searchBtn" @click="resetClick">重置</button>
|
<button class="searchBtn" @click="resetClick">重置</button>
|
||||||
</div>
|
</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>
|
||||||
<div v-else class="projectList" v-for="(i, k) in projectList" :key="k">
|
<div v-else class="projectList" v-for="(i, k) in projectList" :key="k">
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user