🐞 fix:修复邮件模块搜索栏元素宽度

This commit is contained in:
preschooler
2024-08-21 16:24:59 +08:00
parent a4d19cc085
commit 273ae198a6
3 changed files with 86 additions and 11 deletions

View File

@ -25,12 +25,26 @@ const crudSchemas = reactive<CrudSchema[]>([
{
label: '邮箱',
field: 'mail',
isSearch: true
isSearch: true,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
},
{
label: '用户名',
field: 'username',
isSearch: true
isSearch: true,
search: {
componentProps: {
style: {
width: '240px'
}
}
}
},
{
label: '密码',