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