Commit 8651b361 authored by cellee's avatar cellee

文案修改

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 417acd93
......@@ -134,7 +134,7 @@ const TitleSearch = (props: any) => {
{/* 小区列表的管理员姓名搜索 */}
{username != null ? (
<Col key={'username_' + username[0]}>
<Form.Item name={username[0]} style={{ marginBottom: 15 }}>
<Form.Item name={username[0]} style={{ marginBottom: 15, width: 240 }}>
<Input placeholder={username[1]} allowClear />
</Form.Item>
</Col>
......
......@@ -151,7 +151,7 @@ const CellLists = (props: any) => {
{/* <TitleSearch listkey={['communityName']} list={['Community Name']} onSubmit={CallBackTitleSearch}/> */}
<div className="contop">
<TitleSearch
username={['label', 'Please enter Administrator name']}
username={['label', 'Please Enter Administrator']}
community={'communityName'}
checklist={curString.communityNameList != null ? curString.communityNameList : null}
onSubmit={CallBackTitleSearch}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment