fix : 解决alertMessage页面时间选中状态的样式冲突问题

This commit is contained in:
zhangxiaolong
2022-04-14 12:45:43 +08:00
parent 531c8e02d7
commit 7068816308
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@
<li
v-for="(item, key) in timeData"
@click="timeChange(item)"
:class="showTime.id === item.id ? 'active' : ''"
:class="showTime.id === item.id ? 'activeLi' : ''"
:key="key"
:v-if="item.id !== 12 || showEmpty"