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

View File

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