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