健康宣教修改
This commit is contained in:
parent
708ccf4caa
commit
e439e75761
@ -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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user