diff --git a/src/views/modules/communityParty/inventory/activitys.vue b/src/views/modules/communityParty/inventory/activitys.vue index 575eb4e..f46ce8b 100644 --- a/src/views/modules/communityParty/inventory/activitys.vue +++ b/src/views/modules/communityParty/inventory/activitys.vue @@ -142,7 +142,7 @@ :visible.sync="detailShow" :close-on-click-modal="false" :close-on-press-escape="false" - :title="'活动详情'" + :title="'详情'" width="950px" top="5vh" class="dialog-h" diff --git a/src/views/modules/communityParty/inventory/activitysDetail.vue b/src/views/modules/communityParty/inventory/activitysDetail.vue index 989fda7..b98f417 100644 --- a/src/views/modules/communityParty/inventory/activitysDetail.vue +++ b/src/views/modules/communityParty/inventory/activitysDetail.vue @@ -9,11 +9,11 @@
标题: - {{ formData.name }} + {{ formData.title }}
内容: -

+

diff --git a/src/views/modules/communityParty/inventory/activitysForm.vue b/src/views/modules/communityParty/inventory/activitysForm.vue index a898ac0..f59440e 100644 --- a/src/views/modules/communityParty/inventory/activitysForm.vue +++ b/src/views/modules/communityParty/inventory/activitysForm.vue @@ -255,4 +255,10 @@ export default { margin: 0; } } + +.item_width_1 { + ::v-deep .tox-edit-area__iframe { + background: #ccc !important; + } +} diff --git a/src/views/modules/communityParty/partyBuilding/activitys.vue b/src/views/modules/communityParty/partyBuilding/activitys.vue index 6c64bbe..a1b1157 100644 --- a/src/views/modules/communityParty/partyBuilding/activitys.vue +++ b/src/views/modules/communityParty/partyBuilding/activitys.vue @@ -168,7 +168,7 @@ :visible.sync="detailShow" :close-on-click-modal="false" :close-on-press-escape="false" - :title="'活动详情'" + :title="'详情'" width="950px" top="5vh" class="dialog-h" diff --git a/src/views/modules/communityParty/partyBuilding/activitysForm.vue b/src/views/modules/communityParty/partyBuilding/activitysForm.vue index 6ae5fe5..dfa3765 100644 --- a/src/views/modules/communityParty/partyBuilding/activitysForm.vue +++ b/src/views/modules/communityParty/partyBuilding/activitysForm.vue @@ -243,4 +243,9 @@ export default { margin: 0; } } +.item_width_1 { + ::v-deep .tox-edit-area__iframe { + background: #ccc !important; + } +} diff --git a/src/views/modules/communityParty/wish/activitys.vue b/src/views/modules/communityParty/wish/activitys.vue index d1ed42c..9534383 100644 --- a/src/views/modules/communityParty/wish/activitys.vue +++ b/src/views/modules/communityParty/wish/activitys.vue @@ -148,7 +148,7 @@ :visible.sync="detailShow" :close-on-click-modal="false" :close-on-press-escape="false" - :title="'活动详情'" + :title="'详情'" width="950px" top="5vh" class="dialog-h"