xTable查询框前间隔,退出系统按钮点击有时会无法成功

This commit is contained in:
gexinzhineng/gxzn27
2023-03-24 17:05:24 +08:00
parent b583be5465
commit 23b23f9200
2 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => {
proxyForm = true
options.formConfig = {
enabled: true,
titleWidth: 180,
titleWidth: 110,
titleAlign: 'right',
items: allSchemas.searchSchema
}