no message

This commit is contained in:
kuaifan 2023-12-21 16:34:44 +08:00
parent a185ab2973
commit 1bada9ab30
3 changed files with 5 additions and 3 deletions

View File

@ -47,7 +47,7 @@
"photoswipe": "^5.2.8", "photoswipe": "^5.2.8",
"postcss": "^8.4.5", "postcss": "^8.4.5",
"quill": "^1.3.7", "quill": "^1.3.7",
"quill-mention-hi": "^3.1.0-2", "quill-mention-hi": "^3.1.0-3",
"resolve-url-loader": "^4.0.0", "resolve-url-loader": "^4.0.0",
"sass": "~1.32.13", "sass": "~1.32.13",
"sass-loader": "^12.6.0", "sass-loader": "^12.6.0",

View File

@ -1328,7 +1328,9 @@ export default {
return; return;
} }
if (textType === "text") { if (textType === "text") {
textBody = textBody.replace(/<\/span> <\/p>$/, "</span></p>") textBody = textBody
.replace(/<\/span> <\/p>$/, "</span></p>")
.replace(/(<span\s+class="mention"(.*?)>.*?<\/span>.*?<\/span>.*?<\/span>)(\x20)?/, "$1 ")
} }
// //
if (this.quoteUpdate) { if (this.quoteUpdate) {

View File

@ -399,7 +399,7 @@ body.window-portrait {
height: 100%; height: 100%;
z-index: 1; z-index: 1;
> ul { > ul {
padding: 20px 0; padding: 0 0 20px;
> li { > li {
position: relative; position: relative;
padding: 0 32px; padding: 0 32px;