perf: 文本框优化

This commit is contained in:
pipipi-pikachu 2023-08-12 12:50:40 +08:00
parent 6c1c8237b0
commit 75f97b4767
2 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@
}
::selection {
background-color: rgba(#d14424, 0.3);
background-color: rgba(#d14424, 0.25);
color: inherit;
}
@ -27,6 +27,7 @@
li {
list-style-type: inherit;
padding: 2px 0;
}
}
@ -36,6 +37,7 @@
li {
list-style-type: inherit;
padding: 2px 0;
}
}

View File

@ -145,10 +145,10 @@ const {
export default {
doc,
text,
paragraph,
blockquote,
text,
'ordered_list': orderedList,
'bullet_list': bulletList,
'list_item': listItem,
paragraph,
}