commit
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
</div>
|
||||
<ul>
|
||||
<li v-for="item in toDoTaskList" :key="item.id" class="time-title">
|
||||
<div style="height: 18px">
|
||||
<span @click="dealWith(item)">{{ item.prcName }}</span>
|
||||
<div style="height: 30px">
|
||||
<span @click="dealWith(item)" style="line-height: 30px">{{ item.prcName }}</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user