Demo:支持配置水印显示在节点下方
This commit is contained in:
parent
dccd1c9459
commit
7c82d16d66
@ -38,6 +38,7 @@ export default {
|
|||||||
watermarkAngle: 'Angle',
|
watermarkAngle: 'Angle',
|
||||||
watermarkTextOpacity: 'Text opacity',
|
watermarkTextOpacity: 'Text opacity',
|
||||||
watermarkTextFontSize: 'Font size',
|
watermarkTextFontSize: 'Font size',
|
||||||
|
belowNode: 'Display below nodes',
|
||||||
isEnableNodeRichText: 'Enable node rich text editing',
|
isEnableNodeRichText: 'Enable node rich text editing',
|
||||||
mousewheelAction: 'Mouse wheel behavior',
|
mousewheelAction: 'Mouse wheel behavior',
|
||||||
zoomView: 'Zoom view',
|
zoomView: 'Zoom view',
|
||||||
|
|||||||
@ -38,6 +38,7 @@ export default {
|
|||||||
watermarkAngle: '旋转角度',
|
watermarkAngle: '旋转角度',
|
||||||
watermarkTextOpacity: '文字透明度',
|
watermarkTextOpacity: '文字透明度',
|
||||||
watermarkTextFontSize: '文字字号',
|
watermarkTextFontSize: '文字字号',
|
||||||
|
belowNode: '显示在节点下方',
|
||||||
isEnableNodeRichText: '是否开启节点富文本编辑',
|
isEnableNodeRichText: '是否开启节点富文本编辑',
|
||||||
mousewheelAction: '鼠标滚轮行为',
|
mousewheelAction: '鼠标滚轮行为',
|
||||||
zoomView: '缩放视图',
|
zoomView: '缩放视图',
|
||||||
|
|||||||
@ -696,6 +696,16 @@
|
|||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 是否在节点下方 -->
|
||||||
|
<div class="row">
|
||||||
|
<div class="rowItem">
|
||||||
|
<el-checkbox
|
||||||
|
v-model="watermarkConfig.belowNode"
|
||||||
|
@change="updateWatermarkConfig"
|
||||||
|
>{{ $t('baseStyle.belowNode') }}</el-checkbox
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!-- 水印文字 -->
|
<!-- 水印文字 -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="rowItem">
|
<div class="rowItem">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user