Merge pull request #13 from yanbowe/main
fix(projects): 修复富文本编辑器在亮色主题下全屏后背景色丢失
This commit is contained in:
commit
55383a1032
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -56,4 +56,5 @@
|
||||
},
|
||||
"workbench.productIconTheme": "fluent-icons",
|
||||
"vue3snippets.enable-compile-vue-file-on-did-save-code": false,
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<n-card title="富文本插件" class="shadow-sm rounded-16px">
|
||||
<div ref="domRef" class="dark:bg-dark"></div>
|
||||
<div ref="domRef" class="bg-white dark:bg-dark"></div>
|
||||
<template #footer>
|
||||
<github-link link="https://github.com/wangeditor-team/wangEditor" />
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user