Browse Source

解决弹出层富文本下拉框zindex问题

natasha 1 month ago
parent
commit
3fa447c887
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/personal_workbench/check_task/audit/index.vue

+ 5 - 0
src/views/personal_workbench/check_task/audit/index.vue

@@ -384,3 +384,8 @@ export default {
   }
   }
 }
 }
 </style>
 </style>
+<style lang="scss">
+.tox-tinymce-aux {
+  z-index: 9999 !important;
+}
+</style>