update Page component
change Page select size in mini type
This commit is contained in:
parent
b7cf983e43
commit
6932b4d73c
6 changed files with 16 additions and 6 deletions
|
@ -71,7 +71,7 @@
|
|||
},
|
||||
size: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['small', 'large']);
|
||||
return oneOf(value, ['small', 'large', 'default']);
|
||||
}
|
||||
},
|
||||
labelInValue: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue