mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-16 06:16:49 +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 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">
|
||||
|
||||
Reference in New Issue
Block a user