Explorar el Código

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

natasha hace 1 mes
padre
commit
3fa447c887
Se han modificado 1 ficheros con 5 adiciones y 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>