Demo:update

This commit is contained in:
wanglin2 2025-04-24 20:22:23 +08:00
parent 12c7ab01aa
commit bd31626692
5 changed files with 9 additions and 5 deletions

View File

@ -465,7 +465,8 @@ export default {
center: 'Center',
right: 'Right',
paddingX: 'Padding x',
paddingY: 'Padding y'
paddingY: 'Padding y',
constainsChildren: 'Does the outer frame contain child nodes'
},
nodeTagStyle: {
placeholder: 'Please enter the tag content',

View File

@ -464,7 +464,8 @@ export default {
center: 'Giữa',
right: 'Phải',
paddingX: 'Đệm x',
paddingY: 'Đệm y'
paddingY: 'Đệm y',
constainsChildren: 'Hộp bên ngoài có chứa các nút con hay không'
},
nodeTagStyle: {
placeholder: 'Vui lòng nhập nội dung thẻ',

View File

@ -451,7 +451,8 @@ export default {
center: '中',
right: '右',
paddingX: '水平内边距',
paddingY: '垂直内边距'
paddingY: '垂直内边距',
constainsChildren: '外框是否包含子节点'
},
nodeTagStyle: {
placeholder: '请输入标签内容',

View File

@ -451,7 +451,8 @@ export default {
center: '中',
right: '右',
paddingX: '水平內邊距',
paddingY: '垂直內邊距'
paddingY: '垂直內邊距',
constainsChildren: '外框是否包含子節點'
},
nodeTagStyle: {
placeholder: '請輸入標籤內容',

View File

@ -18,7 +18,7 @@
updateOuterFrame('containsChildren', value)
}
"
>外框是否包含子节点</el-checkbox
>{{ $t('nodeOuterFrame.constainsChildren') }}</el-checkbox
>
</div>
</div>