健康宣教修改

This commit is contained in:
shidongli 2024-05-31 17:05:12 +08:00
parent 708ccf4caa
commit e439e75761
2 changed files with 4 additions and 4 deletions

View File

@ -134,7 +134,7 @@
</span>
</el-dialog>
<!-- 宣教预览弹框 -->
<el-dialog title="宣教预览11111" :visible.sync="propagandaopen" width="30%" :before-close="openfalse">
<el-dialog title="宣教预览" :visible.sync="propagandaopen" width="30%" :before-close="openfalse">
<div class="bodytop">
<div class="titletop">文章模板:{{ lookitem.propagandaTitle }}</div>
<div class="titledata">{{ lookitem.propagandaTitle }}</div>

View File

@ -81,7 +81,7 @@ export default {
display: flex;
.rightheader {
width: 75%;
width: 80%;
padding-top: 20px;
border-left: 3px solid #DFE4ED;
@ -124,10 +124,10 @@ export default {
overflow: scroll;
//
overflow-x: hidden !important;
width: 400px;
width: 100%;
margin: 0 auto;
height: 450px;
border: 1px solid #CCCCCC;
// border: 1px solid #CCCCCC;
}
}