wangeditor
Version:
wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费
26 lines (24 loc) • 438 B
text/less
.w-e-content-mantle{
width: 100%;
height: 100%;
overflow-y: auto;
.w-e-content-preview{
width: 100%;
min-height: 100%;
padding: 0 10px;
line-height: 1.5;
img {
cursor: default;
&:hover {
box-shadow: none;
}
}
}
}
.w-e-menue-mantle{
position: absolute;
height:100%;
width: 100%;
top: 0;
left: 0;
}