mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
fix: 修复手机模式下,查询框被文字遮盖的bug
This commit is contained in:
@@ -66,7 +66,12 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
formItem: {
|
||||
labelCol: {
|
||||
style: {
|
||||
width: "120px"
|
||||
// width: "100px"
|
||||
}
|
||||
},
|
||||
wrapperCol: {
|
||||
style: {
|
||||
width: "50%"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -127,10 +132,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
title: "流水线名称",
|
||||
type: "text",
|
||||
search: {
|
||||
show: true,
|
||||
component: {
|
||||
name: "a-input"
|
||||
}
|
||||
show: true
|
||||
},
|
||||
column: {
|
||||
width: 300,
|
||||
|
||||
Reference in New Issue
Block a user