|
@@ -147,7 +147,7 @@ body{
|
|
|
background: #fff;
|
|
|
overflow: auto;
|
|
|
width: 800px;
|
|
|
- padding: 20px;
|
|
|
+ padding: 20px;//说是转的图片两侧的空白要一样长
|
|
|
margin: 0 auto;
|
|
|
|
|
|
.top-header {
|
|
@@ -213,8 +213,8 @@ body{
|
|
|
body{
|
|
|
display: unset;
|
|
|
}
|
|
|
- .report-drag-item-wrap{
|
|
|
- page-break-inside: avoid; // 防止盒子被分割到两页
|
|
|
+ [comp-type="chart"],[comp-type="img"]{
|
|
|
+ page-break-inside: avoid; // 防止图表盒子、图片盒子被分割到两页
|
|
|
}
|
|
|
}
|
|
|
|