fix[Tinmyce]: fiexd fullscreen ui bug

This commit is contained in:
Pan 2018-03-19 17:19:13 +08:00
parent 0fcbf4b53b
commit 4aa9345d90
1 changed files with 4 additions and 1 deletions

View File

@ -153,7 +153,10 @@ export default {
<style scoped> <style scoped>
.tinymce-container { .tinymce-container {
position: relative position: relative;
}
.tinymce-container>>>.mce-fullscreen {
z-index: 10000;
} }
.tinymce-textarea { .tinymce-textarea {
visibility: hidden; visibility: hidden;