Explorar o código

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

natasha hai 1 mes
pai
achega
3fa447c887
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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 lang="scss">
+.tox-tinymce-aux {
+  z-index: 9999 !important;
+}
+</style>