修改宣教库

This commit is contained in:
shidongli 2024-05-15 14:27:13 +08:00
parent 901ab7bed4
commit 0a356b539c
2 changed files with 1 additions and 6 deletions

View File

@ -257,7 +257,6 @@
<Editorxj <Editorxj
v-model="lookitem.propagandaContent" v-model="lookitem.propagandaContent"
:min-height="192" :min-height="192"
style="width: 800px"
/> />
</div> </div>
</div> </div>

View File

@ -665,7 +665,7 @@
<el-dialog <el-dialog
title="预览" title="预览"
:visible.sync="dialogview" :visible.sync="dialogview"
width="30%" width="50%"
:before-close="handleview" :before-close="handleview"
> >
<div class="titletop">文章模板:{{ formview.propagandaTitle }}</div> <div class="titletop">文章模板:{{ formview.propagandaTitle }}</div>
@ -681,11 +681,7 @@
<Editorxj <Editorxj
v-model="formview.propagandaContent" v-model="formview.propagandaContent"
:min-height="192" :min-height="192"
style="width: 800px"
/> />
<!-- {{ formview.propagandaContent }} -->
<!-- 二甲双胍的用药安全性良好已经过多年临床用药实践论证但不用于10岁以下患者肝功能不全患者(尤其转氨酶高于3倍正常值的患者)肾功能异 -->
</div> </div>
</div> </div>
</div> </div>