Browse Source

代码提交

master
juwei001 1 year ago
parent
commit
a5aab2b0ea
  1. 2
      src/views/modules/communityParty/inventory/activitys.vue
  2. 4
      src/views/modules/communityParty/inventory/activitysDetail.vue
  3. 6
      src/views/modules/communityParty/inventory/activitysForm.vue
  4. 2
      src/views/modules/communityParty/partyBuilding/activitys.vue
  5. 5
      src/views/modules/communityParty/partyBuilding/activitysForm.vue
  6. 2
      src/views/modules/communityParty/wish/activitys.vue

2
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"

4
src/views/modules/communityParty/inventory/activitysDetail.vue

@ -9,11 +9,11 @@
</div>
<div class="info-prop">
<span class="info-title-2">标题</span>
<span>{{ formData.name }}</span>
<span>{{ formData.title }}</span>
</div>
<div class="info-prop">
<span class="info-title-2">内容</span>
<p class="text_p" style="background-color:#ccc !important;" v-html="formData.description"></p>
<p class="text_p" style="background-color:#ccc !important;" v-html="formData.content"></p>
</div>
</div>
</div>

6
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;
}
}
</style>

2
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"

5
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;
}
}
</style>

2
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"

Loading…
Cancel
Save