mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: 文本框优化
This commit is contained in:
parent
6c1c8237b0
commit
75f97b4767
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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,
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user