mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-19 12:09:25 +08:00
refactor(form): 修改size类型定义
This commit is contained in:
parent
ed0a833d9f
commit
90dd8381b1
@ -86,7 +86,7 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
size: {
|
||||
type: String,
|
||||
type: String as PropType<'small' | 'default' | 'large'>,
|
||||
},
|
||||
|
||||
inline: {
|
||||
|
@ -78,7 +78,7 @@ export default defineComponent({
|
||||
|
||||
labelWidth: [Number, String],
|
||||
|
||||
size: String as PropType<'mini' | 'small' | 'medium'>,
|
||||
size: String as PropType<'small' | 'default' | 'large'>,
|
||||
|
||||
confirmText: {
|
||||
type: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user