@@ -128,3 +128,32 @@ watch(
}
);
</script>
+<style lang="less">
+ .editor-container {
+ overflow-y: hidden;
+ .w-e-bar-item{
+ .w-e-select-list{
+ height:150px;
+ z-index: 10 !important;
+ }
+ .w-e-text-container {
+ // 文本框里面的层级调低
+ //z-index: 3 !important;
+ .w-e-toolbar {
+ // 给工具栏换行
+ flex-wrap: wrap;
+ z-index: 4 !important;
+
+ .w-e-menu {
+ // 最重要的一句代码
+ z-index: auto !important;
+ .w-e-droplist {
+ // 触发工具栏后的显示框调高
+ z-index: 2 !important;
+</style>