|
|
@@ -467,7 +467,7 @@ const DisabilityPersonManagement: React.FC = () => {
|
|
|
control={createForm.control}
|
|
|
name="idAddress"
|
|
|
render={({ field }) => (
|
|
|
- <FormItem className="col-span-1 md:col-span-2">
|
|
|
+ <FormItem className="col-span-3">
|
|
|
<FormLabel>身份证地址 *</FormLabel>
|
|
|
<FormControl>
|
|
|
<Input placeholder="请输入身份证地址" {...field} />
|
|
|
@@ -477,7 +477,7 @@ const DisabilityPersonManagement: React.FC = () => {
|
|
|
)}
|
|
|
/>
|
|
|
|
|
|
- <div className="col-span-1 md:col-span-2">
|
|
|
+ <div className="col-span-3">
|
|
|
<FormLabel>居住地址 *</FormLabel>
|
|
|
<div className="space-y-4">
|
|
|
<AreaSelect
|
|
|
@@ -544,7 +544,7 @@ const DisabilityPersonManagement: React.FC = () => {
|
|
|
)}
|
|
|
/>
|
|
|
|
|
|
- <div className="col-span-1 md:col-span-2">
|
|
|
+ <div className="col-span-3">
|
|
|
<FormLabel>照片上传</FormLabel>
|
|
|
<FileSelector
|
|
|
value={null}
|
|
|
@@ -696,7 +696,7 @@ const DisabilityPersonManagement: React.FC = () => {
|
|
|
control={updateForm.control}
|
|
|
name="idAddress"
|
|
|
render={({ field }) => (
|
|
|
- <FormItem className="col-span-1 md:col-span-2">
|
|
|
+ <FormItem className="col-span-3">
|
|
|
<FormLabel>身份证地址 *</FormLabel>
|
|
|
<FormControl>
|
|
|
<Input placeholder="请输入身份证地址" {...field} />
|
|
|
@@ -706,7 +706,7 @@ const DisabilityPersonManagement: React.FC = () => {
|
|
|
)}
|
|
|
/>
|
|
|
|
|
|
- <div className="col-span-1 md:col-span-2">
|
|
|
+ <div className="col-span-3">
|
|
|
<FormLabel>居住地址 *</FormLabel>
|
|
|
<div className="space-y-4">
|
|
|
<AreaSelect
|