提交 108db7c6 authored 作者: 何忠建's avatar 何忠建

优化公告展示

上级 450e2f3f
......@@ -166,7 +166,9 @@
</a-col>
</a-row>
<a-modal :title="noticeTitle" :visible="visible" @cancel="handleCancel" :footer="null" width="40%">
<p v-html="noticeContent "></p>
<div class="notice-content">
<p v-html="noticeContent "></p>
</div>
</a-modal>
</div>
</template>
......@@ -452,4 +454,10 @@ export default {
}
}
}
.notice-content{
img{
width: 100%;
height: auto;
}
}
</style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论