|
@@ -68,7 +68,7 @@
|
|
|
</li>
|
|
|
</draggable>
|
|
|
|
|
|
- <div class="report-content-box" id="report-content-box">
|
|
|
+ <div class="report-content-box" id="report-content-box" :style="{backgroundColor:bgColor}">
|
|
|
<div class="html-head-img-box">
|
|
|
<div class="opt-btn-box" style="display: none;">
|
|
|
<div class="del-btn" @click.stop="headImg=''"></div>
|
|
@@ -86,7 +86,6 @@
|
|
|
@add="handleParentAdd"
|
|
|
@remove="handleParentRemove"
|
|
|
:move="handleParentMove"
|
|
|
- :style="{backgroundColor:bgColor}"
|
|
|
>
|
|
|
<div
|
|
|
:class="[
|
|
@@ -489,6 +488,7 @@ export default {
|
|
|
handlePreviewReport(){
|
|
|
const htmlStr=document.getElementById('report-content-box').outerHTML;
|
|
|
sessionStorage.setItem('smartReportContent', htmlStr);
|
|
|
+ sessionStorage.setItem('smartReportContentBg', this.bgColor);
|
|
|
let { href } = this.$router.resolve({
|
|
|
path: '/smartReportDetail',
|
|
|
query:{
|
|
@@ -1317,7 +1317,7 @@ div{
|
|
|
min-height: 100%;
|
|
|
.report-drag-item-wrap{
|
|
|
width: 100%;
|
|
|
- padding: 3px;
|
|
|
+ padding: 6px;
|
|
|
min-height: 80px;
|
|
|
border: 1px dashed #0052D9;
|
|
|
position: relative;
|