搜索功能完善
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
<img :src="projectLists.projectIco" style="width: 5vw;height: 5vw;margin-left: 10px;border-radius: 10px">
|
||||
</div>
|
||||
<div style="height: 12vh;margin-left: 5px;width: auto;display: flex;flex-direction: column;justify-content: space-between">
|
||||
<div class="ProjectTitle" style="font-size: 16px;font-weight: bold;">
|
||||
<div class="ProjectTitle" style="font-size: 16px;font-weight: bold;display: flex;flex-direction: row;align-items: center;justify-content: space-between">
|
||||
<span>{{projectLists.projectTitle}}</span>
|
||||
<el-tag style="font-size: 14px;height: 20px;text-align: center;display: flex;align-items: center;border-radius: 10px" v-if="projectLists.num>0" type="success">{{projectLists.num}}</el-tag>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<span style="font-size: 1rem">{{brief}}</span>
|
||||
|
Reference in New Issue
Block a user