mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
a185ab2973
commit
1bada9ab30
@ -47,7 +47,7 @@
|
||||
"photoswipe": "^5.2.8",
|
||||
"postcss": "^8.4.5",
|
||||
"quill": "^1.3.7",
|
||||
"quill-mention-hi": "^3.1.0-2",
|
||||
"quill-mention-hi": "^3.1.0-3",
|
||||
"resolve-url-loader": "^4.0.0",
|
||||
"sass": "~1.32.13",
|
||||
"sass-loader": "^12.6.0",
|
||||
|
||||
@ -1328,7 +1328,9 @@ export default {
|
||||
return;
|
||||
}
|
||||
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) {
|
||||
|
||||
@ -399,7 +399,7 @@ body.window-portrait {
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
> ul {
|
||||
padding: 20px 0;
|
||||
padding: 0 0 20px;
|
||||
> li {
|
||||
position: relative;
|
||||
padding: 0 32px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user