Browse Source

智能研报样式调整

jwyu 1 year ago
parent
commit
a5c8b307f9
2 changed files with 7 additions and 8 deletions
  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{
         .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{
         .report-drag-item-wrap_child-wrap{
             // min-height: 30px;
             // min-height: 30px;
-            flex-shrink: 0;
-            min-width: 20px;
         }
         }
         .report-drag-item-wrap_child_content{
         .report-drag-item-wrap_child_content{
             min-height: 80px;
             min-height: 80px;

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

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