forked from github/dataease
fix(视图): 修复导出PDF时tab标签内的背景边框丢失问题 #9344
This commit is contained in:
parent
747124a0e5
commit
c020f8efaa
@ -84,6 +84,7 @@
|
|||||||
:panel-info="panelInfo"
|
:panel-info="panelInfo"
|
||||||
:in-screen="inScreen"
|
:in-screen="inScreen"
|
||||||
:show-position="showPosition"
|
:show-position="showPosition"
|
||||||
|
:screen-shot="screenShot"
|
||||||
:user-id="userId"
|
:user-id="userId"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -241,6 +242,10 @@ export default {
|
|||||||
required: false,
|
required: false,
|
||||||
default: true
|
default: true
|
||||||
},
|
},
|
||||||
|
screenShot: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
canvasId: {
|
canvasId: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'canvas-main'
|
default: 'canvas-main'
|
||||||
|
Loading…
Reference in New Issue
Block a user