fix: 修复手机模式下,查询框被文字遮盖的bug

This commit is contained in:
xiaojunnuo
2024-12-24 17:52:03 +08:00
parent 005622307e
commit 040788c793
3 changed files with 20 additions and 5 deletions
@@ -128,6 +128,15 @@ function install(app: App, options: any = {}) {
return { currentPage, pageSize, records: res.records, total: res.total, ...res };
}
},
search: {
formItem: {
wrapperCol: {
style: {
width: "50%"
}
}
}
},
form: {
display: "flex",
labelCol: {