浏览代码

智能研报样式调整

jwyu 1 年之前
父节点
当前提交
a5c8b307f9
共有 2 个文件被更改,包括 7 次插入8 次删除
  1. 7 4
      src/views/smartReport/editReport.vue
  2. 0 4
      src/views/smartReport/reportDetail.vue

+ 7 - 4
src/views/smartReport/editReport.vue

@@ -1200,13 +1200,16 @@ div{
             }
         }
         .report-drag-item-out{
-            display: flex;
-            padding-left: 20px;
+            .report-drag-item-wrap_child-wrap{
+                position: absolute;
+                width: 40px;
+                right: 0;
+                top: 0;
+                height: 100%;
+            }
         }
         .report-drag-item-wrap_child-wrap{
             // min-height: 30px;
-            flex-shrink: 0;
-            min-width: 20px;
         }
         .report-drag-item-wrap_child_content{
             min-height: 80px;

+ 0 - 4
src/views/smartReport/reportDetail.vue

@@ -221,10 +221,6 @@ div{
         }
         .html-wrap{
             // padding: 30px;
-            .report-drag-item-out{
-                display: flex;
-                padding: 0 20px;
-            }
         }
     }
     .report-img-box{