mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-23 09:51:56 +08:00
fix: quill dark mode
This commit is contained in:
parent
367406258c
commit
38f7c2be3c
@ -105,3 +105,14 @@ onBeforeUnmount(() => editorInst = null)
|
|||||||
<template>
|
<template>
|
||||||
<div ref="editorRef" />
|
<div ref="editorRef" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
html.dark .ql-editor,
|
||||||
|
html.dark .ql-toolbar .ql-picker,
|
||||||
|
html.dark .ql-toolbar .ql-stroke,
|
||||||
|
html.dark .ql-toolbar .ql-fill {
|
||||||
|
color: #FFFFFFD1;
|
||||||
|
stroke: #FFFFFFD1;
|
||||||
|
fill: #FFFFFFD1;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user