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

Loading…
Cancel
Save