feat: 回车检测&restore添加标签
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
// }
|
||||
// return self.renderToken(tokens, idx, options, env, self)
|
||||
// }
|
||||
const str = md.render(props.content.text)
|
||||
// console.log('str',str)
|
||||
const str = md.render(props.content.text)
|
||||
// console.log('str',str)
|
||||
return str
|
||||
})
|
||||
|
||||
@@ -167,10 +167,10 @@
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
.message-context{
|
||||
line-height: 2rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.message-context {
|
||||
line-height: 2rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.operate {
|
||||
margin-top: 1.3rem;
|
||||
@@ -215,3 +215,11 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less">
|
||||
.message-txt {
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user