Commit 14c0b51c by Tianqing Liu

feat: 调整水印透明度

1 parent 3c540f73
......@@ -25,6 +25,7 @@ export default {
type: Boolean,
default: true,
},
// 是否是小程序
isXCXPage: {
type: Boolean,
default: false,
......@@ -82,7 +83,9 @@ export default {
controlAutoHide: true,
supportDblclickFullscreen: false,
showBandwidth: true, // 显示网速
// angle fontSize fontFamily
fullscreenWatermarkConfig: {
opacity: 0.3,
text: this.watermarkText || '',
},
operateBtns: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!