|
@@ -83,6 +83,7 @@ export const searchForm: Partial<FormProps> = {
|
|
|
field: 'type',
|
|
|
label: t('routes.equity.Type'),
|
|
|
component: 'ApiSelect',
|
|
|
+ labelWidth:70,
|
|
|
componentProps: {
|
|
|
maxLength: 50,
|
|
|
api: async function () {
|
|
@@ -117,7 +118,9 @@ export const searchForm: Partial<FormProps> = {
|
|
|
field: 'giveType',
|
|
|
label: t('routes.equity.giveType'),
|
|
|
component: 'Select',
|
|
|
+ labelWidth: 70,
|
|
|
componentProps: {
|
|
|
+ // style:''
|
|
|
options: [
|
|
|
{
|
|
|
label: t('routes.finance.giveType.0'),
|
|
@@ -142,7 +145,7 @@ export const searchForm: Partial<FormProps> = {
|
|
|
],
|
|
|
},
|
|
|
colProps: {
|
|
|
- xl: 6,
|
|
|
+ xl: 7,
|
|
|
xxl: 6,
|
|
|
},
|
|
|
},
|