浏览代码

报表展示-富文本类型滚动条不能滚动问题解决

zhuth 7 年之前
父节点
当前提交
03c1bb4ba9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/dashboardDesigner/viewLayout.less

+ 2 - 2
src/components/dashboardDesigner/viewLayout.less

@@ -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;