Browse Source

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

zhuth 6 years ago
parent
commit
03c1bb4ba9
1 changed files with 2 additions and 2 deletions
  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;