1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix[Tinmyce]: fiexd fullscreen ui bug

This commit is contained in:
Pan 2018-03-19 17:19:13 +08:00
parent 0fcbf4b53b
commit 4aa9345d90

View File

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