修改首页消息展示长度
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<template slot="title">
|
||||
<span v-html="item.msgContent" class="ellipsis-span"></span>
|
||||
</template>
|
||||
<span v-html="myEllipsis(item.msgContent,30)" class="ellipsis-span"></span>
|
||||
<span v-html="myEllipsis(item.msgContent,40)" class="ellipsis-span"></span>
|
||||
</a-tooltip>
|
||||
</div>
|
||||
<!-- <span v-html="item.msgContent"></span>-->
|
||||
|
||||
Reference in New Issue
Block a user