From a5aab2b0ea0809cfc10f3705a05d89399ecd453e Mon Sep 17 00:00:00 2001 From: juwei001 <974220104@qq.com> Date: Fri, 15 Mar 2024 10:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/inventory/activitys.vue | 2 +- .../modules/communityParty/inventory/activitysDetail.vue | 4 ++-- .../modules/communityParty/inventory/activitysForm.vue | 6 ++++++ .../modules/communityParty/partyBuilding/activitys.vue | 2 +- .../modules/communityParty/partyBuilding/activitysForm.vue | 5 +++++ src/views/modules/communityParty/wish/activitys.vue | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) 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"