mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-03 11:48:17 +00:00
no message
This commit is contained in:
parent
a185ab2973
commit
1bada9ab30
@ -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",
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user