今天学习了一下Element UI,所以接着把之前没完善的完善一下
本次更新了整体界面,采用Element UI组件、样式
新增图片上传、删除询问、新的时间轴,等等
目前插件仍采用独立页面进行驱动,独立页面地址 /?wy=wy_page
如需嵌入网站页面,可采用以下方案
1、侧边栏挂件
参考代码
<div class="iframe-wrap"> <iframe src="/?wy=wy_page" scrolling="yes" id="content" name="content" scrolling="no" frameborder="0" height="350px" onload = "height = this.Document.body.scrollHeight + 30;" > </iframe> </div>2、页面嵌套
参考代码
<div class="iframe-wrap">
<iframe src="/?wy=wy_page" scrolling="yes" id="content" name="content" scrolling="no" frameborder="0" height="350px" onload = "height = this.Document.body.scrollHeight + 30;" > </iframe>
</div>
<style>
.iframe-wrap iframe{
width:100%;
min-height:750px;
}
</style>
添加独立页面,页面内容如上
















发表评论: