fix(packages): 修复tinymce层级问题

This commit is contained in:
AN
2025-09-19 17:48:41 +08:00
parent 28101cb2f1
commit 2c248d82f2

View File

@ -220,7 +220,7 @@ const events = computed(() => {
<style lang="scss">
.tox.tox-silver-sink.tox-tinymce-aux {
/** 该样式默认为1300的zIndex */
z-index: 2025;
z-index: 2025 !important;
}
.app-tinymce {