在 Light Theme Customization 和 Dark Theme Customization 里添加
{
"public": {
"form": {
"field": {
"input": {
"height": "3.375rem",
"padding": "0.875rem"
}
}
}
},
"form": {
"field": {
"input": {
"height": "3rem",
"padding": "0.75rem"
}
}
},
"borderWidth": "1.5px"
}
在 Custom CSS 里添加
#app, #main-content, body {
--v-button-height: 2rem;
}
备注:
height 3.375rem padding 0.875rem2.5rem,这个调整让普通 button 高度与 small button 相同。