优化文字提示

This commit is contained in:
GoEdgeLab
2022-01-08 16:49:46 +08:00
parent 51491c0686
commit e91d09ace3

View File

@@ -28,7 +28,7 @@
<span class="disabled">|</span>
</div>
<div class="ui field" v-if="countUnread > 0">
<a href="" @click.prevent="readAllItems" title="消除未读标记New">[全部已读]</a>
<a href="" @click.prevent="readAllItems" title="消除未读标记New">[全部设为已读]</a>
</div>
</div>
</form>