How to configure the default value of global action by element ui

element ui < InputNumber > when size is not set, the default is large. But my page is basically mini, so I have to set each one. Is there a default value for
element ui to configure global action so that the size of < InputNumber > is mini by default?
this is just one of the examples. Other ui also have their own default values. Don"t just solve the problem of < InputNumber >. -sharp-sharp-sharp topic description

Jan.08,2022

refer to the official website global configuration http://element-cn.eleme.io/-sharp/.


two ways:
the first is to set the global css style. You can open F12 to see the inputNumber style. Then set the global style to override
. Second, you can encapsulate inputNumber into your own build, then set it to mini, and then use this custom build elsewhere, and you can simply encapsulate other element builds

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bc1d-2c2a4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bc1d-2c2a4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?