浏览代码
报表展示-富文本类型滚动条不能滚动问题解决
zhuth
7 年之前
|
|
@@ -87,10 +87,10 @@
|
|
|
}
|
|
|
.w-e-text-container {
|
|
|
height: 100% !important;
|
|
|
- pointer-events: none;
|
|
|
+ overflow: auto;
|
|
|
border: none !important;
|
|
|
.w-e-text {
|
|
|
- overflow-y: auto;
|
|
|
+ pointer-events: none;
|
|
|
padding: 0 14px;
|
|
|
&>table {
|
|
|
margin: 0;
|