样式修改
This commit is contained in:
parent
57e31e2540
commit
c503f898af
@ -442,7 +442,7 @@ export default function BelongPeople(props: propsInfo) {
|
||||
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
|
||||
创建所属者
|
||||
</Button>
|
||||
<div className='belongPeople-search'>
|
||||
<div className='belongPeople-search' style={{height:43}}>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
|
||||
</div>
|
||||
<div className='belongPeople-select'>
|
||||
@ -798,9 +798,9 @@ export default function BelongPeople(props: propsInfo) {
|
||||
handleOk
|
||||
|
||||
}
|
||||
width={1280}
|
||||
width={1220}
|
||||
// 确认按钮样式
|
||||
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
|
||||
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'unset' } }}
|
||||
// 返回按钮样式
|
||||
cancelButtonProps={{ size: 'large' }}
|
||||
onCancel={() => {
|
||||
@ -814,7 +814,7 @@ export default function BelongPeople(props: propsInfo) {
|
||||
<div className='belongPeople-Mtop'>
|
||||
{belongTitle}
|
||||
</div>
|
||||
<div>
|
||||
<div style={{width:1200}}>
|
||||
<Form
|
||||
name="belongInfo"
|
||||
form={formBelong}
|
||||
@ -938,7 +938,7 @@ export default function BelongPeople(props: propsInfo) {
|
||||
|
||||
<Col span={12}>
|
||||
<div className='blongNameInt blongSmallNamel'>
|
||||
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}:</div>
|
||||
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '身份证号' : '统一社会信用代码'}</div>
|
||||
|
||||
<Form.Item<BelongPeopleType>
|
||||
// label="证件号"
|
||||
@ -959,7 +959,7 @@ export default function BelongPeople(props: propsInfo) {
|
||||
<Row gutter={15}>
|
||||
<Col span={12}>
|
||||
<div className='blongNameInt blongSmallNamel'>
|
||||
<div className='blongTitle blongsmallTitle '>省市:</div>
|
||||
<div className='blongTitle blongsmallTitle '>省市</div>
|
||||
|
||||
<Form.Item<BelongPeopleType>
|
||||
// label="省市"
|
||||
|
@ -212,8 +212,8 @@ export default function ContactPeople(props: any) {
|
||||
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
|
||||
创建联系人
|
||||
</Button>
|
||||
<div className='belongPeople-search'>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
|
||||
<div className='belongPeople-search' style={{height:43}}>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px'}} />
|
||||
</div>
|
||||
</div>
|
||||
<div className='showInfo' style={{ display: props.isShow ? 'block' : 'none' }}>
|
||||
@ -422,7 +422,7 @@ export default function ContactPeople(props: any) {
|
||||
}
|
||||
width={745}
|
||||
// 确认按钮样式
|
||||
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }}
|
||||
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }}
|
||||
// 返回按钮样式
|
||||
cancelButtonProps={{ size: 'large', style: {} }}
|
||||
|
||||
|
@ -422,7 +422,9 @@ export default function Head() {
|
||||
</div>
|
||||
<div className='headLine'></div>
|
||||
<div className='head-nav' title='系统操作流程' onClick={() => {
|
||||
// window.open(`https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=${DevUserId}&title=系统操作流程`)
|
||||
window.open('https://www.aimzhu.com/operator/route/agreementportal/view?agreementId=c0c5683a-bef3-40c3-8395-900a362ea234&title=系统操作流程')
|
||||
|
||||
}}>
|
||||
<QuestionCircleOutlined />
|
||||
</div>
|
||||
|
@ -866,8 +866,8 @@ export default function ProjEditStep2(props: any) {
|
||||
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
|
||||
创建联系人
|
||||
</Button>
|
||||
<div className='belongPeople-search'>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
|
||||
<div className='belongPeople-search' style={{height:43}}>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px' }} />
|
||||
</div>
|
||||
</div>
|
||||
<div className='showInfo'>
|
||||
@ -1111,7 +1111,7 @@ export default function ProjEditStep2(props: any) {
|
||||
handleOk
|
||||
|
||||
}
|
||||
width={1280}
|
||||
width={1220}
|
||||
// 确认按钮样式
|
||||
okButtonProps={{ size: 'large', style: { display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
|
||||
// 返回按钮样式
|
||||
@ -1126,7 +1126,7 @@ export default function ProjEditStep2(props: any) {
|
||||
<div className='belongPeople-Mtop'>
|
||||
{belongTitle}
|
||||
</div>
|
||||
<div>
|
||||
<div style={{width:1200}}>
|
||||
<Form
|
||||
name="belongInfo"
|
||||
form={formBelong}
|
||||
@ -1486,7 +1486,7 @@ export default function ProjEditStep2(props: any) {
|
||||
}
|
||||
width={745}
|
||||
// 确认按钮样式
|
||||
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'block' } }}
|
||||
okButtonProps={{ size: 'large', style: { display: contactTitle == '查看联系人' ? 'none' : 'unset' } }}
|
||||
// 返回按钮样式
|
||||
cancelButtonProps={{ size: 'large', style: {} }}
|
||||
|
||||
|
@ -612,7 +612,7 @@ export default function ProjEditStep2() {
|
||||
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
|
||||
创建所属者
|
||||
</Button>
|
||||
<div className='belongPeople-search'>
|
||||
<div className='belongPeople-search' style={{height:43}}>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息模板" onSearch={belongPeopleSearch} style={{ width: '353px', height: '43px' }} />
|
||||
</div>
|
||||
<div className='belongPeople-select'>
|
||||
@ -714,7 +714,7 @@ export default function ProjEditStep2() {
|
||||
}} type="primary" icon={<FolderAddOutlined style={{ fontSize: '18px' }} />} style={{ width: "160px", height: '43px', fontSize: '14px' }}>
|
||||
创建联系人
|
||||
</Button>
|
||||
<div className='belongPeople-search'>
|
||||
<div className='belongPeople-search' style={{height:43}}>
|
||||
<Search placeholder="请输入持有者名称搜索对应信息" onSearch={applicantPeopleSearch} style={{ width: '353px', height: '43px' }} />
|
||||
</div>
|
||||
</div>
|
||||
@ -853,7 +853,7 @@ export default function ProjEditStep2() {
|
||||
}
|
||||
width={1280}
|
||||
// 确认按钮样式
|
||||
okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'block' } }}
|
||||
okButtonProps={{ style: { width: '102px', height: '49px', background: '#FFBA00', fontSize: '18px', color: '#FFFFFF', display: belongTitle == '查看所属者' ? 'none' : 'unset' } }}
|
||||
// 返回按钮样式
|
||||
cancelButtonProps={{ style: { border: 'none', width: '102px', height: '49px', background: '#F3F3F3', fontSize: '18px', color: '#8C8C8C' } }}
|
||||
onCancel={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user