Browse Source

层级

shibei_master
jiangyy 4 years ago
parent
commit
f6be13541d
  1. 8
      src/App.vue
  2. 7
      src/views/modules/communityParty/regionalParty/activitysForm.vue

8
src/App.vue

@ -104,3 +104,11 @@ export default {
} }
} }
</script> </script>
<style lang="scss">
.tox-dialog__disable-scroll {
.tox .tox-dialog {
z-index: 2000000000;
}
}
</style>

7
src/views/modules/communityParty/regionalParty/activitysForm.vue

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<div>
<div> <div>
<el-form ref="ref_form" <el-form ref="ref_form"
:inline="true" :inline="true"
@ -173,7 +173,6 @@
</el-form> </el-form>
</div> </div>
</div>
<div class="div_btn"> <div class="div_btn">
<el-button @click="handleCancle"> </el-button> <el-button @click="handleCancle"> </el-button>
<el-button v-if="formType != 'detail'" <el-button v-if="formType != 'detail'"
@ -540,8 +539,8 @@ export default {
width: 560px; width: 560px;
} }
.tinymce_view { .tinymce_view {
/deep/.tox .tox-dialog { ::v-deep .tox .tox-dialog {
z-index: 20000; z-index: 2000000000;
} }
} }
.item_width_2 { .item_width_2 {

Loading…
Cancel
Save