优化文字提示

This commit is contained in:
刘祥超
2022-01-08 16:49:46 +08:00
parent 361979411e
commit 5376006754

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>