feat: The dialog supports custom-defined window size. #527

This commit is contained in:
lt5227
2024-09-05 18:21:57 +08:00
parent 0290d83f96
commit e6affad67f
6 changed files with 294 additions and 0 deletions

View File

@@ -480,6 +480,7 @@ export default {
},
dialogDemo: {
dialog: 'Dialog',
resizeDialog: 'Resize dialog',
dialogDes: 'Secondary packaging of Dialog components based on ElementPlus',
open: 'Open',
close: 'Close',

View File

@@ -471,6 +471,7 @@ export default {
},
dialogDemo: {
dialog: '弹窗',
resizeDialog: '可自定义调节弹窗大小的弹窗',
dialogDes: '基于 ElementPlus 的 Dialog 组件二次封装',
open: '打开',
close: '关闭',